Skip to content
Failed

Console Output

Started by user Nikhil Nanivadekar
Running as Nikhil Nanivadekar
Agent default-agent-r8lb6 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-r8lb6"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.collections.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-r8lb6"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-r8lb6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.collections.svc.cluster.local/collections/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-collections"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-r8lb6 in workspace /home/jenkins/agent/workspace/new-version
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/eclipse-collections.git
 > git init /home/jenkins/agent/workspace/new-version # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse/eclipse-collections.git # timeout=10
Fetching upstream changes from git@github.com:eclipse/eclipse-collections.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse/eclipse-collections.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6896dfe63e6f1f5eb12d9f3c67518165cc5d5010 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6896dfe63e6f1f5eb12d9f3c67518165cc5d5010
Commit message: "Update version number to 10.1.0-SNAPSHOT."
 > git rev-list --no-walk 6896dfe63e6f1f5eb12d9f3c67518165cc5d5010 # timeout=10
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.1.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=10.1.0-SNAPSHOT
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 373 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 119 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 391 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 600 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 337 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 91 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 101 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 524 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 339 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 57 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Progress (1): 910 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 3.3 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 119 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 494 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Progress (1): 770 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 14 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 85 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 206 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 247 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 123 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 239 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 246 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 37 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 58 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 99 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 40 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 222 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 336 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 93 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 479 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 165 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 257 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 49 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 59 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 227 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 8.7 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 112 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 51 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 172 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 133 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 347 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 193 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 334 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 380 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 453 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 433 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 36/68 kB
Progress (1): 40/68 kB
Progress (1): 44/68 kB
Progress (1): 48/68 kB
Progress (1): 52/68 kB
Progress (1): 56/68 kB
Progress (1): 60/68 kB
Progress (1): 64/68 kB
Progress (1): 68/68 kB
Progress (1): 68 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 224 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 71 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 58 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 415 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 44 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 21 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 50 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 11 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
Progress (1): 4.1/6.3 kB
Progress (1): 6.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 157 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 28 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 99 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 134 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 19 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 387 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 926 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 120 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 35 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 34 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
Progress (2): 5.6 kB | 4.1/202 kB
Progress (2): 5.6 kB | 7.7/202 kB
Progress (2): 5.6 kB | 12/202 kB 
Progress (2): 5.6 kB | 16/202 kB
Progress (2): 5.6 kB | 20/202 kB
Progress (2): 5.6 kB | 24/202 kB
Progress (2): 5.6 kB | 28/202 kB
Progress (2): 5.6 kB | 32/202 kB
Progress (3): 5.6 kB | 32/202 kB | 4.1/527 kB
Progress (4): 5.6 kB | 32/202 kB | 4.1/527 kB | 4.1/47 kB
Progress (4): 5.6 kB | 36/202 kB | 4.1/527 kB | 4.1/47 kB
Progress (4): 5.6 kB | 36/202 kB | 7.7/527 kB | 4.1/47 kB
Progress (4): 5.6 kB | 40/202 kB | 7.7/527 kB | 4.1/47 kB
Progress (4): 5.6 kB | 40/202 kB | 7.7/527 kB | 7.7/47 kB
Progress (4): 5.6 kB | 44/202 kB | 7.7/527 kB | 7.7/47 kB
Progress (4): 5.6 kB | 44/202 kB | 12/527 kB | 7.7/47 kB 
Progress (4): 5.6 kB | 48/202 kB | 12/527 kB | 7.7/47 kB
Progress (4): 5.6 kB | 48/202 kB | 12/527 kB | 12/47 kB 
Progress (4): 5.6 kB | 52/202 kB | 12/527 kB | 12/47 kB
Progress (4): 5.6 kB | 52/202 kB | 16/527 kB | 12/47 kB
Progress (4): 5.6 kB | 56/202 kB | 16/527 kB | 12/47 kB
Progress (4): 5.6 kB | 56/202 kB | 16/527 kB | 16/47 kB
Progress (4): 5.6 kB | 60/202 kB | 16/527 kB | 16/47 kB
Progress (4): 5.6 kB | 60/202 kB | 20/527 kB | 16/47 kB
Progress (4): 5.6 kB | 64/202 kB | 20/527 kB | 16/47 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 143 kB/s)
Progress (3): 64/202 kB | 20/527 kB | 20/47 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Progress (3): 68/202 kB | 20/527 kB | 20/47 kB
Progress (3): 68/202 kB | 24/527 kB | 20/47 kB
Progress (3): 68/202 kB | 28/527 kB | 20/47 kB
Progress (3): 72/202 kB | 28/527 kB | 20/47 kB
Progress (3): 72/202 kB | 28/527 kB | 24/47 kB
Progress (4): 72/202 kB | 28/527 kB | 24/47 kB | 4.1/165 kB
Progress (4): 72/202 kB | 32/527 kB | 24/47 kB | 4.1/165 kB
Progress (4): 72/202 kB | 32/527 kB | 24/47 kB | 7.7/165 kB
Progress (4): 72/202 kB | 32/527 kB | 24/47 kB | 12/165 kB 
Progress (4): 72/202 kB | 32/527 kB | 28/47 kB | 12/165 kB
Progress (4): 72/202 kB | 32/527 kB | 32/47 kB | 12/165 kB
Progress (4): 76/202 kB | 32/527 kB | 32/47 kB | 12/165 kB
Progress (4): 76/202 kB | 32/527 kB | 36/47 kB | 12/165 kB
Progress (4): 76/202 kB | 32/527 kB | 36/47 kB | 16/165 kB
Progress (4): 76/202 kB | 36/527 kB | 36/47 kB | 16/165 kB
Progress (4): 76/202 kB | 36/527 kB | 36/47 kB | 20/165 kB
Progress (4): 76/202 kB | 36/527 kB | 40/47 kB | 20/165 kB
Progress (4): 80/202 kB | 36/527 kB | 40/47 kB | 20/165 kB
Progress (4): 80/202 kB | 36/527 kB | 44/47 kB | 20/165 kB
Progress (4): 80/202 kB | 36/527 kB | 44/47 kB | 24/165 kB
Progress (4): 80/202 kB | 40/527 kB | 44/47 kB | 24/165 kB
Progress (4): 80/202 kB | 40/527 kB | 44/47 kB | 28/165 kB
Progress (4): 80/202 kB | 40/527 kB | 47 kB | 28/165 kB   
Progress (4): 84/202 kB | 40/527 kB | 47 kB | 28/165 kB
Progress (4): 84/202 kB | 40/527 kB | 47 kB | 32/165 kB
Progress (4): 84/202 kB | 44/527 kB | 47 kB | 32/165 kB
Progress (4): 84/202 kB | 44/527 kB | 47 kB | 36/165 kB
Progress (4): 88/202 kB | 44/527 kB | 47 kB | 36/165 kB
Progress (4): 88/202 kB | 44/527 kB | 47 kB | 40/165 kB
Progress (4): 92/202 kB | 44/527 kB | 47 kB | 40/165 kB
Progress (4): 92/202 kB | 48/527 kB | 47 kB | 40/165 kB
Progress (4): 92/202 kB | 52/527 kB | 47 kB | 40/165 kB
Progress (4): 92/202 kB | 56/527 kB | 47 kB | 40/165 kB
Progress (4): 96/202 kB | 56/527 kB | 47 kB | 40/165 kB
Progress (4): 96/202 kB | 56/527 kB | 47 kB | 44/165 kB
Progress (4): 100/202 kB | 56/527 kB | 47 kB | 44/165 kB
Progress (4): 100/202 kB | 60/527 kB | 47 kB | 44/165 kB
Progress (5): 100/202 kB | 60/527 kB | 47 kB | 44/165 kB | 4.1/38 kB
Progress (5): 100/202 kB | 64/527 kB | 47 kB | 44/165 kB | 4.1/38 kB
Progress (5): 104/202 kB | 64/527 kB | 47 kB | 44/165 kB | 4.1/38 kB
Progress (5): 104/202 kB | 64/527 kB | 47 kB | 48/165 kB | 4.1/38 kB
Progress (5): 108/202 kB | 64/527 kB | 47 kB | 48/165 kB | 4.1/38 kB
Progress (5): 108/202 kB | 68/527 kB | 47 kB | 48/165 kB | 4.1/38 kB
Progress (5): 108/202 kB | 68/527 kB | 47 kB | 48/165 kB | 7.7/38 kB
Progress (5): 108/202 kB | 72/527 kB | 47 kB | 48/165 kB | 7.7/38 kB
Progress (5): 112/202 kB | 72/527 kB | 47 kB | 48/165 kB | 7.7/38 kB
Progress (5): 112/202 kB | 72/527 kB | 47 kB | 52/165 kB | 7.7/38 kB
Progress (5): 116/202 kB | 72/527 kB | 47 kB | 52/165 kB | 7.7/38 kB
Progress (5): 116/202 kB | 76/527 kB | 47 kB | 52/165 kB | 7.7/38 kB
Progress (5): 116/202 kB | 76/527 kB | 47 kB | 52/165 kB | 12/38 kB 
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 848 kB/s)
Progress (4): 116/202 kB | 76/527 kB | 52/165 kB | 16/38 kB
Progress (4): 116/202 kB | 80/527 kB | 52/165 kB | 16/38 kB
Progress (4): 116/202 kB | 80/527 kB | 52/165 kB | 20/38 kB
Progress (4): 116/202 kB | 80/527 kB | 52/165 kB | 24/38 kB
Progress (4): 120/202 kB | 80/527 kB | 52/165 kB | 24/38 kB
Progress (4): 120/202 kB | 80/527 kB | 56/165 kB | 24/38 kB
Progress (4): 120/202 kB | 80/527 kB | 56/165 kB | 28/38 kB
Progress (4): 120/202 kB | 84/527 kB | 56/165 kB | 28/38 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (4): 120/202 kB | 88/527 kB | 56/165 kB | 28/38 kB
Progress (4): 120/202 kB | 88/527 kB | 56/165 kB | 32/38 kB
Progress (4): 120/202 kB | 88/527 kB | 60/165 kB | 32/38 kB
Progress (4): 124/202 kB | 88/527 kB | 60/165 kB | 32/38 kB
Progress (4): 124/202 kB | 88/527 kB | 64/165 kB | 32/38 kB
Progress (4): 124/202 kB | 88/527 kB | 64/165 kB | 36/38 kB
Progress (4): 124/202 kB | 92/527 kB | 64/165 kB | 36/38 kB
Progress (4): 124/202 kB | 92/527 kB | 64/165 kB | 38 kB   
Progress (4): 124/202 kB | 92/527 kB | 68/165 kB | 38 kB
Progress (4): 128/202 kB | 92/527 kB | 68/165 kB | 38 kB
Progress (4): 128/202 kB | 92/527 kB | 72/165 kB | 38 kB
Progress (4): 132/202 kB | 92/527 kB | 72/165 kB | 38 kB
Progress (4): 132/202 kB | 96/527 kB | 72/165 kB | 38 kB
Progress (4): 136/202 kB | 96/527 kB | 72/165 kB | 38 kB
Progress (4): 136/202 kB | 96/527 kB | 76/165 kB | 38 kB
Progress (4): 140/202 kB | 96/527 kB | 76/165 kB | 38 kB
Progress (4): 140/202 kB | 100/527 kB | 76/165 kB | 38 kB
Progress (4): 144/202 kB | 100/527 kB | 76/165 kB | 38 kB
Progress (4): 144/202 kB | 100/527 kB | 80/165 kB | 38 kB
Progress (4): 148/202 kB | 100/527 kB | 80/165 kB | 38 kB
Progress (4): 148/202 kB | 104/527 kB | 80/165 kB | 38 kB
Progress (4): 152/202 kB | 104/527 kB | 80/165 kB | 38 kB
Progress (4): 152/202 kB | 104/527 kB | 84/165 kB | 38 kB
Progress (4): 156/202 kB | 104/527 kB | 84/165 kB | 38 kB
Progress (4): 156/202 kB | 108/527 kB | 84/165 kB | 38 kB
Progress (4): 160/202 kB | 108/527 kB | 84/165 kB | 38 kB
Progress (4): 160/202 kB | 108/527 kB | 88/165 kB | 38 kB
Progress (4): 164/202 kB | 108/527 kB | 88/165 kB | 38 kB
Progress (4): 164/202 kB | 112/527 kB | 88/165 kB | 38 kB
Progress (4): 168/202 kB | 112/527 kB | 88/165 kB | 38 kB
Progress (4): 168/202 kB | 112/527 kB | 92/165 kB | 38 kB
Progress (4): 172/202 kB | 112/527 kB | 92/165 kB | 38 kB
Progress (4): 172/202 kB | 116/527 kB | 92/165 kB | 38 kB
Progress (4): 176/202 kB | 116/527 kB | 92/165 kB | 38 kB
Progress (4): 176/202 kB | 116/527 kB | 96/165 kB | 38 kB
Progress (4): 180/202 kB | 116/527 kB | 96/165 kB | 38 kB
Progress (4): 180/202 kB | 120/527 kB | 96/165 kB | 38 kB
Progress (4): 184/202 kB | 120/527 kB | 96/165 kB | 38 kB
Progress (4): 184/202 kB | 120/527 kB | 100/165 kB | 38 kB
Progress (4): 188/202 kB | 120/527 kB | 100/165 kB | 38 kB
Progress (4): 188/202 kB | 124/527 kB | 100/165 kB | 38 kB
Progress (5): 188/202 kB | 124/527 kB | 100/165 kB | 38 kB | 4.1/30 kB
Progress (5): 188/202 kB | 128/527 kB | 100/165 kB | 38 kB | 4.1/30 kB
Progress (5): 192/202 kB | 128/527 kB | 100/165 kB | 38 kB | 4.1/30 kB
Progress (5): 192/202 kB | 128/527 kB | 104/165 kB | 38 kB | 4.1/30 kB
Progress (5): 196/202 kB | 128/527 kB | 104/165 kB | 38 kB | 4.1/30 kB
Progress (5): 196/202 kB | 132/527 kB | 104/165 kB | 38 kB | 4.1/30 kB
Progress (5): 196/202 kB | 132/527 kB | 104/165 kB | 38 kB | 7.7/30 kB
Progress (5): 196/202 kB | 132/527 kB | 104/165 kB | 38 kB | 12/30 kB 
Progress (5): 196/202 kB | 136/527 kB | 104/165 kB | 38 kB | 12/30 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 307 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Progress (4): 200/202 kB | 136/527 kB | 104/165 kB | 12/30 kB
Progress (4): 200/202 kB | 136/527 kB | 108/165 kB | 12/30 kB
Progress (4): 202 kB | 136/527 kB | 108/165 kB | 12/30 kB    
Progress (4): 202 kB | 140/527 kB | 108/165 kB | 12/30 kB
Progress (4): 202 kB | 140/527 kB | 108/165 kB | 16/30 kB
Progress (4): 202 kB | 144/527 kB | 108/165 kB | 16/30 kB
Progress (4): 202 kB | 144/527 kB | 112/165 kB | 16/30 kB
Progress (4): 202 kB | 148/527 kB | 112/165 kB | 16/30 kB
Progress (4): 202 kB | 148/527 kB | 116/165 kB | 16/30 kB
Progress (4): 202 kB | 148/527 kB | 116/165 kB | 20/30 kB
Progress (4): 202 kB | 148/527 kB | 120/165 kB | 20/30 kB
Progress (4): 202 kB | 152/527 kB | 120/165 kB | 20/30 kB
Progress (4): 202 kB | 152/527 kB | 124/165 kB | 20/30 kB
Progress (4): 202 kB | 152/527 kB | 124/165 kB | 24/30 kB
Progress (4): 202 kB | 152/527 kB | 128/165 kB | 24/30 kB
Progress (4): 202 kB | 156/527 kB | 128/165 kB | 24/30 kB
Progress (4): 202 kB | 156/527 kB | 132/165 kB | 24/30 kB
Progress (4): 202 kB | 156/527 kB | 132/165 kB | 28/30 kB
Progress (4): 202 kB | 156/527 kB | 136/165 kB | 28/30 kB
Progress (4): 202 kB | 160/527 kB | 136/165 kB | 28/30 kB
Progress (4): 202 kB | 160/527 kB | 140/165 kB | 28/30 kB
Progress (4): 202 kB | 164/527 kB | 140/165 kB | 28/30 kB
Progress (4): 202 kB | 168/527 kB | 140/165 kB | 28/30 kB
Progress (4): 202 kB | 168/527 kB | 140/165 kB | 30 kB   
Progress (4): 202 kB | 172/527 kB | 140/165 kB | 30 kB
Progress (4): 202 kB | 172/527 kB | 144/165 kB | 30 kB
Progress (4): 202 kB | 176/527 kB | 144/165 kB | 30 kB
Progress (4): 202 kB | 176/527 kB | 148/165 kB | 30 kB
Progress (4): 202 kB | 180/527 kB | 148/165 kB | 30 kB
Progress (4): 202 kB | 180/527 kB | 152/165 kB | 30 kB
Progress (4): 202 kB | 184/527 kB | 152/165 kB | 30 kB
Progress (4): 202 kB | 184/527 kB | 156/165 kB | 30 kB
Progress (4): 202 kB | 188/527 kB | 156/165 kB | 30 kB
Progress (4): 202 kB | 188/527 kB | 160/165 kB | 30 kB
Progress (4): 202 kB | 192/527 kB | 160/165 kB | 30 kB
Progress (4): 202 kB | 192/527 kB | 164/165 kB | 30 kB
Progress (4): 202 kB | 196/527 kB | 164/165 kB | 30 kB
Progress (5): 202 kB | 196/527 kB | 164/165 kB | 30 kB | 4.1/52 kB
Progress (5): 202 kB | 196/527 kB | 165 kB | 30 kB | 4.1/52 kB    
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.5 MB/s)
Progress (4): 196/527 kB | 165 kB | 30 kB | 7.7/52 kB
Progress (4): 200/527 kB | 165 kB | 30 kB | 7.7/52 kB
Progress (4): 200/527 kB | 165 kB | 30 kB | 12/52 kB 
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (4): 200/527 kB | 165 kB | 30 kB | 16/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 16/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 20/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 24/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 28/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 32/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 36/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 40/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 44/52 kB
Progress (4): 204/527 kB | 165 kB | 30 kB | 48/52 kB
Progress (4): 208/527 kB | 165 kB | 30 kB | 48/52 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 143 kB/s)
Progress (3): 212/527 kB | 165 kB | 48/52 kB
Progress (3): 212/527 kB | 165 kB | 52/52 kB
Progress (3): 216/527 kB | 165 kB | 52/52 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (3): 220/527 kB | 165 kB | 52/52 kB
Progress (3): 224/527 kB | 165 kB | 52/52 kB
Progress (3): 224/527 kB | 165 kB | 52 kB   
Progress (3): 228/527 kB | 165 kB | 52 kB
Progress (3): 232/527 kB | 165 kB | 52 kB
Progress (3): 236/527 kB | 165 kB | 52 kB
Progress (3): 240/527 kB | 165 kB | 52 kB
Progress (3): 244/527 kB | 165 kB | 52 kB
Progress (3): 248/527 kB | 165 kB | 52 kB
Progress (3): 252/527 kB | 165 kB | 52 kB
Progress (3): 256/527 kB | 165 kB | 52 kB
Progress (3): 260/527 kB | 165 kB | 52 kB
Progress (3): 264/527 kB | 165 kB | 52 kB
Progress (3): 268/527 kB | 165 kB | 52 kB
Progress (3): 272/527 kB | 165 kB | 52 kB
Progress (3): 276/527 kB | 165 kB | 52 kB
Progress (3): 280/527 kB | 165 kB | 52 kB
Progress (3): 284/527 kB | 165 kB | 52 kB
Progress (3): 288/527 kB | 165 kB | 52 kB
Progress (3): 292/527 kB | 165 kB | 52 kB
Progress (3): 296/527 kB | 165 kB | 52 kB
Progress (3): 300/527 kB | 165 kB | 52 kB
Progress (3): 304/527 kB | 165 kB | 52 kB
Progress (3): 308/527 kB | 165 kB | 52 kB
Progress (3): 312/527 kB | 165 kB | 52 kB
Progress (3): 316/527 kB | 165 kB | 52 kB
Progress (3): 320/527 kB | 165 kB | 52 kB
Progress (3): 324/527 kB | 165 kB | 52 kB
Progress (3): 328/527 kB | 165 kB | 52 kB
Progress (3): 332/527 kB | 165 kB | 52 kB
Progress (3): 336/527 kB | 165 kB | 52 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 745 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (2): 340/527 kB | 52 kB
Progress (3): 340/527 kB | 52 kB | 4.1/148 kB
Progress (3): 344/527 kB | 52 kB | 4.1/148 kB
Progress (3): 344/527 kB | 52 kB | 7.7/148 kB
Progress (3): 348/527 kB | 52 kB | 7.7/148 kB
Progress (3): 348/527 kB | 52 kB | 12/148 kB 
Progress (3): 352/527 kB | 52 kB | 12/148 kB
Progress (3): 352/527 kB | 52 kB | 16/148 kB
Progress (3): 356/527 kB | 52 kB | 16/148 kB
Progress (3): 360/527 kB | 52 kB | 16/148 kB
Progress (3): 360/527 kB | 52 kB | 20/148 kB
Progress (3): 364/527 kB | 52 kB | 20/148 kB
Progress (3): 364/527 kB | 52 kB | 24/148 kB
Progress (3): 368/527 kB | 52 kB | 24/148 kB
Progress (3): 368/527 kB | 52 kB | 28/148 kB
Progress (3): 372/527 kB | 52 kB | 28/148 kB
Progress (3): 372/527 kB | 52 kB | 32/148 kB
Progress (3): 376/527 kB | 52 kB | 32/148 kB
Progress (3): 376/527 kB | 52 kB | 33/148 kB
Progress (3): 380/527 kB | 52 kB | 33/148 kB
Progress (3): 384/527 kB | 52 kB | 33/148 kB
Progress (3): 384/527 kB | 52 kB | 37/148 kB
Progress (3): 388/527 kB | 52 kB | 37/148 kB
Progress (3): 388/527 kB | 52 kB | 41/148 kB
Progress (3): 392/527 kB | 52 kB | 41/148 kB
Progress (3): 392/527 kB | 52 kB | 45/148 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 230 kB/s)
Progress (2): 392/527 kB | 49/148 kB
Progress (2): 396/527 kB | 49/148 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Progress (2): 396/527 kB | 53/148 kB
Progress (2): 400/527 kB | 53/148 kB
Progress (2): 400/527 kB | 57/148 kB
Progress (2): 404/527 kB | 57/148 kB
Progress (2): 404/527 kB | 61/148 kB
Progress (2): 408/527 kB | 61/148 kB
Progress (2): 408/527 kB | 65/148 kB
Progress (2): 412/527 kB | 65/148 kB
Progress (2): 412/527 kB | 66/148 kB
Progress (2): 416/527 kB | 66/148 kB
Progress (3): 416/527 kB | 66/148 kB | 4.1/51 kB
Progress (3): 420/527 kB | 66/148 kB | 4.1/51 kB
Progress (3): 420/527 kB | 70/148 kB | 4.1/51 kB
Progress (3): 424/527 kB | 70/148 kB | 4.1/51 kB
Progress (3): 424/527 kB | 70/148 kB | 7.7/51 kB
Progress (3): 428/527 kB | 70/148 kB | 7.7/51 kB
Progress (3): 428/527 kB | 74/148 kB | 7.7/51 kB
Progress (3): 428/527 kB | 74/148 kB | 12/51 kB 
Progress (3): 432/527 kB | 74/148 kB | 12/51 kB
Progress (4): 432/527 kB | 74/148 kB | 12/51 kB | 4.1/106 kB
Progress (4): 432/527 kB | 74/148 kB | 16/51 kB | 4.1/106 kB
Progress (4): 432/527 kB | 78/148 kB | 16/51 kB | 4.1/106 kB
Progress (4): 432/527 kB | 78/148 kB | 20/51 kB | 4.1/106 kB
Progress (4): 432/527 kB | 78/148 kB | 20/51 kB | 7.7/106 kB
Progress (4): 436/527 kB | 78/148 kB | 20/51 kB | 7.7/106 kB
Progress (4): 436/527 kB | 78/148 kB | 20/51 kB | 12/106 kB 
Progress (4): 436/527 kB | 78/148 kB | 24/51 kB | 12/106 kB
Progress (4): 436/527 kB | 82/148 kB | 24/51 kB | 12/106 kB
Progress (4): 436/527 kB | 82/148 kB | 28/51 kB | 12/106 kB
Progress (4): 436/527 kB | 82/148 kB | 28/51 kB | 16/106 kB
Progress (4): 440/527 kB | 82/148 kB | 28/51 kB | 16/106 kB
Progress (4): 440/527 kB | 82/148 kB | 28/51 kB | 20/106 kB
Progress (4): 440/527 kB | 82/148 kB | 32/51 kB | 20/106 kB
Progress (4): 440/527 kB | 86/148 kB | 32/51 kB | 20/106 kB
Progress (4): 440/527 kB | 86/148 kB | 36/51 kB | 20/106 kB
Progress (4): 440/527 kB | 86/148 kB | 40/51 kB | 20/106 kB
Progress (4): 440/527 kB | 86/148 kB | 44/51 kB | 20/106 kB
Progress (4): 440/527 kB | 86/148 kB | 44/51 kB | 24/106 kB
Progress (4): 444/527 kB | 86/148 kB | 44/51 kB | 24/106 kB
Progress (4): 444/527 kB | 86/148 kB | 44/51 kB | 28/106 kB
Progress (4): 444/527 kB | 86/148 kB | 48/51 kB | 28/106 kB
Progress (5): 444/527 kB | 86/148 kB | 48/51 kB | 28/106 kB | 4.1/14 kB
Progress (5): 444/527 kB | 90/148 kB | 48/51 kB | 28/106 kB | 4.1/14 kB
Progress (5): 444/527 kB | 90/148 kB | 48/51 kB | 28/106 kB | 7.7/14 kB
Progress (5): 444/527 kB | 90/148 kB | 51 kB | 28/106 kB | 7.7/14 kB   
Progress (5): 444/527 kB | 90/148 kB | 51 kB | 32/106 kB | 7.7/14 kB
Progress (5): 448/527 kB | 90/148 kB | 51 kB | 32/106 kB | 7.7/14 kB
Progress (5): 448/527 kB | 90/148 kB | 51 kB | 33/106 kB | 7.7/14 kB
Progress (5): 448/527 kB | 90/148 kB | 51 kB | 33/106 kB | 12/14 kB 
Progress (5): 448/527 kB | 94/148 kB | 51 kB | 33/106 kB | 12/14 kB
Progress (5): 448/527 kB | 94/148 kB | 51 kB | 33/106 kB | 14 kB   
Progress (5): 448/527 kB | 94/148 kB | 51 kB | 37/106 kB | 14 kB
Progress (5): 452/527 kB | 94/148 kB | 51 kB | 37/106 kB | 14 kB
Progress (5): 452/527 kB | 94/148 kB | 51 kB | 41/106 kB | 14 kB
Progress (5): 452/527 kB | 98/148 kB | 51 kB | 41/106 kB | 14 kB
Progress (5): 452/527 kB | 98/148 kB | 51 kB | 45/106 kB | 14 kB
Progress (5): 456/527 kB | 98/148 kB | 51 kB | 45/106 kB | 14 kB
Progress (5): 456/527 kB | 98/148 kB | 51 kB | 49/106 kB | 14 kB
Progress (5): 456/527 kB | 98/148 kB | 51 kB | 49/106 kB | 14 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 164 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (4): 456/527 kB | 102/148 kB | 49/106 kB | 14 kB
Progress (4): 456/527 kB | 102/148 kB | 53/106 kB | 14 kB
Progress (4): 460/527 kB | 102/148 kB | 53/106 kB | 14 kB
Progress (4): 460/527 kB | 102/148 kB | 57/106 kB | 14 kB
Progress (4): 460/527 kB | 106/148 kB | 57/106 kB | 14 kB
Progress (4): 460/527 kB | 106/148 kB | 61/106 kB | 14 kB
Progress (4): 464/527 kB | 106/148 kB | 61/106 kB | 14 kB
Progress (4): 464/527 kB | 106/148 kB | 65/106 kB | 14 kB
Progress (4): 464/527 kB | 110/148 kB | 65/106 kB | 14 kB
Progress (4): 464/527 kB | 110/148 kB | 66/106 kB | 14 kB
Progress (4): 468/527 kB | 110/148 kB | 66/106 kB | 14 kB
Progress (4): 468/527 kB | 110/148 kB | 70/106 kB | 14 kB
Progress (4): 468/527 kB | 114/148 kB | 70/106 kB | 14 kB
Progress (4): 468/527 kB | 114/148 kB | 74/106 kB | 14 kB
Progress (4): 468/527 kB | 118/148 kB | 74/106 kB | 14 kB
Progress (4): 468/527 kB | 122/148 kB | 74/106 kB | 14 kB
Progress (4): 472/527 kB | 122/148 kB | 74/106 kB | 14 kB
Progress (4): 472/527 kB | 126/148 kB | 74/106 kB | 14 kB
Progress (4): 472/527 kB | 130/148 kB | 74/106 kB | 14 kB
Progress (4): 472/527 kB | 130/148 kB | 78/106 kB | 14 kB
Progress (4): 472/527 kB | 134/148 kB | 78/106 kB | 14 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 43 kB/s)
Progress (3): 476/527 kB | 134/148 kB | 78/106 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Progress (3): 476/527 kB | 138/148 kB | 78/106 kB
Progress (3): 476/527 kB | 138/148 kB | 82/106 kB
Progress (3): 480/527 kB | 138/148 kB | 82/106 kB
Progress (3): 480/527 kB | 138/148 kB | 86/106 kB
Progress (3): 480/527 kB | 142/148 kB | 86/106 kB
Progress (3): 484/527 kB | 142/148 kB | 86/106 kB
Progress (3): 484/527 kB | 142/148 kB | 90/106 kB
Progress (3): 488/527 kB | 142/148 kB | 90/106 kB
Progress (3): 488/527 kB | 142/148 kB | 94/106 kB
Progress (3): 488/527 kB | 146/148 kB | 94/106 kB
Progress (3): 488/527 kB | 146/148 kB | 98/106 kB
Progress (3): 492/527 kB | 146/148 kB | 98/106 kB
Progress (3): 492/527 kB | 146/148 kB | 102/106 kB
Progress (4): 492/527 kB | 146/148 kB | 102/106 kB | 4.1/74 kB
Progress (4): 492/527 kB | 148 kB | 102/106 kB | 4.1/74 kB    
Progress (4): 492/527 kB | 148 kB | 102/106 kB | 7.7/74 kB
Progress (4): 492/527 kB | 148 kB | 106/106 kB | 7.7/74 kB
Progress (4): 496/527 kB | 148 kB | 106/106 kB | 7.7/74 kB
Progress (4): 496/527 kB | 148 kB | 106 kB | 7.7/74 kB    
Progress (4): 500/527 kB | 148 kB | 106 kB | 7.7/74 kB
Progress (4): 500/527 kB | 148 kB | 106 kB | 12/74 kB 
Progress (4): 504/527 kB | 148 kB | 106 kB | 12/74 kB
Progress (4): 504/527 kB | 148 kB | 106 kB | 16/74 kB
Progress (4): 508/527 kB | 148 kB | 106 kB | 16/74 kB
Progress (4): 508/527 kB | 148 kB | 106 kB | 20/74 kB
Progress (4): 512/527 kB | 148 kB | 106 kB | 20/74 kB
Progress (4): 512/527 kB | 148 kB | 106 kB | 24/74 kB
Progress (4): 516/527 kB | 148 kB | 106 kB | 24/74 kB
Progress (4): 516/527 kB | 148 kB | 106 kB | 28/74 kB
Progress (4): 520/527 kB | 148 kB | 106 kB | 28/74 kB
Progress (4): 520/527 kB | 148 kB | 106 kB | 32/74 kB
Progress (4): 524/527 kB | 148 kB | 106 kB | 32/74 kB
Progress (4): 524/527 kB | 148 kB | 106 kB | 33/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 33/74 kB    
Progress (4): 527 kB | 148 kB | 106 kB | 37/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 41/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 45/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 49/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 53/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 57/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 61/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 65/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 69/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 73/74 kB
Progress (4): 527 kB | 148 kB | 106 kB | 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 444 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Progress (4): 527 kB | 106 kB | 74 kB | 4.1/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 7.7/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 12/108 kB 
Progress (4): 527 kB | 106 kB | 74 kB | 16/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 20/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 24/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 28/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 32/108 kB
Progress (4): 527 kB | 106 kB | 74 kB | 33/108 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 260 kB/s)
Progress (3): 527 kB | 74 kB | 37/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.3 MB/s)
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 181 kB/s)
Progress (2): 37/108 kB | 4.1/202 kB
Progress (2): 41/108 kB | 4.1/202 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (2): 45/108 kB | 4.1/202 kB
Progress (2): 49/108 kB | 4.1/202 kB
Progress (2): 49/108 kB | 7.7/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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Progress (2): 49/108 kB | 12/202 kB
Progress (2): 53/108 kB | 12/202 kB
Progress (2): 53/108 kB | 16/202 kB
Progress (2): 57/108 kB | 16/202 kB
Progress (2): 57/108 kB | 20/202 kB
Progress (2): 61/108 kB | 20/202 kB
Progress (2): 61/108 kB | 24/202 kB
Progress (2): 65/108 kB | 24/202 kB
Progress (2): 65/108 kB | 28/202 kB
Progress (2): 69/108 kB | 28/202 kB
Progress (2): 69/108 kB | 32/202 kB
Progress (2): 73/108 kB | 32/202 kB
Progress (2): 73/108 kB | 33/202 kB
Progress (2): 77/108 kB | 33/202 kB
Progress (2): 77/108 kB | 37/202 kB
Progress (2): 81/108 kB | 37/202 kB
Progress (2): 81/108 kB | 41/202 kB
Progress (2): 85/108 kB | 41/202 kB
Progress (2): 85/108 kB | 45/202 kB
Progress (2): 89/108 kB | 45/202 kB
Progress (2): 89/108 kB | 49/202 kB
Progress (2): 93/108 kB | 49/202 kB
Progress (2): 97/108 kB | 49/202 kB
Progress (2): 97/108 kB | 53/202 kB
Progress (2): 101/108 kB | 53/202 kB
Progress (2): 101/108 kB | 57/202 kB
Progress (2): 105/108 kB | 57/202 kB
Progress (2): 105/108 kB | 61/202 kB
Progress (2): 108 kB | 61/202 kB    
Progress (2): 108 kB | 65/202 kB
Progress (2): 108 kB | 66/202 kB
Progress (2): 108 kB | 70/202 kB
Progress (2): 108 kB | 74/202 kB
Progress (2): 108 kB | 78/202 kB
Progress (2): 108 kB | 82/202 kB
Progress (2): 108 kB | 86/202 kB
Progress (2): 108 kB | 90/202 kB
Progress (2): 108 kB | 94/202 kB
Progress (2): 108 kB | 98/202 kB
Progress (2): 108 kB | 102/202 kB
Progress (2): 108 kB | 106/202 kB
Progress (2): 108 kB | 110/202 kB
Progress (2): 108 kB | 114/202 kB
Progress (2): 108 kB | 118/202 kB
Progress (2): 108 kB | 122/202 kB
Progress (2): 108 kB | 126/202 kB
Progress (2): 108 kB | 130/202 kB
Progress (2): 108 kB | 134/202 kB
Progress (2): 108 kB | 138/202 kB
Progress (2): 108 kB | 142/202 kB
Progress (2): 108 kB | 146/202 kB
Progress (2): 108 kB | 150/202 kB
Progress (2): 108 kB | 154/202 kB
Progress (2): 108 kB | 158/202 kB
Progress (2): 108 kB | 162/202 kB
Progress (2): 108 kB | 166/202 kB
Progress (2): 108 kB | 170/202 kB
Progress (2): 108 kB | 174/202 kB
Progress (2): 108 kB | 178/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 253 kB/s)
Progress (1): 182/202 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Progress (1): 186/202 kB
Progress (1): 190/202 kB
Progress (1): 194/202 kB
Progress (1): 198/202 kB
Progress (1): 202/202 kB
Progress (1): 202 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 440 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Progress (1): 4.1/153 kB
Progress (2): 4.1/153 kB | 4.1/46 kB
Progress (2): 7.7/153 kB | 4.1/46 kB
Progress (2): 7.7/153 kB | 7.7/46 kB
Progress (2): 12/153 kB | 7.7/46 kB 
Progress (2): 12/153 kB | 12/46 kB 
Progress (3): 12/153 kB | 12/46 kB | 4.1/61 kB
Progress (3): 12/153 kB | 16/46 kB | 4.1/61 kB
Progress (4): 12/153 kB | 16/46 kB | 4.1/61 kB | 4.1/472 kB
Progress (4): 16/153 kB | 16/46 kB | 4.1/61 kB | 4.1/472 kB
Progress (4): 16/153 kB | 16/46 kB | 4.1/61 kB | 7.7/472 kB
Progress (4): 16/153 kB | 20/46 kB | 4.1/61 kB | 7.7/472 kB
Progress (5): 16/153 kB | 20/46 kB | 4.1/61 kB | 7.7/472 kB | 4.1/29 kB
Progress (5): 16/153 kB | 20/46 kB | 7.7/61 kB | 7.7/472 kB | 4.1/29 kB
Progress (5): 16/153 kB | 20/46 kB | 7.7/61 kB | 7.7/472 kB | 7.7/29 kB
Progress (5): 16/153 kB | 24/46 kB | 7.7/61 kB | 7.7/472 kB | 7.7/29 kB
Progress (5): 16/153 kB | 24/46 kB | 7.7/61 kB | 12/472 kB | 7.7/29 kB 
Progress (5): 20/153 kB | 24/46 kB | 7.7/61 kB | 12/472 kB | 7.7/29 kB
Progress (5): 20/153 kB | 24/46 kB | 7.7/61 kB | 16/472 kB | 7.7/29 kB
Progress (5): 20/153 kB | 28/46 kB | 7.7/61 kB | 16/472 kB | 7.7/29 kB
Progress (5): 20/153 kB | 28/46 kB | 7.7/61 kB | 16/472 kB | 12/29 kB 
Progress (5): 20/153 kB | 28/46 kB | 12/61 kB | 16/472 kB | 12/29 kB 
Progress (5): 20/153 kB | 28/46 kB | 12/61 kB | 16/472 kB | 16/29 kB
Progress (5): 20/153 kB | 32/46 kB | 12/61 kB | 16/472 kB | 16/29 kB
Progress (5): 20/153 kB | 36/46 kB | 12/61 kB | 16/472 kB | 16/29 kB
Progress (5): 20/153 kB | 36/46 kB | 12/61 kB | 20/472 kB | 16/29 kB
Progress (5): 24/153 kB | 36/46 kB | 12/61 kB | 20/472 kB | 16/29 kB
Progress (5): 24/153 kB | 36/46 kB | 12/61 kB | 24/472 kB | 16/29 kB
Progress (5): 24/153 kB | 40/46 kB | 12/61 kB | 24/472 kB | 16/29 kB
Progress (5): 24/153 kB | 40/46 kB | 12/61 kB | 24/472 kB | 20/29 kB
Progress (5): 24/153 kB | 40/46 kB | 16/61 kB | 24/472 kB | 20/29 kB
Progress (5): 24/153 kB | 40/46 kB | 20/61 kB | 24/472 kB | 20/29 kB
Progress (5): 24/153 kB | 40/46 kB | 24/61 kB | 24/472 kB | 20/29 kB
Progress (5): 24/153 kB | 40/46 kB | 24/61 kB | 24/472 kB | 24/29 kB
Progress (5): 24/153 kB | 44/46 kB | 24/61 kB | 24/472 kB | 24/29 kB
Progress (5): 24/153 kB | 44/46 kB | 24/61 kB | 28/472 kB | 24/29 kB
Progress (5): 28/153 kB | 44/46 kB | 24/61 kB | 28/472 kB | 24/29 kB
Progress (5): 28/153 kB | 44/46 kB | 24/61 kB | 32/472 kB | 24/29 kB
Progress (5): 28/153 kB | 46 kB | 24/61 kB | 32/472 kB | 24/29 kB   
Progress (5): 28/153 kB | 46 kB | 24/61 kB | 32/472 kB | 28/29 kB
Progress (5): 28/153 kB | 46 kB | 28/61 kB | 32/472 kB | 28/29 kB
Progress (5): 28/153 kB | 46 kB | 28/61 kB | 32/472 kB | 29 kB   
Progress (5): 28/153 kB | 46 kB | 28/61 kB | 33/472 kB | 29 kB
Progress (5): 32/153 kB | 46 kB | 28/61 kB | 33/472 kB | 29 kB
Progress (5): 32/153 kB | 46 kB | 28/61 kB | 37/472 kB | 29 kB
Progress (5): 32/153 kB | 46 kB | 32/61 kB | 37/472 kB | 29 kB
Progress (5): 32/153 kB | 46 kB | 32/61 kB | 41/472 kB | 29 kB
Progress (5): 33/153 kB | 46 kB | 32/61 kB | 41/472 kB | 29 kB
Progress (5): 33/153 kB | 46 kB | 32/61 kB | 45/472 kB | 29 kB
Progress (5): 33/153 kB | 46 kB | 36/61 kB | 45/472 kB | 29 kB
Progress (5): 33/153 kB | 46 kB | 36/61 kB | 49/472 kB | 29 kB
Progress (5): 37/153 kB | 46 kB | 36/61 kB | 49/472 kB | 29 kB
Progress (5): 37/153 kB | 46 kB | 36/61 kB | 53/472 kB | 29 kB
Progress (5): 37/153 kB | 46 kB | 40/61 kB | 53/472 kB | 29 kB
Progress (5): 37/153 kB | 46 kB | 40/61 kB | 57/472 kB | 29 kB
Progress (5): 37/153 kB | 46 kB | 44/61 kB | 57/472 kB | 29 kB
Progress (5): 41/153 kB | 46 kB | 44/61 kB | 57/472 kB | 29 kB
Progress (5): 41/153 kB | 46 kB | 48/61 kB | 57/472 kB | 29 kB
Progress (5): 41/153 kB | 46 kB | 48/61 kB | 61/472 kB | 29 kB
Progress (5): 41/153 kB | 46 kB | 52/61 kB | 61/472 kB | 29 kB
Progress (5): 45/153 kB | 46 kB | 52/61 kB | 61/472 kB | 29 kB
Progress (5): 45/153 kB | 46 kB | 56/61 kB | 61/472 kB | 29 kB
Progress (5): 45/153 kB | 46 kB | 56/61 kB | 65/472 kB | 29 kB
Progress (5): 45/153 kB | 46 kB | 60/61 kB | 65/472 kB | 29 kB
Progress (5): 45/153 kB | 46 kB | 60/61 kB | 69/472 kB | 29 kB
Progress (5): 49/153 kB | 46 kB | 60/61 kB | 69/472 kB | 29 kB
Progress (5): 49/153 kB | 46 kB | 60/61 kB | 73/472 kB | 29 kB
Progress (5): 53/153 kB | 46 kB | 60/61 kB | 73/472 kB | 29 kB
Progress (5): 53/153 kB | 46 kB | 61 kB | 73/472 kB | 29 kB   
Progress (5): 57/153 kB | 46 kB | 61 kB | 73/472 kB | 29 kB
Progress (5): 57/153 kB | 46 kB | 61 kB | 77/472 kB | 29 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 54 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (4): 61/153 kB | 46 kB | 61 kB | 77/472 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 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Progress (3): 61/153 kB | 61 kB | 81/472 kB
Progress (3): 65/153 kB | 61 kB | 81/472 kB
Progress (3): 65/153 kB | 61 kB | 85/472 kB
Progress (3): 66/153 kB | 61 kB | 85/472 kB
Progress (3): 66/153 kB | 61 kB | 89/472 kB
Progress (3): 70/153 kB | 61 kB | 89/472 kB
Progress (3): 70/153 kB | 61 kB | 93/472 kB
Progress (3): 74/153 kB | 61 kB | 93/472 kB
Progress (3): 74/153 kB | 61 kB | 97/472 kB
Progress (3): 78/153 kB | 61 kB | 97/472 kB
Progress (3): 78/153 kB | 61 kB | 101/472 kB
Progress (3): 82/153 kB | 61 kB | 101/472 kB
Progress (3): 82/153 kB | 61 kB | 105/472 kB
Progress (3): 86/153 kB | 61 kB | 105/472 kB
Progress (3): 86/153 kB | 61 kB | 109/472 kB
Progress (3): 90/153 kB | 61 kB | 109/472 kB
Progress (3): 90/153 kB | 61 kB | 113/472 kB
Progress (3): 94/153 kB | 61 kB | 113/472 kB
Progress (3): 94/153 kB | 61 kB | 117/472 kB
Progress (3): 98/153 kB | 61 kB | 117/472 kB
Progress (3): 98/153 kB | 61 kB | 121/472 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 114 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Progress (2): 98/153 kB | 121/472 kB
Progress (2): 98/153 kB | 125/472 kB
Progress (2): 102/153 kB | 125/472 kB
Progress (2): 102/153 kB | 129/472 kB
Progress (2): 106/153 kB | 129/472 kB
Progress (2): 106/153 kB | 133/472 kB
Progress (2): 110/153 kB | 133/472 kB
Progress (2): 110/153 kB | 137/472 kB
Progress (2): 110/153 kB | 141/472 kB
Progress (2): 110/153 kB | 145/472 kB
Progress (2): 110/153 kB | 149/472 kB
Progress (2): 110/153 kB | 153/472 kB
Progress (2): 110/153 kB | 157/472 kB
Progress (2): 114/153 kB | 157/472 kB
Progress (2): 114/153 kB | 161/472 kB
Progress (3): 114/153 kB | 161/472 kB | 4.1/49 kB
Progress (3): 114/153 kB | 165/472 kB | 4.1/49 kB
Progress (3): 118/153 kB | 165/472 kB | 4.1/49 kB
Progress (4): 118/153 kB | 165/472 kB | 4.1/49 kB | 4.1/13 kB
Progress (4): 118/153 kB | 169/472 kB | 4.1/49 kB | 4.1/13 kB
Progress (4): 118/153 kB | 169/472 kB | 7.7/49 kB | 4.1/13 kB
Progress (4): 118/153 kB | 173/472 kB | 7.7/49 kB | 4.1/13 kB
Progress (4): 118/153 kB | 173/472 kB | 12/49 kB | 4.1/13 kB 
Progress (4): 118/153 kB | 173/472 kB | 12/49 kB | 7.7/13 kB
Progress (4): 122/153 kB | 173/472 kB | 12/49 kB | 7.7/13 kB
Progress (4): 122/153 kB | 173/472 kB | 12/49 kB | 12/13 kB 
Progress (4): 122/153 kB | 173/472 kB | 16/49 kB | 12/13 kB
Progress (4): 122/153 kB | 177/472 kB | 16/49 kB | 12/13 kB
Progress (4): 122/153 kB | 177/472 kB | 20/49 kB | 12/13 kB
Progress (4): 122/153 kB | 177/472 kB | 20/49 kB | 13 kB   
Progress (4): 126/153 kB | 177/472 kB | 20/49 kB | 13 kB
Progress (4): 126/153 kB | 177/472 kB | 24/49 kB | 13 kB
Progress (4): 126/153 kB | 181/472 kB | 24/49 kB | 13 kB
Progress (4): 126/153 kB | 181/472 kB | 28/49 kB | 13 kB
Progress (4): 130/153 kB | 181/472 kB | 28/49 kB | 13 kB
Progress (4): 130/153 kB | 181/472 kB | 32/49 kB | 13 kB
Progress (4): 130/153 kB | 185/472 kB | 32/49 kB | 13 kB
Progress (4): 130/153 kB | 185/472 kB | 36/49 kB | 13 kB
Progress (4): 134/153 kB | 185/472 kB | 36/49 kB | 13 kB
Progress (4): 134/153 kB | 185/472 kB | 40/49 kB | 13 kB
Progress (4): 134/153 kB | 189/472 kB | 40/49 kB | 13 kB
Progress (4): 134/153 kB | 189/472 kB | 44/49 kB | 13 kB
Progress (4): 138/153 kB | 189/472 kB | 44/49 kB | 13 kB
Progress (4): 138/153 kB | 189/472 kB | 48/49 kB | 13 kB
Progress (4): 142/153 kB | 189/472 kB | 48/49 kB | 13 kB
Progress (4): 142/153 kB | 193/472 kB | 48/49 kB | 13 kB
Progress (4): 146/153 kB | 193/472 kB | 48/49 kB | 13 kB
Progress (4): 146/153 kB | 193/472 kB | 49 kB | 13 kB   
Progress (4): 150/153 kB | 193/472 kB | 49 kB | 13 kB
Progress (4): 150/153 kB | 197/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 197/472 kB | 49 kB | 13 kB    
Progress (4): 153 kB | 201/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 205/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 209/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 213/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 217/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 221/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 225/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 229/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 233/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 237/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 241/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 245/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 249/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 253/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 257/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 261/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 265/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 269/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 273/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 277/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 281/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 285/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 289/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 293/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 297/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 301/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 305/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 309/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 313/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 317/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 321/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 325/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 329/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 333/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 337/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 341/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 345/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 349/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 353/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 357/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 361/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 365/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 369/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 373/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 377/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 381/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 385/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 389/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 393/472 kB | 49 kB | 13 kB
Progress (4): 153 kB | 397/472 kB | 49 kB | 13 kB
Progress (5): 153 kB | 397/472 kB | 49 kB | 13 kB | 4.1/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 4.1/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 7.7/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 12/247 kB 
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 16/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 20/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 24/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 28/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 32/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 33/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 37/247 kB
Progress (5): 153 kB | 401/472 kB | 49 kB | 13 kB | 41/247 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 77 kB/s)
Progress (4): 153 kB | 401/472 kB | 13 kB | 45/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
Progress (4): 153 kB | 401/472 kB | 13 kB | 49/247 kB
Progress (4): 153 kB | 401/472 kB | 13 kB | 53/247 kB
Progress (4): 153 kB | 401/472 kB | 13 kB | 57/247 kB
Progress (4): 153 kB | 401/472 kB | 13 kB | 61/247 kB
Progress (4): 153 kB | 401/472 kB | 13 kB | 65/247 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 239 kB/s)
Progress (3): 401/472 kB | 13 kB | 66/247 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Progress (3): 401/472 kB | 13 kB | 70/247 kB
Progress (3): 401/472 kB | 13 kB | 74/247 kB
Progress (3): 401/472 kB | 13 kB | 78/247 kB
Progress (3): 401/472 kB | 13 kB | 82/247 kB
Progress (3): 401/472 kB | 13 kB | 86/247 kB
Progress (3): 401/472 kB | 13 kB | 90/247 kB
Progress (3): 401/472 kB | 13 kB | 94/247 kB
Progress (3): 401/472 kB | 13 kB | 98/247 kB
Progress (4): 401/472 kB | 13 kB | 98/247 kB | 4.1/86 kB
Progress (4): 401/472 kB | 13 kB | 102/247 kB | 4.1/86 kB
Progress (4): 401/472 kB | 13 kB | 102/247 kB | 7.7/86 kB
Progress (4): 401/472 kB | 13 kB | 102/247 kB | 12/86 kB 
Progress (4): 401/472 kB | 13 kB | 102/247 kB | 16/86 kB
Progress (4): 401/472 kB | 13 kB | 106/247 kB | 16/86 kB
Progress (4): 401/472 kB | 13 kB | 110/247 kB | 16/86 kB
Progress (4): 401/472 kB | 13 kB | 110/247 kB | 20/86 kB
Progress (4): 401/472 kB | 13 kB | 110/247 kB | 24/86 kB
Progress (5): 401/472 kB | 13 kB | 110/247 kB | 24/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 110/247 kB | 28/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 110/247 kB | 32/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 114/247 kB | 32/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 114/247 kB | 33/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 118/247 kB | 33/86 kB | 4.1/187 kB
Progress (5): 401/472 kB | 13 kB | 118/247 kB | 33/86 kB | 7.7/187 kB
Progress (5): 401/472 kB | 13 kB | 122/247 kB | 33/86 kB | 7.7/187 kB
Progress (5): 401/472 kB | 13 kB | 122/247 kB | 37/86 kB | 7.7/187 kB
Progress (5): 401/472 kB | 13 kB | 126/247 kB | 37/86 kB | 7.7/187 kB
Progress (5): 401/472 kB | 13 kB | 126/247 kB | 37/86 kB | 12/187 kB 
Progress (5): 401/472 kB | 13 kB | 130/247 kB | 37/86 kB | 12/187 kB
Progress (5): 401/472 kB | 13 kB | 130/247 kB | 41/86 kB | 12/187 kB
Progress (5): 401/472 kB | 13 kB | 134/247 kB | 41/86 kB | 12/187 kB
Progress (5): 401/472 kB | 13 kB | 134/247 kB | 41/86 kB | 16/187 kB
Progress (5): 401/472 kB | 13 kB | 138/247 kB | 41/86 kB | 16/187 kB
Progress (5): 401/472 kB | 13 kB | 138/247 kB | 41/86 kB | 20/187 kB
Progress (5): 401/472 kB | 13 kB | 138/247 kB | 45/86 kB | 20/187 kB
Progress (5): 401/472 kB | 13 kB | 138/247 kB | 45/86 kB | 24/187 kB
Progress (5): 401/472 kB | 13 kB | 142/247 kB | 45/86 kB | 24/187 kB
Progress (5): 401/472 kB | 13 kB | 142/247 kB | 45/86 kB | 28/187 kB
Progress (5): 401/472 kB | 13 kB | 142/247 kB | 49/86 kB | 28/187 kB
Progress (5): 401/472 kB | 13 kB | 142/247 kB | 49/86 kB | 32/187 kB
Progress (5): 401/472 kB | 13 kB | 146/247 kB | 49/86 kB | 32/187 kB
Progress (5): 401/472 kB | 13 kB | 146/247 kB | 49/86 kB | 33/187 kB
Progress (5): 401/472 kB | 13 kB | 146/247 kB | 53/86 kB | 33/187 kB
Progress (5): 401/472 kB | 13 kB | 146/247 kB | 53/86 kB | 37/187 kB
Progress (5): 401/472 kB | 13 kB | 150/247 kB | 53/86 kB | 37/187 kB
Progress (5): 401/472 kB | 13 kB | 150/247 kB | 53/86 kB | 41/187 kB
Progress (5): 401/472 kB | 13 kB | 150/247 kB | 57/86 kB | 41/187 kB
Progress (5): 401/472 kB | 13 kB | 150/247 kB | 57/86 kB | 45/187 kB
Progress (5): 401/472 kB | 13 kB | 154/247 kB | 57/86 kB | 45/187 kB
Progress (5): 401/472 kB | 13 kB | 154/247 kB | 57/86 kB | 49/187 kB
Progress (5): 401/472 kB | 13 kB | 154/247 kB | 61/86 kB | 49/187 kB
Progress (5): 401/472 kB | 13 kB | 154/247 kB | 61/86 kB | 53/187 kB
Progress (5): 401/472 kB | 13 kB | 158/247 kB | 61/86 kB | 53/187 kB
Progress (5): 401/472 kB | 13 kB | 158/247 kB | 61/86 kB | 57/187 kB
Progress (5): 401/472 kB | 13 kB | 158/247 kB | 65/86 kB | 57/187 kB
Progress (5): 401/472 kB | 13 kB | 158/247 kB | 65/86 kB | 61/187 kB
Progress (5): 401/472 kB | 13 kB | 158/247 kB | 65/86 kB | 65/187 kB
Progress (5): 401/472 kB | 13 kB | 162/247 kB | 65/86 kB | 65/187 kB
Progress (5): 401/472 kB | 13 kB | 162/247 kB | 65/86 kB | 66/187 kB
Progress (5): 401/472 kB | 13 kB | 162/247 kB | 69/86 kB | 66/187 kB
Progress (5): 401/472 kB | 13 kB | 162/247 kB | 69/86 kB | 70/187 kB
Progress (5): 401/472 kB | 13 kB | 166/247 kB | 69/86 kB | 70/187 kB
Progress (5): 401/472 kB | 13 kB | 166/247 kB | 69/86 kB | 74/187 kB
Progress (5): 401/472 kB | 13 kB | 166/247 kB | 73/86 kB | 74/187 kB
Progress (5): 401/472 kB | 13 kB | 166/247 kB | 73/86 kB | 78/187 kB
Progress (5): 401/472 kB | 13 kB | 170/247 kB | 73/86 kB | 78/187 kB
Progress (5): 401/472 kB | 13 kB | 170/247 kB | 73/86 kB | 82/187 kB
Progress (5): 401/472 kB | 13 kB | 170/247 kB | 77/86 kB | 82/187 kB
Progress (5): 401/472 kB | 13 kB | 170/247 kB | 77/86 kB | 86/187 kB
Progress (5): 401/472 kB | 13 kB | 174/247 kB | 77/86 kB | 86/187 kB
Progress (5): 401/472 kB | 13 kB | 174/247 kB | 77/86 kB | 90/187 kB
Progress (5): 401/472 kB | 13 kB | 174/247 kB | 81/86 kB | 90/187 kB
Progress (5): 401/472 kB | 13 kB | 174/247 kB | 81/86 kB | 94/187 kB
Progress (5): 401/472 kB | 13 kB | 174/247 kB | 81/86 kB | 98/187 kB
Progress (5): 401/472 kB | 13 kB | 178/247 kB | 81/86 kB | 98/187 kB
Progress (5): 401/472 kB | 13 kB | 178/247 kB | 81/86 kB | 98/187 kB
Progress (5): 401/472 kB | 13 kB | 178/247 kB | 85/86 kB | 98/187 kB
Progress (5): 401/472 kB | 13 kB | 178/247 kB | 85/86 kB | 102/187 kB
Progress (5): 401/472 kB | 13 kB | 182/247 kB | 85/86 kB | 102/187 kB
Progress (5): 401/472 kB | 13 kB | 182/247 kB | 85/86 kB | 106/187 kB
Progress (5): 401/472 kB | 13 kB | 182/247 kB | 86 kB | 106/187 kB   
Progress (5): 401/472 kB | 13 kB | 182/247 kB | 86 kB | 110/187 kB
Progress (5): 401/472 kB | 13 kB | 186/247 kB | 86 kB | 110/187 kB
Progress (5): 401/472 kB | 13 kB | 186/247 kB | 86 kB | 114/187 kB
Progress (5): 401/472 kB | 13 kB | 190/247 kB | 86 kB | 114/187 kB
Progress (5): 401/472 kB | 13 kB | 190/247 kB | 86 kB | 118/187 kB
Progress (5): 401/472 kB | 13 kB | 194/247 kB | 86 kB | 118/187 kB
Progress (5): 401/472 kB | 13 kB | 194/247 kB | 86 kB | 122/187 kB
Progress (5): 401/472 kB | 13 kB | 198/247 kB | 86 kB | 122/187 kB
Progress (5): 401/472 kB | 13 kB | 198/247 kB | 86 kB | 126/187 kB
Progress (5): 401/472 kB | 13 kB | 202/247 kB | 86 kB | 126/187 kB
Progress (5): 401/472 kB | 13 kB | 202/247 kB | 86 kB | 130/187 kB
Progress (5): 401/472 kB | 13 kB | 206/247 kB | 86 kB | 130/187 kB
Progress (5): 401/472 kB | 13 kB | 206/247 kB | 86 kB | 134/187 kB
Progress (5): 401/472 kB | 13 kB | 210/247 kB | 86 kB | 134/187 kB
Progress (5): 401/472 kB | 13 kB | 210/247 kB | 86 kB | 138/187 kB
Progress (5): 401/472 kB | 13 kB | 214/247 kB | 86 kB | 138/187 kB
Progress (5): 401/472 kB | 13 kB | 214/247 kB | 86 kB | 142/187 kB
Progress (5): 401/472 kB | 13 kB | 218/247 kB | 86 kB | 142/187 kB
Progress (5): 401/472 kB | 13 kB | 218/247 kB | 86 kB | 146/187 kB
Progress (5): 401/472 kB | 13 kB | 222/247 kB | 86 kB | 146/187 kB
Progress (5): 401/472 kB | 13 kB | 222/247 kB | 86 kB | 150/187 kB
Progress (5): 401/472 kB | 13 kB | 226/247 kB | 86 kB | 150/187 kB
Progress (5): 401/472 kB | 13 kB | 226/247 kB | 86 kB | 154/187 kB
Progress (5): 401/472 kB | 13 kB | 230/247 kB | 86 kB | 154/187 kB
Progress (5): 401/472 kB | 13 kB | 230/247 kB | 86 kB | 158/187 kB
Progress (5): 401/472 kB | 13 kB | 234/247 kB | 86 kB | 158/187 kB
Progress (5): 401/472 kB | 13 kB | 234/247 kB | 86 kB | 162/187 kB
Progress (5): 401/472 kB | 13 kB | 238/247 kB | 86 kB | 162/187 kB
Progress (5): 401/472 kB | 13 kB | 238/247 kB | 86 kB | 166/187 kB
Progress (5): 401/472 kB | 13 kB | 242/247 kB | 86 kB | 166/187 kB
Progress (5): 401/472 kB | 13 kB | 242/247 kB | 86 kB | 170/187 kB
Progress (5): 401/472 kB | 13 kB | 246/247 kB | 86 kB | 170/187 kB
Progress (5): 401/472 kB | 13 kB | 246/247 kB | 86 kB | 174/187 kB
Progress (5): 401/472 kB | 13 kB | 247 kB | 86 kB | 174/187 kB    
Progress (5): 401/472 kB | 13 kB | 247 kB | 86 kB | 178/187 kB
Progress (5): 401/472 kB | 13 kB | 247 kB | 86 kB | 182/187 kB
Progress (5): 401/472 kB | 13 kB | 247 kB | 86 kB | 186/187 kB
Progress (5): 401/472 kB | 13 kB | 247 kB | 86 kB | 187 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 306 kB/s)
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 106 kB/s)
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 231 kB/s)
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Progress (3): 401/472 kB | 13 kB | 4.1/532 kB
Progress (3): 401/472 kB | 13 kB | 7.7/532 kB
Progress (3): 401/472 kB | 13 kB | 12/532 kB 
Progress (4): 401/472 kB | 13 kB | 12/532 kB | 4.1/56 kB
Progress (4): 401/472 kB | 13 kB | 16/532 kB | 4.1/56 kB
Progress (4): 405/472 kB | 13 kB | 16/532 kB | 4.1/56 kB
Progress (4): 405/472 kB | 13 kB | 20/532 kB | 4.1/56 kB
Progress (4): 405/472 kB | 13 kB | 20/532 kB | 7.7/56 kB
Progress (4): 405/472 kB | 13 kB | 24/532 kB | 7.7/56 kB
Progress (4): 409/472 kB | 13 kB | 24/532 kB | 7.7/56 kB
Progress (4): 409/472 kB | 13 kB | 28/532 kB | 7.7/56 kB
Progress (4): 409/472 kB | 13 kB | 28/532 kB | 12/56 kB 
Progress (4): 413/472 kB | 13 kB | 28/532 kB | 12/56 kB
Progress (4): 413/472 kB | 13 kB | 32/532 kB | 12/56 kB
Progress (4): 417/472 kB | 13 kB | 32/532 kB | 12/56 kB
Progress (4): 417/472 kB | 13 kB | 32/532 kB | 16/56 kB
Progress (4): 421/472 kB | 13 kB | 32/532 kB | 16/56 kB
Progress (4): 421/472 kB | 13 kB | 33/532 kB | 16/56 kB
Progress (4): 425/472 kB | 13 kB | 33/532 kB | 16/56 kB
Progress (4): 425/472 kB | 13 kB | 33/532 kB | 20/56 kB
Progress (4): 429/472 kB | 13 kB | 33/532 kB | 20/56 kB
Progress (4): 429/472 kB | 13 kB | 37/532 kB | 20/56 kB
Progress (4): 433/472 kB | 13 kB | 37/532 kB | 20/56 kB
Progress (4): 433/472 kB | 13 kB | 37/532 kB | 24/56 kB
Progress (4): 437/472 kB | 13 kB | 37/532 kB | 24/56 kB
Progress (4): 437/472 kB | 13 kB | 41/532 kB | 24/56 kB
Progress (4): 441/472 kB | 13 kB | 41/532 kB | 24/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 24/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 28/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 32/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 36/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 40/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 44/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 48/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 52/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 56/56 kB
Progress (4): 441/472 kB | 13 kB | 45/532 kB | 56 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 16 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (4): 441/472 kB | 45/532 kB | 56 kB | 4.1/209 kB
Progress (4): 445/472 kB | 45/532 kB | 56 kB | 4.1/209 kB
Progress (4): 445/472 kB | 49/532 kB | 56 kB | 4.1/209 kB
Progress (4): 449/472 kB | 49/532 kB | 56 kB | 4.1/209 kB
Progress (4): 449/472 kB | 53/532 kB | 56 kB | 4.1/209 kB
Progress (4): 449/472 kB | 53/532 kB | 56 kB | 7.7/209 kB
Progress (4): 449/472 kB | 57/532 kB | 56 kB | 7.7/209 kB
Progress (4): 453/472 kB | 57/532 kB | 56 kB | 7.7/209 kB
Progress (4): 453/472 kB | 61/532 kB | 56 kB | 7.7/209 kB
Progress (4): 453/472 kB | 61/532 kB | 56 kB | 12/209 kB 
Progress (4): 453/472 kB | 65/532 kB | 56 kB | 12/209 kB
Progress (4): 457/472 kB | 65/532 kB | 56 kB | 12/209 kB
Progress (4): 457/472 kB | 66/532 kB | 56 kB | 12/209 kB
Progress (4): 457/472 kB | 66/532 kB | 56 kB | 16/209 kB
Progress (4): 457/472 kB | 70/532 kB | 56 kB | 16/209 kB
Progress (4): 461/472 kB | 70/532 kB | 56 kB | 16/209 kB
Progress (4): 461/472 kB | 74/532 kB | 56 kB | 16/209 kB
Progress (4): 461/472 kB | 74/532 kB | 56 kB | 20/209 kB
Progress (4): 461/472 kB | 78/532 kB | 56 kB | 20/209 kB
Progress (4): 465/472 kB | 78/532 kB | 56 kB | 20/209 kB
Progress (4): 465/472 kB | 82/532 kB | 56 kB | 20/209 kB
Progress (4): 465/472 kB | 82/532 kB | 56 kB | 24/209 kB
Progress (4): 465/472 kB | 86/532 kB | 56 kB | 24/209 kB
Progress (4): 469/472 kB | 86/532 kB | 56 kB | 24/209 kB
Progress (4): 469/472 kB | 86/532 kB | 56 kB | 28/209 kB
Progress (4): 469/472 kB | 90/532 kB | 56 kB | 28/209 kB
Progress (4): 469/472 kB | 90/532 kB | 56 kB | 32/209 kB
Progress (4): 472 kB | 90/532 kB | 56 kB | 32/209 kB    
Progress (4): 472 kB | 94/532 kB | 56 kB | 32/209 kB
Progress (4): 472 kB | 94/532 kB | 56 kB | 36/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 36/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 40/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 44/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 48/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 52/209 kB
Progress (4): 472 kB | 98/532 kB | 56 kB | 56/209 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 519 kB/s)
Progress (3): 98/532 kB | 56 kB | 56/209 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (3): 98/532 kB | 56 kB | 60/209 kB
Progress (3): 98/532 kB | 56 kB | 64/209 kB
Progress (3): 102/532 kB | 56 kB | 64/209 kB
Progress (3): 102/532 kB | 56 kB | 68/209 kB
Progress (3): 106/532 kB | 56 kB | 68/209 kB
Progress (3): 106/532 kB | 56 kB | 72/209 kB
Progress (3): 110/532 kB | 56 kB | 72/209 kB
Progress (3): 110/532 kB | 56 kB | 76/209 kB
Progress (3): 114/532 kB | 56 kB | 76/209 kB
Progress (3): 114/532 kB | 56 kB | 80/209 kB
Progress (3): 118/532 kB | 56 kB | 80/209 kB
Progress (3): 118/532 kB | 56 kB | 84/209 kB
Progress (3): 122/532 kB | 56 kB | 84/209 kB
Progress (3): 122/532 kB | 56 kB | 88/209 kB
Progress (3): 126/532 kB | 56 kB | 88/209 kB
Progress (3): 126/532 kB | 56 kB | 92/209 kB
Progress (3): 130/532 kB | 56 kB | 92/209 kB
Progress (3): 130/532 kB | 56 kB | 96/209 kB
Progress (3): 131/532 kB | 56 kB | 96/209 kB
Progress (3): 131/532 kB | 56 kB | 100/209 kB
Progress (3): 135/532 kB | 56 kB | 100/209 kB
Progress (3): 135/532 kB | 56 kB | 104/209 kB
Progress (3): 139/532 kB | 56 kB | 104/209 kB
Progress (3): 139/532 kB | 56 kB | 108/209 kB
Progress (3): 143/532 kB | 56 kB | 108/209 kB
Progress (3): 143/532 kB | 56 kB | 112/209 kB
Progress (3): 147/532 kB | 56 kB | 112/209 kB
Progress (3): 147/532 kB | 56 kB | 116/209 kB
Progress (3): 147/532 kB | 56 kB | 120/209 kB
Progress (3): 151/532 kB | 56 kB | 120/209 kB
Progress (3): 155/532 kB | 56 kB | 120/209 kB
Progress (3): 155/532 kB | 56 kB | 124/209 kB
Progress (3): 159/532 kB | 56 kB | 124/209 kB
Progress (3): 163/532 kB | 56 kB | 124/209 kB
Progress (3): 167/532 kB | 56 kB | 124/209 kB
Progress (3): 171/532 kB | 56 kB | 124/209 kB
Progress (3): 175/532 kB | 56 kB | 124/209 kB
Progress (3): 179/532 kB | 56 kB | 124/209 kB
Progress (3): 179/532 kB | 56 kB | 128/209 kB
Progress (3): 183/532 kB | 56 kB | 128/209 kB
Progress (3): 187/532 kB | 56 kB | 128/209 kB
Progress (3): 187/532 kB | 56 kB | 132/209 kB
Progress (3): 191/532 kB | 56 kB | 132/209 kB
Progress (3): 191/532 kB | 56 kB | 136/209 kB
Progress (3): 195/532 kB | 56 kB | 136/209 kB
Progress (3): 195/532 kB | 56 kB | 140/209 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 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Progress (2): 195/532 kB | 144/209 kB
Progress (2): 199/532 kB | 144/209 kB
Progress (2): 199/532 kB | 148/209 kB
Progress (2): 203/532 kB | 148/209 kB
Progress (2): 203/532 kB | 152/209 kB
Progress (2): 207/532 kB | 152/209 kB
Progress (2): 207/532 kB | 156/209 kB
Progress (3): 207/532 kB | 156/209 kB | 4.1/100 kB
Progress (3): 207/532 kB | 160/209 kB | 4.1/100 kB
Progress (3): 211/532 kB | 160/209 kB | 4.1/100 kB
Progress (3): 211/532 kB | 160/209 kB | 7.7/100 kB
Progress (3): 215/532 kB | 160/209 kB | 7.7/100 kB
Progress (3): 219/532 kB | 160/209 kB | 7.7/100 kB
Progress (3): 219/532 kB | 164/209 kB | 7.7/100 kB
Progress (3): 223/532 kB | 164/209 kB | 7.7/100 kB
Progress (3): 223/532 kB | 164/209 kB | 12/100 kB 
Progress (3): 227/532 kB | 164/209 kB | 12/100 kB
Progress (3): 227/532 kB | 168/209 kB | 12/100 kB
Progress (3): 227/532 kB | 168/209 kB | 16/100 kB
Progress (3): 231/532 kB | 168/209 kB | 16/100 kB
Progress (3): 231/532 kB | 172/209 kB | 16/100 kB
Progress (3): 231/532 kB | 172/209 kB | 20/100 kB
Progress (3): 231/532 kB | 172/209 kB | 24/100 kB
Progress (3): 235/532 kB | 172/209 kB | 24/100 kB
Progress (3): 235/532 kB | 172/209 kB | 28/100 kB
Progress (3): 235/532 kB | 176/209 kB | 28/100 kB
Progress (4): 235/532 kB | 176/209 kB | 28/100 kB | 4.1/58 kB
Progress (4): 235/532 kB | 180/209 kB | 28/100 kB | 4.1/58 kB
Progress (4): 235/532 kB | 180/209 kB | 28/100 kB | 7.7/58 kB
Progress (4): 239/532 kB | 180/209 kB | 28/100 kB | 7.7/58 kB
Progress (4): 239/532 kB | 180/209 kB | 32/100 kB | 7.7/58 kB
Progress (4): 239/532 kB | 180/209 kB | 32/100 kB | 12/58 kB 
Progress (4): 243/532 kB | 180/209 kB | 32/100 kB | 12/58 kB
Progress (4): 243/532 kB | 184/209 kB | 32/100 kB | 12/58 kB
Progress (4): 247/532 kB | 184/209 kB | 32/100 kB | 12/58 kB
Progress (4): 251/532 kB | 184/209 kB | 32/100 kB | 12/58 kB
Progress (4): 251/532 kB | 184/209 kB | 32/100 kB | 16/58 kB
Progress (4): 251/532 kB | 184/209 kB | 33/100 kB | 16/58 kB
Progress (4): 255/532 kB | 184/209 kB | 33/100 kB | 16/58 kB
Progress (4): 255/532 kB | 188/209 kB | 33/100 kB | 16/58 kB
Progress (5): 255/532 kB | 188/209 kB | 33/100 kB | 16/58 kB | 4.1/245 kB
Progress (5): 255/532 kB | 192/209 kB | 33/100 kB | 16/58 kB | 4.1/245 kB
Progress (5): 259/532 kB | 192/209 kB | 33/100 kB | 16/58 kB | 4.1/245 kB
Progress (5): 259/532 kB | 192/209 kB | 33/100 kB | 20/58 kB | 4.1/245 kB
Progress (5): 259/532 kB | 192/209 kB | 37/100 kB | 20/58 kB | 4.1/245 kB
Progress (5): 259/532 kB | 192/209 kB | 37/100 kB | 24/58 kB | 4.1/245 kB
Progress (5): 263/532 kB | 192/209 kB | 37/100 kB | 24/58 kB | 4.1/245 kB
Progress (5): 263/532 kB | 196/209 kB | 37/100 kB | 24/58 kB | 4.1/245 kB
Progress (5): 263/532 kB | 196/209 kB | 37/100 kB | 24/58 kB | 7.7/245 kB
Progress (5): 263/532 kB | 200/209 kB | 37/100 kB | 24/58 kB | 7.7/245 kB
Progress (5): 267/532 kB | 200/209 kB | 37/100 kB | 24/58 kB | 7.7/245 kB
Progress (5): 267/532 kB | 200/209 kB | 37/100 kB | 28/58 kB | 7.7/245 kB
Progress (5): 267/532 kB | 200/209 kB | 41/100 kB | 28/58 kB | 7.7/245 kB
Progress (5): 267/532 kB | 200/209 kB | 41/100 kB | 32/58 kB | 7.7/245 kB
Progress (5): 267/532 kB | 200/209 kB | 45/100 kB | 32/58 kB | 7.7/245 kB
Progress (5): 271/532 kB | 200/209 kB | 45/100 kB | 32/58 kB | 7.7/245 kB
Progress (5): 271/532 kB | 204/209 kB | 45/100 kB | 32/58 kB | 7.7/245 kB
Progress (5): 271/532 kB | 204/209 kB | 45/100 kB | 32/58 kB | 12/245 kB 
Progress (5): 271/532 kB | 208/209 kB | 45/100 kB | 32/58 kB | 12/245 kB
Progress (5): 271/532 kB | 209 kB | 45/100 kB | 32/58 kB | 12/245 kB    
Progress (5): 275/532 kB | 209 kB | 45/100 kB | 32/58 kB | 12/245 kB
Progress (5): 275/532 kB | 209 kB | 49/100 kB | 32/58 kB | 12/245 kB
Progress (5): 275/532 kB | 209 kB | 49/100 kB | 33/58 kB | 12/245 kB
Progress (5): 279/532 kB | 209 kB | 49/100 kB | 33/58 kB | 12/245 kB
Progress (5): 279/532 kB | 209 kB | 49/100 kB | 33/58 kB | 16/245 kB
Progress (5): 283/532 kB | 209 kB | 49/100 kB | 33/58 kB | 16/245 kB
Progress (5): 283/532 kB | 209 kB | 49/100 kB | 37/58 kB | 16/245 kB
Progress (5): 283/532 kB | 209 kB | 53/100 kB | 37/58 kB | 16/245 kB
Progress (5): 283/532 kB | 209 kB | 53/100 kB | 41/58 kB | 16/245 kB
Progress (5): 287/532 kB | 209 kB | 53/100 kB | 41/58 kB | 16/245 kB
Progress (5): 287/532 kB | 209 kB | 53/100 kB | 41/58 kB | 20/245 kB
Progress (5): 291/532 kB | 209 kB | 53/100 kB | 41/58 kB | 20/245 kB
Progress (5): 291/532 kB | 209 kB | 53/100 kB | 45/58 kB | 20/245 kB
Progress (5): 291/532 kB | 209 kB | 57/100 kB | 45/58 kB | 20/245 kB
Progress (5): 291/532 kB | 209 kB | 57/100 kB | 49/58 kB | 20/245 kB
Progress (5): 291/532 kB | 209 kB | 61/100 kB | 49/58 kB | 20/245 kB
Progress (5): 295/532 kB | 209 kB | 61/100 kB | 49/58 kB | 20/245 kB
Progress (5): 299/532 kB | 209 kB | 61/100 kB | 49/58 kB | 20/245 kB
Progress (5): 299/532 kB | 209 kB | 61/100 kB | 49/58 kB | 24/245 kB
Progress (5): 303/532 kB | 209 kB | 61/100 kB | 49/58 kB | 24/245 kB
Progress (5): 303/532 kB | 209 kB | 65/100 kB | 49/58 kB | 24/245 kB
Progress (5): 303/532 kB | 209 kB | 65/100 kB | 53/58 kB | 24/245 kB
Progress (5): 303/532 kB | 209 kB | 66/100 kB | 53/58 kB | 24/245 kB
Progress (5): 307/532 kB | 209 kB | 66/100 kB | 53/58 kB | 24/245 kB
Progress (5): 307/532 kB | 209 kB | 66/100 kB | 53/58 kB | 28/245 kB
Progress (5): 311/532 kB | 209 kB | 66/100 kB | 53/58 kB | 28/245 kB
Progress (5): 311/532 kB | 209 kB | 70/100 kB | 53/58 kB | 28/245 kB
Progress (5): 311/532 kB | 209 kB | 70/100 kB | 57/58 kB | 28/245 kB
Progress (5): 311/532 kB | 209 kB | 74/100 kB | 57/58 kB | 28/245 kB
Progress (5): 315/532 kB | 209 kB | 74/100 kB | 57/58 kB | 28/245 kB
Progress (5): 315/532 kB | 209 kB | 74/100 kB | 57/58 kB | 32/245 kB
Progress (5): 319/532 kB | 209 kB | 74/100 kB | 57/58 kB | 32/245 kB
Progress (5): 319/532 kB | 209 kB | 78/100 kB | 57/58 kB | 32/245 kB
Progress (5): 319/532 kB | 209 kB | 78/100 kB | 58 kB | 32/245 kB   
Progress (5): 319/532 kB | 209 kB | 82/100 kB | 58 kB | 32/245 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 205 kB/s)
Progress (4): 323/532 kB | 82/100 kB | 58 kB | 32/245 kB
Progress (4): 323/532 kB | 82/100 kB | 58 kB | 33/245 kB
Progress (4): 327/532 kB | 82/100 kB | 58 kB | 33/245 kB
Progress (4): 327/532 kB | 82/100 kB | 58 kB | 37/245 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Progress (4): 327/532 kB | 86/100 kB | 58 kB | 37/245 kB
Progress (4): 327/532 kB | 86/100 kB | 58 kB | 41/245 kB
Progress (4): 331/532 kB | 86/100 kB | 58 kB | 41/245 kB
Progress (4): 331/532 kB | 86/100 kB | 58 kB | 45/245 kB
Progress (4): 331/532 kB | 90/100 kB | 58 kB | 45/245 kB
Progress (4): 331/532 kB | 90/100 kB | 58 kB | 49/245 kB
Progress (4): 335/532 kB | 90/100 kB | 58 kB | 49/245 kB
Progress (4): 335/532 kB | 90/100 kB | 58 kB | 53/245 kB
Progress (4): 335/532 kB | 94/100 kB | 58 kB | 53/245 kB
Progress (4): 335/532 kB | 94/100 kB | 58 kB | 57/245 kB
Progress (4): 339/532 kB | 94/100 kB | 58 kB | 57/245 kB
Progress (4): 339/532 kB | 94/100 kB | 58 kB | 61/245 kB
Progress (4): 339/532 kB | 98/100 kB | 58 kB | 61/245 kB
Progress (4): 339/532 kB | 98/100 kB | 58 kB | 65/245 kB
Progress (4): 343/532 kB | 98/100 kB | 58 kB | 65/245 kB
Progress (4): 343/532 kB | 98/100 kB | 58 kB | 66/245 kB
Progress (4): 343/532 kB | 100 kB | 58 kB | 66/245 kB   
Progress (4): 343/532 kB | 100 kB | 58 kB | 70/245 kB
Progress (4): 347/532 kB | 100 kB | 58 kB | 70/245 kB
Progress (4): 347/532 kB | 100 kB | 58 kB | 74/245 kB
Progress (4): 351/532 kB | 100 kB | 58 kB | 74/245 kB
Progress (4): 351/532 kB | 100 kB | 58 kB | 78/245 kB
Progress (4): 355/532 kB | 100 kB | 58 kB | 78/245 kB
Progress (4): 355/532 kB | 100 kB | 58 kB | 82/245 kB
Progress (4): 359/532 kB | 100 kB | 58 kB | 82/245 kB
Progress (4): 359/532 kB | 100 kB | 58 kB | 86/245 kB
Progress (4): 363/532 kB | 100 kB | 58 kB | 86/245 kB
Progress (4): 363/532 kB | 100 kB | 58 kB | 90/245 kB
Progress (4): 367/532 kB | 100 kB | 58 kB | 90/245 kB
Progress (4): 367/532 kB | 100 kB | 58 kB | 94/245 kB
Progress (4): 371/532 kB | 100 kB | 58 kB | 94/245 kB
Progress (4): 371/532 kB | 100 kB | 58 kB | 98/245 kB
Progress (4): 375/532 kB | 100 kB | 58 kB | 98/245 kB
Progress (4): 375/532 kB | 100 kB | 58 kB | 98/245 kB
Progress (4): 379/532 kB | 100 kB | 58 kB | 98/245 kB
Progress (4): 379/532 kB | 100 kB | 58 kB | 102/245 kB
Progress (4): 383/532 kB | 100 kB | 58 kB | 102/245 kB
Progress (4): 383/532 kB | 100 kB | 58 kB | 106/245 kB
Progress (4): 387/532 kB | 100 kB | 58 kB | 106/245 kB
Progress (4): 387/532 kB | 100 kB | 58 kB | 110/245 kB
Progress (4): 391/532 kB | 100 kB | 58 kB | 110/245 kB
Progress (4): 391/532 kB | 100 kB | 58 kB | 114/245 kB
Progress (4): 395/532 kB | 100 kB | 58 kB | 114/245 kB
Progress (4): 395/532 kB | 100 kB | 58 kB | 118/245 kB
Progress (4): 399/532 kB | 100 kB | 58 kB | 118/245 kB
Progress (4): 399/532 kB | 100 kB | 58 kB | 122/245 kB
Progress (4): 403/532 kB | 100 kB | 58 kB | 122/245 kB
Progress (4): 403/532 kB | 100 kB | 58 kB | 126/245 kB
Progress (4): 407/532 kB | 100 kB | 58 kB | 126/245 kB
Progress (5): 407/532 kB | 100 kB | 58 kB | 126/245 kB | 4.1/13 kB
Progress (5): 407/532 kB | 100 kB | 58 kB | 130/245 kB | 4.1/13 kB
Progress (5): 407/532 kB | 100 kB | 58 kB | 130/245 kB | 7.7/13 kB
Progress (5): 411/532 kB | 100 kB | 58 kB | 130/245 kB | 7.7/13 kB
Progress (5): 411/532 kB | 100 kB | 58 kB | 130/245 kB | 12/13 kB 
Progress (5): 411/532 kB | 100 kB | 58 kB | 131/245 kB | 12/13 kB
Progress (5): 411/532 kB | 100 kB | 58 kB | 131/245 kB | 13 kB   
Progress (5): 415/532 kB | 100 kB | 58 kB | 131/245 kB | 13 kB
Progress (5): 415/532 kB | 100 kB | 58 kB | 135/245 kB | 13 kB
Progress (5): 419/532 kB | 100 kB | 58 kB | 135/245 kB | 13 kB
Progress (5): 419/532 kB | 100 kB | 58 kB | 139/245 kB | 13 kB
Progress (5): 423/532 kB | 100 kB | 58 kB | 139/245 kB | 13 kB
Progress (5): 423/532 kB | 100 kB | 58 kB | 143/245 kB | 13 kB
Progress (5): 427/532 kB | 100 kB | 58 kB | 143/245 kB | 13 kB
Progress (5): 427/532 kB | 100 kB | 58 kB | 147/245 kB | 13 kB
Progress (5): 431/532 kB | 100 kB | 58 kB | 147/245 kB | 13 kB
Progress (5): 431/532 kB | 100 kB | 58 kB | 151/245 kB | 13 kB
Progress (5): 435/532 kB | 100 kB | 58 kB | 151/245 kB | 13 kB
Progress (5): 435/532 kB | 100 kB | 58 kB | 155/245 kB | 13 kB
Progress (5): 439/532 kB | 100 kB | 58 kB | 155/245 kB | 13 kB
Progress (5): 439/532 kB | 100 kB | 58 kB | 159/245 kB | 13 kB
Progress (5): 443/532 kB | 100 kB | 58 kB | 159/245 kB | 13 kB
Progress (5): 443/532 kB | 100 kB | 58 kB | 163/245 kB | 13 kB
Progress (5): 447/532 kB | 100 kB | 58 kB | 163/245 kB | 13 kB
Progress (5): 447/532 kB | 100 kB | 58 kB | 167/245 kB | 13 kB
Progress (5): 451/532 kB | 100 kB | 58 kB | 167/245 kB | 13 kB
Progress (5): 451/532 kB | 100 kB | 58 kB | 171/245 kB | 13 kB
Progress (5): 455/532 kB | 100 kB | 58 kB | 171/245 kB | 13 kB
Progress (5): 455/532 kB | 100 kB | 58 kB | 175/245 kB | 13 kB
Progress (5): 459/532 kB | 100 kB | 58 kB | 175/245 kB | 13 kB
Progress (5): 459/532 kB | 100 kB | 58 kB | 179/245 kB | 13 kB
Progress (5): 463/532 kB | 100 kB | 58 kB | 179/245 kB | 13 kB
Progress (5): 463/532 kB | 100 kB | 58 kB | 183/245 kB | 13 kB
Progress (5): 467/532 kB | 100 kB | 58 kB | 183/245 kB | 13 kB
Progress (5): 467/532 kB | 100 kB | 58 kB | 187/245 kB | 13 kB
Progress (5): 471/532 kB | 100 kB | 58 kB | 187/245 kB | 13 kB
Progress (5): 471/532 kB | 100 kB | 58 kB | 191/245 kB | 13 kB
Progress (5): 475/532 kB | 100 kB | 58 kB | 191/245 kB | 13 kB
Progress (5): 475/532 kB | 100 kB | 58 kB | 195/245 kB | 13 kB
Progress (5): 479/532 kB | 100 kB | 58 kB | 195/245 kB | 13 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 12 kB/s)
Progress (4): 479/532 kB | 100 kB | 58 kB | 199/245 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 52 kB/s)
Progress (3): 483/532 kB | 100 kB | 199/245 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Progress (3): 483/532 kB | 100 kB | 203/245 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Progress (3): 483/532 kB | 100 kB | 207/245 kB
Progress (3): 487/532 kB | 100 kB | 207/245 kB
Progress (3): 491/532 kB | 100 kB | 207/245 kB
Progress (3): 491/532 kB | 100 kB | 211/245 kB
Progress (3): 495/532 kB | 100 kB | 211/245 kB
Progress (3): 495/532 kB | 100 kB | 215/245 kB
Progress (3): 499/532 kB | 100 kB | 215/245 kB
Progress (3): 503/532 kB | 100 kB | 215/245 kB
Progress (3): 507/532 kB | 100 kB | 215/245 kB
Progress (3): 511/532 kB | 100 kB | 215/245 kB
Progress (3): 515/532 kB | 100 kB | 215/245 kB
Progress (3): 515/532 kB | 100 kB | 219/245 kB
Progress (3): 519/532 kB | 100 kB | 219/245 kB
Progress (3): 523/532 kB | 100 kB | 219/245 kB
Progress (3): 523/532 kB | 100 kB | 223/245 kB
Progress (3): 527/532 kB | 100 kB | 223/245 kB
Progress (3): 527/532 kB | 100 kB | 227/245 kB
Progress (3): 531/532 kB | 100 kB | 227/245 kB
Progress (3): 531/532 kB | 100 kB | 231/245 kB
Progress (3): 532 kB | 100 kB | 231/245 kB    
Progress (3): 532 kB | 100 kB | 235/245 kB
Progress (3): 532 kB | 100 kB | 239/245 kB
Progress (3): 532 kB | 100 kB | 243/245 kB
Progress (3): 532 kB | 100 kB | 245 kB    
Progress (4): 532 kB | 100 kB | 245 kB | 3.2 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 2.8 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 217 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
Progress (3): 532 kB | 100 kB | 0/1.4 MB
                                        
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 471 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (2): 100 kB | 0/1.4 MB
Progress (3): 100 kB | 0/1.4 MB | 4.1/112 kB
Progress (3): 100 kB | 0/1.4 MB | 7.7/112 kB
Progress (3): 100 kB | 0.1/1.4 MB | 7.7/112 kB
Progress (3): 100 kB | 0.1/1.4 MB | 12/112 kB 
Progress (3): 100 kB | 0.1/1.4 MB | 12/112 kB
Progress (4): 100 kB | 0.1/1.4 MB | 12/112 kB | 4.1/7.2 kB
Progress (4): 100 kB | 0.1/1.4 MB | 16/112 kB | 4.1/7.2 kB
Progress (4): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB    
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 4.1/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 7.7/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 12/37 kB 
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 16/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 20/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 24/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 28/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 32/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 36/37 kB
Progress (5): 100 kB | 0.1/1.4 MB | 16/112 kB | 7.2 kB | 37 kB   
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 5.9 kB/s)
Progress (4): 100 kB | 0.1/1.4 MB | 16/112 kB | 37 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Progress (4): 100 kB | 0.1/1.4 MB | 20/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 20/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 24/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 24/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 28/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 28/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 32/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 32/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 33/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 33/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 37/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 37/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 41/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 41/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 45/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 45/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 49/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 49/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 53/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 53/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 57/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 57/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 61/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 61/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 65/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 65/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 66/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 66/112 kB | 37 kB
Progress (4): 100 kB | 0.1/1.4 MB | 70/112 kB | 37 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 30 kB/s)
Progress (3): 100 kB | 0.1/1.4 MB | 74/112 kB
Progress (3): 100 kB | 0.1/1.4 MB | 74/112 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Progress (4): 100 kB | 0.1/1.4 MB | 74/112 kB | 4.1/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 74/112 kB | 4.1/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 78/112 kB | 4.1/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 78/112 kB | 4.1/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 78/112 kB | 7.7/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 78/112 kB | 7.7/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 82/112 kB | 7.7/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 82/112 kB | 7.7/9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 82/112 kB | 9.4 kB    
Progress (4): 100 kB | 0.1/1.4 MB | 82/112 kB | 9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 86/112 kB | 9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 86/112 kB | 9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 90/112 kB | 9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 90/112 kB | 9.4 kB
Progress (4): 100 kB | 0.1/1.4 MB | 94/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 94/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 98/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 98/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 102/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 102/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 106/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 106/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 110/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 110/112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB    
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB
Progress (4): 100 kB | 0.2/1.4 MB | 112 kB | 9.4 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 81 kB/s)
Progress (3): 0.2/1.4 MB | 112 kB | 9.4 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Progress (3): 0.2/1.4 MB | 112 kB | 9.4 kB
Progress (4): 0.2/1.4 MB | 112 kB | 9.4 kB | 4.1/37 kB
Progress (4): 0.2/1.4 MB | 112 kB | 9.4 kB | 4.1/37 kB
Progress (4): 0.2/1.4 MB | 112 kB | 9.4 kB | 7.7/37 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 7.6 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (3): 0.2/1.4 MB | 112 kB | 7.7/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 12/37 kB 
Progress (3): 0.2/1.4 MB | 112 kB | 12/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 16/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 16/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 20/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 20/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 24/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 24/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 28/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 28/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 32/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 32/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 36/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 36/37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 37 kB   
Progress (3): 0.2/1.4 MB | 112 kB | 37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 37 kB
Progress (3): 0.2/1.4 MB | 112 kB | 37 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 28 kB/s)
Progress (3): 0.2/1.4 MB | 112 kB | 4.1/53 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 85 kB/s)
Progress (2): 0.2/1.4 MB | 7.7/53 kB
Progress (3): 0.2/1.4 MB | 7.7/53 kB | 4.1/285 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Progress (3): 0.3/1.4 MB | 7.7/53 kB | 4.1/285 kB
Progress (3): 0.3/1.4 MB | 7.7/53 kB | 7.7/285 kB
Progress (3): 0.3/1.4 MB | 12/53 kB | 7.7/285 kB 
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Progress (3): 0.3/1.4 MB | 16/53 kB | 7.7/285 kB
Progress (3): 0.3/1.4 MB | 16/53 kB | 12/285 kB 
Progress (3): 0.3/1.4 MB | 16/53 kB | 12/285 kB
Progress (3): 0.3/1.4 MB | 16/53 kB | 16/285 kB
Progress (3): 0.3/1.4 MB | 20/53 kB | 16/285 kB
Progress (3): 0.3/1.4 MB | 20/53 kB | 16/285 kB
Progress (3): 0.3/1.4 MB | 20/53 kB | 20/285 kB
Progress (3): 0.3/1.4 MB | 24/53 kB | 20/285 kB
Progress (3): 0.3/1.4 MB | 24/53 kB | 24/285 kB
Progress (3): 0.3/1.4 MB | 24/53 kB | 24/285 kB
Progress (3): 0.3/1.4 MB | 24/53 kB | 28/285 kB
Progress (3): 0.3/1.4 MB | 28/53 kB | 28/285 kB
Progress (3): 0.3/1.4 MB | 28/53 kB | 28/285 kB
Progress (3): 0.3/1.4 MB | 28/53 kB | 32/285 kB
Progress (3): 0.3/1.4 MB | 28/53 kB | 32/285 kB
Progress (3): 0.3/1.4 MB | 32/53 kB | 32/285 kB
Progress (3): 0.3/1.4 MB | 32/53 kB | 33/285 kB
Progress (3): 0.3/1.4 MB | 32/53 kB | 33/285 kB
Progress (3): 0.3/1.4 MB | 32/53 kB | 37/285 kB
Progress (3): 0.3/1.4 MB | 36/53 kB | 37/285 kB
Progress (3): 0.3/1.4 MB | 36/53 kB | 41/285 kB
Progress (3): 0.3/1.4 MB | 36/53 kB | 41/285 kB
Progress (3): 0.3/1.4 MB | 36/53 kB | 45/285 kB
Progress (3): 0.3/1.4 MB | 40/53 kB | 45/285 kB
Progress (3): 0.3/1.4 MB | 40/53 kB | 45/285 kB
Progress (3): 0.3/1.4 MB | 44/53 kB | 45/285 kB
Progress (3): 0.3/1.4 MB | 44/53 kB | 49/285 kB
Progress (3): 0.3/1.4 MB | 48/53 kB | 49/285 kB
Progress (3): 0.3/1.4 MB | 48/53 kB | 49/285 kB
Progress (3): 0.3/1.4 MB | 52/53 kB | 49/285 kB
Progress (3): 0.3/1.4 MB | 52/53 kB | 53/285 kB
Progress (3): 0.3/1.4 MB | 52/53 kB | 53/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 53/285 kB   
Progress (3): 0.3/1.4 MB | 53 kB | 53/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 57/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 57/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 61/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 61/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 65/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 65/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 66/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 66/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 70/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 70/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 74/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 74/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 78/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 78/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 82/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 82/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 86/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 86/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 90/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 90/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 94/285 kB
Progress (3): 0.3/1.4 MB | 53 kB | 98/285 kB
Progress (4): 0.3/1.4 MB | 53 kB | 98/285 kB | 4.1/4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 98/285 kB | 4.1/4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 98/285 kB | 4.3 kB    
Progress (4): 0.3/1.4 MB | 53 kB | 98/285 kB | 4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 98/285 kB | 4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 102/285 kB | 4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 106/285 kB | 4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 106/285 kB | 4.3 kB
Progress (4): 0.3/1.4 MB | 53 kB | 110/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 110/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 118/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 118/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 122/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 122/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 126/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 126/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 130/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 130/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 131/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 131/285 kB | 4.3 kB
Progress (4): 0.4/1.4 MB | 53 kB | 135/285 kB | 4.3 kB
Progress (5): 0.4/1.4 MB | 53 kB | 135/285 kB | 4.3 kB | 4.1/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 135/285 kB | 4.3 kB | 4.1/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 4.1/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 4.1/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 7.7/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 139/285 kB | 4.3 kB | 7.7/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 143/285 kB | 4.3 kB | 7.7/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 143/285 kB | 4.3 kB | 7.7/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 143/285 kB | 4.3 kB | 12/38 kB 
Progress (5): 0.4/1.4 MB | 53 kB | 143/285 kB | 4.3 kB | 12/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 147/285 kB | 4.3 kB | 12/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 147/285 kB | 4.3 kB | 12/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 151/285 kB | 4.3 kB | 12/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 151/285 kB | 4.3 kB | 16/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 151/285 kB | 4.3 kB | 20/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 151/285 kB | 4.3 kB | 24/38 kB
Progress (5): 0.4/1.4 MB | 53 kB | 151/285 kB | 4.3 kB | 28/38 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 40 kB/s)
Progress (4): 0.4/1.4 MB | 151/285 kB | 4.3 kB | 32/38 kB
Progress (4): 0.4/1.4 MB | 155/285 kB | 4.3 kB | 32/38 kB
Progress (4): 0.4/1.4 MB | 155/285 kB | 4.3 kB | 32/38 kB
Progress (4): 0.4/1.4 MB | 155/285 kB | 4.3 kB | 36/38 kB
Progress (4): 0.4/1.4 MB | 155/285 kB | 4.3 kB | 38 kB   
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
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 3.0 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Progress (3): 0.4/1.4 MB | 155/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 159/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 163/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 163/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 167/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 167/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 171/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 171/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 175/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 175/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 179/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 179/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 183/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 183/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 187/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 187/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 191/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 191/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 195/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 195/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 199/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 199/285 kB | 38 kB
Progress (3): 0.4/1.4 MB | 203/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 203/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 207/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 207/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 211/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 211/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 215/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 215/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 219/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 219/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 223/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 223/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 227/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 227/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 231/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 231/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 235/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 235/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 239/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 239/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 243/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 243/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 247/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 247/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 251/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 251/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 255/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 255/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 259/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 259/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 263/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 263/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 267/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 267/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 271/285 kB | 38 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 26 kB/s)
Progress (3): 0.5/1.4 MB | 271/285 kB | 4.1/29 kB
Progress (3): 0.5/1.4 MB | 275/285 kB | 4.1/29 kB
Progress (3): 0.5/1.4 MB | 275/285 kB | 4.1/29 kB
Progress (3): 0.5/1.4 MB | 279/285 kB | 4.1/29 kB
Progress (3): 0.5/1.4 MB | 279/285 kB | 7.7/29 kB
Progress (3): 0.5/1.4 MB | 283/285 kB | 7.7/29 kB
Progress (3): 0.5/1.4 MB | 283/285 kB | 7.7/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 7.7/29 kB    
Progress (3): 0.5/1.4 MB | 285 kB | 12/29 kB 
Progress (3): 0.5/1.4 MB | 285 kB | 12/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 16/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 16/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 20/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 20/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 24/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 24/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 28/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 28/29 kB
Progress (3): 0.5/1.4 MB | 285 kB | 29 kB   
Progress (3): 0.5/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.6/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (3): 0.7/1.4 MB | 285 kB | 29 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 4.1/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 7.7/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 12/21 kB 
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 16/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 20/21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB   
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.7/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
Progress (4): 0.8/1.4 MB | 285 kB | 29 kB | 21 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 14 kB/s)
Progress (3): 0.8/1.4 MB | 285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 285 kB | 29 kB
Progress (3): 0.8/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 0.9/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.0/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.1/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.2/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.3/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4/1.4 MB | 285 kB | 29 kB
Progress (3): 1.4 MB | 285 kB | 29 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 875 kB/s)
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 174 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 17 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom
Progress (1): 3.9 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom (3.9 kB at 157 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom (9.5 kB at 326 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 265 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 561 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 552 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 47 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 41 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 196 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Progress (1): 4.1/9.7 kB
Progress (1): 7.7/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 322 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Progress (1): 193 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 5.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 106 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Progress (1): 463 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 5.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom (8.4 kB at 222 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 826 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 122 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 155 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom (1.8 kB at 61 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom (2.5 kB at 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom (1.4 kB at 2.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Progress (1): 4.1/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/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 726 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 58 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 161 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 299 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 53 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom (1.9 kB at 39 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 845 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
Progress (1): 4.1/78 kB
Progress (1): 7.7/78 kB
Progress (1): 12/78 kB 
Progress (1): 16/78 kB
Progress (1): 20/78 kB
Progress (1): 24/78 kB
Progress (1): 28/78 kB
Progress (1): 32/78 kB
Progress (1): 36/78 kB
Progress (1): 40/78 kB
Progress (1): 44/78 kB
Progress (1): 48/78 kB
Progress (1): 52/78 kB
Progress (1): 56/78 kB
Progress (1): 60/78 kB
Progress (1): 64/78 kB
Progress (1): 68/78 kB
Progress (1): 72/78 kB
Progress (1): 76/78 kB
Progress (1): 78 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 456 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 102 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 65 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 473 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 168 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 1.4 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 64 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 247 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 591 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 19 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 400 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 19 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 125 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 170 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 660 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom (3.0 kB at 108 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom (4.2 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 558 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 60 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 56 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 80 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 116 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 409 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Progress (1): 4.1/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.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
Progress (1): 4.1/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-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 460 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 353 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 474 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/5/google-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 13 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 140 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 359 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 65 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 221 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 65 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 130 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 9.0 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 28 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 170 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 92 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 60 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Progress (1): 4.1/8.6 kB
Progress (1): 7.7/8.6 kB
Progress (1): 8.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 169 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 934 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 15 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 111 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 474 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 747 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 37 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 341 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 157 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 129 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 83 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 686 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 115 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 3.0 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 381 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 499 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 23 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 93 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 135 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 77 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 774 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 19 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 102 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 127 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Progress (1): 492 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 15 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 198 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 696 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 24 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 176 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 72 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 53 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 43 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 56 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 46 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 871 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 92 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 278 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 311 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 143 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 331 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 58 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 237 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 61 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 306 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 38 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 56 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 47 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 241 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 248 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 268 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 184 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 331 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 3.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 368 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 80 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 80 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 75 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom (2.5 kB at 86 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom (9.4 kB at 210 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 747 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 112 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 93 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 130 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 270 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 82 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 260 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom (1.0 kB at 30 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 134 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 175 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 175 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
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/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 570 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 71 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom (6.6 kB at 228 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom (16 kB at 354 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 139 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 178 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 204 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 640 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 451 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom
Progress (1): 1.5 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom (1.5 kB at 81 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom (17 kB at 454 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom (4.1 kB at 146 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Progress (1): 4.1/88 kB
Progress (1): 7.7/88 kB
                       
Progress (1): 12/88 kB
                      
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Progress (1): 16/88 kB
Progress (1): 20/88 kB
Progress (1): 24/88 kB
Progress (1): 28/88 kB
Progress (1): 32/88 kB
Progress (1): 33/88 kB
                      
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Progress (1): 37/88 kB
                      
Progress (1): 41/88 kB
                      
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Progress (1): 45/88 kB
                      
Progress (1): 49/88 kB
                      
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Progress (1): 53/88 kB
Progress (1): 57/88 kB
Progress (1): 61/88 kB
Progress (1): 65/88 kB
Progress (1): 69/88 kB
Progress (1): 73/88 kB
Progress (1): 77/88 kB
Progress (1): 81/88 kB
Progress (1): 85/88 kB
Progress (1): 88 kB   
                   
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar (88 kB at 1.8 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar (5.4 kB at 9.5 kB/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-releases: 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.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Progress (1): 4.1/81 kB
Progress (2): 4.1/81 kB | 4.1/232 kB
Progress (3): 4.1/81 kB | 4.1/232 kB | 0/2.9 MB
Progress (3): 4.1/81 kB | 7.7/232 kB | 0/2.9 MB
Progress (4): 4.1/81 kB | 7.7/232 kB | 0/2.9 MB | 4.1/168 kB
Progress (4): 7.7/81 kB | 7.7/232 kB | 0/2.9 MB | 4.1/168 kB
Progress (4): 7.7/81 kB | 7.7/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (4): 7.7/81 kB | 12/232 kB | 0/2.9 MB | 7.7/168 kB 
Progress (4): 7.7/81 kB | 12/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (4): 7.7/81 kB | 16/232 kB | 0/2.9 MB | 7.7/168 kB
Progress (4): 7.7/81 kB | 16/232 kB | 0/2.9 MB | 12/168 kB 
Progress (5): 7.7/81 kB | 16/232 kB | 0/2.9 MB | 12/168 kB | 4.1/350 kB
Progress (5): 12/81 kB | 16/232 kB | 0/2.9 MB | 12/168 kB | 4.1/350 kB 
Progress (5): 12/81 kB | 16/232 kB | 0/2.9 MB | 12/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 16/232 kB | 0/2.9 MB | 16/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 20/232 kB | 0/2.9 MB | 16/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 20/232 kB | 0/2.9 MB | 20/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 20/232 kB | 0/2.9 MB | 20/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 20/232 kB | 0/2.9 MB | 24/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 24/232 kB | 0/2.9 MB | 24/168 kB | 7.7/350 kB
Progress (5): 12/81 kB | 24/232 kB | 0/2.9 MB | 24/168 kB | 12/350 kB 
Progress (5): 16/81 kB | 24/232 kB | 0/2.9 MB | 24/168 kB | 12/350 kB
Progress (5): 16/81 kB | 24/232 kB | 0/2.9 MB | 24/168 kB | 16/350 kB
Progress (5): 16/81 kB | 28/232 kB | 0/2.9 MB | 24/168 kB | 16/350 kB
Progress (5): 16/81 kB | 28/232 kB | 0/2.9 MB | 28/168 kB | 16/350 kB
Progress (5): 16/81 kB | 28/232 kB | 0/2.9 MB | 28/168 kB | 16/350 kB
Progress (5): 16/81 kB | 28/232 kB | 0/2.9 MB | 32/168 kB | 16/350 kB
Progress (5): 16/81 kB | 32/232 kB | 0/2.9 MB | 32/168 kB | 16/350 kB
Progress (5): 16/81 kB | 32/232 kB | 0/2.9 MB | 32/168 kB | 20/350 kB
Progress (5): 20/81 kB | 32/232 kB | 0/2.9 MB | 32/168 kB | 20/350 kB
Progress (5): 20/81 kB | 32/232 kB | 0/2.9 MB | 32/168 kB | 24/350 kB
Progress (5): 20/81 kB | 36/232 kB | 0/2.9 MB | 32/168 kB | 24/350 kB
Progress (5): 20/81 kB | 36/232 kB | 0/2.9 MB | 36/168 kB | 24/350 kB
Progress (5): 20/81 kB | 36/232 kB | 0/2.9 MB | 36/168 kB | 24/350 kB
Progress (5): 20/81 kB | 36/232 kB | 0/2.9 MB | 40/168 kB | 24/350 kB
Progress (5): 20/81 kB | 40/232 kB | 0/2.9 MB | 40/168 kB | 24/350 kB
Progress (5): 20/81 kB | 40/232 kB | 0/2.9 MB | 40/168 kB | 28/350 kB
Progress (5): 24/81 kB | 40/232 kB | 0/2.9 MB | 40/168 kB | 28/350 kB
Progress (5): 24/81 kB | 40/232 kB | 0/2.9 MB | 40/168 kB | 32/350 kB
Progress (5): 24/81 kB | 44/232 kB | 0/2.9 MB | 40/168 kB | 32/350 kB
Progress (5): 24/81 kB | 44/232 kB | 0/2.9 MB | 44/168 kB | 32/350 kB
Progress (5): 24/81 kB | 44/232 kB | 0/2.9 MB | 44/168 kB | 32/350 kB
Progress (5): 24/81 kB | 44/232 kB | 0/2.9 MB | 48/168 kB | 32/350 kB
Progress (5): 24/81 kB | 48/232 kB | 0/2.9 MB | 48/168 kB | 32/350 kB
Progress (5): 24/81 kB | 48/232 kB | 0/2.9 MB | 48/168 kB | 36/350 kB
Progress (5): 28/81 kB | 48/232 kB | 0/2.9 MB | 48/168 kB | 36/350 kB
Progress (5): 28/81 kB | 48/232 kB | 0/2.9 MB | 48/168 kB | 40/350 kB
Progress (5): 28/81 kB | 52/232 kB | 0/2.9 MB | 48/168 kB | 40/350 kB
Progress (5): 28/81 kB | 52/232 kB | 0/2.9 MB | 52/168 kB | 40/350 kB
Progress (5): 28/81 kB | 52/232 kB | 0/2.9 MB | 52/168 kB | 40/350 kB
Progress (5): 28/81 kB | 52/232 kB | 0/2.9 MB | 56/168 kB | 40/350 kB
Progress (5): 28/81 kB | 56/232 kB | 0/2.9 MB | 56/168 kB | 40/350 kB
Progress (5): 28/81 kB | 56/232 kB | 0/2.9 MB | 56/168 kB | 44/350 kB
Progress (5): 32/81 kB | 56/232 kB | 0/2.9 MB | 56/168 kB | 44/350 kB
Progress (5): 32/81 kB | 56/232 kB | 0/2.9 MB | 56/168 kB | 48/350 kB
Progress (5): 32/81 kB | 60/232 kB | 0/2.9 MB | 56/168 kB | 48/350 kB
Progress (5): 32/81 kB | 60/232 kB | 0/2.9 MB | 60/168 kB | 48/350 kB
Progress (5): 32/81 kB | 60/232 kB | 0/2.9 MB | 60/168 kB | 48/350 kB
Progress (5): 32/81 kB | 60/232 kB | 0/2.9 MB | 64/168 kB | 48/350 kB
Progress (5): 32/81 kB | 64/232 kB | 0/2.9 MB | 64/168 kB | 48/350 kB
Progress (5): 32/81 kB | 64/232 kB | 0/2.9 MB | 64/168 kB | 52/350 kB
Progress (5): 36/81 kB | 64/232 kB | 0/2.9 MB | 64/168 kB | 52/350 kB
Progress (5): 36/81 kB | 64/232 kB | 0/2.9 MB | 64/168 kB | 56/350 kB
Progress (5): 36/81 kB | 68/232 kB | 0/2.9 MB | 64/168 kB | 56/350 kB
Progress (5): 36/81 kB | 68/232 kB | 0/2.9 MB | 66/168 kB | 56/350 kB
Progress (5): 36/81 kB | 68/232 kB | 0/2.9 MB | 66/168 kB | 56/350 kB
Progress (5): 36/81 kB | 68/232 kB | 0/2.9 MB | 70/168 kB | 56/350 kB
Progress (5): 36/81 kB | 72/232 kB | 0/2.9 MB | 70/168 kB | 56/350 kB
Progress (5): 36/81 kB | 72/232 kB | 0/2.9 MB | 70/168 kB | 60/350 kB
Progress (5): 40/81 kB | 72/232 kB | 0/2.9 MB | 70/168 kB | 60/350 kB
Progress (5): 40/81 kB | 72/232 kB | 0/2.9 MB | 70/168 kB | 64/350 kB
Progress (5): 40/81 kB | 76/232 kB | 0/2.9 MB | 70/168 kB | 64/350 kB
Progress (5): 40/81 kB | 76/232 kB | 0/2.9 MB | 74/168 kB | 64/350 kB
Progress (5): 40/81 kB | 76/232 kB | 0/2.9 MB | 74/168 kB | 64/350 kB
Progress (5): 40/81 kB | 76/232 kB | 0/2.9 MB | 78/168 kB | 64/350 kB
Progress (5): 40/81 kB | 80/232 kB | 0/2.9 MB | 78/168 kB | 64/350 kB
Progress (5): 40/81 kB | 80/232 kB | 0/2.9 MB | 78/168 kB | 68/350 kB
Progress (5): 44/81 kB | 80/232 kB | 0/2.9 MB | 78/168 kB | 68/350 kB
Progress (5): 44/81 kB | 80/232 kB | 0/2.9 MB | 78/168 kB | 72/350 kB
Progress (5): 44/81 kB | 84/232 kB | 0/2.9 MB | 78/168 kB | 72/350 kB
Progress (5): 44/81 kB | 84/232 kB | 0/2.9 MB | 82/168 kB | 72/350 kB
Progress (5): 44/81 kB | 84/232 kB | 0/2.9 MB | 82/168 kB | 72/350 kB
Progress (5): 44/81 kB | 84/232 kB | 0/2.9 MB | 86/168 kB | 72/350 kB
Progress (5): 44/81 kB | 88/232 kB | 0/2.9 MB | 86/168 kB | 72/350 kB
Progress (5): 44/81 kB | 88/232 kB | 0/2.9 MB | 86/168 kB | 76/350 kB
Progress (5): 48/81 kB | 88/232 kB | 0/2.9 MB | 86/168 kB | 76/350 kB
Progress (5): 48/81 kB | 88/232 kB | 0/2.9 MB | 86/168 kB | 80/350 kB
Progress (5): 48/81 kB | 92/232 kB | 0/2.9 MB | 86/168 kB | 80/350 kB
Progress (5): 48/81 kB | 92/232 kB | 0/2.9 MB | 90/168 kB | 80/350 kB
Progress (5): 48/81 kB | 92/232 kB | 0/2.9 MB | 90/168 kB | 80/350 kB
Progress (5): 48/81 kB | 92/232 kB | 0/2.9 MB | 94/168 kB | 80/350 kB
Progress (5): 48/81 kB | 96/232 kB | 0/2.9 MB | 94/168 kB | 80/350 kB
Progress (5): 48/81 kB | 96/232 kB | 0/2.9 MB | 94/168 kB | 84/350 kB
Progress (5): 52/81 kB | 96/232 kB | 0/2.9 MB | 94/168 kB | 84/350 kB
Progress (5): 52/81 kB | 96/232 kB | 0/2.9 MB | 94/168 kB | 88/350 kB
Progress (5): 52/81 kB | 100/232 kB | 0/2.9 MB | 94/168 kB | 88/350 kB
Progress (5): 52/81 kB | 100/232 kB | 0/2.9 MB | 98/168 kB | 88/350 kB
Progress (5): 52/81 kB | 100/232 kB | 0.1/2.9 MB | 98/168 kB | 88/350 kB
Progress (5): 52/81 kB | 100/232 kB | 0.1/2.9 MB | 102/168 kB | 88/350 kB
Progress (5): 52/81 kB | 104/232 kB | 0.1/2.9 MB | 102/168 kB | 88/350 kB
Progress (5): 52/81 kB | 104/232 kB | 0.1/2.9 MB | 102/168 kB | 92/350 kB
Progress (5): 56/81 kB | 104/232 kB | 0.1/2.9 MB | 102/168 kB | 92/350 kB
Progress (5): 56/81 kB | 104/232 kB | 0.1/2.9 MB | 102/168 kB | 96/350 kB
Progress (5): 56/81 kB | 108/232 kB | 0.1/2.9 MB | 102/168 kB | 96/350 kB
Progress (5): 56/81 kB | 108/232 kB | 0.1/2.9 MB | 106/168 kB | 96/350 kB
Progress (5): 56/81 kB | 108/232 kB | 0.1/2.9 MB | 106/168 kB | 96/350 kB
Progress (5): 56/81 kB | 108/232 kB | 0.1/2.9 MB | 110/168 kB | 96/350 kB
Progress (5): 56/81 kB | 112/232 kB | 0.1/2.9 MB | 110/168 kB | 96/350 kB
Progress (5): 56/81 kB | 112/232 kB | 0.1/2.9 MB | 110/168 kB | 100/350 kB
Progress (5): 60/81 kB | 112/232 kB | 0.1/2.9 MB | 110/168 kB | 100/350 kB
Progress (5): 60/81 kB | 112/232 kB | 0.1/2.9 MB | 110/168 kB | 104/350 kB
Progress (5): 60/81 kB | 116/232 kB | 0.1/2.9 MB | 110/168 kB | 104/350 kB
Progress (5): 60/81 kB | 116/232 kB | 0.1/2.9 MB | 114/168 kB | 104/350 kB
Progress (5): 60/81 kB | 116/232 kB | 0.1/2.9 MB | 114/168 kB | 104/350 kB
Progress (5): 60/81 kB | 116/232 kB | 0.1/2.9 MB | 118/168 kB | 104/350 kB
Progress (5): 60/81 kB | 120/232 kB | 0.1/2.9 MB | 118/168 kB | 104/350 kB
Progress (5): 60/81 kB | 120/232 kB | 0.1/2.9 MB | 118/168 kB | 108/350 kB
Progress (5): 64/81 kB | 120/232 kB | 0.1/2.9 MB | 118/168 kB | 108/350 kB
Progress (5): 64/81 kB | 120/232 kB | 0.1/2.9 MB | 118/168 kB | 112/350 kB
Progress (5): 64/81 kB | 124/232 kB | 0.1/2.9 MB | 118/168 kB | 112/350 kB
Progress (5): 64/81 kB | 124/232 kB | 0.1/2.9 MB | 122/168 kB | 112/350 kB
Progress (5): 64/81 kB | 124/232 kB | 0.1/2.9 MB | 122/168 kB | 112/350 kB
Progress (5): 64/81 kB | 124/232 kB | 0.1/2.9 MB | 126/168 kB | 112/350 kB
Progress (5): 64/81 kB | 128/232 kB | 0.1/2.9 MB | 126/168 kB | 112/350 kB
Progress (5): 64/81 kB | 128/232 kB | 0.1/2.9 MB | 126/168 kB | 116/350 kB
Progress (5): 68/81 kB | 128/232 kB | 0.1/2.9 MB | 126/168 kB | 116/350 kB
Progress (5): 68/81 kB | 128/232 kB | 0.1/2.9 MB | 126/168 kB | 120/350 kB
Progress (5): 68/81 kB | 132/232 kB | 0.1/2.9 MB | 126/168 kB | 120/350 kB
Progress (5): 68/81 kB | 132/232 kB | 0.1/2.9 MB | 130/168 kB | 120/350 kB
Progress (5): 68/81 kB | 132/232 kB | 0.1/2.9 MB | 130/168 kB | 120/350 kB
Progress (5): 68/81 kB | 132/232 kB | 0.1/2.9 MB | 134/168 kB | 120/350 kB
Progress (5): 68/81 kB | 136/232 kB | 0.1/2.9 MB | 134/168 kB | 120/350 kB
Progress (5): 68/81 kB | 136/232 kB | 0.1/2.9 MB | 134/168 kB | 124/350 kB
Progress (5): 72/81 kB | 136/232 kB | 0.1/2.9 MB | 134/168 kB | 124/350 kB
Progress (5): 72/81 kB | 136/232 kB | 0.1/2.9 MB | 134/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 134/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 138/168 kB | 128/350 kB
Progress (5): 72/81 kB | 140/232 kB | 0.1/2.9 MB | 142/168 kB | 128/350 kB
Progress (5): 72/81 kB | 144/232 kB | 0.1/2.9 MB | 142/168 kB | 128/350 kB
Progress (5): 72/81 kB | 144/232 kB | 0.1/2.9 MB | 142/168 kB | 132/350 kB
Progress (5): 76/81 kB | 144/232 kB | 0.1/2.9 MB | 142/168 kB | 132/350 kB
Progress (5): 76/81 kB | 144/232 kB | 0.1/2.9 MB | 142/168 kB | 136/350 kB
Progress (5): 76/81 kB | 148/232 kB | 0.1/2.9 MB | 142/168 kB | 136/350 kB
Progress (5): 76/81 kB | 148/232 kB | 0.1/2.9 MB | 146/168 kB | 136/350 kB
Progress (5): 76/81 kB | 148/232 kB | 0.1/2.9 MB | 146/168 kB | 136/350 kB
Progress (5): 76/81 kB | 148/232 kB | 0.1/2.9 MB | 146/168 kB | 136/350 kB
Progress (5): 76/81 kB | 148/232 kB | 0.1/2.9 MB | 150/168 kB | 136/350 kB
Progress (5): 76/81 kB | 152/232 kB | 0.1/2.9 MB | 150/168 kB | 136/350 kB
Progress (5): 76/81 kB | 152/232 kB | 0.1/2.9 MB | 150/168 kB | 140/350 kB
Progress (5): 80/81 kB | 152/232 kB | 0.1/2.9 MB | 150/168 kB | 140/350 kB
Progress (5): 80/81 kB | 152/232 kB | 0.1/2.9 MB | 150/168 kB | 144/350 kB
Progress (5): 80/81 kB | 156/232 kB | 0.1/2.9 MB | 150/168 kB | 144/350 kB
Progress (5): 80/81 kB | 156/232 kB | 0.1/2.9 MB | 154/168 kB | 144/350 kB
Progress (5): 80/81 kB | 156/232 kB | 0.1/2.9 MB | 154/168 kB | 144/350 kB
Progress (5): 80/81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 144/350 kB
Progress (5): 80/81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 148/350 kB
Progress (5): 81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 148/350 kB   
Progress (5): 81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 152/350 kB
Progress (5): 81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 156/350 kB
Progress (5): 81 kB | 160/232 kB | 0.1/2.9 MB | 154/168 kB | 160/350 kB
Progress (5): 81 kB | 164/232 kB | 0.1/2.9 MB | 154/168 kB | 160/350 kB
Progress (5): 81 kB | 164/232 kB | 0.1/2.9 MB | 154/168 kB | 160/350 kB
Progress (5): 81 kB | 164/232 kB | 0.1/2.9 MB | 154/168 kB | 160/350 kB
Progress (5): 81 kB | 164/232 kB | 0.1/2.9 MB | 158/168 kB | 160/350 kB
Progress (5): 81 kB | 164/232 kB | 0.1/2.9 MB | 158/168 kB | 160/350 kB
Progress (5): 81 kB | 168/232 kB | 0.1/2.9 MB | 158/168 kB | 160/350 kB
Progress (5): 81 kB | 168/232 kB | 0.1/2.9 MB | 158/168 kB | 164/350 kB
Progress (5): 81 kB | 168/232 kB | 0.1/2.9 MB | 158/168 kB | 168/350 kB
Progress (5): 81 kB | 168/232 kB | 0.1/2.9 MB | 158/168 kB | 172/350 kB
Progress (5): 81 kB | 168/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 158/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 162/168 kB | 176/350 kB
Progress (5): 81 kB | 172/232 kB | 0.1/2.9 MB | 162/168 kB | 176/350 kB
Progress (5): 81 kB | 176/232 kB | 0.1/2.9 MB | 162/168 kB | 176/350 kB
Progress (5): 81 kB | 176/232 kB | 0.1/2.9 MB | 162/168 kB | 180/350 kB
Progress (5): 81 kB | 180/232 kB | 0.1/2.9 MB | 162/168 kB | 180/350 kB
Progress (5): 81 kB | 180/232 kB | 0.1/2.9 MB | 162/168 kB | 180/350 kB
Progress (5): 81 kB | 180/232 kB | 0.1/2.9 MB | 166/168 kB | 180/350 kB
Progress (5): 81 kB | 180/232 kB | 0.1/2.9 MB | 166/168 kB | 180/350 kB
Progress (5): 81 kB | 184/232 kB | 0.1/2.9 MB | 166/168 kB | 180/350 kB
Progress (5): 81 kB | 184/232 kB | 0.1/2.9 MB | 166/168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.1/2.9 MB | 166/168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.1/2.9 MB | 166/168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.1/2.9 MB | 168 kB | 184/350 kB    
Progress (5): 81 kB | 188/232 kB | 0.1/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 188/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 192/232 kB | 0.2/2.9 MB | 168 kB | 184/350 kB
Progress (5): 81 kB | 192/232 kB | 0.2/2.9 MB | 168 kB | 188/350 kB
Progress (5): 81 kB | 196/232 kB | 0.2/2.9 MB | 168 kB | 188/350 kB
Progress (5): 81 kB | 196/232 kB | 0.2/2.9 MB | 168 kB | 188/350 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 575 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Progress (4): 196/232 kB | 0.2/2.9 MB | 168 kB | 188/350 kB
Progress (4): 200/232 kB | 0.2/2.9 MB | 168 kB | 188/350 kB
Progress (4): 200/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 204/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 204/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 204/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 204/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 208/232 kB | 0.2/2.9 MB | 168 kB | 192/350 kB
Progress (4): 208/232 kB | 0.2/2.9 MB | 168 kB | 196/350 kB
Progress (4): 212/232 kB | 0.2/2.9 MB | 168 kB | 196/350 kB
Progress (4): 212/232 kB | 0.2/2.9 MB | 168 kB | 196/350 kB
Progress (4): 216/232 kB | 0.2/2.9 MB | 168 kB | 196/350 kB
Progress (4): 216/232 kB | 0.2/2.9 MB | 168 kB | 200/350 kB
Progress (4): 220/232 kB | 0.2/2.9 MB | 168 kB | 200/350 kB
Progress (4): 220/232 kB | 0.2/2.9 MB | 168 kB | 200/350 kB
Progress (4): 224/232 kB | 0.2/2.9 MB | 168 kB | 200/350 kB
Progress (4): 224/232 kB | 0.2/2.9 MB | 168 kB | 204/350 kB
Progress (4): 228/232 kB | 0.2/2.9 MB | 168 kB | 204/350 kB
Progress (4): 228/232 kB | 0.2/2.9 MB | 168 kB | 204/350 kB
Progress (4): 228/232 kB | 0.2/2.9 MB | 168 kB | 204/350 kB
Progress (4): 232/232 kB | 0.2/2.9 MB | 168 kB | 204/350 kB
Progress (4): 232/232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB    
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 208/350 kB
Progress (4): 232 kB | 0.2/2.9 MB | 168 kB | 212/350 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Progress (3): 232 kB | 0.2/2.9 MB | 212/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 216/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 216/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 220/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 220/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 224/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 224/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 228/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 228/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 232/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 232/350 kB
Progress (3): 232 kB | 0.2/2.9 MB | 236/350 kB
Progress (3): 232 kB | 0.3/2.9 MB | 236/350 kB
Progress (3): 232 kB | 0.3/2.9 MB | 240/350 kB
Progress (3): 232 kB | 0.3/2.9 MB | 240/350 kB
Progress (3): 232 kB | 0.3/2.9 MB | 244/350 kB
Progress (4): 232 kB | 0.3/2.9 MB | 244/350 kB | 4.1/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 248/350 kB | 4.1/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 248/350 kB | 4.1/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 252/350 kB | 4.1/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 252/350 kB | 7.7/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 256/350 kB | 7.7/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 256/350 kB | 7.7/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 260/350 kB | 7.7/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 260/350 kB | 7.7/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 260/350 kB | 12/68 kB 
Progress (4): 232 kB | 0.3/2.9 MB | 260/350 kB | 12/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 264/350 kB | 12/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 264/350 kB | 12/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 264/350 kB | 16/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 264/350 kB | 16/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 268/350 kB | 16/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 268/350 kB | 16/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 268/350 kB | 20/68 kB
Progress (4): 232 kB | 0.3/2.9 MB | 268/350 kB | 20/68 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Progress (3): 0.3/2.9 MB | 272/350 kB | 20/68 kB
Progress (4): 0.3/2.9 MB | 272/350 kB | 20/68 kB | 4.1/614 kB
Progress (4): 0.3/2.9 MB | 272/350 kB | 20/68 kB | 4.1/614 kB
Progress (4): 0.3/2.9 MB | 272/350 kB | 24/68 kB | 4.1/614 kB
Progress (4): 0.3/2.9 MB | 272/350 kB | 24/68 kB | 4.1/614 kB
Progress (4): 0.3/2.9 MB | 272/350 kB | 24/68 kB | 7.7/614 kB
Progress (4): 0.3/2.9 MB | 276/350 kB | 24/68 kB | 7.7/614 kB
Progress (4): 0.3/2.9 MB | 276/350 kB | 24/68 kB | 12/614 kB 
Progress (4): 0.3/2.9 MB | 276/350 kB | 24/68 kB | 12/614 kB
Progress (4): 0.3/2.9 MB | 276/350 kB | 28/68 kB | 12/614 kB
Progress (4): 0.3/2.9 MB | 276/350 kB | 28/68 kB | 12/614 kB
Progress (4): 0.3/2.9 MB | 276/350 kB | 28/68 kB | 16/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 28/68 kB | 16/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 28/68 kB | 20/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 28/68 kB | 20/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 32/68 kB | 20/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 32/68 kB | 20/614 kB
Progress (4): 0.3/2.9 MB | 280/350 kB | 32/68 kB | 24/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 32/68 kB | 24/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 32/68 kB | 28/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 32/68 kB | 28/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 33/68 kB | 28/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 33/68 kB | 28/614 kB
Progress (4): 0.3/2.9 MB | 284/350 kB | 33/68 kB | 32/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 33/68 kB | 32/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 33/68 kB | 33/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 33/68 kB | 33/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 37/68 kB | 33/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 37/68 kB | 33/614 kB
Progress (4): 0.3/2.9 MB | 288/350 kB | 37/68 kB | 37/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 37/68 kB | 37/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 37/68 kB | 41/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 37/68 kB | 41/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 41/68 kB | 41/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 41/68 kB | 41/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 41/68 kB | 45/614 kB
Progress (4): 0.3/2.9 MB | 292/350 kB | 41/68 kB | 49/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 41/68 kB | 49/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 41/68 kB | 53/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 41/68 kB | 53/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 45/68 kB | 53/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 45/68 kB | 53/614 kB
Progress (4): 0.3/2.9 MB | 296/350 kB | 45/68 kB | 57/614 kB
Progress (4): 0.3/2.9 MB | 300/350 kB | 45/68 kB | 57/614 kB
Progress (4): 0.3/2.9 MB | 300/350 kB | 45/68 kB | 61/614 kB
Progress (4): 0.3/2.9 MB | 300/350 kB | 45/68 kB | 61/614 kB
Progress (4): 0.3/2.9 MB | 300/350 kB | 49/68 kB | 61/614 kB
Progress (4): 0.4/2.9 MB | 300/350 kB | 49/68 kB | 61/614 kB
Progress (4): 0.4/2.9 MB | 300/350 kB | 49/68 kB | 65/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 49/68 kB | 65/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 49/68 kB | 66/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 49/68 kB | 66/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 53/68 kB | 66/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 53/68 kB | 66/614 kB
Progress (4): 0.4/2.9 MB | 304/350 kB | 53/68 kB | 70/614 kB
Progress (5): 0.4/2.9 MB | 304/350 kB | 53/68 kB | 70/614 kB | 4.1/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 53/68 kB | 70/614 kB | 4.1/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 53/68 kB | 70/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 53/68 kB | 74/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 53/68 kB | 74/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 57/68 kB | 74/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 57/68 kB | 74/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 57/68 kB | 78/614 kB | 7.7/45 kB
Progress (5): 0.4/2.9 MB | 308/350 kB | 57/68 kB | 78/614 kB | 12/45 kB 
Progress (5): 0.4/2.9 MB | 312/350 kB | 57/68 kB | 78/614 kB | 12/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 57/68 kB | 78/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 57/68 kB | 82/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 57/68 kB | 82/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 61/68 kB | 82/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 61/68 kB | 82/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 61/68 kB | 86/614 kB | 16/45 kB
Progress (5): 0.4/2.9 MB | 312/350 kB | 61/68 kB | 86/614 kB | 20/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 61/68 kB | 86/614 kB | 20/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 61/68 kB | 86/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 61/68 kB | 90/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 61/68 kB | 90/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 65/68 kB | 90/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 65/68 kB | 90/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 65/68 kB | 94/614 kB | 24/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 65/68 kB | 94/614 kB | 28/45 kB
Progress (5): 0.4/2.9 MB | 316/350 kB | 65/68 kB | 94/614 kB | 32/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 65/68 kB | 94/614 kB | 32/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 65/68 kB | 94/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 65/68 kB | 98/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 65/68 kB | 98/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 68 kB | 98/614 kB | 36/45 kB   
Progress (5): 0.4/2.9 MB | 320/350 kB | 68 kB | 98/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 68 kB | 102/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 68 kB | 106/614 kB | 36/45 kB
Progress (5): 0.4/2.9 MB | 320/350 kB | 68 kB | 106/614 kB | 40/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 106/614 kB | 40/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 106/614 kB | 44/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 110/614 kB | 44/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 110/614 kB | 44/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 114/614 kB | 44/45 kB
Progress (5): 0.4/2.9 MB | 324/350 kB | 68 kB | 114/614 kB | 45 kB   
Progress (5): 0.4/2.9 MB | 328/350 kB | 68 kB | 114/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 328/350 kB | 68 kB | 118/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 328/350 kB | 68 kB | 118/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 328/350 kB | 68 kB | 122/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 332/350 kB | 68 kB | 122/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 332/350 kB | 68 kB | 126/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 332/350 kB | 68 kB | 126/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 332/350 kB | 68 kB | 130/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 336/350 kB | 68 kB | 130/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 336/350 kB | 68 kB | 134/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 336/350 kB | 68 kB | 134/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 336/350 kB | 68 kB | 138/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 340/350 kB | 68 kB | 138/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 340/350 kB | 68 kB | 142/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 340/350 kB | 68 kB | 142/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 340/350 kB | 68 kB | 146/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 344/350 kB | 68 kB | 146/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 344/350 kB | 68 kB | 150/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 344/350 kB | 68 kB | 150/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 344/350 kB | 68 kB | 154/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 348/350 kB | 68 kB | 154/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 348/350 kB | 68 kB | 158/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 348/350 kB | 68 kB | 158/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 348/350 kB | 68 kB | 162/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 162/614 kB | 45 kB    
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 166/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 166/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 170/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 170/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 174/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 174/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 178/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 178/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 182/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 182/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 186/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 186/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 190/614 kB | 45 kB
Progress (5): 0.4/2.9 MB | 350 kB | 68 kB | 190/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 190/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 190/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 190/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 194/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 194/614 kB | 45 kB
Progress (5): 0.5/2.9 MB | 350 kB | 68 kB | 198/614 kB | 45 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar (45 kB at 138 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 209 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Progress (3): 0.5/2.9 MB | 350 kB | 202/614 kB
Progress (3): 0.5/2.9 MB | 350 kB | 202/614 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Progress (2): 0.5/2.9 MB | 202/614 kB
Progress (2): 0.5/2.9 MB | 206/614 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Progress (2): 0.5/2.9 MB | 210/614 kB
Progress (2): 0.5/2.9 MB | 210/614 kB
Progress (2): 0.5/2.9 MB | 214/614 kB
Progress (2): 0.5/2.9 MB | 214/614 kB
Progress (2): 0.5/2.9 MB | 218/614 kB
Progress (2): 0.5/2.9 MB | 218/614 kB
Progress (2): 0.5/2.9 MB | 222/614 kB
Progress (2): 0.5/2.9 MB | 222/614 kB
Progress (2): 0.5/2.9 MB | 226/614 kB
Progress (2): 0.5/2.9 MB | 226/614 kB
Progress (2): 0.5/2.9 MB | 226/614 kB
Progress (2): 0.5/2.9 MB | 230/614 kB
Progress (2): 0.5/2.9 MB | 230/614 kB
Progress (2): 0.5/2.9 MB | 234/614 kB
Progress (2): 0.5/2.9 MB | 234/614 kB
Progress (2): 0.5/2.9 MB | 238/614 kB
Progress (2): 0.5/2.9 MB | 238/614 kB
Progress (2): 0.5/2.9 MB | 242/614 kB
Progress (2): 0.5/2.9 MB | 242/614 kB
Progress (2): 0.5/2.9 MB | 246/614 kB
Progress (2): 0.5/2.9 MB | 246/614 kB
Progress (2): 0.5/2.9 MB | 250/614 kB
Progress (2): 0.5/2.9 MB | 250/614 kB
Progress (2): 0.5/2.9 MB | 254/614 kB
Progress (2): 0.5/2.9 MB | 254/614 kB
Progress (2): 0.5/2.9 MB | 258/614 kB
Progress (2): 0.5/2.9 MB | 258/614 kB
Progress (2): 0.5/2.9 MB | 262/614 kB
Progress (2): 0.5/2.9 MB | 262/614 kB
Progress (2): 0.5/2.9 MB | 266/614 kB
Progress (2): 0.5/2.9 MB | 266/614 kB
Progress (2): 0.5/2.9 MB | 270/614 kB
Progress (2): 0.5/2.9 MB | 270/614 kB
Progress (2): 0.5/2.9 MB | 274/614 kB
Progress (2): 0.5/2.9 MB | 274/614 kB
Progress (2): 0.5/2.9 MB | 278/614 kB
Progress (2): 0.5/2.9 MB | 278/614 kB
Progress (2): 0.5/2.9 MB | 282/614 kB
Progress (2): 0.6/2.9 MB | 282/614 kB
Progress (2): 0.6/2.9 MB | 286/614 kB
Progress (2): 0.6/2.9 MB | 286/614 kB
Progress (2): 0.6/2.9 MB | 290/614 kB
Progress (2): 0.6/2.9 MB | 290/614 kB
Progress (2): 0.6/2.9 MB | 294/614 kB
Progress (2): 0.6/2.9 MB | 294/614 kB
Progress (2): 0.6/2.9 MB | 298/614 kB
Progress (2): 0.6/2.9 MB | 298/614 kB
Progress (2): 0.6/2.9 MB | 302/614 kB
Progress (2): 0.6/2.9 MB | 302/614 kB
Progress (2): 0.6/2.9 MB | 306/614 kB
Progress (2): 0.6/2.9 MB | 306/614 kB
Progress (2): 0.6/2.9 MB | 310/614 kB
Progress (2): 0.6/2.9 MB | 310/614 kB
Progress (2): 0.6/2.9 MB | 314/614 kB
Progress (2): 0.6/2.9 MB | 314/614 kB
Progress (2): 0.6/2.9 MB | 318/614 kB
Progress (2): 0.6/2.9 MB | 318/614 kB
Progress (2): 0.6/2.9 MB | 322/614 kB
Progress (2): 0.6/2.9 MB | 322/614 kB
Progress (3): 0.6/2.9 MB | 322/614 kB | 4.1/27 kB
Progress (3): 0.6/2.9 MB | 322/614 kB | 4.1/27 kB
Progress (3): 0.6/2.9 MB | 326/614 kB | 4.1/27 kB
Progress (3): 0.6/2.9 MB | 326/614 kB | 4.1/27 kB
Progress (3): 0.6/2.9 MB | 326/614 kB | 7.7/27 kB
Progress (3): 0.6/2.9 MB | 326/614 kB | 7.7/27 kB
Progress (3): 0.6/2.9 MB | 326/614 kB | 12/27 kB 
Progress (3): 0.6/2.9 MB | 330/614 kB | 12/27 kB
Progress (3): 0.6/2.9 MB | 330/614 kB | 16/27 kB
Progress (3): 0.6/2.9 MB | 334/614 kB | 16/27 kB
Progress (3): 0.6/2.9 MB | 334/614 kB | 20/27 kB
Progress (3): 0.6/2.9 MB | 334/614 kB | 20/27 kB
Progress (3): 0.6/2.9 MB | 334/614 kB | 24/27 kB
Progress (3): 0.6/2.9 MB | 338/614 kB | 24/27 kB
Progress (3): 0.6/2.9 MB | 338/614 kB | 27 kB   
Progress (3): 0.6/2.9 MB | 338/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 342/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 342/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 346/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 346/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 350/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 354/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 354/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 358/614 kB | 27 kB
Progress (3): 0.6/2.9 MB | 358/614 kB | 27 kB
Progress (4): 0.6/2.9 MB | 358/614 kB | 27 kB | 4.1/55 kB
Progress (4): 0.6/2.9 MB | 362/614 kB | 27 kB | 4.1/55 kB
Progress (4): 0.6/2.9 MB | 362/614 kB | 27 kB | 7.7/55 kB
Progress (4): 0.6/2.9 MB | 362/614 kB | 27 kB | 7.7/55 kB
Progress (4): 0.6/2.9 MB | 362/614 kB | 27 kB | 12/55 kB 
Progress (4): 0.6/2.9 MB | 362/614 kB | 27 kB | 12/55 kB
Progress (4): 0.6/2.9 MB | 366/614 kB | 27 kB | 12/55 kB
Progress (5): 0.6/2.9 MB | 366/614 kB | 27 kB | 12/55 kB | 4.1/167 kB
Progress (5): 0.6/2.9 MB | 366/614 kB | 27 kB | 12/55 kB | 4.1/167 kB
Progress (5): 0.6/2.9 MB | 366/614 kB | 27 kB | 16/55 kB | 4.1/167 kB
Progress (5): 0.6/2.9 MB | 366/614 kB | 27 kB | 16/55 kB | 4.1/167 kB
Progress (5): 0.6/2.9 MB | 366/614 kB | 27 kB | 16/55 kB | 7.7/167 kB
Progress (5): 0.6/2.9 MB | 370/614 kB | 27 kB | 16/55 kB | 7.7/167 kB
Progress (5): 0.6/2.9 MB | 370/614 kB | 27 kB | 16/55 kB | 12/167 kB 
Progress (5): 0.6/2.9 MB | 370/614 kB | 27 kB | 16/55 kB | 12/167 kB
Progress (5): 0.6/2.9 MB | 370/614 kB | 27 kB | 20/55 kB | 12/167 kB
Progress (5): 0.7/2.9 MB | 370/614 kB | 27 kB | 20/55 kB | 12/167 kB
Progress (5): 0.7/2.9 MB | 370/614 kB | 27 kB | 20/55 kB | 16/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 20/55 kB | 16/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 20/55 kB | 20/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 20/55 kB | 24/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 20/55 kB | 24/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 24/55 kB | 24/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 24/55 kB | 24/167 kB
Progress (5): 0.7/2.9 MB | 374/614 kB | 27 kB | 24/55 kB | 28/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 24/55 kB | 28/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 24/55 kB | 32/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 24/55 kB | 32/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 28/55 kB | 32/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 28/55 kB | 32/167 kB
Progress (5): 0.7/2.9 MB | 378/614 kB | 27 kB | 28/55 kB | 32/167 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar (27 kB at 79 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Progress (4): 0.7/2.9 MB | 378/614 kB | 28/55 kB | 33/167 kB
Progress (4): 0.7/2.9 MB | 378/614 kB | 28/55 kB | 37/167 kB
Progress (4): 0.7/2.9 MB | 378/614 kB | 28/55 kB | 41/167 kB
Progress (4): 0.7/2.9 MB | 378/614 kB | 28/55 kB | 45/167 kB
Progress (4): 0.7/2.9 MB | 378/614 kB | 28/55 kB | 49/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 28/55 kB | 49/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 28/55 kB | 53/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 28/55 kB | 53/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 32/55 kB | 53/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 32/55 kB | 53/167 kB
Progress (4): 0.7/2.9 MB | 382/614 kB | 32/55 kB | 57/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 32/55 kB | 57/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 32/55 kB | 61/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 32/55 kB | 61/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 36/55 kB | 61/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 36/55 kB | 61/167 kB
Progress (4): 0.7/2.9 MB | 386/614 kB | 36/55 kB | 65/167 kB
Progress (4): 0.7/2.9 MB | 390/614 kB | 36/55 kB | 65/167 kB
Progress (4): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 65/167 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 65/167 kB | 4.1/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 65/167 kB | 7.7/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 65/167 kB | 12/53 kB 
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 65/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 66/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 36/55 kB | 66/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 40/55 kB | 66/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 40/55 kB | 66/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 40/55 kB | 70/167 kB | 16/53 kB
Progress (5): 0.7/2.9 MB | 394/614 kB | 40/55 kB | 70/167 kB | 20/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 40/55 kB | 70/167 kB | 20/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 40/55 kB | 70/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 40/55 kB | 74/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 40/55 kB | 74/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 44/55 kB | 74/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 44/55 kB | 74/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 44/55 kB | 78/167 kB | 24/53 kB
Progress (5): 0.7/2.9 MB | 398/614 kB | 44/55 kB | 78/167 kB | 28/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 44/55 kB | 78/167 kB | 28/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 44/55 kB | 78/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 44/55 kB | 82/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 44/55 kB | 82/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 48/55 kB | 82/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 48/55 kB | 82/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 48/55 kB | 86/167 kB | 32/53 kB
Progress (5): 0.7/2.9 MB | 402/614 kB | 48/55 kB | 86/167 kB | 33/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 48/55 kB | 86/167 kB | 33/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 48/55 kB | 86/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 48/55 kB | 90/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 48/55 kB | 90/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 52/55 kB | 90/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 52/55 kB | 90/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 52/55 kB | 94/167 kB | 37/53 kB
Progress (5): 0.7/2.9 MB | 406/614 kB | 52/55 kB | 94/167 kB | 41/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 52/55 kB | 94/167 kB | 41/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 52/55 kB | 94/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 52/55 kB | 98/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 52/55 kB | 98/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 52/55 kB | 98/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 55 kB | 98/167 kB | 45/53 kB   
Progress (5): 0.7/2.9 MB | 410/614 kB | 55 kB | 98/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 55 kB | 102/167 kB | 45/53 kB
Progress (5): 0.7/2.9 MB | 410/614 kB | 55 kB | 102/167 kB | 49/53 kB
Progress (5): 0.7/2.9 MB | 414/614 kB | 55 kB | 102/167 kB | 49/53 kB
Progress (5): 0.7/2.9 MB | 414/614 kB | 55 kB | 102/167 kB | 53 kB   
Progress (5): 0.7/2.9 MB | 414/614 kB | 55 kB | 106/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 414/614 kB | 55 kB | 106/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 414/614 kB | 55 kB | 110/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 418/614 kB | 55 kB | 110/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 418/614 kB | 55 kB | 114/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 418/614 kB | 55 kB | 114/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 418/614 kB | 55 kB | 118/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 422/614 kB | 55 kB | 118/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 422/614 kB | 55 kB | 122/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 422/614 kB | 55 kB | 122/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 422/614 kB | 55 kB | 126/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 422/614 kB | 55 kB | 130/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 426/614 kB | 55 kB | 130/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 426/614 kB | 55 kB | 131/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 426/614 kB | 55 kB | 131/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 426/614 kB | 55 kB | 135/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 430/614 kB | 55 kB | 135/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 430/614 kB | 55 kB | 139/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 430/614 kB | 55 kB | 139/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 430/614 kB | 55 kB | 143/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 434/614 kB | 55 kB | 143/167 kB | 53 kB
Progress (5): 0.7/2.9 MB | 434/614 kB | 55 kB | 147/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 434/614 kB | 55 kB | 147/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 434/614 kB | 55 kB | 151/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 438/614 kB | 55 kB | 151/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 438/614 kB | 55 kB | 155/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 438/614 kB | 55 kB | 155/167 kB | 53 kB
Progress (5): 0.8/2.9 MB | 438/614 kB | 55 kB | 159/167 kB | 53 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 120 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Progress (4): 0.8/2.9 MB | 442/614 kB | 55 kB | 159/167 kB
Progress (4): 0.8/2.9 MB | 442/614 kB | 55 kB | 163/167 kB
Progress (4): 0.8/2.9 MB | 442/614 kB | 55 kB | 163/167 kB
Progress (4): 0.8/2.9 MB | 442/614 kB | 55 kB | 167 kB    
Progress (4): 0.8/2.9 MB | 446/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 446/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 450/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 450/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 454/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 454/614 kB | 55 kB | 167 kB
Progress (4): 0.8/2.9 MB | 458/614 kB | 55 kB | 167 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 125 kB/s)
Progress (3): 0.8/2.9 MB | 462/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 462/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 466/614 kB | 167 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Progress (3): 0.8/2.9 MB | 470/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 470/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 474/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 474/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 478/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 478/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 482/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 482/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 486/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 486/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 490/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 490/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 494/614 kB | 167 kB
Progress (3): 0.8/2.9 MB | 494/614 kB | 167 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 373 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Progress (2): 0.8/2.9 MB | 498/614 kB
Progress (2): 0.8/2.9 MB | 498/614 kB
Progress (2): 0.8/2.9 MB | 502/614 kB
Progress (2): 0.8/2.9 MB | 502/614 kB
Progress (2): 0.8/2.9 MB | 506/614 kB
Progress (2): 0.8/2.9 MB | 506/614 kB
Progress (2): 0.8/2.9 MB | 510/614 kB
Progress (2): 0.8/2.9 MB | 510/614 kB
Progress (2): 0.8/2.9 MB | 514/614 kB
Progress (2): 0.8/2.9 MB | 514/614 kB
Progress (2): 0.8/2.9 MB | 518/614 kB
Progress (2): 0.8/2.9 MB | 518/614 kB
Progress (2): 0.8/2.9 MB | 522/614 kB
Progress (2): 0.8/2.9 MB | 522/614 kB
Progress (2): 0.8/2.9 MB | 526/614 kB
Progress (2): 0.8/2.9 MB | 530/614 kB
Progress (2): 0.8/2.9 MB | 530/614 kB
Progress (2): 0.8/2.9 MB | 534/614 kB
Progress (2): 0.8/2.9 MB | 534/614 kB
Progress (2): 0.8/2.9 MB | 538/614 kB
Progress (2): 0.8/2.9 MB | 538/614 kB
Progress (2): 0.8/2.9 MB | 542/614 kB
Progress (2): 0.8/2.9 MB | 542/614 kB
Progress (2): 0.8/2.9 MB | 546/614 kB
Progress (2): 0.9/2.9 MB | 546/614 kB
Progress (2): 0.9/2.9 MB | 550/614 kB
Progress (2): 0.9/2.9 MB | 550/614 kB
Progress (2): 0.9/2.9 MB | 554/614 kB
Progress (3): 0.9/2.9 MB | 554/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 558/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 558/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 562/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 562/614 kB | 7.7/23 kB
Progress (3): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 4.1/62 kB
Progress (4): 0.9/2.9 MB | 566/614 kB | 7.7/23 kB | 7.7/62 kB
Progress (4): 0.9/2.9 MB | 570/614 kB | 7.7/23 kB | 7.7/62 kB
Progress (4): 0.9/2.9 MB | 570/614 kB | 7.7/23 kB | 12/62 kB 
Progress (4): 0.9/2.9 MB | 570/614 kB | 12/23 kB | 12/62 kB 
Progress (4): 0.9/2.9 MB | 570/614 kB | 12/23 kB | 16/62 kB
Progress (4): 0.9/2.9 MB | 570/614 kB | 12/23 kB | 20/62 kB
Progress (4): 0.9/2.9 MB | 574/614 kB | 12/23 kB | 20/62 kB
Progress (4): 0.9/2.9 MB | 574/614 kB | 12/23 kB | 20/62 kB
Progress (5): 0.9/2.9 MB | 574/614 kB | 12/23 kB | 20/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 574/614 kB | 12/23 kB | 20/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 578/614 kB | 12/23 kB | 20/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 578/614 kB | 12/23 kB | 24/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 578/614 kB | 16/23 kB | 24/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 578/614 kB | 16/23 kB | 28/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 582/614 kB | 16/23 kB | 28/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 582/614 kB | 16/23 kB | 28/62 kB | 4.1/60 kB
Progress (5): 0.9/2.9 MB | 582/614 kB | 16/23 kB | 28/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 582/614 kB | 16/23 kB | 28/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 586/614 kB | 16/23 kB | 28/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 586/614 kB | 16/23 kB | 32/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 586/614 kB | 20/23 kB | 32/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 586/614 kB | 20/23 kB | 36/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 590/614 kB | 20/23 kB | 36/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 590/614 kB | 20/23 kB | 36/62 kB | 7.7/60 kB
Progress (5): 0.9/2.9 MB | 590/614 kB | 20/23 kB | 36/62 kB | 12/60 kB 
Progress (5): 0.9/2.9 MB | 590/614 kB | 20/23 kB | 36/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 594/614 kB | 20/23 kB | 36/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 594/614 kB | 20/23 kB | 40/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 594/614 kB | 23 kB | 40/62 kB | 12/60 kB   
Progress (5): 0.9/2.9 MB | 594/614 kB | 23 kB | 44/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 12/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 598/614 kB | 23 kB | 44/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 602/614 kB | 23 kB | 44/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 602/614 kB | 23 kB | 48/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 606/614 kB | 23 kB | 48/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 606/614 kB | 23 kB | 48/62 kB | 16/60 kB
Progress (5): 0.9/2.9 MB | 606/614 kB | 23 kB | 48/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 606/614 kB | 23 kB | 48/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 610/614 kB | 23 kB | 48/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 610/614 kB | 23 kB | 52/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 610/614 kB | 23 kB | 56/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 614/614 kB | 23 kB | 56/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 614/614 kB | 23 kB | 56/62 kB | 20/60 kB
Progress (5): 0.9/2.9 MB | 614/614 kB | 23 kB | 56/62 kB | 24/60 kB
Progress (5): 0.9/2.9 MB | 614/614 kB | 23 kB | 56/62 kB | 24/60 kB
Progress (5): 0.9/2.9 MB | 614/614 kB | 23 kB | 56/62 kB | 28/60 kB
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 56/62 kB | 28/60 kB    
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 60/62 kB | 28/60 kB
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 60/62 kB | 32/60 kB
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 60/62 kB | 32/60 kB
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 60/62 kB | 36/60 kB
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 62 kB | 36/60 kB   
Progress (5): 0.9/2.9 MB | 614 kB | 23 kB | 62 kB | 40/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 40/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 44/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 44/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 44/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 48/60 kB
Progress (5): 1.0/2.9 MB | 614 kB | 23 kB | 62 kB | 48/60 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 42 kB/s)
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 52/60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 52/60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 56/60 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60/60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB   
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
Progress (4): 1.0/2.9 MB | 614 kB | 62 kB | 60 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.1 MB/s)
Progress (3): 1.0/2.9 MB | 62 kB | 60 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.0/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (2): 1.1/2.9 MB | 60 kB
Progress (3): 1.1/2.9 MB | 60 kB | 4.1/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 4.1/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 7.7/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 7.7/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 12/156 kB 
Progress (3): 1.1/2.9 MB | 60 kB | 12/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 16/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 16/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 20/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 20/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 24/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 24/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 28/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 28/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 32/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 32/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 33/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 33/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 37/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 37/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 41/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 41/156 kB
Progress (3): 1.1/2.9 MB | 60 kB | 45/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 45/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 49/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 49/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
Progress (3): 1.2/2.9 MB | 60 kB | 53/156 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Progress (2): 1.2/2.9 MB | 57/156 kB
Progress (3): 1.2/2.9 MB | 57/156 kB | 4.1/35 kB
Progress (3): 1.2/2.9 MB | 57/156 kB | 4.1/35 kB
Progress (4): 1.2/2.9 MB | 57/156 kB | 4.1/35 kB | 4.1/65 kB
Progress (4): 1.2/2.9 MB | 57/156 kB | 4.1/35 kB | 4.1/65 kB
Progress (4): 1.2/2.9 MB | 57/156 kB | 7.7/35 kB | 4.1/65 kB
Progress (4): 1.2/2.9 MB | 61/156 kB | 7.7/35 kB | 4.1/65 kB
Progress (4): 1.2/2.9 MB | 61/156 kB | 7.7/35 kB | 4.1/65 kB
Progress (4): 1.2/2.9 MB | 61/156 kB | 7.7/35 kB | 7.7/65 kB
Progress (4): 1.2/2.9 MB | 61/156 kB | 7.7/35 kB | 7.7/65 kB
Progress (4): 1.2/2.9 MB | 61/156 kB | 7.7/35 kB | 12/65 kB 
Progress (4): 1.2/2.9 MB | 65/156 kB | 7.7/35 kB | 12/65 kB
Progress (4): 1.2/2.9 MB | 65/156 kB | 12/35 kB | 12/65 kB 
Progress (4): 1.2/2.9 MB | 66/156 kB | 12/35 kB | 12/65 kB
Progress (4): 1.2/2.9 MB | 66/156 kB | 12/35 kB | 16/65 kB
Progress (4): 1.2/2.9 MB | 66/156 kB | 12/35 kB | 16/65 kB
Progress (4): 1.2/2.9 MB | 66/156 kB | 12/35 kB | 20/65 kB
Progress (4): 1.2/2.9 MB | 70/156 kB | 12/35 kB | 20/65 kB
Progress (4): 1.2/2.9 MB | 70/156 kB | 16/35 kB | 20/65 kB
Progress (4): 1.2/2.9 MB | 74/156 kB | 16/35 kB | 20/65 kB
Progress (4): 1.2/2.9 MB | 74/156 kB | 16/35 kB | 24/65 kB
Progress (4): 1.2/2.9 MB | 74/156 kB | 16/35 kB | 24/65 kB
Progress (4): 1.2/2.9 MB | 74/156 kB | 16/35 kB | 28/65 kB
Progress (4): 1.2/2.9 MB | 78/156 kB | 16/35 kB | 28/65 kB
Progress (4): 1.2/2.9 MB | 78/156 kB | 20/35 kB | 28/65 kB
Progress (4): 1.2/2.9 MB | 82/156 kB | 20/35 kB | 28/65 kB
Progress (4): 1.2/2.9 MB | 82/156 kB | 20/35 kB | 32/65 kB
Progress (4): 1.2/2.9 MB | 82/156 kB | 20/35 kB | 32/65 kB
Progress (4): 1.2/2.9 MB | 82/156 kB | 20/35 kB | 33/65 kB
Progress (4): 1.2/2.9 MB | 86/156 kB | 20/35 kB | 33/65 kB
Progress (4): 1.2/2.9 MB | 86/156 kB | 24/35 kB | 33/65 kB
Progress (4): 1.2/2.9 MB | 90/156 kB | 24/35 kB | 33/65 kB
Progress (4): 1.2/2.9 MB | 90/156 kB | 24/35 kB | 37/65 kB
Progress (4): 1.2/2.9 MB | 90/156 kB | 24/35 kB | 37/65 kB
Progress (4): 1.2/2.9 MB | 90/156 kB | 24/35 kB | 41/65 kB
Progress (4): 1.2/2.9 MB | 94/156 kB | 24/35 kB | 41/65 kB
Progress (4): 1.2/2.9 MB | 94/156 kB | 28/35 kB | 41/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 28/35 kB | 41/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 28/35 kB | 45/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 28/35 kB | 45/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 28/35 kB | 49/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 28/35 kB | 49/65 kB
Progress (4): 1.2/2.9 MB | 98/156 kB | 32/35 kB | 49/65 kB
Progress (4): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 49/65 kB
Progress (4): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 53/65 kB
Progress (5): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 53/65 kB | 4.1/332 kB
Progress (5): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 53/65 kB | 4.1/332 kB
Progress (5): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 53/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 102/156 kB | 32/35 kB | 57/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 106/156 kB | 32/35 kB | 57/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 106/156 kB | 33/35 kB | 57/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 110/156 kB | 33/35 kB | 57/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 110/156 kB | 33/35 kB | 61/65 kB | 7.7/332 kB
Progress (5): 1.2/2.9 MB | 110/156 kB | 33/35 kB | 61/65 kB | 12/332 kB 
Progress (5): 1.3/2.9 MB | 110/156 kB | 33/35 kB | 61/65 kB | 12/332 kB
Progress (5): 1.3/2.9 MB | 110/156 kB | 33/35 kB | 61/65 kB | 16/332 kB
Progress (5): 1.3/2.9 MB | 110/156 kB | 33/35 kB | 65/65 kB | 16/332 kB
Progress (5): 1.3/2.9 MB | 114/156 kB | 33/35 kB | 65/65 kB | 16/332 kB
Progress (5): 1.3/2.9 MB | 114/156 kB | 35 kB | 65/65 kB | 16/332 kB   
Progress (5): 1.3/2.9 MB | 118/156 kB | 35 kB | 65/65 kB | 16/332 kB
Progress (5): 1.3/2.9 MB | 118/156 kB | 35 kB | 65 kB | 16/332 kB   
Progress (5): 1.3/2.9 MB | 118/156 kB | 35 kB | 65 kB | 20/332 kB
Progress (5): 1.3/2.9 MB | 118/156 kB | 35 kB | 65 kB | 20/332 kB
Progress (5): 1.3/2.9 MB | 118/156 kB | 35 kB | 65 kB | 24/332 kB
Progress (5): 1.3/2.9 MB | 122/156 kB | 35 kB | 65 kB | 24/332 kB
Progress (5): 1.3/2.9 MB | 122/156 kB | 35 kB | 65 kB | 28/332 kB
Progress (5): 1.3/2.9 MB | 122/156 kB | 35 kB | 65 kB | 28/332 kB
Progress (5): 1.3/2.9 MB | 122/156 kB | 35 kB | 65 kB | 32/332 kB
Progress (5): 1.3/2.9 MB | 126/156 kB | 35 kB | 65 kB | 32/332 kB
Progress (5): 1.3/2.9 MB | 126/156 kB | 35 kB | 65 kB | 33/332 kB
Progress (5): 1.3/2.9 MB | 126/156 kB | 35 kB | 65 kB | 33/332 kB
Progress (5): 1.3/2.9 MB | 126/156 kB | 35 kB | 65 kB | 37/332 kB
Progress (5): 1.3/2.9 MB | 130/156 kB | 35 kB | 65 kB | 37/332 kB
Progress (5): 1.3/2.9 MB | 130/156 kB | 35 kB | 65 kB | 41/332 kB
Progress (5): 1.3/2.9 MB | 130/156 kB | 35 kB | 65 kB | 41/332 kB
Progress (5): 1.3/2.9 MB | 130/156 kB | 35 kB | 65 kB | 45/332 kB
Progress (5): 1.3/2.9 MB | 134/156 kB | 35 kB | 65 kB | 45/332 kB
Progress (5): 1.3/2.9 MB | 134/156 kB | 35 kB | 65 kB | 49/332 kB
Progress (5): 1.3/2.9 MB | 134/156 kB | 35 kB | 65 kB | 49/332 kB
Progress (5): 1.3/2.9 MB | 134/156 kB | 35 kB | 65 kB | 53/332 kB
Progress (5): 1.3/2.9 MB | 138/156 kB | 35 kB | 65 kB | 53/332 kB
Progress (5): 1.3/2.9 MB | 138/156 kB | 35 kB | 65 kB | 57/332 kB
Progress (5): 1.3/2.9 MB | 138/156 kB | 35 kB | 65 kB | 57/332 kB
Progress (5): 1.3/2.9 MB | 138/156 kB | 35 kB | 65 kB | 61/332 kB
Progress (5): 1.3/2.9 MB | 142/156 kB | 35 kB | 65 kB | 61/332 kB
Progress (5): 1.3/2.9 MB | 142/156 kB | 35 kB | 65 kB | 65/332 kB
Progress (5): 1.3/2.9 MB | 142/156 kB | 35 kB | 65 kB | 65/332 kB
Progress (5): 1.3/2.9 MB | 142/156 kB | 35 kB | 65 kB | 66/332 kB
Progress (5): 1.3/2.9 MB | 146/156 kB | 35 kB | 65 kB | 66/332 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 55 kB/s)
Progress (4): 1.3/2.9 MB | 150/156 kB | 65 kB | 66/332 kB
Progress (4): 1.3/2.9 MB | 150/156 kB | 65 kB | 70/332 kB
Progress (4): 1.3/2.9 MB | 150/156 kB | 65 kB | 70/332 kB
Progress (4): 1.3/2.9 MB | 150/156 kB | 65 kB | 74/332 kB
Progress (4): 1.3/2.9 MB | 154/156 kB | 65 kB | 74/332 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Progress (4): 1.3/2.9 MB | 156 kB | 65 kB | 74/332 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 101 kB/s)
Progress (3): 1.3/2.9 MB | 156 kB | 78/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 78/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 82/332 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Progress (3): 1.3/2.9 MB | 156 kB | 86/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 86/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 90/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 90/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 94/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 94/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 98/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 98/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 102/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 102/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 106/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 106/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 110/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 110/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 114/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 114/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 118/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 118/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 122/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 122/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.3/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 126/332 kB
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 4.1/134 kB
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 7.7/134 kB
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 12/134 kB 
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 16/134 kB
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 16/134 kB
Progress (4): 1.4/2.9 MB | 156 kB | 126/332 kB | 16/134 kB
Progress (5): 1.4/2.9 MB | 156 kB | 126/332 kB | 16/134 kB | 4.1/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 16/134 kB | 4.1/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 16/134 kB | 7.7/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 16/134 kB | 7.7/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 20/134 kB | 7.7/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 20/134 kB | 7.7/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 130/332 kB | 20/134 kB | 12/30 kB 
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 216 kB/s)
Progress (4): 1.4/2.9 MB | 134/332 kB | 20/134 kB | 12/30 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Progress (4): 1.4/2.9 MB | 134/332 kB | 20/134 kB | 16/30 kB
Progress (4): 1.4/2.9 MB | 134/332 kB | 20/134 kB | 16/30 kB
Progress (4): 1.4/2.9 MB | 134/332 kB | 24/134 kB | 16/30 kB
Progress (4): 1.4/2.9 MB | 134/332 kB | 24/134 kB | 16/30 kB
Progress (4): 1.4/2.9 MB | 134/332 kB | 24/134 kB | 20/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 24/134 kB | 20/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 24/134 kB | 24/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 24/134 kB | 24/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 28/134 kB | 24/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 28/134 kB | 24/30 kB
Progress (4): 1.4/2.9 MB | 138/332 kB | 28/134 kB | 28/30 kB
Progress (4): 1.4/2.9 MB | 142/332 kB | 28/134 kB | 28/30 kB
Progress (4): 1.4/2.9 MB | 142/332 kB | 28/134 kB | 30 kB   
Progress (4): 1.4/2.9 MB | 142/332 kB | 28/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 142/332 kB | 32/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 142/332 kB | 32/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 146/332 kB | 32/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 146/332 kB | 32/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 146/332 kB | 33/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 146/332 kB | 33/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 150/332 kB | 33/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 150/332 kB | 33/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 150/332 kB | 37/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 150/332 kB | 37/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 154/332 kB | 37/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 154/332 kB | 37/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 154/332 kB | 41/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 154/332 kB | 41/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 158/332 kB | 41/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 158/332 kB | 41/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 158/332 kB | 45/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 158/332 kB | 45/134 kB | 30 kB
Progress (4): 1.4/2.9 MB | 162/332 kB | 45/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 162/332 kB | 45/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 162/332 kB | 49/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 162/332 kB | 49/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 166/332 kB | 49/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 166/332 kB | 49/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 166/332 kB | 53/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 166/332 kB | 53/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 170/332 kB | 53/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 170/332 kB | 53/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 170/332 kB | 57/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 170/332 kB | 57/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 174/332 kB | 57/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 174/332 kB | 57/134 kB | 30 kB
Progress (4): 1.5/2.9 MB | 174/332 kB | 61/134 kB | 30 kB
Progress (5): 1.5/2.9 MB | 174/332 kB | 61/134 kB | 30 kB | 4.1/231 kB
Progress (5): 1.5/2.9 MB | 174/332 kB | 61/134 kB | 30 kB | 7.7/231 kB
Progress (5): 1.5/2.9 MB | 174/332 kB | 65/134 kB | 30 kB | 7.7/231 kB
Progress (5): 1.5/2.9 MB | 174/332 kB | 65/134 kB | 30 kB | 7.7/231 kB
Progress (5): 1.5/2.9 MB | 178/332 kB | 65/134 kB | 30 kB | 7.7/231 kB
Progress (5): 1.5/2.9 MB | 178/332 kB | 65/134 kB | 30 kB | 7.7/231 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 40 kB/s)
Progress (4): 1.5/2.9 MB | 178/332 kB | 66/134 kB | 7.7/231 kB
Progress (4): 1.5/2.9 MB | 178/332 kB | 66/134 kB | 12/231 kB 
Progress (4): 1.5/2.9 MB | 178/332 kB | 70/134 kB | 12/231 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Progress (4): 1.5/2.9 MB | 178/332 kB | 70/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 70/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 70/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 74/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 78/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 82/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 86/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 90/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 94/134 kB | 12/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 94/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 98/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 182/332 kB | 98/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 98/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 98/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 98/134 kB | 16/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 98/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 102/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 186/332 kB | 102/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 102/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 102/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 106/134 kB | 20/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 106/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 110/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 190/332 kB | 110/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 110/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 110/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 114/134 kB | 24/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 114/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 118/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 194/332 kB | 118/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 118/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 118/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 122/134 kB | 28/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 122/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 126/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 198/332 kB | 126/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 202/332 kB | 126/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 202/332 kB | 126/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 202/332 kB | 130/134 kB | 32/231 kB
Progress (4): 1.5/2.9 MB | 202/332 kB | 130/134 kB | 36/231 kB
Progress (4): 1.5/2.9 MB | 202/332 kB | 134 kB | 36/231 kB    
Progress (4): 1.5/2.9 MB | 202/332 kB | 134 kB | 36/231 kB
Progress (4): 1.5/2.9 MB | 206/332 kB | 134 kB | 36/231 kB
Progress (4): 1.5/2.9 MB | 206/332 kB | 134 kB | 36/231 kB
Progress (4): 1.5/2.9 MB | 206/332 kB | 134 kB | 40/231 kB
Progress (4): 1.5/2.9 MB | 206/332 kB | 134 kB | 40/231 kB
Progress (4): 1.5/2.9 MB | 210/332 kB | 134 kB | 40/231 kB
Progress (4): 1.5/2.9 MB | 210/332 kB | 134 kB | 40/231 kB
Progress (4): 1.5/2.9 MB | 210/332 kB | 134 kB | 44/231 kB
Progress (4): 1.5/2.9 MB | 210/332 kB | 134 kB | 48/231 kB
Progress (4): 1.6/2.9 MB | 210/332 kB | 134 kB | 48/231 kB
Progress (4): 1.6/2.9 MB | 210/332 kB | 134 kB | 52/231 kB
Progress (4): 1.6/2.9 MB | 210/332 kB | 134 kB | 52/231 kB
Progress (4): 1.6/2.9 MB | 214/332 kB | 134 kB | 52/231 kB
Progress (4): 1.6/2.9 MB | 214/332 kB | 134 kB | 52/231 kB
Progress (4): 1.6/2.9 MB | 214/332 kB | 134 kB | 56/231 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 162 kB/s)
Progress (4): 1.6/2.9 MB | 214/332 kB | 56/231 kB | 4.1/8.5 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Progress (4): 1.6/2.9 MB | 214/332 kB | 60/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 214/332 kB | 64/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 214/332 kB | 64/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 64/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 64/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 68/231 kB | 4.1/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 68/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 72/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 218/332 kB | 72/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 222/332 kB | 72/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 222/332 kB | 72/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 222/332 kB | 76/231 kB | 7.7/8.5 kB
Progress (4): 1.6/2.9 MB | 222/332 kB | 76/231 kB | 8.5 kB    
Progress (4): 1.6/2.9 MB | 222/332 kB | 80/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 222/332 kB | 80/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 226/332 kB | 80/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 226/332 kB | 80/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 226/332 kB | 84/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 226/332 kB | 84/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 230/332 kB | 84/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 230/332 kB | 84/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 230/332 kB | 88/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 230/332 kB | 88/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 234/332 kB | 88/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 234/332 kB | 88/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 234/332 kB | 92/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 234/332 kB | 92/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 238/332 kB | 92/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 238/332 kB | 92/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 238/332 kB | 96/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 238/332 kB | 96/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 242/332 kB | 96/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 242/332 kB | 96/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 242/332 kB | 100/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 242/332 kB | 100/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 246/332 kB | 100/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 246/332 kB | 100/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 246/332 kB | 104/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 246/332 kB | 104/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 250/332 kB | 104/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 250/332 kB | 104/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 250/332 kB | 108/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 250/332 kB | 108/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 254/332 kB | 108/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 254/332 kB | 108/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 254/332 kB | 112/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 254/332 kB | 112/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 258/332 kB | 112/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 258/332 kB | 112/231 kB | 8.5 kB
Progress (4): 1.6/2.9 MB | 258/332 kB | 116/231 kB | 8.5 kB
Progress (4): 1.7/2.9 MB | 258/332 kB | 116/231 kB | 8.5 kB
Progress (4): 1.7/2.9 MB | 262/332 kB | 116/231 kB | 8.5 kB
Progress (4): 1.7/2.9 MB | 262/332 kB | 116/231 kB | 8.5 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 10 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Progress (3): 1.7/2.9 MB | 262/332 kB | 120/231 kB
Progress (4): 1.7/2.9 MB | 262/332 kB | 120/231 kB | 4.1/10 kB
Progress (4): 1.7/2.9 MB | 262/332 kB | 120/231 kB | 4.1/10 kB
Progress (4): 1.7/2.9 MB | 266/332 kB | 120/231 kB | 4.1/10 kB
Progress (4): 1.7/2.9 MB | 266/332 kB | 120/231 kB | 4.1/10 kB
Progress (4): 1.7/2.9 MB | 266/332 kB | 120/231 kB | 7.7/10 kB
Progress (4): 1.7/2.9 MB | 266/332 kB | 124/231 kB | 7.7/10 kB
Progress (4): 1.7/2.9 MB | 266/332 kB | 124/231 kB | 10 kB    
Progress (4): 1.7/2.9 MB | 266/332 kB | 124/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 270/332 kB | 124/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 270/332 kB | 124/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 270/332 kB | 128/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 270/332 kB | 128/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 274/332 kB | 128/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 274/332 kB | 128/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 274/332 kB | 132/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 274/332 kB | 132/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 278/332 kB | 132/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 278/332 kB | 132/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 278/332 kB | 132/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 278/332 kB | 136/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 278/332 kB | 136/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 282/332 kB | 136/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 282/332 kB | 136/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 282/332 kB | 140/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 282/332 kB | 140/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 286/332 kB | 140/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 286/332 kB | 140/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 286/332 kB | 144/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 286/332 kB | 144/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 290/332 kB | 144/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 290/332 kB | 144/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 290/332 kB | 148/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 290/332 kB | 148/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 294/332 kB | 148/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 294/332 kB | 148/231 kB | 10 kB
Progress (4): 1.7/2.9 MB | 294/332 kB | 152/231 kB | 10 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 12 kB/s)
Progress (3): 1.7/2.9 MB | 294/332 kB | 152/231 kB
Progress (3): 1.7/2.9 MB | 298/332 kB | 152/231 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Progress (3): 1.7/2.9 MB | 298/332 kB | 156/231 kB
Progress (4): 1.7/2.9 MB | 298/332 kB | 156/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 298/332 kB | 160/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 302/332 kB | 160/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 302/332 kB | 160/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 306/332 kB | 160/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 306/332 kB | 164/231 kB | 4.1/47 kB
Progress (4): 1.7/2.9 MB | 306/332 kB | 164/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 306/332 kB | 168/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 310/332 kB | 168/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 310/332 kB | 168/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 314/332 kB | 168/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 314/332 kB | 172/231 kB | 7.7/47 kB
Progress (4): 1.7/2.9 MB | 314/332 kB | 172/231 kB | 12/47 kB 
Progress (4): 1.7/2.9 MB | 314/332 kB | 176/231 kB | 12/47 kB
Progress (4): 1.7/2.9 MB | 318/332 kB | 176/231 kB | 12/47 kB
Progress (4): 1.7/2.9 MB | 318/332 kB | 176/231 kB | 12/47 kB
Progress (4): 1.7/2.9 MB | 322/332 kB | 176/231 kB | 12/47 kB
Progress (4): 1.7/2.9 MB | 322/332 kB | 180/231 kB | 12/47 kB
Progress (4): 1.7/2.9 MB | 322/332 kB | 180/231 kB | 16/47 kB
Progress (4): 1.7/2.9 MB | 322/332 kB | 184/231 kB | 16/47 kB
Progress (4): 1.7/2.9 MB | 326/332 kB | 184/231 kB | 16/47 kB
Progress (4): 1.7/2.9 MB | 326/332 kB | 184/231 kB | 16/47 kB
Progress (4): 1.7/2.9 MB | 330/332 kB | 184/231 kB | 16/47 kB
Progress (4): 1.7/2.9 MB | 330/332 kB | 184/231 kB | 20/47 kB
Progress (4): 1.7/2.9 MB | 332 kB | 184/231 kB | 20/47 kB    
Progress (4): 1.7/2.9 MB | 332 kB | 184/231 kB | 20/47 kB
Progress (4): 1.7/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 24/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 28/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 184/231 kB | 28/47 kB
Progress (4): 1.8/2.9 MB | 332 kB | 188/231 kB | 28/47 kB
Progress (5): 1.8/2.9 MB | 332 kB | 188/231 kB | 28/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 192/231 kB | 28/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 192/231 kB | 28/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 192/231 kB | 32/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 192/231 kB | 32/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 192/231 kB | 36/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 196/231 kB | 36/47 kB | 4.1/55 kB
Progress (5): 1.8/2.9 MB | 332 kB | 196/231 kB | 36/47 kB | 7.7/55 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 359 kB/s)
Progress (4): 1.8/2.9 MB | 196/231 kB | 36/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 200/231 kB | 36/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 200/231 kB | 40/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 200/231 kB | 40/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 200/231 kB | 44/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 204/231 kB | 44/47 kB | 12/55 kB
Progress (4): 1.8/2.9 MB | 204/231 kB | 44/47 kB | 16/55 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (4): 1.8/2.9 MB | 204/231 kB | 44/47 kB | 20/55 kB
Progress (4): 1.8/2.9 MB | 208/231 kB | 44/47 kB | 20/55 kB
Progress (4): 1.8/2.9 MB | 208/231 kB | 47 kB | 20/55 kB   
Progress (4): 1.8/2.9 MB | 208/231 kB | 47 kB | 20/55 kB
Progress (4): 1.8/2.9 MB | 212/231 kB | 47 kB | 20/55 kB
Progress (4): 1.8/2.9 MB | 212/231 kB | 47 kB | 24/55 kB
Progress (4): 1.8/2.9 MB | 216/231 kB | 47 kB | 24/55 kB
Progress (4): 1.8/2.9 MB | 216/231 kB | 47 kB | 24/55 kB
Progress (4): 1.8/2.9 MB | 220/231 kB | 47 kB | 24/55 kB
Progress (4): 1.8/2.9 MB | 220/231 kB | 47 kB | 28/55 kB
Progress (4): 1.8/2.9 MB | 224/231 kB | 47 kB | 28/55 kB
Progress (4): 1.8/2.9 MB | 224/231 kB | 47 kB | 28/55 kB
Progress (4): 1.8/2.9 MB | 228/231 kB | 47 kB | 28/55 kB
Progress (4): 1.8/2.9 MB | 228/231 kB | 47 kB | 32/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 32/55 kB    
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 32/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 36/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 36/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 40/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 40/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 44/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 44/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 48/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 48/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 52/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 52/55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB   
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.8/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
Progress (4): 1.9/2.9 MB | 231 kB | 47 kB | 55 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 50 kB/s)
Progress (3): 1.9/2.9 MB | 231 kB | 55 kB
                                         
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.jar
Progress (3): 1.9/2.9 MB | 231 kB | 55 kB
Progress (3): 1.9/2.9 MB | 231 kB | 55 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 246 kB/s)
Progress (2): 1.9/2.9 MB | 55 kB
Progress (3): 1.9/2.9 MB | 55 kB | 4.1/11 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Progress (3): 1.9/2.9 MB | 55 kB | 7.7/11 kB
Progress (3): 1.9/2.9 MB | 55 kB | 7.7/11 kB
Progress (3): 1.9/2.9 MB | 55 kB | 11 kB    
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 58 kB/s)
Progress (2): 1.9/2.9 MB | 11 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Progress (2): 1.9/2.9 MB | 11 kB
Progress (2): 1.9/2.9 MB | 11 kB
Progress (2): 1.9/2.9 MB | 11 kB
Progress (2): 1.9/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.0/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
Progress (2): 2.1/2.9 MB | 11 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 11 kB/s)
Progress (1): 2.1/2.9 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.1/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (1): 2.2/2.9 MB
Progress (2): 2.2/2.9 MB | 4.1/7.7 kB
Progress (2): 2.2/2.9 MB | 7.7 kB    
Progress (2): 2.2/2.9 MB | 7.7 kB
Progress (2): 2.2/2.9 MB | 7.7 kB
Progress (2): 2.2/2.9 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 7.5 kB/s)
Progress (2): 2.2/2.9 MB | 4.1/237 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (2): 2.2/2.9 MB | 4.1/237 kB
Progress (3): 2.2/2.9 MB | 4.1/237 kB | 4.1/392 kB
Progress (3): 2.2/2.9 MB | 7.7/237 kB | 4.1/392 kB
Progress (3): 2.2/2.9 MB | 7.7/237 kB | 7.7/392 kB
Progress (3): 2.2/2.9 MB | 12/237 kB | 7.7/392 kB 
Progress (3): 2.2/2.9 MB | 12/237 kB | 7.7/392 kB
Progress (3): 2.2/2.9 MB | 16/237 kB | 7.7/392 kB
Progress (3): 2.2/2.9 MB | 16/237 kB | 12/392 kB 
Progress (3): 2.2/2.9 MB | 20/237 kB | 12/392 kB
Progress (3): 2.2/2.9 MB | 20/237 kB | 12/392 kB
Progress (3): 2.2/2.9 MB | 24/237 kB | 12/392 kB
Progress (3): 2.2/2.9 MB | 24/237 kB | 16/392 kB
Progress (3): 2.2/2.9 MB | 28/237 kB | 16/392 kB
Progress (3): 2.2/2.9 MB | 28/237 kB | 20/392 kB
Progress (3): 2.2/2.9 MB | 28/237 kB | 20/392 kB
Progress (3): 2.2/2.9 MB | 28/237 kB | 24/392 kB
Progress (3): 2.2/2.9 MB | 28/237 kB | 24/392 kB
Progress (3): 2.2/2.9 MB | 32/237 kB | 24/392 kB
Progress (3): 2.2/2.9 MB | 32/237 kB | 24/392 kB
Progress (3): 2.2/2.9 MB | 32/237 kB | 28/392 kB
Progress (3): 2.2/2.9 MB | 32/237 kB | 28/392 kB
Progress (3): 2.2/2.9 MB | 33/237 kB | 28/392 kB
Progress (3): 2.2/2.9 MB | 33/237 kB | 28/392 kB
Progress (3): 2.2/2.9 MB | 37/237 kB | 28/392 kB
Progress (3): 2.2/2.9 MB | 37/237 kB | 32/392 kB
Progress (3): 2.2/2.9 MB | 41/237 kB | 32/392 kB
Progress (3): 2.2/2.9 MB | 41/237 kB | 32/392 kB
Progress (3): 2.2/2.9 MB | 45/237 kB | 32/392 kB
Progress (3): 2.2/2.9 MB | 45/237 kB | 33/392 kB
Progress (3): 2.2/2.9 MB | 49/237 kB | 33/392 kB
Progress (3): 2.2/2.9 MB | 49/237 kB | 37/392 kB
Progress (3): 2.2/2.9 MB | 49/237 kB | 37/392 kB
Progress (3): 2.2/2.9 MB | 49/237 kB | 41/392 kB
Progress (3): 2.2/2.9 MB | 53/237 kB | 41/392 kB
Progress (3): 2.2/2.9 MB | 53/237 kB | 45/392 kB
Progress (3): 2.2/2.9 MB | 53/237 kB | 45/392 kB
Progress (3): 2.2/2.9 MB | 53/237 kB | 49/392 kB
Progress (3): 2.2/2.9 MB | 57/237 kB | 49/392 kB
Progress (3): 2.2/2.9 MB | 57/237 kB | 53/392 kB
Progress (3): 2.2/2.9 MB | 57/237 kB | 53/392 kB
Progress (3): 2.2/2.9 MB | 57/237 kB | 57/392 kB
Progress (3): 2.2/2.9 MB | 61/237 kB | 57/392 kB
Progress (3): 2.2/2.9 MB | 61/237 kB | 61/392 kB
Progress (3): 2.2/2.9 MB | 61/237 kB | 61/392 kB
Progress (3): 2.2/2.9 MB | 61/237 kB | 65/392 kB
Progress (3): 2.2/2.9 MB | 65/237 kB | 65/392 kB
Progress (3): 2.2/2.9 MB | 65/237 kB | 66/392 kB
Progress (3): 2.2/2.9 MB | 65/237 kB | 66/392 kB
Progress (3): 2.2/2.9 MB | 65/237 kB | 70/392 kB
Progress (3): 2.2/2.9 MB | 66/237 kB | 70/392 kB
Progress (3): 2.2/2.9 MB | 66/237 kB | 74/392 kB
Progress (3): 2.2/2.9 MB | 66/237 kB | 74/392 kB
Progress (3): 2.2/2.9 MB | 70/237 kB | 74/392 kB
Progress (3): 2.2/2.9 MB | 70/237 kB | 74/392 kB
Progress (3): 2.2/2.9 MB | 70/237 kB | 78/392 kB
Progress (3): 2.2/2.9 MB | 70/237 kB | 78/392 kB
Progress (3): 2.2/2.9 MB | 74/237 kB | 78/392 kB
Progress (3): 2.2/2.9 MB | 74/237 kB | 78/392 kB
Progress (3): 2.2/2.9 MB | 78/237 kB | 78/392 kB
Progress (3): 2.2/2.9 MB | 78/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 78/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 82/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 82/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 86/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 86/237 kB | 82/392 kB
Progress (3): 2.3/2.9 MB | 86/237 kB | 86/392 kB
Progress (3): 2.3/2.9 MB | 86/237 kB | 86/392 kB
Progress (3): 2.3/2.9 MB | 90/237 kB | 86/392 kB
Progress (3): 2.3/2.9 MB | 90/237 kB | 86/392 kB
Progress (3): 2.3/2.9 MB | 94/237 kB | 86/392 kB
Progress (4): 2.3/2.9 MB | 94/237 kB | 86/392 kB | 4.1/208 kB
Progress (4): 2.3/2.9 MB | 94/237 kB | 90/392 kB | 4.1/208 kB
Progress (4): 2.3/2.9 MB | 94/237 kB | 90/392 kB | 7.7/208 kB
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 7.7/208 kB
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 12/208 kB 
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 12/208 kB
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 16/208 kB
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 16/208 kB
Progress (4): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 20/208 kB
Progress (5): 2.3/2.9 MB | 98/237 kB | 90/392 kB | 20/208 kB | 4.1/65 kB
Progress (5): 2.3/2.9 MB | 98/237 kB | 94/392 kB | 20/208 kB | 4.1/65 kB
Progress (5): 2.3/2.9 MB | 98/237 kB | 94/392 kB | 20/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 98/237 kB | 94/392 kB | 24/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 102/237 kB | 94/392 kB | 24/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 102/237 kB | 94/392 kB | 24/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 106/237 kB | 94/392 kB | 24/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 106/237 kB | 94/392 kB | 28/208 kB | 7.7/65 kB
Progress (5): 2.3/2.9 MB | 106/237 kB | 94/392 kB | 28/208 kB | 12/65 kB 
Progress (5): 2.3/2.9 MB | 106/237 kB | 98/392 kB | 28/208 kB | 12/65 kB
Progress (5): 2.3/2.9 MB | 106/237 kB | 98/392 kB | 28/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 106/237 kB | 98/392 kB | 32/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 110/237 kB | 98/392 kB | 32/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 110/237 kB | 98/392 kB | 32/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 32/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 33/208 kB | 16/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 33/208 kB | 20/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 33/208 kB | 20/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 33/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 114/237 kB | 98/392 kB | 37/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 118/237 kB | 98/392 kB | 37/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 118/237 kB | 98/392 kB | 37/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 98/392 kB | 37/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 98/392 kB | 41/208 kB | 24/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 98/392 kB | 41/208 kB | 28/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 102/392 kB | 41/208 kB | 28/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 102/392 kB | 41/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 122/237 kB | 102/392 kB | 45/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 126/237 kB | 102/392 kB | 45/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 126/237 kB | 102/392 kB | 45/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 102/392 kB | 45/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 102/392 kB | 49/208 kB | 32/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 102/392 kB | 49/208 kB | 36/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 106/392 kB | 49/208 kB | 36/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 106/392 kB | 49/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 130/237 kB | 106/392 kB | 53/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 134/237 kB | 106/392 kB | 53/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 134/237 kB | 106/392 kB | 53/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 106/392 kB | 53/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 106/392 kB | 57/208 kB | 40/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 106/392 kB | 57/208 kB | 44/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 110/392 kB | 57/208 kB | 44/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 110/392 kB | 57/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 138/237 kB | 110/392 kB | 61/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 142/237 kB | 110/392 kB | 61/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 142/237 kB | 110/392 kB | 61/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 110/392 kB | 61/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 110/392 kB | 65/208 kB | 48/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 110/392 kB | 65/208 kB | 52/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 114/392 kB | 65/208 kB | 52/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 114/392 kB | 65/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 146/237 kB | 114/392 kB | 66/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 150/237 kB | 114/392 kB | 66/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 150/237 kB | 114/392 kB | 66/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 114/392 kB | 66/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 114/392 kB | 70/208 kB | 56/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 114/392 kB | 70/208 kB | 60/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 118/392 kB | 70/208 kB | 60/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 118/392 kB | 70/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 154/237 kB | 118/392 kB | 74/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 158/237 kB | 118/392 kB | 74/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 158/237 kB | 118/392 kB | 74/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 162/237 kB | 118/392 kB | 74/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 162/237 kB | 118/392 kB | 78/208 kB | 64/65 kB
Progress (5): 2.3/2.9 MB | 162/237 kB | 118/392 kB | 78/208 kB | 65 kB   
Progress (5): 2.3/2.9 MB | 162/237 kB | 122/392 kB | 78/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 162/237 kB | 122/392 kB | 82/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 166/237 kB | 122/392 kB | 82/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 166/237 kB | 122/392 kB | 82/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 170/237 kB | 122/392 kB | 82/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 170/237 kB | 122/392 kB | 86/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 170/237 kB | 126/392 kB | 86/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 170/237 kB | 126/392 kB | 90/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 174/237 kB | 126/392 kB | 90/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 174/237 kB | 126/392 kB | 90/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 178/237 kB | 126/392 kB | 90/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 178/237 kB | 126/392 kB | 94/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 178/237 kB | 130/392 kB | 94/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 178/237 kB | 130/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 182/237 kB | 130/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 182/237 kB | 130/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 186/237 kB | 130/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 186/237 kB | 130/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 186/237 kB | 134/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 186/237 kB | 138/392 kB | 98/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 186/237 kB | 138/392 kB | 102/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 190/237 kB | 138/392 kB | 102/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 190/237 kB | 138/392 kB | 102/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 194/237 kB | 138/392 kB | 102/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 194/237 kB | 138/392 kB | 106/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 194/237 kB | 142/392 kB | 106/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 194/237 kB | 142/392 kB | 110/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 198/237 kB | 142/392 kB | 110/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 198/237 kB | 142/392 kB | 110/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 202/237 kB | 142/392 kB | 110/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 202/237 kB | 142/392 kB | 114/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 202/237 kB | 146/392 kB | 114/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 202/237 kB | 146/392 kB | 118/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 206/237 kB | 146/392 kB | 118/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 206/237 kB | 146/392 kB | 118/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 210/237 kB | 146/392 kB | 118/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 210/237 kB | 146/392 kB | 122/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 210/237 kB | 150/392 kB | 122/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 210/237 kB | 150/392 kB | 126/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 214/237 kB | 150/392 kB | 126/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 214/237 kB | 150/392 kB | 126/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 218/237 kB | 150/392 kB | 126/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 218/237 kB | 150/392 kB | 130/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 218/237 kB | 154/392 kB | 130/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 218/237 kB | 154/392 kB | 131/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 222/237 kB | 154/392 kB | 131/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 222/237 kB | 154/392 kB | 131/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 226/237 kB | 154/392 kB | 131/208 kB | 65 kB
Progress (5): 2.3/2.9 MB | 226/237 kB | 154/392 kB | 135/208 kB | 65 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 58 kB/s)
Progress (4): 2.3/2.9 MB | 226/237 kB | 158/392 kB | 135/208 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Progress (4): 2.3/2.9 MB | 226/237 kB | 158/392 kB | 139/208 kB
Progress (4): 2.3/2.9 MB | 230/237 kB | 158/392 kB | 139/208 kB
Progress (4): 2.3/2.9 MB | 234/237 kB | 158/392 kB | 139/208 kB
Progress (4): 2.3/2.9 MB | 234/237 kB | 158/392 kB | 139/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 158/392 kB | 139/208 kB    
Progress (4): 2.3/2.9 MB | 237 kB | 158/392 kB | 143/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 162/392 kB | 143/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 162/392 kB | 147/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 162/392 kB | 147/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 162/392 kB | 151/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 166/392 kB | 151/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 166/392 kB | 155/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 166/392 kB | 155/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 166/392 kB | 159/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 170/392 kB | 159/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 170/392 kB | 163/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 170/392 kB | 163/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 170/392 kB | 164/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 170/392 kB | 164/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 174/392 kB | 164/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 174/392 kB | 164/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 174/392 kB | 164/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 174/392 kB | 168/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 174/392 kB | 168/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 178/392 kB | 168/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 178/392 kB | 168/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 178/392 kB | 168/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 178/392 kB | 172/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 178/392 kB | 172/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 182/392 kB | 172/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 182/392 kB | 172/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 182/392 kB | 176/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 182/392 kB | 176/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 186/392 kB | 176/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 186/392 kB | 176/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 186/392 kB | 180/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 186/392 kB | 180/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 190/392 kB | 180/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 190/392 kB | 180/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 190/392 kB | 184/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 190/392 kB | 184/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 194/392 kB | 184/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 194/392 kB | 184/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 194/392 kB | 188/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 194/392 kB | 188/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 198/392 kB | 188/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 198/392 kB | 188/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 198/392 kB | 192/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 198/392 kB | 192/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 202/392 kB | 192/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 202/392 kB | 192/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 206/392 kB | 192/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 206/392 kB | 196/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 210/392 kB | 196/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 210/392 kB | 196/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 210/392 kB | 200/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 210/392 kB | 200/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 214/392 kB | 200/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 214/392 kB | 200/208 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.jar (237 kB at 208 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Progress (3): 2.4/2.9 MB | 214/392 kB | 204/208 kB
Progress (3): 2.4/2.9 MB | 214/392 kB | 204/208 kB
Progress (4): 2.4/2.9 MB | 214/392 kB | 204/208 kB | 4.1/49 kB
Progress (4): 2.4/2.9 MB | 218/392 kB | 204/208 kB | 4.1/49 kB
Progress (4): 2.4/2.9 MB | 218/392 kB | 204/208 kB | 7.7/49 kB
Progress (4): 2.4/2.9 MB | 218/392 kB | 204/208 kB | 7.7/49 kB
Progress (4): 2.4/2.9 MB | 218/392 kB | 204/208 kB | 12/49 kB 
Progress (4): 2.4/2.9 MB | 218/392 kB | 208 kB | 12/49 kB    
Progress (4): 2.4/2.9 MB | 218/392 kB | 208 kB | 16/49 kB
Progress (4): 2.4/2.9 MB | 218/392 kB | 208 kB | 16/49 kB
Progress (4): 2.4/2.9 MB | 222/392 kB | 208 kB | 16/49 kB
Progress (4): 2.5/2.9 MB | 222/392 kB | 208 kB | 16/49 kB
Progress (4): 2.5/2.9 MB | 222/392 kB | 208 kB | 20/49 kB
Progress (4): 2.5/2.9 MB | 222/392 kB | 208 kB | 20/49 kB
Progress (4): 2.5/2.9 MB | 226/392 kB | 208 kB | 20/49 kB
Progress (4): 2.5/2.9 MB | 226/392 kB | 208 kB | 20/49 kB
Progress (4): 2.5/2.9 MB | 230/392 kB | 208 kB | 20/49 kB
Progress (4): 2.5/2.9 MB | 230/392 kB | 208 kB | 24/49 kB
Progress (4): 2.5/2.9 MB | 234/392 kB | 208 kB | 24/49 kB
Progress (4): 2.5/2.9 MB | 234/392 kB | 208 kB | 24/49 kB
Progress (4): 2.5/2.9 MB | 238/392 kB | 208 kB | 24/49 kB
Progress (4): 2.5/2.9 MB | 238/392 kB | 208 kB | 28/49 kB
Progress (4): 2.5/2.9 MB | 242/392 kB | 208 kB | 28/49 kB
Progress (4): 2.5/2.9 MB | 242/392 kB | 208 kB | 28/49 kB
Progress (4): 2.5/2.9 MB | 246/392 kB | 208 kB | 28/49 kB
Progress (4): 2.5/2.9 MB | 246/392 kB | 208 kB | 32/49 kB
Progress (4): 2.5/2.9 MB | 250/392 kB | 208 kB | 32/49 kB
Progress (4): 2.5/2.9 MB | 250/392 kB | 208 kB | 32/49 kB
Progress (4): 2.5/2.9 MB | 254/392 kB | 208 kB | 32/49 kB
Progress (4): 2.5/2.9 MB | 254/392 kB | 208 kB | 32/49 kB
Progress (4): 2.5/2.9 MB | 254/392 kB | 208 kB | 36/49 kB
Progress (4): 2.5/2.9 MB | 254/392 kB | 208 kB | 36/49 kB
Progress (4): 2.5/2.9 MB | 258/392 kB | 208 kB | 36/49 kB
Progress (4): 2.5/2.9 MB | 258/392 kB | 208 kB | 36/49 kB
Progress (4): 2.5/2.9 MB | 258/392 kB | 208 kB | 40/49 kB
Progress (4): 2.5/2.9 MB | 258/392 kB | 208 kB | 40/49 kB
Progress (4): 2.5/2.9 MB | 258/392 kB | 208 kB | 40/49 kB
Progress (4): 2.5/2.9 MB | 262/392 kB | 208 kB | 40/49 kB
Progress (4): 2.5/2.9 MB | 262/392 kB | 208 kB | 40/49 kB
Progress (4): 2.5/2.9 MB | 262/392 kB | 208 kB | 44/49 kB
Progress (4): 2.5/2.9 MB | 262/392 kB | 208 kB | 44/49 kB
Progress (4): 2.5/2.9 MB | 266/392 kB | 208 kB | 44/49 kB
Progress (4): 2.5/2.9 MB | 266/392 kB | 208 kB | 44/49 kB
Progress (4): 2.5/2.9 MB | 270/392 kB | 208 kB | 44/49 kB
Progress (4): 2.5/2.9 MB | 270/392 kB | 208 kB | 48/49 kB
Progress (4): 2.5/2.9 MB | 270/392 kB | 208 kB | 49 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.jar (208 kB at 180 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Progress (3): 2.5/2.9 MB | 270/392 kB | 49 kB
Progress (3): 2.5/2.9 MB | 274/392 kB | 49 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 4.1/571 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 4.1/571 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 4.1/571 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 4.1/571 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 4.1/571 kB
Progress (4): 2.5/2.9 MB | 274/392 kB | 49 kB | 7.7/571 kB
Progress (4): 2.5/2.9 MB | 278/392 kB | 49 kB | 7.7/571 kB
Progress (4): 2.5/2.9 MB | 278/392 kB | 49 kB | 12/571 kB 
Progress (4): 2.5/2.9 MB | 278/392 kB | 49 kB | 12/571 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 40 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Progress (3): 2.5/2.9 MB | 278/392 kB | 12/571 kB
Progress (3): 2.5/2.9 MB | 278/392 kB | 12/571 kB
Progress (3): 2.5/2.9 MB | 278/392 kB | 16/571 kB
Progress (3): 2.5/2.9 MB | 278/392 kB | 16/571 kB
Progress (3): 2.5/2.9 MB | 282/392 kB | 16/571 kB
Progress (3): 2.5/2.9 MB | 282/392 kB | 16/571 kB
Progress (3): 2.5/2.9 MB | 282/392 kB | 20/571 kB
Progress (3): 2.5/2.9 MB | 282/392 kB | 20/571 kB
Progress (3): 2.5/2.9 MB | 286/392 kB | 20/571 kB
Progress (3): 2.6/2.9 MB | 286/392 kB | 20/571 kB
Progress (3): 2.6/2.9 MB | 286/392 kB | 24/571 kB
Progress (3): 2.6/2.9 MB | 286/392 kB | 24/571 kB
Progress (3): 2.6/2.9 MB | 290/392 kB | 24/571 kB
Progress (3): 2.6/2.9 MB | 290/392 kB | 24/571 kB
Progress (3): 2.6/2.9 MB | 290/392 kB | 28/571 kB
Progress (3): 2.6/2.9 MB | 294/392 kB | 28/571 kB
Progress (3): 2.6/2.9 MB | 294/392 kB | 32/571 kB
Progress (3): 2.6/2.9 MB | 294/392 kB | 32/571 kB
Progress (3): 2.6/2.9 MB | 294/392 kB | 33/571 kB
Progress (3): 2.6/2.9 MB | 298/392 kB | 33/571 kB
Progress (3): 2.6/2.9 MB | 298/392 kB | 37/571 kB
Progress (3): 2.6/2.9 MB | 298/392 kB | 37/571 kB
Progress (3): 2.6/2.9 MB | 302/392 kB | 37/571 kB
Progress (3): 2.6/2.9 MB | 302/392 kB | 41/571 kB
Progress (3): 2.6/2.9 MB | 306/392 kB | 41/571 kB
Progress (3): 2.6/2.9 MB | 306/392 kB | 41/571 kB
Progress (3): 2.6/2.9 MB | 310/392 kB | 41/571 kB
Progress (3): 2.6/2.9 MB | 310/392 kB | 45/571 kB
Progress (4): 2.6/2.9 MB | 310/392 kB | 45/571 kB | 4.1/47 kB
Progress (4): 2.6/2.9 MB | 314/392 kB | 45/571 kB | 4.1/47 kB
Progress (4): 2.6/2.9 MB | 314/392 kB | 45/571 kB | 4.1/47 kB
Progress (4): 2.6/2.9 MB | 318/392 kB | 45/571 kB | 4.1/47 kB
Progress (4): 2.6/2.9 MB | 318/392 kB | 45/571 kB | 7.7/47 kB
Progress (4): 2.6/2.9 MB | 318/392 kB | 49/571 kB | 7.7/47 kB
Progress (4): 2.6/2.9 MB | 318/392 kB | 49/571 kB | 12/47 kB 
Progress (4): 2.6/2.9 MB | 318/392 kB | 53/571 kB | 12/47 kB
Progress (4): 2.6/2.9 MB | 322/392 kB | 53/571 kB | 12/47 kB
Progress (4): 2.6/2.9 MB | 322/392 kB | 53/571 kB | 12/47 kB
Progress (4): 2.6/2.9 MB | 326/392 kB | 53/571 kB | 12/47 kB
Progress (4): 2.6/2.9 MB | 326/392 kB | 57/571 kB | 12/47 kB
Progress (4): 2.6/2.9 MB | 326/392 kB | 57/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 326/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 330/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 334/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 334/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 61/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 65/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 66/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 70/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 74/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 78/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 82/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 86/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 90/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 94/571 kB | 16/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 94/571 kB | 20/47 kB
Progress (4): 2.6/2.9 MB | 338/392 kB | 98/571 kB | 20/47 kB
Progress (5): 2.6/2.9 MB | 338/392 kB | 98/571 kB | 20/47 kB | 4.1/19 kB
Progress (5): 2.6/2.9 MB | 338/392 kB | 98/571 kB | 20/47 kB | 4.1/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 98/571 kB | 20/47 kB | 4.1/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 98/571 kB | 20/47 kB | 4.1/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 98/571 kB | 20/47 kB | 7.7/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 102/571 kB | 20/47 kB | 7.7/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 102/571 kB | 24/47 kB | 7.7/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 106/571 kB | 24/47 kB | 7.7/19 kB
Progress (5): 2.6/2.9 MB | 342/392 kB | 106/571 kB | 24/47 kB | 12/19 kB 
Progress (5): 2.6/2.9 MB | 342/392 kB | 106/571 kB | 24/47 kB | 12/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 106/571 kB | 24/47 kB | 12/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 106/571 kB | 24/47 kB | 12/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 106/571 kB | 24/47 kB | 16/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 110/571 kB | 24/47 kB | 16/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 114/571 kB | 24/47 kB | 16/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 114/571 kB | 28/47 kB | 16/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 118/571 kB | 28/47 kB | 16/19 kB
Progress (5): 2.6/2.9 MB | 346/392 kB | 118/571 kB | 28/47 kB | 19 kB   
Progress (5): 2.6/2.9 MB | 346/392 kB | 118/571 kB | 28/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 118/571 kB | 28/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 118/571 kB | 28/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 122/571 kB | 28/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 122/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 126/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 350/392 kB | 126/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 126/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 126/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 130/571 kB | 32/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 130/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 134/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 354/392 kB | 134/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 134/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 134/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 138/571 kB | 36/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 138/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 142/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 358/392 kB | 142/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 142/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 142/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 146/571 kB | 40/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 146/571 kB | 44/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 362/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 366/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 366/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.6/2.9 MB | 366/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.7/2.9 MB | 366/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.7/2.9 MB | 366/392 kB | 150/571 kB | 44/47 kB | 19 kB
Progress (5): 2.7/2.9 MB | 366/392 kB | 154/571 kB | 44/47 kB | 19 kB
Progress (5): 2.7/2.9 MB | 366/392 kB | 154/571 kB | 47 kB | 19 kB   
Progress (5): 2.7/2.9 MB | 366/392 kB | 158/571 kB | 47 kB | 19 kB
Progress (5): 2.7/2.9 MB | 366/392 kB | 158/571 kB | 47 kB | 19 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Progress (4): 2.7/2.9 MB | 370/392 kB | 158/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 370/392 kB | 158/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 370/392 kB | 162/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 370/392 kB | 162/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 374/392 kB | 162/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 374/392 kB | 166/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 374/392 kB | 166/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 374/392 kB | 170/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 374/392 kB | 170/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 378/392 kB | 170/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 378/392 kB | 170/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 378/392 kB | 174/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 378/392 kB | 174/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 382/392 kB | 174/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 382/392 kB | 174/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 382/392 kB | 178/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 382/392 kB | 178/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 386/392 kB | 178/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 386/392 kB | 178/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 386/392 kB | 182/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 386/392 kB | 182/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 390/392 kB | 182/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 390/392 kB | 182/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 390/392 kB | 186/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 390/392 kB | 186/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 186/571 kB | 47 kB    
Progress (4): 2.7/2.9 MB | 392 kB | 186/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 190/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 190/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 194/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 194/571 kB | 47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 198/571 kB | 47 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 35 kB/s)
Progress (3): 2.7/2.9 MB | 392 kB | 198/571 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Progress (3): 2.7/2.9 MB | 392 kB | 202/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 202/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 206/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 206/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 210/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 210/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 214/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 214/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 218/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 218/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 222/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 222/571 kB
Progress (3): 2.7/2.9 MB | 392 kB | 226/571 kB
Progress (3): 2.8/2.9 MB | 392 kB | 226/571 kB
Progress (3): 2.8/2.9 MB | 392 kB | 230/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 230/571 kB | 4.1/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 234/571 kB | 4.1/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 234/571 kB | 4.1/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 238/571 kB | 4.1/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 238/571 kB | 7.7/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 242/571 kB | 7.7/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 242/571 kB | 7.7/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 246/571 kB | 7.7/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 246/571 kB | 12/28 kB 
Progress (4): 2.8/2.9 MB | 392 kB | 250/571 kB | 12/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 250/571 kB | 12/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 254/571 kB | 12/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 254/571 kB | 16/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 258/571 kB | 16/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 258/571 kB | 20/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 258/571 kB | 20/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 258/571 kB | 24/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 262/571 kB | 24/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 262/571 kB | 28/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 262/571 kB | 28/28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 262/571 kB | 28 kB   
Progress (4): 2.8/2.9 MB | 392 kB | 266/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 266/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 270/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 270/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 274/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 274/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 278/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 278/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 282/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 282/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 286/571 kB | 28 kB
Progress (4): 2.8/2.9 MB | 392 kB | 286/571 kB | 28 kB
Progress (5): 2.8/2.9 MB | 392 kB | 286/571 kB | 28 kB | 4.1/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 286/571 kB | 28 kB | 4.1/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 290/571 kB | 28 kB | 4.1/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 290/571 kB | 28 kB | 4.1/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 290/571 kB | 28 kB | 7.7/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 290/571 kB | 28 kB | 7.7/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 294/571 kB | 28 kB | 7.7/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 294/571 kB | 28 kB | 7.7/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 294/571 kB | 28 kB | 12/22 kB 
Progress (5): 2.8/2.9 MB | 392 kB | 294/571 kB | 28 kB | 12/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 298/571 kB | 28 kB | 12/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 298/571 kB | 28 kB | 12/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 298/571 kB | 28 kB | 16/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 298/571 kB | 28 kB | 16/22 kB
Progress (5): 2.8/2.9 MB | 392 kB | 302/571 kB | 28 kB | 16/22 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
Progress (4): 2.8/2.9 MB | 392 kB | 306/571 kB | 16/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 306/571 kB | 16/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 306/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 306/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 20/22 kB
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 22 kB   
Progress (4): 2.8/2.9 MB | 392 kB | 310/571 kB | 22 kB
Progress (4): 2.9/2.9 MB | 392 kB | 310/571 kB | 22 kB
Progress (4): 2.9/2.9 MB | 392 kB | 310/571 kB | 22 kB
Progress (4): 2.9/2.9 MB | 392 kB | 310/571 kB | 22 kB
Progress (4): 2.9/2.9 MB | 392 kB | 310/571 kB | 22 kB
Progress (4): 2.9/2.9 MB | 392 kB | 310/571 kB | 22 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 291 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Progress (3): 2.9/2.9 MB | 314/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 314/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 318/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 318/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 322/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 322/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 326/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 326/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 330/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 330/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 334/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 334/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 338/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 338/571 kB | 22 kB
Progress (3): 2.9/2.9 MB | 342/571 kB | 22 kB
Progress (3): 2.9 MB | 342/571 kB | 22 kB    
Progress (3): 2.9 MB | 346/571 kB | 22 kB
Progress (3): 2.9 MB | 350/571 kB | 22 kB
Progress (4): 2.9 MB | 350/571 kB | 22 kB | 4.1/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 4.1/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 7.7/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 12/153 kB 
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 16/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 20/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 24/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 28/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 32/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 33/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 37/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 41/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 45/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 49/153 kB
Progress (4): 2.9 MB | 354/571 kB | 22 kB | 53/153 kB
Progress (5): 2.9 MB | 354/571 kB | 22 kB | 53/153 kB | 4.1/13 kB
Progress (5): 2.9 MB | 358/571 kB | 22 kB | 53/153 kB | 4.1/13 kB
Progress (5): 2.9 MB | 358/571 kB | 22 kB | 53/153 kB | 7.7/13 kB
Progress (5): 2.9 MB | 358/571 kB | 22 kB | 57/153 kB | 7.7/13 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 2.0 MB/s)
Progress (4): 358/571 kB | 22 kB | 61/153 kB | 7.7/13 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 15 kB/s)
Progress (3): 358/571 kB | 61/153 kB | 12/13 kB
Progress (3): 358/571 kB | 61/153 kB | 13 kB   
Progress (3): 362/571 kB | 61/153 kB | 13 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Progress (3): 362/571 kB | 65/153 kB | 13 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Progress (3): 362/571 kB | 66/153 kB | 13 kB
Progress (3): 366/571 kB | 66/153 kB | 13 kB
Progress (3): 366/571 kB | 70/153 kB | 13 kB
Progress (3): 370/571 kB | 70/153 kB | 13 kB
Progress (3): 370/571 kB | 74/153 kB | 13 kB
Progress (3): 374/571 kB | 74/153 kB | 13 kB
Progress (3): 374/571 kB | 78/153 kB | 13 kB
Progress (3): 378/571 kB | 78/153 kB | 13 kB
Progress (3): 378/571 kB | 82/153 kB | 13 kB
Progress (3): 382/571 kB | 82/153 kB | 13 kB
Progress (3): 382/571 kB | 86/153 kB | 13 kB
Progress (3): 386/571 kB | 86/153 kB | 13 kB
Progress (3): 386/571 kB | 90/153 kB | 13 kB
Progress (3): 390/571 kB | 90/153 kB | 13 kB
Progress (3): 390/571 kB | 94/153 kB | 13 kB
Progress (3): 394/571 kB | 94/153 kB | 13 kB
Progress (3): 394/571 kB | 98/153 kB | 13 kB
Progress (3): 398/571 kB | 98/153 kB | 13 kB
Progress (3): 398/571 kB | 98/153 kB | 13 kB
Progress (3): 402/571 kB | 98/153 kB | 13 kB
Progress (3): 402/571 kB | 102/153 kB | 13 kB
Progress (3): 406/571 kB | 102/153 kB | 13 kB
Progress (3): 406/571 kB | 106/153 kB | 13 kB
Progress (3): 410/571 kB | 106/153 kB | 13 kB
Progress (3): 410/571 kB | 110/153 kB | 13 kB
Progress (3): 414/571 kB | 110/153 kB | 13 kB
Progress (3): 414/571 kB | 114/153 kB | 13 kB
Progress (3): 418/571 kB | 114/153 kB | 13 kB
Progress (3): 418/571 kB | 118/153 kB | 13 kB
Progress (3): 422/571 kB | 118/153 kB | 13 kB
Progress (3): 422/571 kB | 122/153 kB | 13 kB
Progress (3): 426/571 kB | 122/153 kB | 13 kB
Progress (3): 426/571 kB | 126/153 kB | 13 kB
Progress (3): 430/571 kB | 126/153 kB | 13 kB
Progress (3): 430/571 kB | 130/153 kB | 13 kB
Progress (3): 434/571 kB | 130/153 kB | 13 kB
Progress (3): 434/571 kB | 134/153 kB | 13 kB
Progress (3): 438/571 kB | 134/153 kB | 13 kB
Progress (3): 438/571 kB | 138/153 kB | 13 kB
Progress (3): 442/571 kB | 138/153 kB | 13 kB
Progress (3): 442/571 kB | 142/153 kB | 13 kB
Progress (3): 446/571 kB | 142/153 kB | 13 kB
Progress (3): 446/571 kB | 146/153 kB | 13 kB
Progress (3): 450/571 kB | 146/153 kB | 13 kB
Progress (3): 450/571 kB | 150/153 kB | 13 kB
Progress (3): 454/571 kB | 150/153 kB | 13 kB
Progress (3): 454/571 kB | 153 kB | 13 kB    
Progress (3): 458/571 kB | 153 kB | 13 kB
Progress (3): 462/571 kB | 153 kB | 13 kB
Progress (3): 466/571 kB | 153 kB | 13 kB
Progress (3): 470/571 kB | 153 kB | 13 kB
Progress (3): 474/571 kB | 153 kB | 13 kB
Progress (3): 478/571 kB | 153 kB | 13 kB
Progress (3): 482/571 kB | 153 kB | 13 kB
Progress (3): 486/571 kB | 153 kB | 13 kB
Progress (3): 490/571 kB | 153 kB | 13 kB
Progress (3): 494/571 kB | 153 kB | 13 kB
Progress (3): 498/571 kB | 153 kB | 13 kB
Progress (3): 502/571 kB | 153 kB | 13 kB
Progress (3): 506/571 kB | 153 kB | 13 kB
Progress (3): 510/571 kB | 153 kB | 13 kB
Progress (3): 514/571 kB | 153 kB | 13 kB
Progress (3): 518/571 kB | 153 kB | 13 kB
Progress (3): 522/571 kB | 153 kB | 13 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar (13 kB at 8.7 kB/s)
Progress (2): 526/571 kB | 153 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Progress (2): 530/571 kB | 153 kB
Progress (2): 534/571 kB | 153 kB
Progress (3): 534/571 kB | 153 kB | 4.1/41 kB
Progress (3): 538/571 kB | 153 kB | 4.1/41 kB
Progress (3): 538/571 kB | 153 kB | 7.7/41 kB
Progress (3): 542/571 kB | 153 kB | 7.7/41 kB
Progress (3): 546/571 kB | 153 kB | 7.7/41 kB
Progress (3): 550/571 kB | 153 kB | 7.7/41 kB
Progress (3): 554/571 kB | 153 kB | 7.7/41 kB
Progress (3): 558/571 kB | 153 kB | 7.7/41 kB
Progress (3): 562/571 kB | 153 kB | 7.7/41 kB
Progress (3): 566/571 kB | 153 kB | 7.7/41 kB
Progress (3): 570/571 kB | 153 kB | 7.7/41 kB
Progress (3): 571 kB | 153 kB | 7.7/41 kB    
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 4.1/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 7.7/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 12/164 kB 
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 16/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 20/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 24/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 28/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 32/164 kB
Progress (4): 571 kB | 153 kB | 7.7/41 kB | 33/164 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Progress (3): 571 kB | 12/41 kB | 33/164 kB
Progress (3): 571 kB | 16/41 kB | 33/164 kB
Progress (3): 571 kB | 16/41 kB | 37/164 kB
Progress (3): 571 kB | 16/41 kB | 41/164 kB
Progress (3): 571 kB | 16/41 kB | 45/164 kB
Progress (3): 571 kB | 20/41 kB | 45/164 kB
Progress (3): 571 kB | 20/41 kB | 49/164 kB
Progress (3): 571 kB | 24/41 kB | 49/164 kB
Progress (3): 571 kB | 24/41 kB | 53/164 kB
Progress (3): 571 kB | 24/41 kB | 57/164 kB
Progress (3): 571 kB | 28/41 kB | 57/164 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 392 kB/s)
Progress (3): 28/41 kB | 57/164 kB | 4.1/11 kB
Progress (4): 28/41 kB | 57/164 kB | 4.1/11 kB | 4.1/192 kB
Progress (4): 28/41 kB | 61/164 kB | 4.1/11 kB | 4.1/192 kB
Progress (4): 32/41 kB | 61/164 kB | 4.1/11 kB | 4.1/192 kB
Progress (4): 32/41 kB | 65/164 kB | 4.1/11 kB | 4.1/192 kB
Progress (4): 32/41 kB | 65/164 kB | 4.1/11 kB | 7.7/192 kB
Progress (4): 32/41 kB | 65/164 kB | 7.7/11 kB | 7.7/192 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Progress (4): 32/41 kB | 65/164 kB | 11 kB | 7.7/192 kB
Progress (4): 32/41 kB | 65/164 kB | 11 kB | 12/192 kB 
Progress (4): 32/41 kB | 66/164 kB | 11 kB | 12/192 kB
Progress (4): 36/41 kB | 66/164 kB | 11 kB | 12/192 kB
Progress (4): 36/41 kB | 70/164 kB | 11 kB | 12/192 kB
Progress (4): 36/41 kB | 70/164 kB | 11 kB | 16/192 kB
Progress (4): 36/41 kB | 74/164 kB | 11 kB | 16/192 kB
Progress (4): 40/41 kB | 74/164 kB | 11 kB | 16/192 kB
Progress (4): 40/41 kB | 78/164 kB | 11 kB | 16/192 kB
Progress (4): 40/41 kB | 78/164 kB | 11 kB | 20/192 kB
Progress (4): 40/41 kB | 82/164 kB | 11 kB | 20/192 kB
Progress (4): 41 kB | 82/164 kB | 11 kB | 20/192 kB   
Progress (4): 41 kB | 86/164 kB | 11 kB | 20/192 kB
Progress (4): 41 kB | 86/164 kB | 11 kB | 24/192 kB
Progress (4): 41 kB | 90/164 kB | 11 kB | 24/192 kB
Progress (4): 41 kB | 90/164 kB | 11 kB | 28/192 kB
Progress (4): 41 kB | 94/164 kB | 11 kB | 28/192 kB
Progress (4): 41 kB | 94/164 kB | 11 kB | 32/192 kB
Progress (4): 41 kB | 98/164 kB | 11 kB | 32/192 kB
Progress (4): 41 kB | 98/164 kB | 11 kB | 33/192 kB
Progress (4): 41 kB | 98/164 kB | 11 kB | 33/192 kB
Progress (4): 41 kB | 98/164 kB | 11 kB | 37/192 kB
Progress (4): 41 kB | 102/164 kB | 11 kB | 37/192 kB
Progress (4): 41 kB | 102/164 kB | 11 kB | 41/192 kB
Progress (4): 41 kB | 106/164 kB | 11 kB | 41/192 kB
Progress (4): 41 kB | 106/164 kB | 11 kB | 45/192 kB
Progress (4): 41 kB | 110/164 kB | 11 kB | 45/192 kB
Progress (4): 41 kB | 110/164 kB | 11 kB | 49/192 kB
Progress (4): 41 kB | 114/164 kB | 11 kB | 49/192 kB
Progress (4): 41 kB | 114/164 kB | 11 kB | 53/192 kB
Progress (4): 41 kB | 118/164 kB | 11 kB | 53/192 kB
Progress (4): 41 kB | 118/164 kB | 11 kB | 57/192 kB
Progress (4): 41 kB | 122/164 kB | 11 kB | 57/192 kB
Progress (4): 41 kB | 122/164 kB | 11 kB | 61/192 kB
Progress (4): 41 kB | 126/164 kB | 11 kB | 61/192 kB
Progress (4): 41 kB | 126/164 kB | 11 kB | 65/192 kB
Progress (4): 41 kB | 130/164 kB | 11 kB | 65/192 kB
Progress (4): 41 kB | 130/164 kB | 11 kB | 66/192 kB
Progress (4): 41 kB | 134/164 kB | 11 kB | 66/192 kB
Progress (4): 41 kB | 134/164 kB | 11 kB | 70/192 kB
Progress (4): 41 kB | 138/164 kB | 11 kB | 70/192 kB
Progress (4): 41 kB | 138/164 kB | 11 kB | 74/192 kB
Progress (4): 41 kB | 142/164 kB | 11 kB | 74/192 kB
Progress (4): 41 kB | 142/164 kB | 11 kB | 78/192 kB
Progress (4): 41 kB | 146/164 kB | 11 kB | 78/192 kB
Progress (4): 41 kB | 146/164 kB | 11 kB | 82/192 kB
Progress (4): 41 kB | 150/164 kB | 11 kB | 82/192 kB
Progress (4): 41 kB | 150/164 kB | 11 kB | 86/192 kB
Progress (4): 41 kB | 154/164 kB | 11 kB | 86/192 kB
Progress (4): 41 kB | 154/164 kB | 11 kB | 90/192 kB
Progress (4): 41 kB | 158/164 kB | 11 kB | 90/192 kB
Progress (4): 41 kB | 158/164 kB | 11 kB | 94/192 kB
Progress (4): 41 kB | 162/164 kB | 11 kB | 94/192 kB
Progress (4): 41 kB | 162/164 kB | 11 kB | 98/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 98/192 kB    
Progress (4): 41 kB | 164 kB | 11 kB | 98/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 102/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 106/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 110/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 114/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 118/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 122/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 126/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 130/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 131/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 135/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 139/192 kB
Progress (4): 41 kB | 164 kB | 11 kB | 143/192 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 27 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar (11 kB at 7.2 kB/s)
Progress (2): 164 kB | 147/192 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Progress (2): 164 kB | 151/192 kB
Progress (2): 164 kB | 155/192 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 106 kB/s)
Progress (2): 155/192 kB | 4.1/75 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Progress (2): 159/192 kB | 4.1/75 kB
Progress (2): 159/192 kB | 7.7/75 kB
Progress (2): 163/192 kB | 7.7/75 kB
Progress (2): 163/192 kB | 12/75 kB 
Progress (2): 167/192 kB | 12/75 kB
Progress (2): 167/192 kB | 16/75 kB
Progress (2): 171/192 kB | 16/75 kB
Progress (2): 171/192 kB | 20/75 kB
Progress (2): 175/192 kB | 20/75 kB
Progress (2): 175/192 kB | 24/75 kB
Progress (2): 179/192 kB | 24/75 kB
Progress (2): 179/192 kB | 28/75 kB
Progress (2): 183/192 kB | 28/75 kB
Progress (2): 183/192 kB | 32/75 kB
Progress (2): 187/192 kB | 32/75 kB
Progress (2): 187/192 kB | 33/75 kB
Progress (2): 191/192 kB | 33/75 kB
Progress (2): 192 kB | 33/75 kB    
Progress (2): 192 kB | 37/75 kB
Progress (2): 192 kB | 41/75 kB
Progress (2): 192 kB | 45/75 kB
Progress (2): 192 kB | 49/75 kB
Progress (2): 192 kB | 53/75 kB
Progress (2): 192 kB | 57/75 kB
Progress (2): 192 kB | 61/75 kB
Progress (2): 192 kB | 65/75 kB
Progress (2): 192 kB | 69/75 kB
Progress (2): 192 kB | 73/75 kB
Progress (2): 192 kB | 75 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 123 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Progress (2): 75 kB | 4.1/109 kB
Progress (2): 75 kB | 7.7/109 kB
Progress (2): 75 kB | 12/109 kB 
Progress (2): 75 kB | 16/109 kB
Progress (2): 75 kB | 20/109 kB
Progress (2): 75 kB | 24/109 kB
Progress (2): 75 kB | 28/109 kB
Progress (2): 75 kB | 32/109 kB
Progress (2): 75 kB | 33/109 kB
Progress (2): 75 kB | 37/109 kB
Progress (2): 75 kB | 41/109 kB
Progress (2): 75 kB | 45/109 kB
Progress (2): 75 kB | 49/109 kB
Progress (2): 75 kB | 53/109 kB
Progress (2): 75 kB | 57/109 kB
Progress (2): 75 kB | 61/109 kB
Progress (2): 75 kB | 65/109 kB
Progress (2): 75 kB | 66/109 kB
Progress (2): 75 kB | 70/109 kB
Progress (2): 75 kB | 74/109 kB
Progress (2): 75 kB | 78/109 kB
Progress (2): 75 kB | 82/109 kB
Progress (2): 75 kB | 86/109 kB
Progress (2): 75 kB | 90/109 kB
Progress (2): 75 kB | 94/109 kB
Progress (2): 75 kB | 98/109 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 48 kB/s)
Progress (1): 102/109 kB
Progress (1): 106/109 kB
Progress (1): 109 kB    
Progress (2): 109 kB | 0/2.7 MB
Progress (2): 109 kB | 0/2.7 MB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Progress (3): 109 kB | 0/2.7 MB | 4.1/592 kB
Progress (3): 109 kB | 0/2.7 MB | 4.1/592 kB
Progress (4): 109 kB | 0/2.7 MB | 4.1/592 kB | 4.1/4.6 kB
Progress (4): 109 kB | 0/2.7 MB | 4.1/592 kB | 4.1/4.6 kB
Progress (4): 109 kB | 0/2.7 MB | 7.7/592 kB | 4.1/4.6 kB
Progress (5): 109 kB | 0/2.7 MB | 7.7/592 kB | 4.1/4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 7.7/592 kB | 4.1/4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 7.7/592 kB | 4.6 kB | 2.2 kB    
Progress (5): 109 kB | 0/2.7 MB | 7.7/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 12/592 kB | 4.6 kB | 2.2 kB 
Progress (5): 109 kB | 0/2.7 MB | 12/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 16/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 16/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 20/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 20/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 24/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 24/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 28/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 28/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 32/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 33/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 33/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 37/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 37/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0/2.7 MB | 41/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 41/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 45/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 45/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 49/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 49/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 53/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 53/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 57/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 57/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 61/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 65/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 65/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 66/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 66/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 70/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 70/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 74/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 74/592 kB | 4.6 kB | 2.2 kB
Progress (5): 109 kB | 0.1/2.7 MB | 78/592 kB | 4.6 kB | 2.2 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 65 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Progress (4): 0.1/2.7 MB | 78/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 82/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 82/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 86/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 86/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 90/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 90/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 90/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 94/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 98/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 98/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 102/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 106/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 106/592 kB | 4.6 kB | 2.2 kB
Progress (4): 0.1/2.7 MB | 110/592 kB | 4.6 kB | 2.2 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 1.3 kB/s)
Progress (4): 0.1/2.7 MB | 110/592 kB | 4.6 kB | 4.1/20 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 2.7 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Progress (3): 0.1/2.7 MB | 114/592 kB | 4.1/20 kB
Progress (3): 0.1/2.7 MB | 114/592 kB | 4.1/20 kB
Progress (3): 0.1/2.7 MB | 118/592 kB | 4.1/20 kB
Progress (3): 0.1/2.7 MB | 118/592 kB | 7.7/20 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Progress (3): 0.1/2.7 MB | 118/592 kB | 12/20 kB
Progress (3): 0.1/2.7 MB | 122/592 kB | 12/20 kB
Progress (3): 0.1/2.7 MB | 122/592 kB | 12/20 kB
Progress (3): 0.1/2.7 MB | 126/592 kB | 12/20 kB
Progress (3): 0.1/2.7 MB | 126/592 kB | 16/20 kB
Progress (3): 0.1/2.7 MB | 130/592 kB | 16/20 kB
Progress (3): 0.1/2.7 MB | 130/592 kB | 16/20 kB
Progress (3): 0.1/2.7 MB | 131/592 kB | 16/20 kB
Progress (3): 0.1/2.7 MB | 131/592 kB | 20/20 kB
Progress (3): 0.1/2.7 MB | 135/592 kB | 20/20 kB
Progress (3): 0.1/2.7 MB | 135/592 kB | 20/20 kB
Progress (3): 0.1/2.7 MB | 139/592 kB | 20/20 kB
Progress (3): 0.1/2.7 MB | 139/592 kB | 20 kB   
Progress (3): 0.1/2.7 MB | 143/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 143/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 147/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 147/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 151/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 151/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 155/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 155/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 159/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 159/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 163/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 163/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 167/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 167/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 171/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 171/592 kB | 20 kB
Progress (3): 0.1/2.7 MB | 175/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 175/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 179/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 179/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 183/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 183/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 187/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 187/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 191/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 191/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 195/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 195/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 199/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 199/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 203/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 203/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 207/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 207/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 211/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 211/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 215/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 215/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 219/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 219/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 223/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 223/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 227/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 227/592 kB | 20 kB
Progress (3): 0.2/2.7 MB | 231/592 kB | 20 kB
Progress (4): 0.2/2.7 MB | 231/592 kB | 20 kB | 4.1/14 kB
Progress (4): 0.2/2.7 MB | 231/592 kB | 20 kB | 4.1/14 kB
Progress (4): 0.2/2.7 MB | 231/592 kB | 20 kB | 7.7/14 kB
Progress (4): 0.2/2.7 MB | 235/592 kB | 20 kB | 7.7/14 kB
Progress (4): 0.2/2.7 MB | 235/592 kB | 20 kB | 12/14 kB 
Progress (4): 0.2/2.7 MB | 235/592 kB | 20 kB | 12/14 kB
Progress (4): 0.2/2.7 MB | 235/592 kB | 20 kB | 14 kB   
Progress (4): 0.2/2.7 MB | 239/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 239/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 243/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 243/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 247/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 247/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 251/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 251/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 255/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 255/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 259/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 259/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 263/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 263/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 267/592 kB | 20 kB | 14 kB
Progress (4): 0.2/2.7 MB | 267/592 kB | 20 kB | 14 kB
Progress (5): 0.2/2.7 MB | 267/592 kB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 0.2/2.7 MB | 267/592 kB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 0.2/2.7 MB | 271/592 kB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 0.2/2.7 MB | 271/592 kB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 0.2/2.7 MB | 271/592 kB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 0.3/2.7 MB | 271/592 kB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 0.3/2.7 MB | 275/592 kB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 0.3/2.7 MB | 275/592 kB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 0.3/2.7 MB | 275/592 kB | 20 kB | 14 kB | 12/193 kB 
Progress (5): 0.3/2.7 MB | 275/592 kB | 20 kB | 14 kB | 12/193 kB
Progress (5): 0.3/2.7 MB | 279/592 kB | 20 kB | 14 kB | 12/193 kB
Progress (5): 0.3/2.7 MB | 279/592 kB | 20 kB | 14 kB | 12/193 kB
Progress (5): 0.3/2.7 MB | 279/592 kB | 20 kB | 14 kB | 16/193 kB
Progress (5): 0.3/2.7 MB | 279/592 kB | 20 kB | 14 kB | 16/193 kB
Progress (5): 0.3/2.7 MB | 279/592 kB | 20 kB | 14 kB | 20/193 kB
Progress (5): 0.3/2.7 MB | 283/592 kB | 20 kB | 14 kB | 20/193 kB
Progress (5): 0.3/2.7 MB | 283/592 kB | 20 kB | 14 kB | 24/193 kB
Progress (5): 0.3/2.7 MB | 283/592 kB | 20 kB | 14 kB | 24/193 kB
Progress (5): 0.3/2.7 MB | 283/592 kB | 20 kB | 14 kB | 28/193 kB
Progress (5): 0.3/2.7 MB | 287/592 kB | 20 kB | 14 kB | 28/193 kB
Progress (5): 0.3/2.7 MB | 287/592 kB | 20 kB | 14 kB | 32/193 kB
Progress (5): 0.3/2.7 MB | 287/592 kB | 20 kB | 14 kB | 32/193 kB
Progress (5): 0.3/2.7 MB | 287/592 kB | 20 kB | 14 kB | 33/193 kB
Progress (5): 0.3/2.7 MB | 291/592 kB | 20 kB | 14 kB | 33/193 kB
Progress (5): 0.3/2.7 MB | 291/592 kB | 20 kB | 14 kB | 37/193 kB
Progress (5): 0.3/2.7 MB | 291/592 kB | 20 kB | 14 kB | 37/193 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 7.8 kB/s)
Progress (3): 0.3/2.7 MB | 291/592 kB | 37/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 291/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 295/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 295/592 kB | 41/193 kB
Progress (3): 0.3/2.7 MB | 295/592 kB | 45/193 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Progress (3): 0.3/2.7 MB | 295/592 kB | 49/193 kB
Progress (3): 0.3/2.7 MB | 295/592 kB | 49/193 kB
Progress (3): 0.3/2.7 MB | 295/592 kB | 53/193 kB
Progress (3): 0.3/2.7 MB | 299/592 kB | 53/193 kB
Progress (3): 0.3/2.7 MB | 299/592 kB | 57/193 kB
Progress (3): 0.3/2.7 MB | 303/592 kB | 57/193 kB
Progress (3): 0.3/2.7 MB | 303/592 kB | 57/193 kB
Progress (3): 0.3/2.7 MB | 307/592 kB | 57/193 kB
Progress (3): 0.3/2.7 MB | 307/592 kB | 61/193 kB
Progress (3): 0.3/2.7 MB | 311/592 kB | 61/193 kB
Progress (3): 0.3/2.7 MB | 311/592 kB | 61/193 kB
Progress (3): 0.3/2.7 MB | 315/592 kB | 61/193 kB
Progress (3): 0.3/2.7 MB | 315/592 kB | 65/193 kB
Progress (3): 0.3/2.7 MB | 319/592 kB | 65/193 kB
Progress (3): 0.3/2.7 MB | 319/592 kB | 65/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 65/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.3/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.4/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.4/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.4/2.7 MB | 323/592 kB | 66/193 kB
Progress (3): 0.4/2.7 MB | 323/592 kB | 70/193 kB
Progress (3): 0.4/2.7 MB | 327/592 kB | 70/193 kB
Progress (3): 0.4/2.7 MB | 327/592 kB | 74/193 kB
Progress (3): 0.4/2.7 MB | 327/592 kB | 74/193 kB
Progress (4): 0.4/2.7 MB | 327/592 kB | 74/193 kB | 3.4 kB
Progress (5): 0.4/2.7 MB | 327/592 kB | 74/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 327/592 kB | 74/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 327/592 kB | 78/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 78/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 82/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 82/193 kB | 3.4 kB | 4.1/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 82/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 82/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 331/592 kB | 86/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 86/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 90/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 90/193 kB | 3.4 kB | 7.7/8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 90/193 kB | 3.4 kB | 8.8 kB    
Progress (5): 0.4/2.7 MB | 335/592 kB | 90/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 90/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 335/592 kB | 94/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 339/592 kB | 94/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 339/592 kB | 98/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 339/592 kB | 98/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 339/592 kB | 98/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 343/592 kB | 98/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 343/592 kB | 102/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 343/592 kB | 102/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 343/592 kB | 106/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 347/592 kB | 106/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 347/592 kB | 110/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 347/592 kB | 110/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 347/592 kB | 114/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 351/592 kB | 114/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 351/592 kB | 118/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 351/592 kB | 118/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 351/592 kB | 122/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 355/592 kB | 122/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 355/592 kB | 126/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 355/592 kB | 126/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 355/592 kB | 130/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 359/592 kB | 130/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 359/592 kB | 131/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 359/592 kB | 131/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 359/592 kB | 135/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 363/592 kB | 135/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 363/592 kB | 139/193 kB | 3.4 kB | 8.8 kB
Progress (5): 0.4/2.7 MB | 363/592 kB | 139/193 kB | 3.4 kB | 8.8 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 1.9 kB/s)
Progress (4): 0.4/2.7 MB | 363/592 kB | 139/193 kB | 8.8 kB
Progress (4): 0.4/2.7 MB | 363/592 kB | 143/193 kB | 8.8 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 4.8 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Progress (3): 0.4/2.7 MB | 367/592 kB | 143/193 kB
Progress (3): 0.4/2.7 MB | 367/592 kB | 147/193 kB
Progress (3): 0.4/2.7 MB | 367/592 kB | 147/193 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Progress (3): 0.4/2.7 MB | 367/592 kB | 147/193 kB
Progress (3): 0.4/2.7 MB | 367/592 kB | 151/193 kB
Progress (3): 0.4/2.7 MB | 371/592 kB | 151/193 kB
Progress (3): 0.4/2.7 MB | 371/592 kB | 155/193 kB
Progress (3): 0.4/2.7 MB | 371/592 kB | 155/193 kB
Progress (3): 0.4/2.7 MB | 371/592 kB | 159/193 kB
Progress (3): 0.4/2.7 MB | 375/592 kB | 159/193 kB
Progress (3): 0.4/2.7 MB | 375/592 kB | 163/193 kB
Progress (3): 0.4/2.7 MB | 375/592 kB | 163/193 kB
Progress (3): 0.4/2.7 MB | 375/592 kB | 167/193 kB
Progress (3): 0.4/2.7 MB | 375/592 kB | 167/193 kB
Progress (3): 0.4/2.7 MB | 379/592 kB | 167/193 kB
Progress (3): 0.4/2.7 MB | 379/592 kB | 167/193 kB
Progress (3): 0.4/2.7 MB | 383/592 kB | 167/193 kB
Progress (3): 0.4/2.7 MB | 383/592 kB | 171/193 kB
Progress (3): 0.4/2.7 MB | 387/592 kB | 171/193 kB
Progress (3): 0.4/2.7 MB | 387/592 kB | 171/193 kB
Progress (3): 0.4/2.7 MB | 391/592 kB | 171/193 kB
Progress (3): 0.4/2.7 MB | 391/592 kB | 175/193 kB
Progress (3): 0.4/2.7 MB | 395/592 kB | 175/193 kB
Progress (3): 0.5/2.7 MB | 395/592 kB | 175/193 kB
Progress (3): 0.5/2.7 MB | 399/592 kB | 175/193 kB
Progress (3): 0.5/2.7 MB | 399/592 kB | 175/193 kB
Progress (3): 0.5/2.7 MB | 399/592 kB | 179/193 kB
Progress (3): 0.5/2.7 MB | 399/592 kB | 179/193 kB
Progress (3): 0.5/2.7 MB | 403/592 kB | 179/193 kB
Progress (3): 0.5/2.7 MB | 403/592 kB | 179/193 kB
Progress (3): 0.5/2.7 MB | 403/592 kB | 183/193 kB
Progress (3): 0.5/2.7 MB | 403/592 kB | 183/193 kB
Progress (3): 0.5/2.7 MB | 407/592 kB | 183/193 kB
Progress (3): 0.5/2.7 MB | 407/592 kB | 187/193 kB
Progress (3): 0.5/2.7 MB | 411/592 kB | 187/193 kB
Progress (3): 0.5/2.7 MB | 411/592 kB | 187/193 kB
Progress (3): 0.5/2.7 MB | 415/592 kB | 187/193 kB
Progress (3): 0.5/2.7 MB | 415/592 kB | 191/193 kB
Progress (3): 0.5/2.7 MB | 419/592 kB | 191/193 kB
Progress (3): 0.5/2.7 MB | 419/592 kB | 191/193 kB
Progress (3): 0.5/2.7 MB | 423/592 kB | 191/193 kB
Progress (3): 0.5/2.7 MB | 423/592 kB | 193 kB    
Progress (3): 0.5/2.7 MB | 427/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 427/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 431/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 431/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 435/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 435/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 439/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 439/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 443/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 443/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 447/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 447/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 451/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 451/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 455/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 455/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 459/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 459/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 463/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 463/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 467/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 467/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 471/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 471/592 kB | 193 kB
Progress (3): 0.5/2.7 MB | 475/592 kB | 193 kB
Progress (4): 0.5/2.7 MB | 475/592 kB | 193 kB | 4.1/327 kB
Progress (4): 0.5/2.7 MB | 479/592 kB | 193 kB | 4.1/327 kB
Progress (4): 0.5/2.7 MB | 479/592 kB | 193 kB | 4.1/327 kB
Progress (4): 0.5/2.7 MB | 483/592 kB | 193 kB | 4.1/327 kB
Progress (4): 0.5/2.7 MB | 483/592 kB | 193 kB | 7.7/327 kB
Progress (4): 0.5/2.7 MB | 487/592 kB | 193 kB | 7.7/327 kB
Progress (4): 0.5/2.7 MB | 487/592 kB | 193 kB | 7.7/327 kB
Progress (4): 0.5/2.7 MB | 491/592 kB | 193 kB | 7.7/327 kB
Progress (4): 0.5/2.7 MB | 491/592 kB | 193 kB | 12/327 kB 
Progress (4): 0.5/2.7 MB | 495/592 kB | 193 kB | 12/327 kB
Progress (4): 0.5/2.7 MB | 495/592 kB | 193 kB | 12/327 kB
Progress (4): 0.5/2.7 MB | 499/592 kB | 193 kB | 12/327 kB
Progress (4): 0.5/2.7 MB | 499/592 kB | 193 kB | 16/327 kB
Progress (4): 0.5/2.7 MB | 503/592 kB | 193 kB | 16/327 kB
Progress (4): 0.5/2.7 MB | 503/592 kB | 193 kB | 16/327 kB
Progress (4): 0.5/2.7 MB | 507/592 kB | 193 kB | 16/327 kB
Progress (4): 0.5/2.7 MB | 507/592 kB | 193 kB | 20/327 kB
Progress (4): 0.5/2.7 MB | 511/592 kB | 193 kB | 20/327 kB
Progress (4): 0.5/2.7 MB | 511/592 kB | 193 kB | 20/327 kB
Progress (4): 0.5/2.7 MB | 515/592 kB | 193 kB | 20/327 kB
Progress (4): 0.5/2.7 MB | 515/592 kB | 193 kB | 24/327 kB
Progress (4): 0.5/2.7 MB | 519/592 kB | 193 kB | 24/327 kB
Progress (4): 0.5/2.7 MB | 519/592 kB | 193 kB | 24/327 kB
Progress (4): 0.5/2.7 MB | 523/592 kB | 193 kB | 24/327 kB
Progress (4): 0.5/2.7 MB | 523/592 kB | 193 kB | 28/327 kB
Progress (4): 0.5/2.7 MB | 527/592 kB | 193 kB | 28/327 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 104 kB/s)
Progress (3): 0.6/2.7 MB | 527/592 kB | 28/327 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Progress (3): 0.6/2.7 MB | 531/592 kB | 28/327 kB
Progress (3): 0.6/2.7 MB | 535/592 kB | 28/327 kB
Progress (3): 0.6/2.7 MB | 535/592 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 539/592 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 539/592 kB | 32/327 kB
Progress (3): 0.6/2.7 MB | 539/592 kB | 33/327 kB
Progress (4): 0.6/2.7 MB | 539/592 kB | 33/327 kB | 4.1/62 kB
Progress (5): 0.6/2.7 MB | 539/592 kB | 33/327 kB | 4.1/62 kB | 4.1/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 33/327 kB | 4.1/62 kB | 4.1/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 33/327 kB | 4.1/62 kB | 7.7/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 33/327 kB | 7.7/62 kB | 7.7/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 37/327 kB | 7.7/62 kB | 7.7/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 37/327 kB | 7.7/62 kB | 7.7/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 41/327 kB | 7.7/62 kB | 7.7/768 kB
Progress (5): 0.6/2.7 MB | 543/592 kB | 41/327 kB | 12/62 kB | 7.7/768 kB 
Progress (5): 0.6/2.7 MB | 543/592 kB | 41/327 kB | 12/62 kB | 12/768 kB 
Progress (5): 0.6/2.7 MB | 547/592 kB | 41/327 kB | 12/62 kB | 12/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 41/327 kB | 12/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 41/327 kB | 16/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 45/327 kB | 16/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 45/327 kB | 16/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 49/327 kB | 16/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 49/327 kB | 20/62 kB | 16/768 kB
Progress (5): 0.6/2.7 MB | 547/592 kB | 49/327 kB | 20/62 kB | 20/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 49/327 kB | 20/62 kB | 20/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 49/327 kB | 20/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 49/327 kB | 24/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 53/327 kB | 24/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 57/327 kB | 24/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 57/327 kB | 24/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 61/327 kB | 24/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 61/327 kB | 28/62 kB | 24/768 kB
Progress (5): 0.6/2.7 MB | 551/592 kB | 61/327 kB | 28/62 kB | 28/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 61/327 kB | 28/62 kB | 28/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 61/327 kB | 28/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 61/327 kB | 32/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 65/327 kB | 32/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 66/327 kB | 32/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 66/327 kB | 32/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 70/327 kB | 32/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 70/327 kB | 36/62 kB | 32/768 kB
Progress (5): 0.6/2.7 MB | 555/592 kB | 70/327 kB | 36/62 kB | 33/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 70/327 kB | 36/62 kB | 33/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 70/327 kB | 36/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 70/327 kB | 40/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 74/327 kB | 40/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 74/327 kB | 40/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 78/327 kB | 40/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 78/327 kB | 44/62 kB | 37/768 kB
Progress (5): 0.6/2.7 MB | 559/592 kB | 78/327 kB | 44/62 kB | 41/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 78/327 kB | 44/62 kB | 41/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 78/327 kB | 44/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 78/327 kB | 48/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 82/327 kB | 48/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 82/327 kB | 48/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 86/327 kB | 48/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 86/327 kB | 52/62 kB | 45/768 kB
Progress (5): 0.6/2.7 MB | 563/592 kB | 86/327 kB | 52/62 kB | 49/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 86/327 kB | 52/62 kB | 49/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 86/327 kB | 52/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 86/327 kB | 56/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 90/327 kB | 56/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 90/327 kB | 56/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 94/327 kB | 56/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 94/327 kB | 60/62 kB | 53/768 kB
Progress (5): 0.6/2.7 MB | 567/592 kB | 94/327 kB | 60/62 kB | 57/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 94/327 kB | 60/62 kB | 57/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 94/327 kB | 60/62 kB | 61/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 94/327 kB | 62 kB | 61/768 kB   
Progress (5): 0.6/2.7 MB | 571/592 kB | 98/327 kB | 62 kB | 61/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 98/327 kB | 62 kB | 61/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 98/327 kB | 62 kB | 61/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 102/327 kB | 62 kB | 61/768 kB
Progress (5): 0.6/2.7 MB | 571/592 kB | 102/327 kB | 62 kB | 65/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 102/327 kB | 62 kB | 65/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 102/327 kB | 62 kB | 66/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 106/327 kB | 62 kB | 66/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 106/327 kB | 62 kB | 66/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 110/327 kB | 62 kB | 66/768 kB
Progress (5): 0.6/2.7 MB | 575/592 kB | 110/327 kB | 62 kB | 70/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 110/327 kB | 62 kB | 70/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 110/327 kB | 62 kB | 74/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 114/327 kB | 62 kB | 74/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 114/327 kB | 62 kB | 74/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 118/327 kB | 62 kB | 74/768 kB
Progress (5): 0.6/2.7 MB | 579/592 kB | 118/327 kB | 62 kB | 78/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 118/327 kB | 62 kB | 78/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 118/327 kB | 62 kB | 82/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 122/327 kB | 62 kB | 82/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 122/327 kB | 62 kB | 82/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 126/327 kB | 62 kB | 82/768 kB
Progress (5): 0.6/2.7 MB | 583/592 kB | 126/327 kB | 62 kB | 86/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 126/327 kB | 62 kB | 86/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 126/327 kB | 62 kB | 90/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 130/327 kB | 62 kB | 90/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 130/327 kB | 62 kB | 90/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 134/327 kB | 62 kB | 90/768 kB
Progress (5): 0.6/2.7 MB | 587/592 kB | 134/327 kB | 62 kB | 94/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 134/327 kB | 62 kB | 94/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 134/327 kB | 62 kB | 98/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 134/327 kB | 62 kB | 102/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 138/327 kB | 62 kB | 102/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 138/327 kB | 62 kB | 102/768 kB
Progress (5): 0.6/2.7 MB | 591/592 kB | 142/327 kB | 62 kB | 102/768 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 32 kB/s)
Progress (4): 0.6/2.7 MB | 591/592 kB | 142/327 kB | 106/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 142/327 kB | 106/768 kB    
Progress (4): 0.6/2.7 MB | 592 kB | 142/327 kB | 110/768 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Progress (4): 0.6/2.7 MB | 592 kB | 146/327 kB | 110/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 146/327 kB | 110/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 150/327 kB | 110/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 150/327 kB | 110/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 150/327 kB | 114/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 150/327 kB | 114/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 154/327 kB | 114/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 154/327 kB | 114/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 154/327 kB | 118/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 154/327 kB | 118/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 118/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 118/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 122/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 122/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 126/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 158/327 kB | 126/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 162/327 kB | 126/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 162/327 kB | 126/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 162/327 kB | 130/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 162/327 kB | 130/768 kB
Progress (4): 0.6/2.7 MB | 592 kB | 166/327 kB | 130/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 166/327 kB | 130/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 166/327 kB | 134/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 166/327 kB | 134/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 170/327 kB | 134/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 170/327 kB | 134/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 170/327 kB | 138/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 170/327 kB | 138/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 170/327 kB | 142/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 174/327 kB | 142/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 174/327 kB | 146/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 174/327 kB | 150/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 174/327 kB | 150/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 174/327 kB | 154/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 178/327 kB | 154/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 178/327 kB | 158/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 178/327 kB | 158/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 178/327 kB | 162/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 182/327 kB | 162/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 182/327 kB | 166/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 182/327 kB | 166/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 182/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 182/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 186/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 186/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 190/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 194/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 198/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 202/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 206/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 210/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 214/327 kB | 170/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 214/327 kB | 174/768 kB
Progress (4): 0.7/2.7 MB | 592 kB | 218/327 kB | 174/768 kB
Progress (5): 0.7/2.7 MB | 592 kB | 218/327 kB | 174/768 kB | 4.1/335 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 293 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (4): 0.7/2.7 MB | 218/327 kB | 174/768 kB | 4.1/335 kB
Progress (4): 0.7/2.7 MB | 218/327 kB | 174/768 kB | 7.7/335 kB
Progress (4): 0.7/2.7 MB | 222/327 kB | 174/768 kB | 7.7/335 kB
Progress (4): 0.7/2.7 MB | 222/327 kB | 178/768 kB | 7.7/335 kB
Progress (4): 0.7/2.7 MB | 226/327 kB | 178/768 kB | 7.7/335 kB
Progress (4): 0.7/2.7 MB | 226/327 kB | 178/768 kB | 12/335 kB 
Progress (4): 0.7/2.7 MB | 226/327 kB | 178/768 kB | 12/335 kB
Progress (4): 0.7/2.7 MB | 226/327 kB | 178/768 kB | 16/335 kB
Progress (4): 0.7/2.7 MB | 230/327 kB | 178/768 kB | 16/335 kB
Progress (4): 0.7/2.7 MB | 230/327 kB | 182/768 kB | 16/335 kB
Progress (4): 0.7/2.7 MB | 230/327 kB | 186/768 kB | 16/335 kB
Progress (4): 0.7/2.7 MB | 234/327 kB | 186/768 kB | 16/335 kB
Progress (4): 0.7/2.7 MB | 234/327 kB | 186/768 kB | 20/335 kB
Progress (4): 0.7/2.7 MB | 234/327 kB | 186/768 kB | 20/335 kB
Progress (4): 0.7/2.7 MB | 234/327 kB | 186/768 kB | 24/335 kB
Progress (4): 0.7/2.7 MB | 238/327 kB | 186/768 kB | 24/335 kB
Progress (4): 0.7/2.7 MB | 238/327 kB | 190/768 kB | 24/335 kB
Progress (4): 0.7/2.7 MB | 242/327 kB | 190/768 kB | 24/335 kB
Progress (4): 0.7/2.7 MB | 242/327 kB | 190/768 kB | 28/335 kB
Progress (4): 0.7/2.7 MB | 242/327 kB | 190/768 kB | 28/335 kB
Progress (4): 0.7/2.7 MB | 242/327 kB | 190/768 kB | 32/335 kB
Progress (4): 0.7/2.7 MB | 246/327 kB | 190/768 kB | 32/335 kB
Progress (4): 0.7/2.7 MB | 246/327 kB | 194/768 kB | 32/335 kB
Progress (4): 0.7/2.7 MB | 250/327 kB | 194/768 kB | 32/335 kB
Progress (4): 0.7/2.7 MB | 250/327 kB | 194/768 kB | 33/335 kB
Progress (4): 0.7/2.7 MB | 250/327 kB | 194/768 kB | 33/335 kB
Progress (4): 0.7/2.7 MB | 250/327 kB | 194/768 kB | 37/335 kB
Progress (4): 0.7/2.7 MB | 254/327 kB | 194/768 kB | 37/335 kB
Progress (4): 0.7/2.7 MB | 254/327 kB | 198/768 kB | 37/335 kB
Progress (4): 0.7/2.7 MB | 258/327 kB | 198/768 kB | 37/335 kB
Progress (4): 0.7/2.7 MB | 258/327 kB | 198/768 kB | 41/335 kB
Progress (4): 0.7/2.7 MB | 258/327 kB | 198/768 kB | 41/335 kB
Progress (4): 0.7/2.7 MB | 258/327 kB | 198/768 kB | 45/335 kB
Progress (4): 0.7/2.7 MB | 262/327 kB | 198/768 kB | 45/335 kB
Progress (4): 0.7/2.7 MB | 262/327 kB | 202/768 kB | 45/335 kB
Progress (4): 0.7/2.7 MB | 266/327 kB | 202/768 kB | 45/335 kB
Progress (4): 0.7/2.7 MB | 266/327 kB | 202/768 kB | 49/335 kB
Progress (4): 0.7/2.7 MB | 266/327 kB | 202/768 kB | 49/335 kB
Progress (5): 0.7/2.7 MB | 266/327 kB | 202/768 kB | 49/335 kB | 4.1/502 kB
Progress (5): 0.7/2.7 MB | 270/327 kB | 202/768 kB | 49/335 kB | 4.1/502 kB
Progress (5): 0.7/2.7 MB | 270/327 kB | 206/768 kB | 49/335 kB | 4.1/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 49/335 kB | 4.1/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 49/335 kB | 7.7/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 53/335 kB | 7.7/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 53/335 kB | 7.7/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 57/335 kB | 7.7/502 kB
Progress (5): 0.7/2.7 MB | 274/327 kB | 206/768 kB | 57/335 kB | 12/502 kB 
Progress (5): 0.7/2.7 MB | 278/327 kB | 206/768 kB | 57/335 kB | 12/502 kB
Progress (5): 0.7/2.7 MB | 278/327 kB | 210/768 kB | 57/335 kB | 12/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 57/335 kB | 12/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 57/335 kB | 16/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 61/335 kB | 16/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 61/335 kB | 16/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 65/335 kB | 16/502 kB
Progress (5): 0.7/2.7 MB | 282/327 kB | 210/768 kB | 65/335 kB | 20/502 kB
Progress (5): 0.7/2.7 MB | 286/327 kB | 210/768 kB | 65/335 kB | 20/502 kB
Progress (5): 0.7/2.7 MB | 286/327 kB | 214/768 kB | 65/335 kB | 20/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 65/335 kB | 20/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 65/335 kB | 24/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 66/335 kB | 24/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 66/335 kB | 24/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 70/335 kB | 24/502 kB
Progress (5): 0.7/2.7 MB | 290/327 kB | 214/768 kB | 70/335 kB | 28/502 kB
Progress (5): 0.7/2.7 MB | 294/327 kB | 214/768 kB | 70/335 kB | 28/502 kB
Progress (5): 0.7/2.7 MB | 294/327 kB | 218/768 kB | 70/335 kB | 28/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 70/335 kB | 28/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 70/335 kB | 32/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 74/335 kB | 32/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 74/335 kB | 32/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 78/335 kB | 32/502 kB
Progress (5): 0.7/2.7 MB | 298/327 kB | 218/768 kB | 78/335 kB | 33/502 kB
Progress (5): 0.7/2.7 MB | 302/327 kB | 218/768 kB | 78/335 kB | 33/502 kB
Progress (5): 0.7/2.7 MB | 306/327 kB | 218/768 kB | 78/335 kB | 33/502 kB
Progress (5): 0.7/2.7 MB | 306/327 kB | 222/768 kB | 78/335 kB | 33/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 78/335 kB | 33/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 78/335 kB | 37/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 82/335 kB | 37/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 82/335 kB | 37/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 86/335 kB | 37/502 kB
Progress (5): 0.7/2.7 MB | 310/327 kB | 222/768 kB | 86/335 kB | 41/502 kB
Progress (5): 0.7/2.7 MB | 314/327 kB | 222/768 kB | 86/335 kB | 41/502 kB
Progress (5): 0.7/2.7 MB | 314/327 kB | 226/768 kB | 86/335 kB | 41/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 86/335 kB | 41/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 86/335 kB | 45/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 90/335 kB | 45/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 90/335 kB | 45/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 94/335 kB | 45/502 kB
Progress (5): 0.7/2.7 MB | 318/327 kB | 226/768 kB | 94/335 kB | 49/502 kB
Progress (5): 0.7/2.7 MB | 322/327 kB | 226/768 kB | 94/335 kB | 49/502 kB
Progress (5): 0.7/2.7 MB | 322/327 kB | 230/768 kB | 94/335 kB | 49/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 94/335 kB | 49/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 94/335 kB | 53/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 98/335 kB | 53/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 98/335 kB | 53/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 98/335 kB | 53/502 kB
Progress (5): 0.7/2.7 MB | 326/327 kB | 230/768 kB | 98/335 kB | 57/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 230/768 kB | 98/335 kB | 57/502 kB    
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 98/335 kB | 57/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 98/335 kB | 61/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 102/335 kB | 61/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 102/335 kB | 61/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 106/335 kB | 61/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 234/768 kB | 106/335 kB | 65/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 106/335 kB | 65/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 106/335 kB | 66/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 110/335 kB | 66/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 110/335 kB | 66/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 114/335 kB | 66/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 238/768 kB | 114/335 kB | 70/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 242/768 kB | 114/335 kB | 70/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 242/768 kB | 114/335 kB | 74/502 kB
Progress (5): 0.7/2.7 MB | 327 kB | 242/768 kB | 118/335 kB | 74/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 242/768 kB | 118/335 kB | 74/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 242/768 kB | 122/335 kB | 74/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 242/768 kB | 122/335 kB | 78/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 122/335 kB | 78/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 122/335 kB | 82/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 126/335 kB | 82/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 126/335 kB | 82/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 130/335 kB | 82/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 246/768 kB | 130/335 kB | 86/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 130/335 kB | 86/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 130/335 kB | 90/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 131/335 kB | 90/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 131/335 kB | 90/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 135/335 kB | 90/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 250/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 254/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 258/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 262/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 266/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 270/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 274/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 278/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 282/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 286/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 290/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 294/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 135/335 kB | 94/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 135/335 kB | 98/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 139/335 kB | 98/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 139/335 kB | 98/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 143/335 kB | 98/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 298/768 kB | 143/335 kB | 98/502 kB
Progress (5): 0.8/2.7 MB | 327 kB | 302/768 kB | 143/335 kB | 98/502 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 154 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Progress (4): 0.8/2.7 MB | 306/768 kB | 143/335 kB | 98/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 143/335 kB | 102/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 143/335 kB | 106/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 147/335 kB | 106/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 147/335 kB | 106/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 151/335 kB | 106/502 kB
Progress (4): 0.8/2.7 MB | 306/768 kB | 151/335 kB | 110/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 151/335 kB | 110/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 151/335 kB | 114/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 155/335 kB | 114/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 155/335 kB | 114/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 159/335 kB | 114/502 kB
Progress (4): 0.8/2.7 MB | 310/768 kB | 159/335 kB | 118/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 159/335 kB | 118/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 159/335 kB | 122/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 163/335 kB | 122/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 163/335 kB | 122/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 167/335 kB | 122/502 kB
Progress (4): 0.8/2.7 MB | 314/768 kB | 167/335 kB | 126/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 167/335 kB | 126/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 167/335 kB | 130/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 171/335 kB | 130/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 171/335 kB | 130/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 175/335 kB | 130/502 kB
Progress (4): 0.8/2.7 MB | 318/768 kB | 175/335 kB | 131/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 175/335 kB | 131/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 175/335 kB | 135/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 179/335 kB | 135/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 179/335 kB | 135/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 183/335 kB | 135/502 kB
Progress (4): 0.8/2.7 MB | 322/768 kB | 183/335 kB | 139/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 183/335 kB | 139/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 183/335 kB | 143/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 187/335 kB | 143/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 187/335 kB | 143/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 191/335 kB | 143/502 kB
Progress (4): 0.8/2.7 MB | 326/768 kB | 191/335 kB | 147/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 191/335 kB | 147/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 191/335 kB | 151/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 195/335 kB | 151/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 195/335 kB | 151/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 199/335 kB | 151/502 kB
Progress (4): 0.8/2.7 MB | 330/768 kB | 199/335 kB | 155/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 199/335 kB | 155/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 199/335 kB | 159/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 203/335 kB | 159/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 203/335 kB | 159/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 207/335 kB | 159/502 kB
Progress (4): 0.8/2.7 MB | 334/768 kB | 207/335 kB | 163/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 207/335 kB | 163/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 207/335 kB | 164/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 211/335 kB | 164/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 211/335 kB | 164/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 215/335 kB | 164/502 kB
Progress (4): 0.8/2.7 MB | 338/768 kB | 215/335 kB | 168/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 215/335 kB | 168/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 215/335 kB | 172/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 219/335 kB | 172/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 219/335 kB | 172/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 223/335 kB | 172/502 kB
Progress (4): 0.8/2.7 MB | 342/768 kB | 223/335 kB | 176/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 223/335 kB | 176/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 223/335 kB | 180/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 227/335 kB | 180/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 227/335 kB | 180/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 231/335 kB | 180/502 kB
Progress (4): 0.8/2.7 MB | 346/768 kB | 231/335 kB | 184/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 231/335 kB | 184/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 231/335 kB | 188/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 235/335 kB | 188/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 235/335 kB | 188/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 239/335 kB | 188/502 kB
Progress (4): 0.8/2.7 MB | 350/768 kB | 239/335 kB | 192/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 239/335 kB | 192/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 239/335 kB | 196/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 243/335 kB | 196/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 243/335 kB | 196/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 247/335 kB | 196/502 kB
Progress (4): 0.8/2.7 MB | 354/768 kB | 247/335 kB | 200/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 247/335 kB | 200/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 247/335 kB | 204/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 251/335 kB | 204/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 251/335 kB | 204/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 255/335 kB | 204/502 kB
Progress (4): 0.8/2.7 MB | 358/768 kB | 255/335 kB | 208/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 255/335 kB | 208/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 255/335 kB | 212/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 259/335 kB | 212/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 259/335 kB | 212/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 263/335 kB | 212/502 kB
Progress (4): 0.8/2.7 MB | 362/768 kB | 263/335 kB | 216/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 263/335 kB | 216/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 263/335 kB | 220/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 267/335 kB | 220/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 267/335 kB | 220/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 271/335 kB | 220/502 kB
Progress (4): 0.8/2.7 MB | 366/768 kB | 271/335 kB | 224/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 271/335 kB | 224/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 271/335 kB | 228/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 275/335 kB | 228/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 275/335 kB | 228/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 279/335 kB | 228/502 kB
Progress (4): 0.8/2.7 MB | 370/768 kB | 279/335 kB | 232/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 279/335 kB | 232/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 279/335 kB | 236/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 283/335 kB | 236/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 283/335 kB | 236/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 287/335 kB | 236/502 kB
Progress (4): 0.8/2.7 MB | 374/768 kB | 287/335 kB | 240/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 287/335 kB | 240/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 287/335 kB | 244/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 291/335 kB | 244/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 291/335 kB | 244/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 295/335 kB | 244/502 kB
Progress (4): 0.8/2.7 MB | 378/768 kB | 295/335 kB | 248/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 295/335 kB | 248/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 295/335 kB | 252/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 299/335 kB | 252/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 299/335 kB | 252/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 303/335 kB | 252/502 kB
Progress (4): 0.8/2.7 MB | 382/768 kB | 303/335 kB | 256/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 303/335 kB | 256/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 303/335 kB | 260/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 307/335 kB | 260/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 307/335 kB | 260/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 311/335 kB | 260/502 kB
Progress (4): 0.8/2.7 MB | 386/768 kB | 311/335 kB | 264/502 kB
Progress (4): 0.8/2.7 MB | 390/768 kB | 311/335 kB | 264/502 kB
Progress (4): 0.8/2.7 MB | 390/768 kB | 311/335 kB | 268/502 kB
Progress (4): 0.8/2.7 MB | 390/768 kB | 315/335 kB | 268/502 kB
Progress (4): 0.9/2.7 MB | 390/768 kB | 315/335 kB | 268/502 kB
Progress (4): 0.9/2.7 MB | 390/768 kB | 319/335 kB | 268/502 kB
Progress (4): 0.9/2.7 MB | 390/768 kB | 319/335 kB | 272/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 319/335 kB | 272/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 319/335 kB | 276/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 323/335 kB | 276/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 323/335 kB | 276/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 327/335 kB | 276/502 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 327/335 kB | 280/502 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 327/335 kB | 280/502 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 327/335 kB | 284/502 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 331/335 kB | 284/502 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 331/335 kB | 284/502 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 335 kB | 284/502 kB    
Progress (4): 0.9/2.7 MB | 398/768 kB | 335 kB | 288/502 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 335 kB | 288/502 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 335 kB | 292/502 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 335 kB | 292/502 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 335 kB | 296/502 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 335 kB | 296/502 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 335 kB | 300/502 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 335 kB | 300/502 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 335 kB | 304/502 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 335 kB | 304/502 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 335 kB | 308/502 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 335 kB | 308/502 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 335 kB | 312/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 312/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 316/502 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 335 kB | 320/502 kB
Progress (4): 0.9/2.7 MB | 418/768 kB | 335 kB | 320/502 kB
Progress (4): 0.9/2.7 MB | 418/768 kB | 335 kB | 324/502 kB
Progress (4): 0.9/2.7 MB | 418/768 kB | 335 kB | 324/502 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 151 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (3): 0.9/2.7 MB | 422/768 kB | 324/502 kB
Progress (3): 0.9/2.7 MB | 422/768 kB | 324/502 kB
Progress (3): 0.9/2.7 MB | 422/768 kB | 328/502 kB
Progress (3): 0.9/2.7 MB | 422/768 kB | 328/502 kB
Progress (3): 0.9/2.7 MB | 426/768 kB | 328/502 kB
Progress (3): 0.9/2.7 MB | 426/768 kB | 328/502 kB
Progress (3): 0.9/2.7 MB | 426/768 kB | 332/502 kB
Progress (3): 0.9/2.7 MB | 426/768 kB | 332/502 kB
Progress (3): 0.9/2.7 MB | 430/768 kB | 332/502 kB
Progress (3): 1.0/2.7 MB | 430/768 kB | 332/502 kB
Progress (3): 1.0/2.7 MB | 430/768 kB | 336/502 kB
Progress (3): 1.0/2.7 MB | 430/768 kB | 336/502 kB
Progress (3): 1.0/2.7 MB | 434/768 kB | 336/502 kB
Progress (3): 1.0/2.7 MB | 434/768 kB | 336/502 kB
Progress (3): 1.0/2.7 MB | 434/768 kB | 340/502 kB
Progress (3): 1.0/2.7 MB | 434/768 kB | 340/502 kB
Progress (3): 1.0/2.7 MB | 438/768 kB | 340/502 kB
Progress (3): 1.0/2.7 MB | 438/768 kB | 340/502 kB
Progress (3): 1.0/2.7 MB | 438/768 kB | 344/502 kB
Progress (3): 1.0/2.7 MB | 438/768 kB | 344/502 kB
Progress (3): 1.0/2.7 MB | 442/768 kB | 344/502 kB
Progress (3): 1.0/2.7 MB | 442/768 kB | 344/502 kB
Progress (3): 1.0/2.7 MB | 442/768 kB | 348/502 kB
Progress (3): 1.0/2.7 MB | 442/768 kB | 348/502 kB
Progress (3): 1.0/2.7 MB | 442/768 kB | 352/502 kB
Progress (3): 1.0/2.7 MB | 446/768 kB | 352/502 kB
Progress (3): 1.0/2.7 MB | 446/768 kB | 356/502 kB
Progress (3): 1.0/2.7 MB | 446/768 kB | 356/502 kB
Progress (3): 1.0/2.7 MB | 446/768 kB | 360/502 kB
Progress (3): 1.0/2.7 MB | 450/768 kB | 360/502 kB
Progress (3): 1.0/2.7 MB | 450/768 kB | 364/502 kB
Progress (3): 1.0/2.7 MB | 450/768 kB | 364/502 kB
Progress (3): 1.0/2.7 MB | 450/768 kB | 368/502 kB
Progress (3): 1.0/2.7 MB | 454/768 kB | 368/502 kB
Progress (3): 1.0/2.7 MB | 454/768 kB | 372/502 kB
Progress (3): 1.0/2.7 MB | 454/768 kB | 372/502 kB
Progress (3): 1.0/2.7 MB | 454/768 kB | 376/502 kB
Progress (3): 1.0/2.7 MB | 458/768 kB | 376/502 kB
Progress (3): 1.0/2.7 MB | 458/768 kB | 380/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 380/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 384/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 384/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 388/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 388/502 kB
Progress (3): 1.0/2.7 MB | 462/768 kB | 392/502 kB
Progress (3): 1.0/2.7 MB | 466/768 kB | 392/502 kB
Progress (3): 1.0/2.7 MB | 466/768 kB | 396/502 kB
Progress (3): 1.0/2.7 MB | 470/768 kB | 396/502 kB
Progress (3): 1.0/2.7 MB | 470/768 kB | 396/502 kB
Progress (3): 1.0/2.7 MB | 474/768 kB | 396/502 kB
Progress (3): 1.0/2.7 MB | 474/768 kB | 400/502 kB
Progress (3): 1.0/2.7 MB | 478/768 kB | 400/502 kB
Progress (3): 1.0/2.7 MB | 478/768 kB | 400/502 kB
Progress (3): 1.0/2.7 MB | 482/768 kB | 400/502 kB
Progress (3): 1.0/2.7 MB | 482/768 kB | 404/502 kB
Progress (3): 1.0/2.7 MB | 486/768 kB | 404/502 kB
Progress (3): 1.0/2.7 MB | 486/768 kB | 404/502 kB
Progress (3): 1.0/2.7 MB | 490/768 kB | 404/502 kB
Progress (3): 1.0/2.7 MB | 490/768 kB | 404/502 kB
Progress (3): 1.0/2.7 MB | 490/768 kB | 408/502 kB
Progress (3): 1.0/2.7 MB | 490/768 kB | 408/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 408/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 408/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 412/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 412/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 416/502 kB
Progress (3): 1.0/2.7 MB | 494/768 kB | 416/502 kB
Progress (3): 1.0/2.7 MB | 498/768 kB | 416/502 kB
Progress (3): 1.0/2.7 MB | 498/768 kB | 416/502 kB
Progress (3): 1.0/2.7 MB | 498/768 kB | 420/502 kB
Progress (3): 1.0/2.7 MB | 498/768 kB | 420/502 kB
Progress (3): 1.0/2.7 MB | 502/768 kB | 420/502 kB
Progress (3): 1.0/2.7 MB | 502/768 kB | 420/502 kB
Progress (3): 1.0/2.7 MB | 502/768 kB | 424/502 kB
Progress (3): 1.0/2.7 MB | 502/768 kB | 424/502 kB
Progress (3): 1.0/2.7 MB | 506/768 kB | 424/502 kB
Progress (3): 1.1/2.7 MB | 506/768 kB | 424/502 kB
Progress (3): 1.1/2.7 MB | 506/768 kB | 428/502 kB
Progress (3): 1.1/2.7 MB | 506/768 kB | 428/502 kB
Progress (3): 1.1/2.7 MB | 506/768 kB | 432/502 kB
Progress (3): 1.1/2.7 MB | 510/768 kB | 432/502 kB
Progress (3): 1.1/2.7 MB | 510/768 kB | 436/502 kB
Progress (3): 1.1/2.7 MB | 510/768 kB | 436/502 kB
Progress (3): 1.1/2.7 MB | 510/768 kB | 440/502 kB
Progress (3): 1.1/2.7 MB | 514/768 kB | 440/502 kB
Progress (3): 1.1/2.7 MB | 514/768 kB | 444/502 kB
Progress (3): 1.1/2.7 MB | 518/768 kB | 444/502 kB
Progress (3): 1.1/2.7 MB | 518/768 kB | 448/502 kB
Progress (3): 1.1/2.7 MB | 518/768 kB | 448/502 kB
Progress (3): 1.1/2.7 MB | 518/768 kB | 452/502 kB
Progress (3): 1.1/2.7 MB | 522/768 kB | 452/502 kB
Progress (3): 1.1/2.7 MB | 522/768 kB | 452/502 kB
Progress (3): 1.1/2.7 MB | 526/768 kB | 452/502 kB
Progress (3): 1.1/2.7 MB | 526/768 kB | 456/502 kB
Progress (3): 1.1/2.7 MB | 530/768 kB | 456/502 kB
Progress (3): 1.1/2.7 MB | 530/768 kB | 456/502 kB
Progress (3): 1.1/2.7 MB | 534/768 kB | 456/502 kB
Progress (3): 1.1/2.7 MB | 534/768 kB | 460/502 kB
Progress (3): 1.1/2.7 MB | 538/768 kB | 460/502 kB
Progress (3): 1.1/2.7 MB | 538/768 kB | 464/502 kB
Progress (3): 1.1/2.7 MB | 538/768 kB | 464/502 kB
Progress (3): 1.1/2.7 MB | 538/768 kB | 468/502 kB
Progress (3): 1.1/2.7 MB | 542/768 kB | 468/502 kB
Progress (3): 1.1/2.7 MB | 542/768 kB | 472/502 kB
Progress (3): 1.1/2.7 MB | 542/768 kB | 472/502 kB
Progress (3): 1.1/2.7 MB | 542/768 kB | 476/502 kB
Progress (3): 1.1/2.7 MB | 546/768 kB | 476/502 kB
Progress (3): 1.1/2.7 MB | 546/768 kB | 480/502 kB
Progress (3): 1.1/2.7 MB | 546/768 kB | 480/502 kB
Progress (3): 1.1/2.7 MB | 546/768 kB | 484/502 kB
Progress (3): 1.1/2.7 MB | 550/768 kB | 484/502 kB
Progress (3): 1.1/2.7 MB | 550/768 kB | 488/502 kB
Progress (3): 1.1/2.7 MB | 550/768 kB | 488/502 kB
Progress (3): 1.1/2.7 MB | 550/768 kB | 492/502 kB
Progress (3): 1.1/2.7 MB | 554/768 kB | 492/502 kB
Progress (3): 1.1/2.7 MB | 554/768 kB | 496/502 kB
Progress (3): 1.1/2.7 MB | 554/768 kB | 496/502 kB
Progress (3): 1.1/2.7 MB | 554/768 kB | 500/502 kB
Progress (3): 1.1/2.7 MB | 558/768 kB | 500/502 kB
Progress (3): 1.1/2.7 MB | 558/768 kB | 502 kB    
Progress (3): 1.1/2.7 MB | 558/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 558/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 562/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 562/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 566/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 566/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 570/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 570/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 574/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 574/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 578/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 578/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 582/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 582/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 586/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 586/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 590/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 590/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 594/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 594/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 598/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 598/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 602/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 602/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 606/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 606/768 kB | 502 kB
Progress (3): 1.1/2.7 MB | 610/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 610/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 614/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 614/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 618/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 618/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 622/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 622/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 626/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 626/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 630/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 630/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 634/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 634/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 638/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 638/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 642/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 642/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 646/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 646/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 650/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 654/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 658/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 662/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 666/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 670/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 674/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 674/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 678/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 678/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 682/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 682/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 686/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 686/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 690/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 694/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 698/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 702/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 706/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 710/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 714/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 718/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 718/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 722/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 722/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 726/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 730/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 734/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 738/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 742/768 kB | 502 kB
Progress (3): 1.2/2.7 MB | 746/768 kB | 502 kB
Progress (4): 1.2/2.7 MB | 746/768 kB | 502 kB | 4.1/197 kB
Progress (4): 1.2/2.7 MB | 750/768 kB | 502 kB | 4.1/197 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 216 kB/s)
Progress (3): 1.2/2.7 MB | 750/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 754/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 754/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 754/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 758/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 758/768 kB | 7.7/197 kB
Progress (3): 1.2/2.7 MB | 758/768 kB | 12/197 kB 
Progress (3): 1.3/2.7 MB | 758/768 kB | 12/197 kB
Progress (3): 1.3/2.7 MB | 762/768 kB | 12/197 kB
Progress (3): 1.3/2.7 MB | 762/768 kB | 12/197 kB
Progress (3): 1.3/2.7 MB | 762/768 kB | 16/197 kB
Progress (3): 1.3/2.7 MB | 762/768 kB | 16/197 kB
Progress (3): 1.3/2.7 MB | 766/768 kB | 16/197 kB
Progress (3): 1.3/2.7 MB | 766/768 kB | 16/197 kB
Progress (3): 1.3/2.7 MB | 766/768 kB | 20/197 kB
Progress (3): 1.3/2.7 MB | 766/768 kB | 20/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 20/197 kB    
Progress (3): 1.3/2.7 MB | 768 kB | 20/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 24/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 24/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 28/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 28/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 32/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 32/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 36/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 36/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 40/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 40/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 44/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 44/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 48/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 48/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 52/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 52/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 56/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 56/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 60/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 60/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 64/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 64/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 68/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 68/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 72/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 72/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 76/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 76/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 80/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 80/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 84/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 84/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 88/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 88/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 92/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 92/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 96/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 96/197 kB
Progress (3): 1.3/2.7 MB | 768 kB | 100/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 100/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 104/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 104/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 108/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 108/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 112/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 112/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 116/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 116/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 120/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 120/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 124/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 124/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 128/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 128/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 132/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 132/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 136/197 kB
Progress (3): 1.4/2.7 MB | 768 kB | 136/197 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar (768 kB at 329 kB/s)
Progress (2): 1.4/2.7 MB | 136/197 kB
Progress (2): 1.4/2.7 MB | 140/197 kB
Progress (2): 1.4/2.7 MB | 140/197 kB
Progress (2): 1.4/2.7 MB | 144/197 kB
Progress (2): 1.4/2.7 MB | 144/197 kB
Progress (2): 1.4/2.7 MB | 148/197 kB
Progress (2): 1.4/2.7 MB | 148/197 kB
Progress (2): 1.4/2.7 MB | 152/197 kB
Progress (2): 1.4/2.7 MB | 152/197 kB
Progress (2): 1.4/2.7 MB | 156/197 kB
Progress (2): 1.4/2.7 MB | 156/197 kB
Progress (2): 1.4/2.7 MB | 160/197 kB
Progress (2): 1.4/2.7 MB | 160/197 kB
Progress (2): 1.4/2.7 MB | 164/197 kB
Progress (2): 1.4/2.7 MB | 164/197 kB
Progress (2): 1.4/2.7 MB | 168/197 kB
Progress (2): 1.4/2.7 MB | 168/197 kB
Progress (2): 1.4/2.7 MB | 172/197 kB
Progress (2): 1.4/2.7 MB | 172/197 kB
Progress (2): 1.4/2.7 MB | 176/197 kB
Progress (2): 1.4/2.7 MB | 176/197 kB
Progress (2): 1.4/2.7 MB | 180/197 kB
Progress (2): 1.4/2.7 MB | 180/197 kB
Progress (2): 1.4/2.7 MB | 184/197 kB
Progress (2): 1.4/2.7 MB | 184/197 kB
Progress (2): 1.4/2.7 MB | 188/197 kB
Progress (2): 1.4/2.7 MB | 188/197 kB
Progress (2): 1.4/2.7 MB | 192/197 kB
Progress (2): 1.4/2.7 MB | 192/197 kB
Progress (2): 1.4/2.7 MB | 196/197 kB
Progress (2): 1.5/2.7 MB | 196/197 kB
Progress (2): 1.5/2.7 MB | 197 kB    
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.5/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.6/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.7/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.8/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 1.9/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.0/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.1/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.2/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (2): 2.3/2.7 MB | 197 kB
Progress (3): 2.3/2.7 MB | 197 kB | 4.1/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 4.1/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 7.7/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 7.7/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 7.7/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 12/215 kB 
Progress (3): 2.3/2.7 MB | 197 kB | 12/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 16/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 16/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 20/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 20/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 24/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 24/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 28/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 28/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 32/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 32/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 33/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 33/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 37/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 37/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 41/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 41/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 45/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 45/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 49/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 49/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 53/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 53/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 57/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 57/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 61/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 61/215 kB
Progress (3): 2.3/2.7 MB | 197 kB | 65/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 65/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 66/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 66/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 70/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 70/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 70/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 74/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 74/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 78/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 78/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 82/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 82/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 86/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 86/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 90/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 90/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 94/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 94/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 98/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 98/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 98/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 98/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 102/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 102/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 106/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 106/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 110/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 110/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 114/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 114/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 118/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 118/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 122/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 122/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 126/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 126/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 130/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 130/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 134/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 134/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 138/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 138/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 142/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 142/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 146/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 146/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 150/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 150/215 kB
Progress (3): 2.4/2.7 MB | 197 kB | 154/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 154/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 158/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 158/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 162/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 162/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 166/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 166/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 170/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 170/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 174/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 174/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 178/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 178/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 182/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 182/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 186/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 186/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 190/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 190/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 194/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 194/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 198/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 198/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 202/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 202/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 206/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 206/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 210/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 210/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 214/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 214/215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB    
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.5/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.6/2.7 MB | 197 kB | 215 kB
Progress (3): 2.7/2.7 MB | 197 kB | 215 kB
Progress (3): 2.7/2.7 MB | 197 kB | 215 kB
Progress (3): 2.7/2.7 MB | 197 kB | 215 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 84 kB/s)
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7/2.7 MB | 197 kB
Progress (2): 2.7 MB | 197 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar (197 kB at 77 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar (2.7 MB at 1.0 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections Parent Project                                 [pom]
[INFO] Eclipse Collections Code Generator                                 [jar]
[INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
[INFO] Eclipse Collections API                                            [jar]
[INFO] Eclipse Collections Main Library                                   [jar]
[INFO] Eclipse Collections Test Utilities                                 [jar]
[INFO] Eclipse Collections Fork Join Utilities                            [jar]
[INFO] Eclipse Collections Unit Test Suite                                [jar]
[INFO] Eclipse Collections Serialization Test Suite                       [jar]
[INFO] Eclipse Collections JCStress Test Suite                            [jar]
[INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
[INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
[INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
[INFO] Eclipse Collections p2 Repository Build                            [pom]
[INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
[INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
[INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
[INFO] Eclipse Collections JMH Test Suite                                 [jar]
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.7.1/sonar-maven-plugin-2.7.1.pom
Progress (1): 4.1/8.9 kB
Progress (1): 7.7/8.9 kB
Progress (1): 8.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.7.1/sonar-maven-plugin-2.7.1.pom (8.9 kB at 422 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 919 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.7.1/sonar-maven-plugin-2.7.1.jar
Progress (1): 4.1/46 kB
Progress (1): 7.7/46 kB
Progress (1): 12/46 kB 
Progress (1): 16/46 kB
Progress (1): 20/46 kB
Progress (1): 24/46 kB
Progress (1): 28/46 kB
Progress (1): 32/46 kB
Progress (1): 36/46 kB
Progress (1): 40/46 kB
Progress (1): 44/46 kB
Progress (1): 46 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/2.7.1/sonar-maven-plugin-2.7.1.jar (46 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.pom (14 kB at 630 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 509 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.jar
Progress (1): 4.1/110 kB
Progress (1): 7.7/110 kB
Progress (1): 12/110 kB 
Progress (1): 16/110 kB
Progress (1): 20/110 kB
Progress (1): 24/110 kB
Progress (1): 28/110 kB
Progress (1): 32/110 kB
Progress (1): 33/110 kB
Progress (1): 37/110 kB
Progress (1): 41/110 kB
Progress (1): 45/110 kB
Progress (1): 49/110 kB
Progress (1): 53/110 kB
Progress (1): 57/110 kB
Progress (1): 61/110 kB
Progress (1): 65/110 kB
Progress (1): 66/110 kB
Progress (1): 70/110 kB
Progress (1): 74/110 kB
Progress (1): 78/110 kB
Progress (1): 82/110 kB
Progress (1): 86/110 kB
Progress (1): 90/110 kB
Progress (1): 94/110 kB
Progress (1): 98/110 kB
Progress (1): 102/110 kB
Progress (1): 106/110 kB
Progress (1): 110 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.0/maven-checkstyle-plugin-3.1.0.jar (110 kB at 5.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom (19 kB at 450 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 385 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar
Progress (1): 4.1/421 kB
Progress (1): 7.7/421 kB
Progress (1): 12/421 kB 
Progress (1): 16/421 kB
Progress (1): 20/421 kB
Progress (1): 24/421 kB
Progress (1): 28/421 kB
Progress (1): 32/421 kB
Progress (1): 33/421 kB
Progress (1): 37/421 kB
Progress (1): 41/421 kB
Progress (1): 45/421 kB
Progress (1): 49/421 kB
Progress (1): 53/421 kB
Progress (1): 57/421 kB
Progress (1): 61/421 kB
Progress (1): 65/421 kB
Progress (1): 66/421 kB
Progress (1): 70/421 kB
Progress (1): 74/421 kB
Progress (1): 78/421 kB
Progress (1): 82/421 kB
Progress (1): 86/421 kB
Progress (1): 90/421 kB
Progress (1): 94/421 kB
Progress (1): 98/421 kB
Progress (1): 98/421 kB
Progress (1): 102/421 kB
Progress (1): 106/421 kB
Progress (1): 110/421 kB
Progress (1): 114/421 kB
Progress (1): 118/421 kB
Progress (1): 122/421 kB
Progress (1): 126/421 kB
Progress (1): 130/421 kB
Progress (1): 131/421 kB
Progress (1): 135/421 kB
Progress (1): 139/421 kB
Progress (1): 143/421 kB
Progress (1): 147/421 kB
Progress (1): 151/421 kB
Progress (1): 155/421 kB
Progress (1): 159/421 kB
Progress (1): 163/421 kB
Progress (1): 164/421 kB
Progress (1): 168/421 kB
Progress (1): 172/421 kB
Progress (1): 176/421 kB
Progress (1): 180/421 kB
Progress (1): 184/421 kB
Progress (1): 188/421 kB
Progress (1): 192/421 kB
Progress (1): 196/421 kB
Progress (1): 197/421 kB
Progress (1): 201/421 kB
Progress (1): 205/421 kB
Progress (1): 209/421 kB
Progress (1): 213/421 kB
Progress (1): 217/421 kB
Progress (1): 221/421 kB
Progress (1): 225/421 kB
Progress (1): 229/421 kB
Progress (1): 229/421 kB
Progress (1): 233/421 kB
Progress (1): 237/421 kB
Progress (1): 241/421 kB
Progress (1): 245/421 kB
Progress (1): 249/421 kB
Progress (1): 253/421 kB
Progress (1): 257/421 kB
Progress (1): 261/421 kB
Progress (1): 265/421 kB
Progress (1): 269/421 kB
Progress (1): 273/421 kB
Progress (1): 277/421 kB
Progress (1): 281/421 kB
Progress (1): 285/421 kB
Progress (1): 289/421 kB
Progress (1): 293/421 kB
Progress (1): 297/421 kB
Progress (1): 301/421 kB
Progress (1): 305/421 kB
Progress (1): 309/421 kB
Progress (1): 313/421 kB
Progress (1): 317/421 kB
Progress (1): 321/421 kB
Progress (1): 325/421 kB
Progress (1): 329/421 kB
Progress (1): 333/421 kB
Progress (1): 337/421 kB
Progress (1): 341/421 kB
Progress (1): 345/421 kB
Progress (1): 349/421 kB
Progress (1): 353/421 kB
Progress (1): 357/421 kB
Progress (1): 361/421 kB
Progress (1): 365/421 kB
Progress (1): 369/421 kB
Progress (1): 373/421 kB
Progress (1): 377/421 kB
Progress (1): 381/421 kB
Progress (1): 385/421 kB
Progress (1): 389/421 kB
Progress (1): 393/421 kB
Progress (1): 397/421 kB
Progress (1): 401/421 kB
Progress (1): 405/421 kB
Progress (1): 409/421 kB
Progress (1): 413/421 kB
Progress (1): 417/421 kB
Progress (1): 421/421 kB
Progress (1): 421 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar (421 kB at 9.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.pom (7.2 kB at 400 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M1/enforcer-3.0.0-M1.pom (8.3 kB at 378 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar
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/plugins/maven-enforcer-plugin/3.0.0-M1/maven-enforcer-plugin-3.0.0-M1.jar (26 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 945 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar
Progress (1): 4.1/310 kB
Progress (1): 7.7/310 kB
Progress (1): 12/310 kB 
Progress (1): 16/310 kB
Progress (1): 20/310 kB
Progress (1): 24/310 kB
Progress (1): 28/310 kB
Progress (1): 32/310 kB
Progress (1): 33/310 kB
Progress (1): 37/310 kB
Progress (1): 41/310 kB
Progress (1): 45/310 kB
Progress (1): 49/310 kB
Progress (1): 53/310 kB
Progress (1): 57/310 kB
Progress (1): 61/310 kB
Progress (1): 65/310 kB
Progress (1): 66/310 kB
Progress (1): 70/310 kB
Progress (1): 74/310 kB
Progress (1): 78/310 kB
Progress (1): 82/310 kB
Progress (1): 86/310 kB
Progress (1): 90/310 kB
Progress (1): 94/310 kB
Progress (1): 98/310 kB
Progress (1): 98/310 kB
Progress (1): 102/310 kB
Progress (1): 106/310 kB
Progress (1): 110/310 kB
Progress (1): 114/310 kB
Progress (1): 118/310 kB
Progress (1): 122/310 kB
Progress (1): 126/310 kB
Progress (1): 130/310 kB
Progress (1): 131/310 kB
Progress (1): 135/310 kB
Progress (1): 139/310 kB
Progress (1): 143/310 kB
Progress (1): 147/310 kB
Progress (1): 151/310 kB
Progress (1): 155/310 kB
Progress (1): 159/310 kB
Progress (1): 163/310 kB
Progress (1): 167/310 kB
Progress (1): 171/310 kB
Progress (1): 175/310 kB
Progress (1): 179/310 kB
Progress (1): 183/310 kB
Progress (1): 187/310 kB
Progress (1): 191/310 kB
Progress (1): 195/310 kB
Progress (1): 199/310 kB
Progress (1): 203/310 kB
Progress (1): 207/310 kB
Progress (1): 211/310 kB
Progress (1): 215/310 kB
Progress (1): 219/310 kB
Progress (1): 223/310 kB
Progress (1): 227/310 kB
Progress (1): 231/310 kB
Progress (1): 235/310 kB
Progress (1): 239/310 kB
Progress (1): 243/310 kB
Progress (1): 247/310 kB
Progress (1): 251/310 kB
Progress (1): 255/310 kB
Progress (1): 259/310 kB
Progress (1): 263/310 kB
Progress (1): 267/310 kB
Progress (1): 271/310 kB
Progress (1): 275/310 kB
Progress (1): 279/310 kB
Progress (1): 283/310 kB
Progress (1): 287/310 kB
Progress (1): 291/310 kB
Progress (1): 295/310 kB
Progress (1): 299/310 kB
Progress (1): 303/310 kB
Progress (1): 307/310 kB
Progress (1): 310 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 7.4 MB/s)
[INFO] 
[INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
[INFO] Building Eclipse Collections Parent Project 10.1.0-SNAPSHOT       [1/18]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 125 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 506 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 128 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 344 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 186 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 66 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 113 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 893 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 93 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 128 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Progress (1): 4.1/8.0 kB
Progress (1): 7.7/8.0 kB
Progress (1): 8.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 420 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
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/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 41 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 223 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 121 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Progress (1): 4.1/7.1 kB
Progress (1): 7.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 394 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 74 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 132 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 519 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 687 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 362 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 158 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 897 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
Progress (1): 4.1/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 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 81 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 212 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 852 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Progress (1): 748 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 42 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 209 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 239 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 239 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 998 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 468 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 598 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 910 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 306 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 584 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 820 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 844 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 407 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 169 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 393 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 159 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 188 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 140 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 679 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 782 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 20 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 51 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Progress (1): 4.1/7.0 kB
Progress (1): 7.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 389 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 386 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.2 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
Progress (1): 147 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.0 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Progress (1): 167 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.3 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Progress (1): 156 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 9.2 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 301 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 70 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 144 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.5 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 7.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 501 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 277 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
Progress (1): 142 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 8.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
Progress (1): 653 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 38 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 547 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 696 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 179 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 6.3 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 181 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 171 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 625 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 322 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 311 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 387 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 471 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 135 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 113 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 186 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 6.1 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 295 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 255 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 813 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 189 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 937 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 460 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
Progress (1): 726 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 51 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
Progress (1): 962 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 53 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 88 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 972 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Progress (1): 4.1/178 kB
Progress (1): 7.7/178 kB
Progress (1): 12/178 kB 
Progress (1): 16/178 kB
Progress (1): 20/178 kB
Progress (1): 24/178 kB
Progress (1): 28/178 kB
Progress (1): 32/178 kB
Progress (1): 33/178 kB
Progress (1): 37/178 kB
Progress (1): 41/178 kB
Progress (1): 45/178 kB
Progress (1): 49/178 kB
Progress (1): 53/178 kB
Progress (1): 57/178 kB
Progress (1): 61/178 kB
Progress (1): 65/178 kB
Progress (1): 66/178 kB
Progress (1): 70/178 kB
Progress (1): 74/178 kB
Progress (2): 74/178 kB | 4.1/22 kB
Progress (2): 78/178 kB | 4.1/22 kB
Progress (2): 82/178 kB | 4.1/22 kB
Progress (2): 86/178 kB | 4.1/22 kB
Progress (2): 90/178 kB | 4.1/22 kB
Progress (2): 94/178 kB | 4.1/22 kB
Progress (2): 98/178 kB | 4.1/22 kB
Progress (2): 98/178 kB | 4.1/22 kB
Progress (2): 102/178 kB | 4.1/22 kB
Progress (2): 102/178 kB | 7.7/22 kB
Progress (2): 106/178 kB | 7.7/22 kB
Progress (2): 106/178 kB | 12/22 kB 
Progress (2): 110/178 kB | 12/22 kB
Progress (2): 110/178 kB | 16/22 kB
Progress (2): 114/178 kB | 16/22 kB
Progress (2): 114/178 kB | 20/22 kB
Progress (2): 114/178 kB | 22 kB   
Progress (2): 118/178 kB | 22 kB
Progress (2): 122/178 kB | 22 kB
Progress (2): 126/178 kB | 22 kB
Progress (2): 130/178 kB | 22 kB
Progress (2): 131/178 kB | 22 kB
Progress (2): 135/178 kB | 22 kB
Progress (2): 139/178 kB | 22 kB
Progress (2): 143/178 kB | 22 kB
Progress (2): 147/178 kB | 22 kB
Progress (2): 151/178 kB | 22 kB
Progress (2): 155/178 kB | 22 kB
Progress (2): 159/178 kB | 22 kB
Progress (2): 163/178 kB | 22 kB
Progress (2): 167/178 kB | 22 kB
Progress (2): 171/178 kB | 22 kB
Progress (2): 175/178 kB | 22 kB
Progress (2): 178 kB | 22 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 616 kB/s)
Progress (2): 178 kB | 4.1/26 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Progress (2): 178 kB | 7.7/26 kB
Progress (2): 178 kB | 12/26 kB 
Progress (2): 178 kB | 16/26 kB
Progress (2): 178 kB | 20/26 kB
Progress (2): 178 kB | 24/26 kB
Progress (2): 178 kB | 26 kB   
Progress (3): 178 kB | 26 kB | 4.1/68 kB
Progress (3): 178 kB | 26 kB | 7.7/68 kB
Progress (3): 178 kB | 26 kB | 12/68 kB 
Progress (3): 178 kB | 26 kB | 16/68 kB
Progress (3): 178 kB | 26 kB | 20/68 kB
Progress (3): 178 kB | 26 kB | 24/68 kB
Progress (3): 178 kB | 26 kB | 28/68 kB
Progress (3): 178 kB | 26 kB | 32/68 kB
Progress (3): 178 kB | 26 kB | 36/68 kB
Progress (3): 178 kB | 26 kB | 40/68 kB
Progress (3): 178 kB | 26 kB | 44/68 kB
Progress (3): 178 kB | 26 kB | 48/68 kB
Progress (3): 178 kB | 26 kB | 52/68 kB
Progress (3): 178 kB | 26 kB | 56/68 kB
Progress (3): 178 kB | 26 kB | 60/68 kB
Progress (3): 178 kB | 26 kB | 64/68 kB
Progress (4): 178 kB | 26 kB | 64/68 kB | 4.1/80 kB
Progress (4): 178 kB | 26 kB | 68 kB | 4.1/80 kB   
Progress (4): 178 kB | 26 kB | 68 kB | 7.7/80 kB
Progress (4): 178 kB | 26 kB | 68 kB | 12/80 kB 
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 558 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Progress (3): 178 kB | 68 kB | 16/80 kB
Progress (4): 178 kB | 68 kB | 16/80 kB | 4.1/8.8 kB
Progress (4): 178 kB | 68 kB | 20/80 kB | 4.1/8.8 kB
Progress (4): 178 kB | 68 kB | 20/80 kB | 7.7/8.8 kB
Progress (4): 178 kB | 68 kB | 24/80 kB | 7.7/8.8 kB
Progress (4): 178 kB | 68 kB | 24/80 kB | 8.8 kB    
Progress (4): 178 kB | 68 kB | 28/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 32/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 36/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 40/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 44/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 48/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 52/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 56/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 60/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 64/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 68/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 72/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 76/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 80/80 kB | 8.8 kB
Progress (4): 178 kB | 68 kB | 80 kB | 8.8 kB   
Progress (5): 178 kB | 68 kB | 80 kB | 8.8 kB | 4.1/22 kB
Progress (5): 178 kB | 68 kB | 80 kB | 8.8 kB | 7.7/22 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 1.1 MB/s)
Progress (4): 178 kB | 80 kB | 8.8 kB | 12/22 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Progress (4): 178 kB | 80 kB | 8.8 kB | 16/22 kB
Progress (4): 178 kB | 80 kB | 8.8 kB | 20/22 kB
Progress (4): 178 kB | 80 kB | 8.8 kB | 22 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 1.3 MB/s)
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Progress (3): 8.8 kB | 22 kB | 4.1/17 kB
Progress (3): 8.8 kB | 22 kB | 7.7/17 kB
Progress (3): 8.8 kB | 22 kB | 12/17 kB 
Progress (3): 8.8 kB | 22 kB | 16/17 kB
Progress (3): 8.8 kB | 22 kB | 17 kB   
Progress (4): 8.8 kB | 22 kB | 17 kB | 4.1/35 kB
Progress (4): 8.8 kB | 22 kB | 17 kB | 7.7/35 kB
Progress (4): 8.8 kB | 22 kB | 17 kB | 12/35 kB 
Progress (5): 8.8 kB | 22 kB | 17 kB | 12/35 kB | 4.1/13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 16/35 kB | 4.1/13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 16/35 kB | 7.7/13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 20/35 kB | 7.7/13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 20/35 kB | 12/13 kB 
Progress (5): 8.8 kB | 22 kB | 17 kB | 20/35 kB | 13 kB   
Progress (5): 8.8 kB | 22 kB | 17 kB | 24/35 kB | 13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 28/35 kB | 13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 32/35 kB | 13 kB
Progress (5): 8.8 kB | 22 kB | 17 kB | 35 kB | 13 kB   
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 217 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 161 kB/s)
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 266 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Progress (3): 8.8 kB | 35 kB | 4.1/41 kB
Progress (3): 8.8 kB | 35 kB | 7.7/41 kB
Progress (3): 8.8 kB | 35 kB | 12/41 kB 
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 64 kB/s)
Progress (3): 35 kB | 12/41 kB | 4.1/10 kB
Progress (3): 35 kB | 16/41 kB | 4.1/10 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 256 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (2): 20/41 kB | 4.1/10 kB
Progress (2): 20/41 kB | 7.7/10 kB
Progress (3): 20/41 kB | 7.7/10 kB | 4.1/39 kB
Progress (3): 20/41 kB | 10 kB | 4.1/39 kB    
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (3): 20/41 kB | 10 kB | 7.7/39 kB
Progress (3): 24/41 kB | 10 kB | 7.7/39 kB
Progress (3): 24/41 kB | 10 kB | 12/39 kB 
Progress (3): 24/41 kB | 10 kB | 16/39 kB
Progress (3): 28/41 kB | 10 kB | 16/39 kB
Progress (3): 28/41 kB | 10 kB | 20/39 kB
Progress (3): 32/41 kB | 10 kB | 20/39 kB
Progress (3): 32/41 kB | 10 kB | 24/39 kB
Progress (3): 36/41 kB | 10 kB | 24/39 kB
Progress (3): 36/41 kB | 10 kB | 28/39 kB
Progress (3): 40/41 kB | 10 kB | 28/39 kB
Progress (3): 40/41 kB | 10 kB | 32/39 kB
Progress (3): 41 kB | 10 kB | 32/39 kB   
Progress (3): 41 kB | 10 kB | 36/39 kB
Progress (3): 41 kB | 10 kB | 39 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 272 kB/s)
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
Progress (3): 10 kB | 39 kB | 4.1/38 kB
Progress (3): 10 kB | 39 kB | 7.7/38 kB
Progress (3): 10 kB | 39 kB | 12/38 kB 
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 255 kB/s)
Progress (3): 10 kB | 12/38 kB | 4.1/13 kB
Progress (3): 10 kB | 16/38 kB | 4.1/13 kB
Progress (3): 10 kB | 16/38 kB | 7.7/13 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Progress (3): 10 kB | 16/38 kB | 12/13 kB
Progress (3): 10 kB | 20/38 kB | 12/13 kB
Progress (3): 10 kB | 20/38 kB | 13 kB   
Progress (3): 10 kB | 24/38 kB | 13 kB
Progress (3): 10 kB | 28/38 kB | 13 kB
Progress (3): 10 kB | 32/38 kB | 13 kB
Progress (3): 10 kB | 36/38 kB | 13 kB
Progress (3): 10 kB | 38 kB | 13 kB   
Progress (4): 10 kB | 38 kB | 13 kB | 4.1/88 kB
Progress (4): 10 kB | 38 kB | 13 kB | 7.7/88 kB
Progress (4): 10 kB | 38 kB | 13 kB | 12/88 kB 
Progress (4): 10 kB | 38 kB | 13 kB | 16/88 kB
Progress (4): 10 kB | 38 kB | 13 kB | 20/88 kB
Progress (4): 10 kB | 38 kB | 13 kB | 24/88 kB
Progress (4): 10 kB | 38 kB | 13 kB | 28/88 kB
Progress (5): 10 kB | 38 kB | 13 kB | 28/88 kB | 4.1/12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 32/88 kB | 4.1/12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 32/88 kB | 7.7/12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 33/88 kB | 7.7/12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 33/88 kB | 12/12 kB 
Progress (5): 10 kB | 38 kB | 13 kB | 37/88 kB | 12/12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 37/88 kB | 12 kB   
Progress (5): 10 kB | 38 kB | 13 kB | 41/88 kB | 12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 45/88 kB | 12 kB
Progress (5): 10 kB | 38 kB | 13 kB | 49/88 kB | 12 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 62 kB/s)
Progress (4): 38 kB | 13 kB | 53/88 kB | 12 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Progress (4): 38 kB | 13 kB | 57/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 61/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 65/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 69/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 73/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 77/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 81/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 85/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 88 kB | 12 kB   
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 4.1/49 kB
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 7.7/49 kB
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 12/49 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 76 kB/s)
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 211 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Progress (3): 88 kB | 12 kB | 16/49 kB
Progress (3): 88 kB | 12 kB | 20/49 kB
Progress (3): 88 kB | 12 kB | 24/49 kB
Progress (3): 88 kB | 12 kB | 28/49 kB
Progress (3): 88 kB | 12 kB | 32/49 kB
Progress (3): 88 kB | 12 kB | 36/49 kB
Progress (3): 88 kB | 12 kB | 40/49 kB
Progress (3): 88 kB | 12 kB | 44/49 kB
Progress (3): 88 kB | 12 kB | 48/49 kB
Progress (3): 88 kB | 12 kB | 49 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 68 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 471 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Progress (2): 49 kB | 4.1/51 kB
Progress (2): 49 kB | 7.7/51 kB
Progress (2): 49 kB | 12/51 kB 
Progress (3): 49 kB | 12/51 kB | 4.1/30 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 208 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
Progress (3): 12/51 kB | 4.1/30 kB | 4.1/11 kB
Progress (3): 12/51 kB | 7.7/30 kB | 4.1/11 kB
Progress (4): 12/51 kB | 7.7/30 kB | 4.1/11 kB | 4.1/156 kB
Progress (4): 16/51 kB | 7.7/30 kB | 4.1/11 kB | 4.1/156 kB
Progress (4): 16/51 kB | 7.7/30 kB | 4.1/11 kB | 7.7/156 kB
Progress (4): 16/51 kB | 12/30 kB | 4.1/11 kB | 7.7/156 kB 
Progress (4): 16/51 kB | 12/30 kB | 4.1/11 kB | 12/156 kB 
Progress (4): 16/51 kB | 12/30 kB | 7.7/11 kB | 12/156 kB
Progress (4): 16/51 kB | 12/30 kB | 7.7/11 kB | 16/156 kB
Progress (4): 16/51 kB | 16/30 kB | 7.7/11 kB | 16/156 kB
Progress (4): 20/51 kB | 16/30 kB | 7.7/11 kB | 16/156 kB
Progress (4): 20/51 kB | 20/30 kB | 7.7/11 kB | 16/156 kB
Progress (4): 20/51 kB | 20/30 kB | 7.7/11 kB | 20/156 kB
Progress (4): 20/51 kB | 20/30 kB | 11 kB | 20/156 kB    
Progress (4): 20/51 kB | 20/30 kB | 11 kB | 24/156 kB
Progress (4): 20/51 kB | 24/30 kB | 11 kB | 24/156 kB
Progress (4): 24/51 kB | 24/30 kB | 11 kB | 24/156 kB
Progress (4): 24/51 kB | 28/30 kB | 11 kB | 24/156 kB
Progress (4): 24/51 kB | 30 kB | 11 kB | 24/156 kB   
Progress (4): 24/51 kB | 30 kB | 11 kB | 28/156 kB
Progress (4): 28/51 kB | 30 kB | 11 kB | 28/156 kB
Progress (4): 28/51 kB | 30 kB | 11 kB | 32/156 kB
Progress (4): 32/51 kB | 30 kB | 11 kB | 32/156 kB
Progress (4): 32/51 kB | 30 kB | 11 kB | 33/156 kB
Progress (4): 36/51 kB | 30 kB | 11 kB | 33/156 kB
Progress (4): 36/51 kB | 30 kB | 11 kB | 37/156 kB
Progress (4): 40/51 kB | 30 kB | 11 kB | 37/156 kB
Progress (4): 40/51 kB | 30 kB | 11 kB | 41/156 kB
Progress (4): 44/51 kB | 30 kB | 11 kB | 41/156 kB
Progress (4): 44/51 kB | 30 kB | 11 kB | 45/156 kB
Progress (4): 48/51 kB | 30 kB | 11 kB | 45/156 kB
Progress (4): 48/51 kB | 30 kB | 11 kB | 49/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 49/156 kB   
Progress (4): 51 kB | 30 kB | 11 kB | 53/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 57/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 61/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 65/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 66/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 70/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 74/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 78/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 82/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 86/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 90/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 94/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 98/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 98/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 102/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 106/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 110/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 114/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 118/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 122/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 126/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 130/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 134/156 kB
Progress (4): 51 kB | 30 kB | 11 kB | 138/156 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 118 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
Progress (2): 51 kB | 142/156 kB
Progress (2): 51 kB | 146/156 kB
Progress (3): 51 kB | 146/156 kB | 4.1/18 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
Progress (3): 51 kB | 146/156 kB | 7.7/18 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 200 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Progress (2): 150/156 kB | 7.7/18 kB
Progress (2): 150/156 kB | 12/18 kB 
Progress (2): 154/156 kB | 12/18 kB
Progress (2): 154/156 kB | 16/18 kB
Progress (2): 156 kB | 16/18 kB    
Progress (2): 156 kB | 18 kB   
Progress (3): 156 kB | 18 kB | 4.1/61 kB
Progress (3): 156 kB | 18 kB | 7.7/61 kB
Progress (3): 156 kB | 18 kB | 12/61 kB 
Progress (4): 156 kB | 18 kB | 12/61 kB | 4.1/61 kB
Progress (4): 156 kB | 18 kB | 16/61 kB | 4.1/61 kB
Progress (4): 156 kB | 18 kB | 16/61 kB | 7.7/61 kB
Progress (4): 156 kB | 18 kB | 20/61 kB | 7.7/61 kB
Progress (4): 156 kB | 18 kB | 20/61 kB | 12/61 kB 
Progress (4): 156 kB | 18 kB | 24/61 kB | 12/61 kB
Progress (4): 156 kB | 18 kB | 24/61 kB | 16/61 kB
Progress (4): 156 kB | 18 kB | 28/61 kB | 16/61 kB
Progress (4): 156 kB | 18 kB | 28/61 kB | 20/61 kB
Progress (4): 156 kB | 18 kB | 32/61 kB | 20/61 kB
Progress (4): 156 kB | 18 kB | 32/61 kB | 24/61 kB
Progress (4): 156 kB | 18 kB | 36/61 kB | 24/61 kB
Progress (4): 156 kB | 18 kB | 36/61 kB | 28/61 kB
Progress (4): 156 kB | 18 kB | 40/61 kB | 28/61 kB
Progress (4): 156 kB | 18 kB | 40/61 kB | 32/61 kB
Progress (4): 156 kB | 18 kB | 44/61 kB | 32/61 kB
Progress (4): 156 kB | 18 kB | 44/61 kB | 36/61 kB
Progress (4): 156 kB | 18 kB | 48/61 kB | 36/61 kB
Progress (4): 156 kB | 18 kB | 48/61 kB | 40/61 kB
Progress (4): 156 kB | 18 kB | 52/61 kB | 40/61 kB
Progress (4): 156 kB | 18 kB | 52/61 kB | 44/61 kB
Progress (4): 156 kB | 18 kB | 56/61 kB | 44/61 kB
Progress (4): 156 kB | 18 kB | 56/61 kB | 48/61 kB
Progress (4): 156 kB | 18 kB | 60/61 kB | 48/61 kB
Progress (4): 156 kB | 18 kB | 60/61 kB | 52/61 kB
Progress (4): 156 kB | 18 kB | 61 kB | 52/61 kB   
Progress (4): 156 kB | 18 kB | 61 kB | 56/61 kB
Progress (4): 156 kB | 18 kB | 61 kB | 60/61 kB
Progress (4): 156 kB | 18 kB | 61 kB | 61 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.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 221 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 211 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar
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 465 kB/s)
Progress (2): 18 kB | 4.1/165 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 55 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
Progress (1): 7.7/165 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
Progress (2): 7.7/165 kB | 4.1/55 kB
Progress (2): 12/165 kB | 4.1/55 kB 
Progress (2): 12/165 kB | 7.7/55 kB
Progress (2): 16/165 kB | 7.7/55 kB
Progress (2): 16/165 kB | 12/55 kB 
Progress (2): 20/165 kB | 12/55 kB
Progress (2): 20/165 kB | 16/55 kB
Progress (2): 24/165 kB | 16/55 kB
Progress (2): 24/165 kB | 20/55 kB
Progress (2): 28/165 kB | 20/55 kB
Progress (2): 28/165 kB | 24/55 kB
Progress (2): 32/165 kB | 24/55 kB
Progress (2): 32/165 kB | 28/55 kB
Progress (2): 33/165 kB | 28/55 kB
Progress (2): 33/165 kB | 32/55 kB
Progress (2): 37/165 kB | 32/55 kB
Progress (2): 37/165 kB | 36/55 kB
Progress (2): 41/165 kB | 36/55 kB
Progress (2): 41/165 kB | 40/55 kB
Progress (2): 45/165 kB | 40/55 kB
Progress (2): 45/165 kB | 44/55 kB
Progress (2): 49/165 kB | 44/55 kB
Progress (2): 49/165 kB | 48/55 kB
Progress (2): 53/165 kB | 48/55 kB
Progress (2): 53/165 kB | 52/55 kB
Progress (2): 57/165 kB | 52/55 kB
Progress (2): 57/165 kB | 55 kB   
Progress (2): 61/165 kB | 55 kB
Progress (2): 65/165 kB | 55 kB
Progress (2): 66/165 kB | 55 kB
Progress (2): 70/165 kB | 55 kB
Progress (2): 74/165 kB | 55 kB
Progress (2): 78/165 kB | 55 kB
Progress (2): 82/165 kB | 55 kB
Progress (2): 86/165 kB | 55 kB
Progress (2): 90/165 kB | 55 kB
Progress (2): 94/165 kB | 55 kB
Progress (2): 98/165 kB | 55 kB
Progress (2): 102/165 kB | 55 kB
Progress (2): 106/165 kB | 55 kB
Progress (2): 110/165 kB | 55 kB
Progress (2): 114/165 kB | 55 kB
Progress (2): 118/165 kB | 55 kB
Progress (2): 122/165 kB | 55 kB
Progress (2): 126/165 kB | 55 kB
Progress (2): 130/165 kB | 55 kB
Progress (2): 134/165 kB | 55 kB
Progress (2): 138/165 kB | 55 kB
Progress (2): 142/165 kB | 55 kB
Progress (2): 146/165 kB | 55 kB
Progress (2): 150/165 kB | 55 kB
Progress (2): 154/165 kB | 55 kB
Progress (2): 158/165 kB | 55 kB
Progress (2): 162/165 kB | 55 kB
Progress (2): 165 kB | 55 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 158 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Progress (2): 165 kB | 4.1/12 kB
Progress (2): 165 kB | 7.7/12 kB
Progress (2): 165 kB | 12 kB    
Progress (3): 165 kB | 12 kB | 4.1/12 kB
Progress (3): 165 kB | 12 kB | 7.7/12 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 465 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Progress (2): 12 kB | 12 kB
Progress (3): 12 kB | 12 kB | 4.1/4.2 kB
Progress (3): 12 kB | 12 kB | 4.2 kB    
Progress (4): 12 kB | 12 kB | 4.2 kB | 4.1/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 7.7/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 12/293 kB 
Progress (4): 12 kB | 12 kB | 4.2 kB | 16/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 20/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 24/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 28/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 32/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 33/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 37/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 41/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 45/293 kB
Progress (4): 12 kB | 12 kB | 4.2 kB | 49/293 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 11 kB/s)
Progress (4): 12 kB | 12 kB | 49/293 kB | 4.1/167 kB
Progress (4): 12 kB | 12 kB | 53/293 kB | 4.1/167 kB
Progress (4): 12 kB | 12 kB | 53/293 kB | 7.7/167 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Progress (4): 12 kB | 12 kB | 53/293 kB | 12/167 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 31 kB/s)
Progress (3): 12 kB | 57/293 kB | 12/167 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
Progress (3): 12 kB | 57/293 kB | 16/167 kB
Progress (3): 12 kB | 61/293 kB | 16/167 kB
Progress (3): 12 kB | 61/293 kB | 20/167 kB
Progress (3): 12 kB | 65/293 kB | 20/167 kB
Progress (3): 12 kB | 65/293 kB | 24/167 kB
Progress (3): 12 kB | 69/293 kB | 24/167 kB
Progress (3): 12 kB | 69/293 kB | 28/167 kB
Progress (3): 12 kB | 73/293 kB | 28/167 kB
Progress (3): 12 kB | 73/293 kB | 32/167 kB
Progress (3): 12 kB | 73/293 kB | 33/167 kB
Progress (3): 12 kB | 77/293 kB | 33/167 kB
Progress (3): 12 kB | 77/293 kB | 37/167 kB
Progress (3): 12 kB | 81/293 kB | 37/167 kB
Progress (3): 12 kB | 81/293 kB | 41/167 kB
Progress (3): 12 kB | 85/293 kB | 41/167 kB
Progress (3): 12 kB | 89/293 kB | 41/167 kB
Progress (3): 12 kB | 89/293 kB | 45/167 kB
Progress (3): 12 kB | 93/293 kB | 45/167 kB
Progress (3): 12 kB | 93/293 kB | 49/167 kB
Progress (3): 12 kB | 97/293 kB | 49/167 kB
Progress (3): 12 kB | 97/293 kB | 53/167 kB
Progress (3): 12 kB | 98/293 kB | 53/167 kB
Progress (3): 12 kB | 98/293 kB | 57/167 kB
Progress (3): 12 kB | 98/293 kB | 61/167 kB
Progress (3): 12 kB | 102/293 kB | 61/167 kB
Progress (3): 12 kB | 102/293 kB | 65/167 kB
Progress (3): 12 kB | 106/293 kB | 65/167 kB
Progress (3): 12 kB | 106/293 kB | 66/167 kB
Progress (3): 12 kB | 110/293 kB | 66/167 kB
Progress (3): 12 kB | 114/293 kB | 66/167 kB
Progress (3): 12 kB | 118/293 kB | 66/167 kB
Progress (3): 12 kB | 122/293 kB | 66/167 kB
Progress (4): 12 kB | 122/293 kB | 66/167 kB | 4.1/47 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 27 kB/s)
Progress (3): 126/293 kB | 66/167 kB | 4.1/47 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Progress (3): 126/293 kB | 66/167 kB | 7.7/47 kB
Progress (3): 130/293 kB | 66/167 kB | 7.7/47 kB
Progress (3): 130/293 kB | 66/167 kB | 12/47 kB 
Progress (3): 131/293 kB | 66/167 kB | 12/47 kB
Progress (3): 131/293 kB | 66/167 kB | 16/47 kB
Progress (3): 135/293 kB | 66/167 kB | 16/47 kB
Progress (3): 135/293 kB | 66/167 kB | 20/47 kB
Progress (3): 139/293 kB | 66/167 kB | 20/47 kB
Progress (3): 139/293 kB | 66/167 kB | 24/47 kB
Progress (3): 143/293 kB | 66/167 kB | 24/47 kB
Progress (3): 143/293 kB | 66/167 kB | 28/47 kB
Progress (3): 147/293 kB | 66/167 kB | 28/47 kB
Progress (3): 147/293 kB | 66/167 kB | 32/47 kB
Progress (3): 151/293 kB | 66/167 kB | 32/47 kB
Progress (3): 151/293 kB | 66/167 kB | 36/47 kB
Progress (3): 155/293 kB | 66/167 kB | 36/47 kB
Progress (3): 155/293 kB | 66/167 kB | 40/47 kB
Progress (3): 159/293 kB | 66/167 kB | 40/47 kB
Progress (3): 159/293 kB | 66/167 kB | 44/47 kB
Progress (3): 163/293 kB | 66/167 kB | 44/47 kB
Progress (3): 163/293 kB | 66/167 kB | 47 kB   
Progress (3): 167/293 kB | 66/167 kB | 47 kB
Progress (3): 171/293 kB | 66/167 kB | 47 kB
Progress (3): 175/293 kB | 66/167 kB | 47 kB
Progress (3): 179/293 kB | 66/167 kB | 47 kB
Progress (3): 183/293 kB | 66/167 kB | 47 kB
Progress (3): 187/293 kB | 66/167 kB | 47 kB
Progress (3): 191/293 kB | 66/167 kB | 47 kB
Progress (3): 195/293 kB | 66/167 kB | 47 kB
Progress (3): 199/293 kB | 66/167 kB | 47 kB
Progress (3): 203/293 kB | 66/167 kB | 47 kB
Progress (3): 207/293 kB | 66/167 kB | 47 kB
Progress (3): 211/293 kB | 66/167 kB | 47 kB
Progress (3): 215/293 kB | 66/167 kB | 47 kB
Progress (3): 219/293 kB | 66/167 kB | 47 kB
Progress (3): 223/293 kB | 66/167 kB | 47 kB
Progress (3): 227/293 kB | 66/167 kB | 47 kB
Progress (3): 231/293 kB | 66/167 kB | 47 kB
Progress (3): 235/293 kB | 66/167 kB | 47 kB
Progress (3): 239/293 kB | 66/167 kB | 47 kB
Progress (3): 243/293 kB | 66/167 kB | 47 kB
Progress (3): 247/293 kB | 66/167 kB | 47 kB
Progress (3): 251/293 kB | 66/167 kB | 47 kB
Progress (3): 255/293 kB | 66/167 kB | 47 kB
Progress (3): 259/293 kB | 66/167 kB | 47 kB
Progress (3): 263/293 kB | 66/167 kB | 47 kB
Progress (3): 267/293 kB | 66/167 kB | 47 kB
Progress (4): 267/293 kB | 66/167 kB | 47 kB | 4.1/173 kB
Progress (4): 271/293 kB | 66/167 kB | 47 kB | 4.1/173 kB
Progress (4): 271/293 kB | 66/167 kB | 47 kB | 7.7/173 kB
Progress (4): 275/293 kB | 66/167 kB | 47 kB | 7.7/173 kB
Progress (4): 275/293 kB | 66/167 kB | 47 kB | 12/173 kB 
Progress (4): 279/293 kB | 66/167 kB | 47 kB | 12/173 kB
Progress (4): 279/293 kB | 66/167 kB | 47 kB | 16/173 kB
Progress (4): 283/293 kB | 66/167 kB | 47 kB | 16/173 kB
Progress (4): 283/293 kB | 66/167 kB | 47 kB | 20/173 kB
Progress (4): 287/293 kB | 66/167 kB | 47 kB | 20/173 kB
Progress (4): 287/293 kB | 66/167 kB | 47 kB | 24/173 kB
Progress (4): 291/293 kB | 66/167 kB | 47 kB | 24/173 kB
Progress (4): 291/293 kB | 66/167 kB | 47 kB | 28/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 28/173 kB    
Progress (4): 293 kB | 66/167 kB | 47 kB | 32/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 33/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 37/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 41/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 45/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 49/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 53/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 57/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 61/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 65/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 69/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 73/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 77/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 81/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 85/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 89/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 93/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 97/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 101/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 105/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 109/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 113/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 117/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 121/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 125/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 129/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 133/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 137/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 141/173 kB
Progress (4): 293 kB | 66/167 kB | 47 kB | 145/173 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 639 kB/s)
Progress (3): 66/167 kB | 47 kB | 149/173 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Progress (3): 66/167 kB | 47 kB | 153/173 kB
Progress (3): 66/167 kB | 47 kB | 157/173 kB
Progress (3): 66/167 kB | 47 kB | 161/173 kB
Progress (3): 66/167 kB | 47 kB | 165/173 kB
Progress (3): 66/167 kB | 47 kB | 169/173 kB
Progress (3): 66/167 kB | 47 kB | 173/173 kB
Progress (3): 66/167 kB | 47 kB | 173 kB    
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
Progress (3): 66/167 kB | 173 kB | 4.1/98 kB
Progress (3): 66/167 kB | 173 kB | 7.7/98 kB
Progress (3): 66/167 kB | 173 kB | 12/98 kB 
Progress (3): 66/167 kB | 173 kB | 16/98 kB
Progress (3): 66/167 kB | 173 kB | 20/98 kB
Progress (3): 66/167 kB | 173 kB | 24/98 kB
Progress (3): 66/167 kB | 173 kB | 28/98 kB
Progress (3): 66/167 kB | 173 kB | 32/98 kB
Progress (3): 66/167 kB | 173 kB | 36/98 kB
Progress (4): 66/167 kB | 173 kB | 36/98 kB | 4.1/11 kB
Progress (4): 66/167 kB | 173 kB | 40/98 kB | 4.1/11 kB
Progress (4): 66/167 kB | 173 kB | 40/98 kB | 7.7/11 kB
Progress (4): 66/167 kB | 173 kB | 44/98 kB | 7.7/11 kB
Progress (4): 66/167 kB | 173 kB | 44/98 kB | 11 kB    
Progress (4): 66/167 kB | 173 kB | 48/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 52/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 56/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 60/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 64/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 68/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 72/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 76/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 80/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 84/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 88/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 92/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 96/98 kB | 11 kB
Progress (4): 66/167 kB | 173 kB | 98 kB | 11 kB   
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 323 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 180 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
Progress (2): 66/167 kB | 4.1/62 kB
Progress (2): 66/167 kB | 7.7/62 kB
Progress (2): 66/167 kB | 12/62 kB 
Progress (2): 66/167 kB | 16/62 kB
Progress (3): 66/167 kB | 16/62 kB | 4.1/16 kB
Progress (3): 66/167 kB | 20/62 kB | 4.1/16 kB
Progress (3): 66/167 kB | 20/62 kB | 7.7/16 kB
Progress (3): 66/167 kB | 24/62 kB | 7.7/16 kB
Progress (3): 66/167 kB | 24/62 kB | 12/16 kB 
Progress (3): 66/167 kB | 28/62 kB | 12/16 kB
Progress (3): 66/167 kB | 28/62 kB | 16/16 kB
Progress (3): 66/167 kB | 32/62 kB | 16/16 kB
Progress (3): 66/167 kB | 32/62 kB | 16 kB   
Progress (3): 66/167 kB | 36/62 kB | 16 kB
Progress (3): 66/167 kB | 40/62 kB | 16 kB
Progress (3): 66/167 kB | 44/62 kB | 16 kB
Progress (3): 66/167 kB | 48/62 kB | 16 kB
Progress (3): 66/167 kB | 52/62 kB | 16 kB
Progress (3): 66/167 kB | 56/62 kB | 16 kB
Progress (3): 66/167 kB | 60/62 kB | 16 kB
Progress (4): 66/167 kB | 60/62 kB | 16 kB | 4.1/17 kB
Progress (4): 66/167 kB | 62 kB | 16 kB | 4.1/17 kB   
Progress (4): 66/167 kB | 62 kB | 16 kB | 7.7/17 kB
Progress (4): 66/167 kB | 62 kB | 16 kB | 12/17 kB 
Progress (4): 66/167 kB | 62 kB | 16 kB | 16/17 kB
Progress (4): 66/167 kB | 62 kB | 16 kB | 17 kB   
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 29 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Progress (2): 66/167 kB | 4.1/450 kB
Progress (2): 66/167 kB | 7.7/450 kB
Progress (2): 66/167 kB | 12/450 kB 
Progress (2): 66/167 kB | 16/450 kB
Progress (3): 66/167 kB | 16/450 kB | 4.1/39 kB
Progress (3): 66/167 kB | 20/450 kB | 4.1/39 kB
Progress (3): 66/167 kB | 20/450 kB | 7.7/39 kB
Progress (3): 66/167 kB | 24/450 kB | 7.7/39 kB
Progress (3): 66/167 kB | 24/450 kB | 12/39 kB 
Progress (3): 66/167 kB | 28/450 kB | 12/39 kB
Progress (3): 66/167 kB | 28/450 kB | 16/39 kB
Progress (3): 66/167 kB | 32/450 kB | 16/39 kB
Progress (3): 66/167 kB | 32/450 kB | 20/39 kB
Progress (3): 66/167 kB | 36/450 kB | 20/39 kB
Progress (3): 66/167 kB | 36/450 kB | 24/39 kB
Progress (3): 66/167 kB | 40/450 kB | 24/39 kB
Progress (3): 66/167 kB | 40/450 kB | 28/39 kB
Progress (3): 66/167 kB | 44/450 kB | 28/39 kB
Progress (3): 66/167 kB | 44/450 kB | 32/39 kB
Progress (3): 66/167 kB | 48/450 kB | 32/39 kB
Progress (3): 66/167 kB | 48/450 kB | 36/39 kB
Progress (3): 66/167 kB | 52/450 kB | 36/39 kB
Progress (4): 66/167 kB | 52/450 kB | 36/39 kB | 4.1/347 kB
Progress (4): 66/167 kB | 56/450 kB | 36/39 kB | 4.1/347 kB
Progress (4): 66/167 kB | 56/450 kB | 39 kB | 4.1/347 kB   
Progress (4): 66/167 kB | 60/450 kB | 39 kB | 4.1/347 kB
Progress (4): 66/167 kB | 60/450 kB | 39 kB | 7.7/347 kB
Progress (4): 66/167 kB | 64/450 kB | 39 kB | 7.7/347 kB
Progress (4): 66/167 kB | 64/450 kB | 39 kB | 12/347 kB 
Progress (4): 66/167 kB | 68/450 kB | 39 kB | 12/347 kB
Progress (4): 66/167 kB | 68/450 kB | 39 kB | 16/347 kB
Progress (4): 66/167 kB | 72/450 kB | 39 kB | 16/347 kB
Progress (4): 66/167 kB | 72/450 kB | 39 kB | 20/347 kB
Progress (4): 66/167 kB | 76/450 kB | 39 kB | 20/347 kB
Progress (4): 66/167 kB | 76/450 kB | 39 kB | 24/347 kB
Progress (4): 66/167 kB | 80/450 kB | 39 kB | 24/347 kB
Progress (4): 66/167 kB | 80/450 kB | 39 kB | 28/347 kB
Progress (4): 66/167 kB | 84/450 kB | 39 kB | 28/347 kB
Progress (4): 66/167 kB | 84/450 kB | 39 kB | 32/347 kB
Progress (4): 66/167 kB | 88/450 kB | 39 kB | 32/347 kB
Progress (4): 66/167 kB | 88/450 kB | 39 kB | 33/347 kB
Progress (4): 66/167 kB | 92/450 kB | 39 kB | 33/347 kB
Progress (4): 66/167 kB | 92/450 kB | 39 kB | 37/347 kB
Progress (4): 66/167 kB | 96/450 kB | 39 kB | 37/347 kB
Progress (4): 66/167 kB | 96/450 kB | 39 kB | 41/347 kB
Progress (4): 66/167 kB | 100/450 kB | 39 kB | 41/347 kB
Progress (4): 66/167 kB | 100/450 kB | 39 kB | 45/347 kB
Progress (4): 66/167 kB | 104/450 kB | 39 kB | 45/347 kB
Progress (4): 66/167 kB | 104/450 kB | 39 kB | 49/347 kB
Progress (4): 66/167 kB | 108/450 kB | 39 kB | 49/347 kB
Progress (4): 66/167 kB | 108/450 kB | 39 kB | 53/347 kB
Progress (4): 66/167 kB | 112/450 kB | 39 kB | 53/347 kB
Progress (4): 66/167 kB | 112/450 kB | 39 kB | 57/347 kB
Progress (4): 66/167 kB | 116/450 kB | 39 kB | 57/347 kB
Progress (4): 66/167 kB | 116/450 kB | 39 kB | 61/347 kB
Progress (4): 66/167 kB | 120/450 kB | 39 kB | 61/347 kB
Progress (4): 66/167 kB | 120/450 kB | 39 kB | 65/347 kB
Progress (4): 66/167 kB | 124/450 kB | 39 kB | 65/347 kB
Progress (4): 66/167 kB | 124/450 kB | 39 kB | 66/347 kB
Progress (4): 66/167 kB | 128/450 kB | 39 kB | 66/347 kB
Progress (4): 66/167 kB | 128/450 kB | 39 kB | 70/347 kB
Progress (4): 66/167 kB | 132/450 kB | 39 kB | 70/347 kB
Progress (4): 66/167 kB | 132/450 kB | 39 kB | 74/347 kB
Progress (4): 66/167 kB | 136/450 kB | 39 kB | 74/347 kB
Progress (4): 66/167 kB | 136/450 kB | 39 kB | 78/347 kB
Progress (4): 66/167 kB | 140/450 kB | 39 kB | 78/347 kB
Progress (4): 66/167 kB | 140/450 kB | 39 kB | 82/347 kB
Progress (4): 66/167 kB | 144/450 kB | 39 kB | 82/347 kB
Progress (4): 66/167 kB | 144/450 kB | 39 kB | 86/347 kB
Progress (4): 66/167 kB | 148/450 kB | 39 kB | 86/347 kB
Progress (4): 66/167 kB | 148/450 kB | 39 kB | 90/347 kB
Progress (4): 66/167 kB | 152/450 kB | 39 kB | 90/347 kB
Progress (4): 66/167 kB | 152/450 kB | 39 kB | 94/347 kB
Progress (4): 66/167 kB | 156/450 kB | 39 kB | 94/347 kB
Progress (4): 66/167 kB | 156/450 kB | 39 kB | 98/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 98/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 98/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 102/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 106/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 110/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 114/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 118/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 122/347 kB
Progress (4): 66/167 kB | 160/450 kB | 39 kB | 126/347 kB
Progress (4): 70/167 kB | 160/450 kB | 39 kB | 126/347 kB
Progress (4): 70/167 kB | 160/450 kB | 39 kB | 130/347 kB
Progress (4): 70/167 kB | 164/450 kB | 39 kB | 130/347 kB
Progress (5): 70/167 kB | 164/450 kB | 39 kB | 130/347 kB | 4.1/61 kB
Progress (5): 74/167 kB | 164/450 kB | 39 kB | 130/347 kB | 4.1/61 kB
Progress (5): 74/167 kB | 164/450 kB | 39 kB | 130/347 kB | 7.7/61 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 61 kB/s)
Progress (4): 74/167 kB | 168/450 kB | 130/347 kB | 7.7/61 kB
Progress (4): 74/167 kB | 168/450 kB | 134/347 kB | 7.7/61 kB
Progress (4): 74/167 kB | 172/450 kB | 134/347 kB | 7.7/61 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Progress (4): 74/167 kB | 172/450 kB | 134/347 kB | 12/61 kB
Progress (4): 74/167 kB | 172/450 kB | 134/347 kB | 16/61 kB
Progress (4): 78/167 kB | 172/450 kB | 134/347 kB | 16/61 kB
Progress (4): 78/167 kB | 172/450 kB | 134/347 kB | 20/61 kB
Progress (4): 78/167 kB | 176/450 kB | 134/347 kB | 20/61 kB
Progress (4): 78/167 kB | 176/450 kB | 138/347 kB | 20/61 kB
Progress (4): 78/167 kB | 180/450 kB | 138/347 kB | 20/61 kB
Progress (4): 78/167 kB | 180/450 kB | 142/347 kB | 20/61 kB
Progress (4): 78/167 kB | 180/450 kB | 142/347 kB | 24/61 kB
Progress (4): 82/167 kB | 180/450 kB | 142/347 kB | 24/61 kB
Progress (4): 82/167 kB | 180/450 kB | 142/347 kB | 28/61 kB
Progress (4): 86/167 kB | 180/450 kB | 142/347 kB | 28/61 kB
Progress (4): 86/167 kB | 180/450 kB | 146/347 kB | 28/61 kB
Progress (4): 86/167 kB | 184/450 kB | 146/347 kB | 28/61 kB
Progress (4): 86/167 kB | 184/450 kB | 150/347 kB | 28/61 kB
Progress (4): 90/167 kB | 184/450 kB | 150/347 kB | 28/61 kB
Progress (4): 90/167 kB | 184/450 kB | 150/347 kB | 32/61 kB
Progress (4): 94/167 kB | 184/450 kB | 150/347 kB | 32/61 kB
Progress (4): 94/167 kB | 184/450 kB | 154/347 kB | 32/61 kB
Progress (4): 94/167 kB | 188/450 kB | 154/347 kB | 32/61 kB
Progress (4): 94/167 kB | 188/450 kB | 158/347 kB | 32/61 kB
Progress (4): 98/167 kB | 188/450 kB | 158/347 kB | 32/61 kB
Progress (4): 98/167 kB | 188/450 kB | 158/347 kB | 36/61 kB
Progress (4): 98/167 kB | 188/450 kB | 158/347 kB | 36/61 kB
Progress (4): 98/167 kB | 188/450 kB | 162/347 kB | 36/61 kB
Progress (4): 98/167 kB | 192/450 kB | 162/347 kB | 36/61 kB
Progress (4): 98/167 kB | 192/450 kB | 166/347 kB | 36/61 kB
Progress (4): 102/167 kB | 192/450 kB | 166/347 kB | 36/61 kB
Progress (4): 102/167 kB | 192/450 kB | 166/347 kB | 40/61 kB
Progress (4): 106/167 kB | 192/450 kB | 166/347 kB | 40/61 kB
Progress (4): 106/167 kB | 192/450 kB | 170/347 kB | 40/61 kB
Progress (4): 106/167 kB | 196/450 kB | 170/347 kB | 40/61 kB
Progress (4): 106/167 kB | 196/450 kB | 174/347 kB | 40/61 kB
Progress (4): 110/167 kB | 196/450 kB | 174/347 kB | 40/61 kB
Progress (4): 110/167 kB | 196/450 kB | 174/347 kB | 44/61 kB
Progress (4): 114/167 kB | 196/450 kB | 174/347 kB | 44/61 kB
Progress (4): 114/167 kB | 196/450 kB | 178/347 kB | 44/61 kB
Progress (4): 114/167 kB | 200/450 kB | 178/347 kB | 44/61 kB
Progress (4): 114/167 kB | 200/450 kB | 182/347 kB | 44/61 kB
Progress (4): 118/167 kB | 200/450 kB | 182/347 kB | 44/61 kB
Progress (4): 118/167 kB | 200/450 kB | 182/347 kB | 48/61 kB
Progress (4): 122/167 kB | 200/450 kB | 182/347 kB | 48/61 kB
Progress (4): 122/167 kB | 200/450 kB | 186/347 kB | 48/61 kB
Progress (4): 122/167 kB | 204/450 kB | 186/347 kB | 48/61 kB
Progress (4): 122/167 kB | 204/450 kB | 190/347 kB | 48/61 kB
Progress (4): 126/167 kB | 204/450 kB | 190/347 kB | 48/61 kB
Progress (4): 126/167 kB | 204/450 kB | 190/347 kB | 52/61 kB
Progress (4): 130/167 kB | 204/450 kB | 190/347 kB | 52/61 kB
Progress (4): 130/167 kB | 204/450 kB | 194/347 kB | 52/61 kB
Progress (5): 130/167 kB | 204/450 kB | 194/347 kB | 52/61 kB | 4.1/189 kB
Progress (5): 130/167 kB | 204/450 kB | 194/347 kB | 52/61 kB | 7.7/189 kB
Progress (5): 130/167 kB | 204/450 kB | 194/347 kB | 52/61 kB | 12/189 kB 
Progress (5): 130/167 kB | 204/450 kB | 194/347 kB | 52/61 kB | 16/189 kB
Progress (5): 130/167 kB | 208/450 kB | 194/347 kB | 52/61 kB | 16/189 kB
Progress (5): 130/167 kB | 208/450 kB | 194/347 kB | 52/61 kB | 20/189 kB
Progress (5): 130/167 kB | 208/450 kB | 198/347 kB | 52/61 kB | 20/189 kB
Progress (5): 131/167 kB | 208/450 kB | 198/347 kB | 52/61 kB | 20/189 kB
Progress (5): 131/167 kB | 208/450 kB | 198/347 kB | 56/61 kB | 20/189 kB
Progress (5): 135/167 kB | 208/450 kB | 198/347 kB | 56/61 kB | 20/189 kB
Progress (5): 135/167 kB | 208/450 kB | 202/347 kB | 56/61 kB | 20/189 kB
Progress (5): 135/167 kB | 208/450 kB | 202/347 kB | 56/61 kB | 24/189 kB
Progress (5): 135/167 kB | 212/450 kB | 202/347 kB | 56/61 kB | 24/189 kB
Progress (5): 135/167 kB | 212/450 kB | 202/347 kB | 56/61 kB | 28/189 kB
Progress (5): 135/167 kB | 212/450 kB | 206/347 kB | 56/61 kB | 28/189 kB
Progress (5): 139/167 kB | 212/450 kB | 206/347 kB | 56/61 kB | 28/189 kB
Progress (5): 139/167 kB | 212/450 kB | 206/347 kB | 60/61 kB | 28/189 kB
Progress (5): 143/167 kB | 212/450 kB | 206/347 kB | 60/61 kB | 28/189 kB
Progress (5): 143/167 kB | 212/450 kB | 210/347 kB | 60/61 kB | 28/189 kB
Progress (5): 143/167 kB | 212/450 kB | 210/347 kB | 60/61 kB | 32/189 kB
Progress (5): 143/167 kB | 216/450 kB | 210/347 kB | 60/61 kB | 32/189 kB
Progress (5): 143/167 kB | 216/450 kB | 210/347 kB | 60/61 kB | 33/189 kB
Progress (5): 143/167 kB | 216/450 kB | 214/347 kB | 60/61 kB | 33/189 kB
Progress (5): 147/167 kB | 216/450 kB | 214/347 kB | 60/61 kB | 33/189 kB
Progress (5): 147/167 kB | 216/450 kB | 214/347 kB | 61 kB | 33/189 kB   
Progress (5): 151/167 kB | 216/450 kB | 214/347 kB | 61 kB | 33/189 kB
Progress (5): 151/167 kB | 216/450 kB | 218/347 kB | 61 kB | 33/189 kB
Progress (5): 151/167 kB | 216/450 kB | 222/347 kB | 61 kB | 33/189 kB
Progress (5): 151/167 kB | 216/450 kB | 222/347 kB | 61 kB | 37/189 kB
Progress (5): 151/167 kB | 220/450 kB | 222/347 kB | 61 kB | 37/189 kB
Progress (5): 151/167 kB | 220/450 kB | 222/347 kB | 61 kB | 41/189 kB
Progress (5): 151/167 kB | 220/450 kB | 226/347 kB | 61 kB | 41/189 kB
Progress (5): 155/167 kB | 220/450 kB | 226/347 kB | 61 kB | 41/189 kB
Progress (5): 155/167 kB | 220/450 kB | 230/347 kB | 61 kB | 41/189 kB
Progress (5): 155/167 kB | 220/450 kB | 230/347 kB | 61 kB | 45/189 kB
Progress (5): 155/167 kB | 224/450 kB | 230/347 kB | 61 kB | 45/189 kB
Progress (5): 155/167 kB | 224/450 kB | 230/347 kB | 61 kB | 49/189 kB
Progress (5): 155/167 kB | 224/450 kB | 234/347 kB | 61 kB | 49/189 kB
Progress (5): 159/167 kB | 224/450 kB | 234/347 kB | 61 kB | 49/189 kB
Progress (5): 159/167 kB | 224/450 kB | 238/347 kB | 61 kB | 49/189 kB
Progress (5): 159/167 kB | 224/450 kB | 238/347 kB | 61 kB | 53/189 kB
Progress (5): 159/167 kB | 228/450 kB | 238/347 kB | 61 kB | 53/189 kB
Progress (5): 159/167 kB | 228/450 kB | 238/347 kB | 61 kB | 57/189 kB
Progress (5): 159/167 kB | 228/450 kB | 242/347 kB | 61 kB | 57/189 kB
Progress (5): 163/167 kB | 228/450 kB | 242/347 kB | 61 kB | 57/189 kB
Progress (5): 163/167 kB | 228/450 kB | 246/347 kB | 61 kB | 57/189 kB
Progress (5): 163/167 kB | 228/450 kB | 246/347 kB | 61 kB | 61/189 kB
Progress (5): 163/167 kB | 232/450 kB | 246/347 kB | 61 kB | 61/189 kB
Progress (5): 163/167 kB | 232/450 kB | 246/347 kB | 61 kB | 65/189 kB
Progress (5): 163/167 kB | 232/450 kB | 250/347 kB | 61 kB | 65/189 kB
Progress (5): 167/167 kB | 232/450 kB | 250/347 kB | 61 kB | 65/189 kB
Progress (5): 167/167 kB | 232/450 kB | 254/347 kB | 61 kB | 65/189 kB
Progress (5): 167/167 kB | 232/450 kB | 258/347 kB | 61 kB | 65/189 kB
Progress (5): 167/167 kB | 232/450 kB | 258/347 kB | 61 kB | 66/189 kB
Progress (5): 167/167 kB | 236/450 kB | 258/347 kB | 61 kB | 66/189 kB
Progress (5): 167/167 kB | 236/450 kB | 258/347 kB | 61 kB | 70/189 kB
Progress (5): 167/167 kB | 236/450 kB | 258/347 kB | 61 kB | 74/189 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Progress (4): 167/167 kB | 236/450 kB | 262/347 kB | 74/189 kB
Progress (4): 167 kB | 236/450 kB | 262/347 kB | 74/189 kB    
Progress (4): 167 kB | 236/450 kB | 266/347 kB | 74/189 kB
Progress (4): 167 kB | 236/450 kB | 266/347 kB | 78/189 kB
Progress (4): 167 kB | 240/450 kB | 266/347 kB | 78/189 kB
Progress (4): 167 kB | 240/450 kB | 266/347 kB | 82/189 kB
Progress (4): 167 kB | 240/450 kB | 270/347 kB | 82/189 kB
Progress (4): 167 kB | 240/450 kB | 270/347 kB | 86/189 kB
Progress (4): 167 kB | 244/450 kB | 270/347 kB | 86/189 kB
Progress (4): 167 kB | 244/450 kB | 270/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 274/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 278/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 282/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 286/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 290/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 294/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 298/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 302/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 306/347 kB | 90/189 kB
Progress (4): 167 kB | 244/450 kB | 306/347 kB | 94/189 kB
Progress (4): 167 kB | 248/450 kB | 306/347 kB | 94/189 kB
Progress (4): 167 kB | 248/450 kB | 306/347 kB | 98/189 kB
Progress (5): 167 kB | 248/450 kB | 306/347 kB | 98/189 kB | 4.1/144 kB
Progress (5): 167 kB | 248/450 kB | 310/347 kB | 98/189 kB | 4.1/144 kB
Progress (5): 167 kB | 248/450 kB | 310/347 kB | 98/189 kB | 7.7/144 kB
Progress (5): 167 kB | 248/450 kB | 310/347 kB | 98/189 kB | 7.7/144 kB
Progress (5): 167 kB | 252/450 kB | 310/347 kB | 98/189 kB | 7.7/144 kB
Progress (5): 167 kB | 252/450 kB | 310/347 kB | 102/189 kB | 7.7/144 kB
Progress (5): 167 kB | 252/450 kB | 310/347 kB | 102/189 kB | 12/144 kB 
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 102/189 kB | 12/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 102/189 kB | 16/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 106/189 kB | 16/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 110/189 kB | 16/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 114/189 kB | 16/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 118/189 kB | 16/144 kB
Progress (5): 167 kB | 252/450 kB | 314/347 kB | 122/189 kB | 16/144 kB
Progress (5): 167 kB | 256/450 kB | 314/347 kB | 122/189 kB | 16/144 kB
Progress (5): 167 kB | 256/450 kB | 314/347 kB | 126/189 kB | 16/144 kB
Progress (5): 167 kB | 256/450 kB | 314/347 kB | 126/189 kB | 20/144 kB
Progress (5): 167 kB | 256/450 kB | 318/347 kB | 126/189 kB | 20/144 kB
Progress (5): 167 kB | 256/450 kB | 318/347 kB | 126/189 kB | 24/144 kB
Progress (5): 167 kB | 256/450 kB | 318/347 kB | 130/189 kB | 24/144 kB
Progress (5): 167 kB | 260/450 kB | 318/347 kB | 130/189 kB | 24/144 kB
Progress (5): 167 kB | 260/450 kB | 318/347 kB | 131/189 kB | 24/144 kB
Progress (5): 167 kB | 260/450 kB | 318/347 kB | 131/189 kB | 28/144 kB
Progress (5): 167 kB | 260/450 kB | 322/347 kB | 131/189 kB | 28/144 kB
Progress (5): 167 kB | 260/450 kB | 322/347 kB | 131/189 kB | 32/144 kB
Progress (5): 167 kB | 260/450 kB | 322/347 kB | 135/189 kB | 32/144 kB
Progress (5): 167 kB | 264/450 kB | 322/347 kB | 135/189 kB | 32/144 kB
Progress (5): 167 kB | 264/450 kB | 322/347 kB | 139/189 kB | 32/144 kB
Progress (5): 167 kB | 264/450 kB | 322/347 kB | 139/189 kB | 33/144 kB
Progress (5): 167 kB | 264/450 kB | 326/347 kB | 139/189 kB | 33/144 kB
Progress (5): 167 kB | 264/450 kB | 326/347 kB | 139/189 kB | 37/144 kB
Progress (5): 167 kB | 264/450 kB | 326/347 kB | 143/189 kB | 37/144 kB
Progress (5): 167 kB | 268/450 kB | 326/347 kB | 143/189 kB | 37/144 kB
Progress (5): 167 kB | 268/450 kB | 326/347 kB | 147/189 kB | 37/144 kB
Progress (5): 167 kB | 268/450 kB | 326/347 kB | 147/189 kB | 41/144 kB
Progress (5): 167 kB | 268/450 kB | 330/347 kB | 147/189 kB | 41/144 kB
Progress (5): 167 kB | 268/450 kB | 330/347 kB | 147/189 kB | 45/144 kB
Progress (5): 167 kB | 268/450 kB | 330/347 kB | 151/189 kB | 45/144 kB
Progress (5): 167 kB | 272/450 kB | 330/347 kB | 151/189 kB | 45/144 kB
Progress (5): 167 kB | 272/450 kB | 330/347 kB | 155/189 kB | 45/144 kB
Progress (5): 167 kB | 272/450 kB | 330/347 kB | 155/189 kB | 49/144 kB
Progress (5): 167 kB | 272/450 kB | 334/347 kB | 155/189 kB | 49/144 kB
Progress (5): 167 kB | 272/450 kB | 334/347 kB | 155/189 kB | 53/144 kB
Progress (5): 167 kB | 272/450 kB | 334/347 kB | 159/189 kB | 53/144 kB
Progress (5): 167 kB | 276/450 kB | 334/347 kB | 159/189 kB | 53/144 kB
Progress (5): 167 kB | 276/450 kB | 334/347 kB | 163/189 kB | 53/144 kB
Progress (5): 167 kB | 276/450 kB | 334/347 kB | 163/189 kB | 57/144 kB
Progress (5): 167 kB | 276/450 kB | 338/347 kB | 163/189 kB | 57/144 kB
Progress (5): 167 kB | 276/450 kB | 338/347 kB | 163/189 kB | 61/144 kB
Progress (5): 167 kB | 276/450 kB | 338/347 kB | 167/189 kB | 61/144 kB
Progress (5): 167 kB | 280/450 kB | 338/347 kB | 167/189 kB | 61/144 kB
Progress (5): 167 kB | 280/450 kB | 338/347 kB | 171/189 kB | 61/144 kB
Progress (5): 167 kB | 280/450 kB | 338/347 kB | 171/189 kB | 65/144 kB
Progress (5): 167 kB | 280/450 kB | 342/347 kB | 171/189 kB | 65/144 kB
Progress (5): 167 kB | 280/450 kB | 342/347 kB | 171/189 kB | 66/144 kB
Progress (5): 167 kB | 280/450 kB | 342/347 kB | 175/189 kB | 66/144 kB
Progress (5): 167 kB | 284/450 kB | 342/347 kB | 175/189 kB | 66/144 kB
Progress (5): 167 kB | 284/450 kB | 342/347 kB | 179/189 kB | 66/144 kB
Progress (5): 167 kB | 284/450 kB | 342/347 kB | 179/189 kB | 70/144 kB
Progress (5): 167 kB | 284/450 kB | 346/347 kB | 179/189 kB | 70/144 kB
Progress (5): 167 kB | 284/450 kB | 346/347 kB | 179/189 kB | 74/144 kB
Progress (5): 167 kB | 284/450 kB | 346/347 kB | 183/189 kB | 74/144 kB
Progress (5): 167 kB | 288/450 kB | 346/347 kB | 183/189 kB | 74/144 kB
Progress (5): 167 kB | 288/450 kB | 346/347 kB | 187/189 kB | 74/144 kB
Progress (5): 167 kB | 288/450 kB | 346/347 kB | 187/189 kB | 78/144 kB
Progress (5): 167 kB | 288/450 kB | 347 kB | 187/189 kB | 78/144 kB    
Progress (5): 167 kB | 288/450 kB | 347 kB | 187/189 kB | 82/144 kB
Progress (5): 167 kB | 288/450 kB | 347 kB | 189 kB | 82/144 kB    
Progress (5): 167 kB | 292/450 kB | 347 kB | 189 kB | 82/144 kB
Progress (5): 167 kB | 292/450 kB | 347 kB | 189 kB | 86/144 kB
Progress (5): 167 kB | 296/450 kB | 347 kB | 189 kB | 86/144 kB
Progress (5): 167 kB | 296/450 kB | 347 kB | 189 kB | 90/144 kB
Progress (5): 167 kB | 300/450 kB | 347 kB | 189 kB | 90/144 kB
Progress (5): 167 kB | 300/450 kB | 347 kB | 189 kB | 94/144 kB
Progress (5): 167 kB | 304/450 kB | 347 kB | 189 kB | 94/144 kB
Progress (5): 167 kB | 304/450 kB | 347 kB | 189 kB | 98/144 kB
Progress (5): 167 kB | 308/450 kB | 347 kB | 189 kB | 98/144 kB
Progress (5): 167 kB | 308/450 kB | 347 kB | 189 kB | 102/144 kB
Progress (5): 167 kB | 312/450 kB | 347 kB | 189 kB | 102/144 kB
Progress (5): 167 kB | 312/450 kB | 347 kB | 189 kB | 106/144 kB
Progress (5): 167 kB | 316/450 kB | 347 kB | 189 kB | 106/144 kB
Progress (5): 167 kB | 316/450 kB | 347 kB | 189 kB | 110/144 kB
Progress (5): 167 kB | 320/450 kB | 347 kB | 189 kB | 110/144 kB
Progress (5): 167 kB | 320/450 kB | 347 kB | 189 kB | 114/144 kB
Progress (5): 167 kB | 324/450 kB | 347 kB | 189 kB | 114/144 kB
Progress (5): 167 kB | 324/450 kB | 347 kB | 189 kB | 118/144 kB
Progress (5): 167 kB | 328/450 kB | 347 kB | 189 kB | 118/144 kB
Progress (5): 167 kB | 328/450 kB | 347 kB | 189 kB | 122/144 kB
Progress (5): 167 kB | 332/450 kB | 347 kB | 189 kB | 122/144 kB
Progress (5): 167 kB | 332/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 336/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 340/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 344/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 348/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 352/450 kB | 347 kB | 189 kB | 126/144 kB
Progress (5): 167 kB | 352/450 kB | 347 kB | 189 kB | 130/144 kB
Progress (5): 167 kB | 356/450 kB | 347 kB | 189 kB | 130/144 kB
Progress (5): 167 kB | 356/450 kB | 347 kB | 189 kB | 134/144 kB
Progress (5): 167 kB | 356/450 kB | 347 kB | 189 kB | 138/144 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 219 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Progress (4): 356/450 kB | 347 kB | 189 kB | 142/144 kB
Progress (4): 360/450 kB | 347 kB | 189 kB | 142/144 kB
Progress (4): 360/450 kB | 347 kB | 189 kB | 144 kB    
Progress (4): 364/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 368/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 372/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 376/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 380/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 384/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 388/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 392/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 396/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 400/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 404/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 408/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 412/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 416/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 420/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 424/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 428/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 432/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 436/450 kB | 347 kB | 189 kB | 144 kB
Progress (4): 440/450 kB | 347 kB | 189 kB | 144 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 451 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Progress (3): 444/450 kB | 189 kB | 144 kB
Progress (3): 448/450 kB | 189 kB | 144 kB
Progress (3): 450 kB | 189 kB | 144 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 223 kB/s)
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 532 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
Progress (2): 144 kB | 4.1/90 kB
Progress (2): 144 kB | 7.7/90 kB
Progress (3): 144 kB | 7.7/90 kB | 4.1/139 kB
Progress (3): 144 kB | 12/90 kB | 4.1/139 kB 
Progress (3): 144 kB | 12/90 kB | 7.7/139 kB
Progress (3): 144 kB | 16/90 kB | 7.7/139 kB
Progress (3): 144 kB | 16/90 kB | 12/139 kB 
Progress (3): 144 kB | 20/90 kB | 12/139 kB
Progress (3): 144 kB | 24/90 kB | 12/139 kB
Progress (3): 144 kB | 24/90 kB | 16/139 kB
Progress (3): 144 kB | 28/90 kB | 16/139 kB
Progress (3): 144 kB | 32/90 kB | 16/139 kB
Progress (3): 144 kB | 33/90 kB | 16/139 kB
Progress (3): 144 kB | 33/90 kB | 20/139 kB
Progress (3): 144 kB | 37/90 kB | 20/139 kB
Progress (4): 144 kB | 37/90 kB | 20/139 kB | 4.1/457 kB
Progress (4): 144 kB | 37/90 kB | 20/139 kB | 7.7/457 kB
Progress (4): 144 kB | 37/90 kB | 24/139 kB | 7.7/457 kB
Progress (4): 144 kB | 37/90 kB | 24/139 kB | 12/457 kB 
Progress (4): 144 kB | 37/90 kB | 28/139 kB | 12/457 kB
Progress (4): 144 kB | 41/90 kB | 28/139 kB | 12/457 kB
Progress (4): 144 kB | 41/90 kB | 32/139 kB | 12/457 kB
Progress (4): 144 kB | 41/90 kB | 32/139 kB | 16/457 kB
Progress (4): 144 kB | 41/90 kB | 36/139 kB | 16/457 kB
Progress (4): 144 kB | 41/90 kB | 36/139 kB | 20/457 kB
Progress (4): 144 kB | 45/90 kB | 36/139 kB | 20/457 kB
Progress (4): 144 kB | 45/90 kB | 36/139 kB | 24/457 kB
Progress (5): 144 kB | 45/90 kB | 36/139 kB | 24/457 kB | 4.1/26 kB
Progress (5): 144 kB | 45/90 kB | 40/139 kB | 24/457 kB | 4.1/26 kB
Progress (5): 144 kB | 45/90 kB | 40/139 kB | 24/457 kB | 7.7/26 kB
Progress (5): 144 kB | 45/90 kB | 40/139 kB | 28/457 kB | 7.7/26 kB
Progress (5): 144 kB | 49/90 kB | 40/139 kB | 28/457 kB | 7.7/26 kB
Progress (5): 144 kB | 49/90 kB | 40/139 kB | 32/457 kB | 7.7/26 kB
Progress (5): 144 kB | 49/90 kB | 44/139 kB | 32/457 kB | 7.7/26 kB
Progress (5): 144 kB | 49/90 kB | 44/139 kB | 33/457 kB | 7.7/26 kB
Progress (5): 144 kB | 53/90 kB | 44/139 kB | 33/457 kB | 7.7/26 kB
Progress (5): 144 kB | 53/90 kB | 44/139 kB | 37/457 kB | 7.7/26 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 166 kB/s)
Progress (4): 53/90 kB | 48/139 kB | 37/457 kB | 7.7/26 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Progress (4): 53/90 kB | 48/139 kB | 41/457 kB | 7.7/26 kB
Progress (4): 57/90 kB | 48/139 kB | 41/457 kB | 7.7/26 kB
Progress (4): 57/90 kB | 52/139 kB | 41/457 kB | 7.7/26 kB
Progress (4): 57/90 kB | 52/139 kB | 45/457 kB | 7.7/26 kB
Progress (4): 61/90 kB | 52/139 kB | 45/457 kB | 7.7/26 kB
Progress (4): 61/90 kB | 52/139 kB | 49/457 kB | 7.7/26 kB
Progress (4): 61/90 kB | 56/139 kB | 49/457 kB | 7.7/26 kB
Progress (4): 61/90 kB | 60/139 kB | 49/457 kB | 7.7/26 kB
Progress (4): 61/90 kB | 60/139 kB | 53/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 60/139 kB | 53/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 60/139 kB | 57/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 64/139 kB | 57/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 64/139 kB | 61/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 64/139 kB | 65/457 kB | 7.7/26 kB
Progress (4): 65/90 kB | 64/139 kB | 66/457 kB | 7.7/26 kB
Progress (4): 69/90 kB | 64/139 kB | 66/457 kB | 7.7/26 kB
Progress (4): 69/90 kB | 64/139 kB | 70/457 kB | 7.7/26 kB
Progress (4): 69/90 kB | 68/139 kB | 70/457 kB | 7.7/26 kB
Progress (4): 69/90 kB | 68/139 kB | 74/457 kB | 7.7/26 kB
Progress (4): 73/90 kB | 68/139 kB | 74/457 kB | 7.7/26 kB
Progress (4): 73/90 kB | 68/139 kB | 78/457 kB | 7.7/26 kB
Progress (4): 73/90 kB | 72/139 kB | 78/457 kB | 7.7/26 kB
Progress (4): 73/90 kB | 72/139 kB | 82/457 kB | 7.7/26 kB
Progress (4): 77/90 kB | 72/139 kB | 82/457 kB | 7.7/26 kB
Progress (4): 77/90 kB | 72/139 kB | 86/457 kB | 7.7/26 kB
Progress (4): 77/90 kB | 76/139 kB | 86/457 kB | 7.7/26 kB
Progress (4): 77/90 kB | 76/139 kB | 90/457 kB | 7.7/26 kB
Progress (4): 81/90 kB | 76/139 kB | 90/457 kB | 7.7/26 kB
Progress (4): 85/90 kB | 76/139 kB | 90/457 kB | 7.7/26 kB
Progress (4): 89/90 kB | 76/139 kB | 90/457 kB | 7.7/26 kB
Progress (4): 90 kB | 76/139 kB | 90/457 kB | 7.7/26 kB   
Progress (4): 90 kB | 80/139 kB | 90/457 kB | 7.7/26 kB
Progress (4): 90 kB | 80/139 kB | 94/457 kB | 7.7/26 kB
Progress (4): 90 kB | 84/139 kB | 94/457 kB | 7.7/26 kB
Progress (4): 90 kB | 84/139 kB | 98/457 kB | 7.7/26 kB
Progress (4): 90 kB | 84/139 kB | 98/457 kB | 7.7/26 kB
Progress (4): 90 kB | 88/139 kB | 98/457 kB | 7.7/26 kB
Progress (4): 90 kB | 88/139 kB | 102/457 kB | 7.7/26 kB
Progress (4): 90 kB | 92/139 kB | 102/457 kB | 7.7/26 kB
Progress (4): 90 kB | 92/139 kB | 106/457 kB | 7.7/26 kB
Progress (4): 90 kB | 96/139 kB | 106/457 kB | 7.7/26 kB
Progress (4): 90 kB | 100/139 kB | 106/457 kB | 7.7/26 kB
Progress (4): 90 kB | 100/139 kB | 110/457 kB | 7.7/26 kB
Progress (4): 90 kB | 100/139 kB | 114/457 kB | 7.7/26 kB
Progress (4): 90 kB | 104/139 kB | 114/457 kB | 7.7/26 kB
Progress (4): 90 kB | 108/139 kB | 114/457 kB | 7.7/26 kB
Progress (4): 90 kB | 112/139 kB | 114/457 kB | 7.7/26 kB
Progress (4): 90 kB | 116/139 kB | 114/457 kB | 7.7/26 kB
Progress (4): 90 kB | 120/139 kB | 114/457 kB | 7.7/26 kB
Progress (5): 90 kB | 120/139 kB | 114/457 kB | 7.7/26 kB | 4.1/329 kB
Progress (5): 90 kB | 120/139 kB | 118/457 kB | 7.7/26 kB | 4.1/329 kB
Progress (5): 90 kB | 124/139 kB | 118/457 kB | 7.7/26 kB | 4.1/329 kB
Progress (5): 90 kB | 124/139 kB | 122/457 kB | 7.7/26 kB | 4.1/329 kB
Progress (5): 90 kB | 124/139 kB | 122/457 kB | 7.7/26 kB | 7.7/329 kB
Progress (5): 90 kB | 124/139 kB | 126/457 kB | 7.7/26 kB | 7.7/329 kB
Progress (5): 90 kB | 128/139 kB | 126/457 kB | 7.7/26 kB | 7.7/329 kB
Progress (5): 90 kB | 128/139 kB | 130/457 kB | 7.7/26 kB | 7.7/329 kB
Progress (5): 90 kB | 128/139 kB | 130/457 kB | 7.7/26 kB | 12/329 kB 
Progress (5): 90 kB | 128/139 kB | 131/457 kB | 7.7/26 kB | 12/329 kB
Progress (5): 90 kB | 132/139 kB | 131/457 kB | 7.7/26 kB | 12/329 kB
Progress (5): 90 kB | 132/139 kB | 135/457 kB | 7.7/26 kB | 12/329 kB
Progress (5): 90 kB | 132/139 kB | 135/457 kB | 7.7/26 kB | 16/329 kB
Progress (5): 90 kB | 132/139 kB | 139/457 kB | 7.7/26 kB | 16/329 kB
Progress (5): 90 kB | 136/139 kB | 139/457 kB | 7.7/26 kB | 16/329 kB
Progress (5): 90 kB | 136/139 kB | 143/457 kB | 7.7/26 kB | 16/329 kB
Progress (5): 90 kB | 136/139 kB | 143/457 kB | 7.7/26 kB | 20/329 kB
Progress (5): 90 kB | 136/139 kB | 147/457 kB | 7.7/26 kB | 20/329 kB
Progress (5): 90 kB | 136/139 kB | 151/457 kB | 7.7/26 kB | 20/329 kB
Progress (5): 90 kB | 136/139 kB | 155/457 kB | 7.7/26 kB | 20/329 kB
Progress (5): 90 kB | 139 kB | 155/457 kB | 7.7/26 kB | 20/329 kB    
Progress (5): 90 kB | 139 kB | 159/457 kB | 7.7/26 kB | 20/329 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 96 kB/s)
Progress (4): 139 kB | 159/457 kB | 12/26 kB | 20/329 kB
Progress (4): 139 kB | 159/457 kB | 12/26 kB | 24/329 kB
Progress (4): 139 kB | 159/457 kB | 16/26 kB | 24/329 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
Progress (4): 139 kB | 163/457 kB | 16/26 kB | 24/329 kB
Progress (4): 139 kB | 164/457 kB | 16/26 kB | 24/329 kB
Progress (4): 139 kB | 168/457 kB | 16/26 kB | 24/329 kB
Progress (4): 139 kB | 168/457 kB | 20/26 kB | 24/329 kB
Progress (4): 139 kB | 168/457 kB | 20/26 kB | 28/329 kB
Progress (4): 139 kB | 168/457 kB | 24/26 kB | 28/329 kB
Progress (4): 139 kB | 172/457 kB | 24/26 kB | 28/329 kB
Progress (4): 139 kB | 172/457 kB | 26 kB | 28/329 kB   
Progress (4): 139 kB | 172/457 kB | 26 kB | 32/329 kB
Progress (4): 139 kB | 176/457 kB | 26 kB | 32/329 kB
Progress (4): 139 kB | 176/457 kB | 26 kB | 33/329 kB
Progress (4): 139 kB | 180/457 kB | 26 kB | 33/329 kB
Progress (4): 139 kB | 180/457 kB | 26 kB | 37/329 kB
Progress (4): 139 kB | 184/457 kB | 26 kB | 37/329 kB
Progress (4): 139 kB | 184/457 kB | 26 kB | 41/329 kB
Progress (4): 139 kB | 188/457 kB | 26 kB | 41/329 kB
Progress (4): 139 kB | 188/457 kB | 26 kB | 45/329 kB
Progress (4): 139 kB | 192/457 kB | 26 kB | 45/329 kB
Progress (4): 139 kB | 192/457 kB | 26 kB | 49/329 kB
Progress (4): 139 kB | 196/457 kB | 26 kB | 49/329 kB
Progress (4): 139 kB | 196/457 kB | 26 kB | 53/329 kB
Progress (4): 139 kB | 200/457 kB | 26 kB | 53/329 kB
Progress (4): 139 kB | 200/457 kB | 26 kB | 57/329 kB
Progress (4): 139 kB | 204/457 kB | 26 kB | 57/329 kB
Progress (4): 139 kB | 204/457 kB | 26 kB | 61/329 kB
Progress (4): 139 kB | 208/457 kB | 26 kB | 61/329 kB
Progress (4): 139 kB | 208/457 kB | 26 kB | 65/329 kB
Progress (4): 139 kB | 212/457 kB | 26 kB | 65/329 kB
Progress (4): 139 kB | 212/457 kB | 26 kB | 66/329 kB
Progress (4): 139 kB | 216/457 kB | 26 kB | 66/329 kB
Progress (4): 139 kB | 216/457 kB | 26 kB | 70/329 kB
Progress (4): 139 kB | 220/457 kB | 26 kB | 70/329 kB
Progress (4): 139 kB | 220/457 kB | 26 kB | 74/329 kB
Progress (4): 139 kB | 224/457 kB | 26 kB | 74/329 kB
Progress (4): 139 kB | 224/457 kB | 26 kB | 78/329 kB
Progress (4): 139 kB | 228/457 kB | 26 kB | 78/329 kB
Progress (4): 139 kB | 228/457 kB | 26 kB | 82/329 kB
Progress (4): 139 kB | 232/457 kB | 26 kB | 82/329 kB
Progress (4): 139 kB | 232/457 kB | 26 kB | 86/329 kB
Progress (4): 139 kB | 236/457 kB | 26 kB | 86/329 kB
Progress (4): 139 kB | 236/457 kB | 26 kB | 90/329 kB
Progress (4): 139 kB | 240/457 kB | 26 kB | 90/329 kB
Progress (4): 139 kB | 240/457 kB | 26 kB | 94/329 kB
Progress (4): 139 kB | 244/457 kB | 26 kB | 94/329 kB
Progress (4): 139 kB | 244/457 kB | 26 kB | 98/329 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 147 kB/s)
Progress (3): 244/457 kB | 26 kB | 98/329 kB
Progress (3): 248/457 kB | 26 kB | 98/329 kB
Progress (3): 248/457 kB | 26 kB | 102/329 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 28 kB/s)
Progress (2): 248/457 kB | 106/329 kB
Progress (2): 252/457 kB | 106/329 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Progress (2): 256/457 kB | 106/329 kB
Progress (2): 256/457 kB | 110/329 kB
Progress (2): 260/457 kB | 110/329 kB
Progress (2): 260/457 kB | 114/329 kB
Progress (2): 264/457 kB | 114/329 kB
Progress (2): 264/457 kB | 118/329 kB
Progress (2): 268/457 kB | 118/329 kB
Progress (2): 268/457 kB | 122/329 kB
Progress (2): 272/457 kB | 122/329 kB
Progress (2): 272/457 kB | 126/329 kB
Progress (2): 276/457 kB | 126/329 kB
Progress (2): 276/457 kB | 130/329 kB
Progress (2): 276/457 kB | 131/329 kB
Progress (2): 280/457 kB | 131/329 kB
Progress (2): 280/457 kB | 135/329 kB
Progress (2): 284/457 kB | 135/329 kB
Progress (2): 284/457 kB | 139/329 kB
Progress (2): 288/457 kB | 139/329 kB
Progress (2): 288/457 kB | 143/329 kB
Progress (2): 292/457 kB | 143/329 kB
Progress (2): 292/457 kB | 147/329 kB
Progress (2): 296/457 kB | 147/329 kB
Progress (2): 296/457 kB | 151/329 kB
Progress (2): 300/457 kB | 151/329 kB
Progress (2): 300/457 kB | 155/329 kB
Progress (2): 304/457 kB | 155/329 kB
Progress (2): 304/457 kB | 159/329 kB
Progress (2): 308/457 kB | 159/329 kB
Progress (2): 308/457 kB | 163/329 kB
Progress (2): 312/457 kB | 163/329 kB
Progress (3): 312/457 kB | 163/329 kB | 4.1/358 kB
Progress (3): 312/457 kB | 167/329 kB | 4.1/358 kB
Progress (3): 312/457 kB | 167/329 kB | 7.7/358 kB
Progress (3): 316/457 kB | 167/329 kB | 7.7/358 kB
Progress (3): 316/457 kB | 167/329 kB | 12/358 kB 
Progress (3): 320/457 kB | 167/329 kB | 12/358 kB
Progress (3): 320/457 kB | 171/329 kB | 12/358 kB
Progress (3): 324/457 kB | 171/329 kB | 12/358 kB
Progress (3): 324/457 kB | 171/329 kB | 16/358 kB
Progress (3): 324/457 kB | 175/329 kB | 16/358 kB
Progress (3): 328/457 kB | 175/329 kB | 16/358 kB
Progress (3): 328/457 kB | 179/329 kB | 16/358 kB
Progress (3): 328/457 kB | 179/329 kB | 20/358 kB
Progress (3): 328/457 kB | 183/329 kB | 20/358 kB
Progress (3): 332/457 kB | 183/329 kB | 20/358 kB
Progress (3): 332/457 kB | 187/329 kB | 20/358 kB
Progress (3): 332/457 kB | 187/329 kB | 24/358 kB
Progress (3): 332/457 kB | 191/329 kB | 24/358 kB
Progress (3): 336/457 kB | 191/329 kB | 24/358 kB
Progress (3): 336/457 kB | 195/329 kB | 24/358 kB
Progress (3): 336/457 kB | 195/329 kB | 28/358 kB
Progress (3): 336/457 kB | 199/329 kB | 28/358 kB
Progress (3): 340/457 kB | 199/329 kB | 28/358 kB
Progress (3): 340/457 kB | 203/329 kB | 28/358 kB
Progress (3): 344/457 kB | 203/329 kB | 28/358 kB
Progress (3): 344/457 kB | 203/329 kB | 32/358 kB
Progress (3): 348/457 kB | 203/329 kB | 32/358 kB
Progress (3): 348/457 kB | 207/329 kB | 32/358 kB
Progress (3): 352/457 kB | 207/329 kB | 32/358 kB
Progress (3): 352/457 kB | 207/329 kB | 33/358 kB
Progress (3): 356/457 kB | 207/329 kB | 33/358 kB
Progress (3): 356/457 kB | 211/329 kB | 33/358 kB
Progress (3): 360/457 kB | 211/329 kB | 33/358 kB
Progress (3): 360/457 kB | 211/329 kB | 37/358 kB
Progress (3): 364/457 kB | 211/329 kB | 37/358 kB
Progress (3): 364/457 kB | 215/329 kB | 37/358 kB
Progress (3): 368/457 kB | 215/329 kB | 37/358 kB
Progress (3): 368/457 kB | 215/329 kB | 41/358 kB
Progress (3): 372/457 kB | 215/329 kB | 41/358 kB
Progress (3): 372/457 kB | 219/329 kB | 41/358 kB
Progress (3): 372/457 kB | 219/329 kB | 45/358 kB
Progress (3): 372/457 kB | 223/329 kB | 45/358 kB
Progress (3): 376/457 kB | 223/329 kB | 45/358 kB
Progress (3): 376/457 kB | 227/329 kB | 45/358 kB
Progress (3): 376/457 kB | 227/329 kB | 49/358 kB
Progress (3): 376/457 kB | 231/329 kB | 49/358 kB
Progress (3): 380/457 kB | 231/329 kB | 49/358 kB
Progress (3): 380/457 kB | 235/329 kB | 49/358 kB
Progress (3): 380/457 kB | 235/329 kB | 53/358 kB
Progress (3): 380/457 kB | 239/329 kB | 53/358 kB
Progress (3): 384/457 kB | 239/329 kB | 53/358 kB
Progress (3): 384/457 kB | 243/329 kB | 53/358 kB
Progress (3): 384/457 kB | 243/329 kB | 57/358 kB
Progress (3): 384/457 kB | 247/329 kB | 57/358 kB
Progress (3): 384/457 kB | 247/329 kB | 61/358 kB
Progress (3): 388/457 kB | 247/329 kB | 61/358 kB
Progress (3): 388/457 kB | 247/329 kB | 65/358 kB
Progress (3): 392/457 kB | 247/329 kB | 65/358 kB
Progress (3): 392/457 kB | 251/329 kB | 65/358 kB
Progress (3): 396/457 kB | 251/329 kB | 65/358 kB
Progress (3): 396/457 kB | 251/329 kB | 66/358 kB
Progress (3): 396/457 kB | 255/329 kB | 66/358 kB
Progress (3): 396/457 kB | 255/329 kB | 70/358 kB
Progress (3): 400/457 kB | 255/329 kB | 70/358 kB
Progress (3): 400/457 kB | 255/329 kB | 74/358 kB
Progress (3): 400/457 kB | 259/329 kB | 74/358 kB
Progress (3): 400/457 kB | 259/329 kB | 78/358 kB
Progress (3): 404/457 kB | 259/329 kB | 78/358 kB
Progress (3): 404/457 kB | 259/329 kB | 82/358 kB
Progress (3): 404/457 kB | 263/329 kB | 82/358 kB
Progress (3): 404/457 kB | 263/329 kB | 86/358 kB
Progress (3): 408/457 kB | 263/329 kB | 86/358 kB
Progress (3): 408/457 kB | 263/329 kB | 90/358 kB
Progress (3): 408/457 kB | 267/329 kB | 90/358 kB
Progress (3): 408/457 kB | 267/329 kB | 94/358 kB
Progress (3): 408/457 kB | 271/329 kB | 94/358 kB
Progress (3): 412/457 kB | 271/329 kB | 94/358 kB
Progress (3): 412/457 kB | 275/329 kB | 94/358 kB
Progress (3): 412/457 kB | 275/329 kB | 98/358 kB
Progress (3): 412/457 kB | 279/329 kB | 98/358 kB
Progress (3): 416/457 kB | 279/329 kB | 98/358 kB
Progress (3): 416/457 kB | 283/329 kB | 98/358 kB
Progress (3): 416/457 kB | 283/329 kB | 98/358 kB
Progress (3): 416/457 kB | 287/329 kB | 98/358 kB
Progress (3): 416/457 kB | 287/329 kB | 102/358 kB
Progress (3): 420/457 kB | 287/329 kB | 102/358 kB
Progress (3): 420/457 kB | 287/329 kB | 106/358 kB
Progress (3): 420/457 kB | 291/329 kB | 106/358 kB
Progress (3): 420/457 kB | 291/329 kB | 110/358 kB
Progress (3): 420/457 kB | 295/329 kB | 110/358 kB
Progress (3): 424/457 kB | 295/329 kB | 110/358 kB
Progress (3): 424/457 kB | 299/329 kB | 110/358 kB
Progress (3): 424/457 kB | 299/329 kB | 114/358 kB
Progress (3): 424/457 kB | 303/329 kB | 114/358 kB
Progress (3): 424/457 kB | 303/329 kB | 118/358 kB
Progress (3): 428/457 kB | 303/329 kB | 118/358 kB
Progress (3): 428/457 kB | 303/329 kB | 122/358 kB
Progress (3): 428/457 kB | 307/329 kB | 122/358 kB
Progress (3): 428/457 kB | 307/329 kB | 126/358 kB
Progress (3): 432/457 kB | 307/329 kB | 126/358 kB
Progress (3): 432/457 kB | 307/329 kB | 130/358 kB
Progress (3): 432/457 kB | 311/329 kB | 130/358 kB
Progress (3): 432/457 kB | 311/329 kB | 131/358 kB
Progress (3): 436/457 kB | 311/329 kB | 131/358 kB
Progress (3): 436/457 kB | 311/329 kB | 135/358 kB
Progress (3): 436/457 kB | 315/329 kB | 135/358 kB
Progress (3): 440/457 kB | 315/329 kB | 135/358 kB
Progress (3): 440/457 kB | 315/329 kB | 139/358 kB
Progress (3): 444/457 kB | 315/329 kB | 139/358 kB
Progress (3): 444/457 kB | 319/329 kB | 139/358 kB
Progress (3): 444/457 kB | 319/329 kB | 143/358 kB
Progress (3): 444/457 kB | 323/329 kB | 143/358 kB
Progress (3): 448/457 kB | 323/329 kB | 143/358 kB
Progress (3): 448/457 kB | 327/329 kB | 143/358 kB
Progress (3): 448/457 kB | 327/329 kB | 147/358 kB
Progress (3): 448/457 kB | 329 kB | 147/358 kB    
Progress (3): 452/457 kB | 329 kB | 147/358 kB
Progress (3): 452/457 kB | 329 kB | 151/358 kB
Progress (3): 456/457 kB | 329 kB | 151/358 kB
Progress (3): 456/457 kB | 329 kB | 155/358 kB
Progress (3): 457 kB | 329 kB | 155/358 kB    
Progress (3): 457 kB | 329 kB | 159/358 kB
Progress (3): 457 kB | 329 kB | 163/358 kB
Progress (3): 457 kB | 329 kB | 164/358 kB
Progress (3): 457 kB | 329 kB | 168/358 kB
Progress (3): 457 kB | 329 kB | 172/358 kB
Progress (3): 457 kB | 329 kB | 176/358 kB
Progress (3): 457 kB | 329 kB | 180/358 kB
Progress (3): 457 kB | 329 kB | 184/358 kB
Progress (3): 457 kB | 329 kB | 188/358 kB
Progress (3): 457 kB | 329 kB | 192/358 kB
Progress (3): 457 kB | 329 kB | 196/358 kB
Progress (3): 457 kB | 329 kB | 197/358 kB
Progress (3): 457 kB | 329 kB | 201/358 kB
Progress (3): 457 kB | 329 kB | 205/358 kB
Progress (3): 457 kB | 329 kB | 209/358 kB
Progress (3): 457 kB | 329 kB | 213/358 kB
Progress (3): 457 kB | 329 kB | 217/358 kB
Progress (3): 457 kB | 329 kB | 221/358 kB
Progress (3): 457 kB | 329 kB | 225/358 kB
Progress (3): 457 kB | 329 kB | 229/358 kB
Progress (3): 457 kB | 329 kB | 229/358 kB
Progress (3): 457 kB | 329 kB | 233/358 kB
Progress (4): 457 kB | 329 kB | 233/358 kB | 4.1/252 kB
Progress (4): 457 kB | 329 kB | 233/358 kB | 7.7/252 kB
Progress (4): 457 kB | 329 kB | 233/358 kB | 12/252 kB 
Progress (4): 457 kB | 329 kB | 233/358 kB | 16/252 kB
Progress (5): 457 kB | 329 kB | 233/358 kB | 16/252 kB | 4.1/120 kB
Progress (5): 457 kB | 329 kB | 233/358 kB | 20/252 kB | 4.1/120 kB
Progress (5): 457 kB | 329 kB | 233/358 kB | 24/252 kB | 4.1/120 kB
Progress (5): 457 kB | 329 kB | 237/358 kB | 24/252 kB | 4.1/120 kB
Progress (5): 457 kB | 329 kB | 237/358 kB | 24/252 kB | 7.7/120 kB
Progress (5): 457 kB | 329 kB | 241/358 kB | 24/252 kB | 7.7/120 kB
Progress (5): 457 kB | 329 kB | 241/358 kB | 28/252 kB | 7.7/120 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 440 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 317 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Progress (3): 241/358 kB | 32/252 kB | 7.7/120 kB
Progress (3): 241/358 kB | 33/252 kB | 7.7/120 kB
Progress (3): 241/358 kB | 37/252 kB | 7.7/120 kB
Progress (3): 245/358 kB | 37/252 kB | 7.7/120 kB
Progress (3): 245/358 kB | 37/252 kB | 12/120 kB 
Progress (3): 245/358 kB | 41/252 kB | 12/120 kB
                                                
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.jar
Progress (3): 245/358 kB | 45/252 kB | 12/120 kB
Progress (3): 245/358 kB | 49/252 kB | 12/120 kB
Progress (3): 245/358 kB | 49/252 kB | 16/120 kB
Progress (3): 249/358 kB | 49/252 kB | 16/120 kB
Progress (3): 249/358 kB | 49/252 kB | 20/120 kB
Progress (3): 249/358 kB | 53/252 kB | 20/120 kB
Progress (3): 249/358 kB | 53/252 kB | 24/120 kB
Progress (3): 253/358 kB | 53/252 kB | 24/120 kB
Progress (3): 253/358 kB | 53/252 kB | 28/120 kB
Progress (3): 253/358 kB | 57/252 kB | 28/120 kB
Progress (3): 253/358 kB | 57/252 kB | 32/120 kB
Progress (3): 257/358 kB | 57/252 kB | 32/120 kB
Progress (3): 257/358 kB | 57/252 kB | 33/120 kB
Progress (3): 257/358 kB | 61/252 kB | 33/120 kB
Progress (3): 257/358 kB | 61/252 kB | 37/120 kB
Progress (3): 261/358 kB | 61/252 kB | 37/120 kB
Progress (3): 261/358 kB | 61/252 kB | 41/120 kB
Progress (3): 261/358 kB | 65/252 kB | 41/120 kB
Progress (3): 265/358 kB | 65/252 kB | 41/120 kB
Progress (3): 265/358 kB | 66/252 kB | 41/120 kB
Progress (3): 265/358 kB | 66/252 kB | 45/120 kB
Progress (3): 265/358 kB | 70/252 kB | 45/120 kB
Progress (3): 269/358 kB | 70/252 kB | 45/120 kB
Progress (3): 269/358 kB | 74/252 kB | 45/120 kB
Progress (3): 269/358 kB | 74/252 kB | 49/120 kB
Progress (3): 273/358 kB | 74/252 kB | 49/120 kB
Progress (3): 273/358 kB | 74/252 kB | 53/120 kB
Progress (3): 273/358 kB | 78/252 kB | 53/120 kB
Progress (3): 273/358 kB | 78/252 kB | 57/120 kB
Progress (3): 277/358 kB | 78/252 kB | 57/120 kB
Progress (3): 277/358 kB | 78/252 kB | 61/120 kB
Progress (3): 277/358 kB | 82/252 kB | 61/120 kB
Progress (3): 277/358 kB | 82/252 kB | 65/120 kB
Progress (3): 281/358 kB | 82/252 kB | 65/120 kB
Progress (3): 281/358 kB | 82/252 kB | 66/120 kB
Progress (3): 281/358 kB | 86/252 kB | 66/120 kB
Progress (3): 281/358 kB | 86/252 kB | 70/120 kB
Progress (3): 285/358 kB | 86/252 kB | 70/120 kB
Progress (3): 285/358 kB | 86/252 kB | 74/120 kB
Progress (3): 285/358 kB | 90/252 kB | 74/120 kB
Progress (3): 285/358 kB | 90/252 kB | 78/120 kB
Progress (3): 289/358 kB | 90/252 kB | 78/120 kB
Progress (3): 289/358 kB | 90/252 kB | 82/120 kB
Progress (3): 289/358 kB | 94/252 kB | 82/120 kB
Progress (3): 289/358 kB | 94/252 kB | 86/120 kB
Progress (3): 293/358 kB | 94/252 kB | 86/120 kB
Progress (3): 293/358 kB | 94/252 kB | 90/120 kB
Progress (3): 293/358 kB | 98/252 kB | 90/120 kB
Progress (3): 293/358 kB | 98/252 kB | 94/120 kB
Progress (3): 297/358 kB | 98/252 kB | 94/120 kB
Progress (3): 297/358 kB | 98/252 kB | 98/120 kB
Progress (3): 297/358 kB | 102/252 kB | 98/120 kB
Progress (3): 297/358 kB | 102/252 kB | 98/120 kB
Progress (3): 301/358 kB | 102/252 kB | 98/120 kB
Progress (3): 301/358 kB | 102/252 kB | 102/120 kB
Progress (3): 301/358 kB | 106/252 kB | 102/120 kB
Progress (3): 301/358 kB | 106/252 kB | 106/120 kB
Progress (3): 301/358 kB | 110/252 kB | 106/120 kB
Progress (3): 305/358 kB | 110/252 kB | 106/120 kB
Progress (4): 305/358 kB | 110/252 kB | 106/120 kB | 4.1/575 kB
Progress (4): 305/358 kB | 114/252 kB | 106/120 kB | 4.1/575 kB
Progress (4): 305/358 kB | 114/252 kB | 110/120 kB | 4.1/575 kB
Progress (4): 305/358 kB | 118/252 kB | 110/120 kB | 4.1/575 kB
Progress (4): 305/358 kB | 118/252 kB | 110/120 kB | 7.7/575 kB
Progress (4): 309/358 kB | 118/252 kB | 110/120 kB | 7.7/575 kB
Progress (4): 309/358 kB | 122/252 kB | 110/120 kB | 7.7/575 kB
Progress (4): 309/358 kB | 122/252 kB | 114/120 kB | 7.7/575 kB
Progress (4): 309/358 kB | 126/252 kB | 114/120 kB | 7.7/575 kB
Progress (4): 313/358 kB | 126/252 kB | 114/120 kB | 7.7/575 kB
Progress (4): 313/358 kB | 126/252 kB | 114/120 kB | 12/575 kB 
Progress (4): 317/358 kB | 126/252 kB | 114/120 kB | 12/575 kB
Progress (4): 317/358 kB | 130/252 kB | 114/120 kB | 12/575 kB
Progress (4): 317/358 kB | 130/252 kB | 118/120 kB | 12/575 kB
Progress (4): 317/358 kB | 134/252 kB | 118/120 kB | 12/575 kB
Progress (4): 321/358 kB | 134/252 kB | 118/120 kB | 12/575 kB
Progress (4): 321/358 kB | 134/252 kB | 118/120 kB | 16/575 kB
Progress (4): 325/358 kB | 134/252 kB | 118/120 kB | 16/575 kB
Progress (5): 325/358 kB | 134/252 kB | 118/120 kB | 16/575 kB | 4.1/231 kB
Progress (5): 325/358 kB | 138/252 kB | 118/120 kB | 16/575 kB | 4.1/231 kB
Progress (5): 325/358 kB | 138/252 kB | 120 kB | 16/575 kB | 4.1/231 kB    
Progress (5): 325/358 kB | 142/252 kB | 120 kB | 16/575 kB | 4.1/231 kB
Progress (5): 325/358 kB | 146/252 kB | 120 kB | 16/575 kB | 4.1/231 kB
Progress (5): 325/358 kB | 146/252 kB | 120 kB | 16/575 kB | 7.7/231 kB
Progress (5): 329/358 kB | 146/252 kB | 120 kB | 16/575 kB | 7.7/231 kB
Progress (5): 329/358 kB | 146/252 kB | 120 kB | 20/575 kB | 7.7/231 kB
Progress (5): 333/358 kB | 146/252 kB | 120 kB | 20/575 kB | 7.7/231 kB
Progress (5): 333/358 kB | 146/252 kB | 120 kB | 20/575 kB | 12/231 kB 
Progress (5): 333/358 kB | 150/252 kB | 120 kB | 20/575 kB | 12/231 kB
Progress (5): 333/358 kB | 150/252 kB | 120 kB | 20/575 kB | 16/231 kB
Progress (5): 337/358 kB | 150/252 kB | 120 kB | 20/575 kB | 16/231 kB
Progress (5): 337/358 kB | 150/252 kB | 120 kB | 24/575 kB | 16/231 kB
Progress (5): 341/358 kB | 150/252 kB | 120 kB | 24/575 kB | 16/231 kB
Progress (5): 341/358 kB | 150/252 kB | 120 kB | 24/575 kB | 20/231 kB
Progress (5): 341/358 kB | 154/252 kB | 120 kB | 24/575 kB | 20/231 kB
Progress (5): 341/358 kB | 154/252 kB | 120 kB | 24/575 kB | 24/231 kB
Progress (5): 345/358 kB | 154/252 kB | 120 kB | 24/575 kB | 24/231 kB
Progress (5): 345/358 kB | 154/252 kB | 120 kB | 28/575 kB | 24/231 kB
Progress (5): 349/358 kB | 154/252 kB | 120 kB | 28/575 kB | 24/231 kB
Progress (5): 349/358 kB | 154/252 kB | 120 kB | 28/575 kB | 28/231 kB
Progress (5): 349/358 kB | 158/252 kB | 120 kB | 28/575 kB | 28/231 kB
Progress (5): 349/358 kB | 158/252 kB | 120 kB | 28/575 kB | 32/231 kB
Progress (5): 353/358 kB | 158/252 kB | 120 kB | 28/575 kB | 32/231 kB
Progress (5): 353/358 kB | 158/252 kB | 120 kB | 32/575 kB | 32/231 kB
Progress (5): 357/358 kB | 158/252 kB | 120 kB | 32/575 kB | 32/231 kB
Progress (5): 357/358 kB | 158/252 kB | 120 kB | 32/575 kB | 33/231 kB
Progress (5): 357/358 kB | 162/252 kB | 120 kB | 32/575 kB | 33/231 kB
Progress (5): 357/358 kB | 162/252 kB | 120 kB | 32/575 kB | 37/231 kB
Progress (5): 358 kB | 162/252 kB | 120 kB | 32/575 kB | 37/231 kB    
Progress (5): 358 kB | 162/252 kB | 120 kB | 36/575 kB | 37/231 kB
Progress (5): 358 kB | 162/252 kB | 120 kB | 36/575 kB | 41/231 kB
Progress (5): 358 kB | 166/252 kB | 120 kB | 36/575 kB | 41/231 kB
Progress (5): 358 kB | 166/252 kB | 120 kB | 36/575 kB | 45/231 kB
Progress (5): 358 kB | 166/252 kB | 120 kB | 40/575 kB | 45/231 kB
Progress (5): 358 kB | 166/252 kB | 120 kB | 40/575 kB | 49/231 kB
Progress (5): 358 kB | 170/252 kB | 120 kB | 40/575 kB | 49/231 kB
Progress (5): 358 kB | 170/252 kB | 120 kB | 40/575 kB | 53/231 kB
Progress (5): 358 kB | 170/252 kB | 120 kB | 44/575 kB | 53/231 kB
Progress (5): 358 kB | 170/252 kB | 120 kB | 44/575 kB | 57/231 kB
Progress (5): 358 kB | 174/252 kB | 120 kB | 44/575 kB | 57/231 kB
Progress (5): 358 kB | 174/252 kB | 120 kB | 44/575 kB | 61/231 kB
Progress (5): 358 kB | 174/252 kB | 120 kB | 48/575 kB | 61/231 kB
Progress (5): 358 kB | 174/252 kB | 120 kB | 48/575 kB | 65/231 kB
Progress (5): 358 kB | 178/252 kB | 120 kB | 48/575 kB | 65/231 kB
Progress (5): 358 kB | 178/252 kB | 120 kB | 48/575 kB | 66/231 kB
Progress (5): 358 kB | 178/252 kB | 120 kB | 52/575 kB | 66/231 kB
Progress (5): 358 kB | 178/252 kB | 120 kB | 52/575 kB | 70/231 kB
Progress (5): 358 kB | 182/252 kB | 120 kB | 52/575 kB | 70/231 kB
Progress (5): 358 kB | 182/252 kB | 120 kB | 52/575 kB | 74/231 kB
Progress (5): 358 kB | 182/252 kB | 120 kB | 56/575 kB | 74/231 kB
Progress (5): 358 kB | 182/252 kB | 120 kB | 56/575 kB | 78/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 56/575 kB | 78/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 56/575 kB | 82/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 60/575 kB | 82/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 60/575 kB | 86/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 60/575 kB | 90/231 kB
Progress (5): 358 kB | 186/252 kB | 120 kB | 60/575 kB | 94/231 kB
Progress (5): 358 kB | 190/252 kB | 120 kB | 60/575 kB | 94/231 kB
Progress (5): 358 kB | 190/252 kB | 120 kB | 60/575 kB | 98/231 kB
Progress (5): 358 kB | 190/252 kB | 120 kB | 60/575 kB | 98/231 kB
Progress (5): 358 kB | 190/252 kB | 120 kB | 60/575 kB | 102/231 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 335 kB/s)
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 102/231 kB
                                                          
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.jar
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 106/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 110/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 114/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 118/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 122/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 126/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 130/231 kB
Progress (4): 190/252 kB | 120 kB | 64/575 kB | 131/231 kB
Progress (4): 194/252 kB | 120 kB | 64/575 kB | 131/231 kB
Progress (4): 194/252 kB | 120 kB | 64/575 kB | 135/231 kB
Progress (4): 194/252 kB | 120 kB | 68/575 kB | 135/231 kB
Progress (4): 194/252 kB | 120 kB | 68/575 kB | 139/231 kB
Progress (4): 198/252 kB | 120 kB | 68/575 kB | 139/231 kB
Progress (4): 198/252 kB | 120 kB | 68/575 kB | 143/231 kB
Progress (4): 198/252 kB | 120 kB | 72/575 kB | 143/231 kB
Progress (4): 198/252 kB | 120 kB | 72/575 kB | 147/231 kB
Progress (4): 198/252 kB | 120 kB | 76/575 kB | 147/231 kB
Progress (4): 202/252 kB | 120 kB | 76/575 kB | 147/231 kB
Progress (4): 202/252 kB | 120 kB | 80/575 kB | 147/231 kB
Progress (4): 206/252 kB | 120 kB | 80/575 kB | 147/231 kB
Progress (4): 206/252 kB | 120 kB | 84/575 kB | 147/231 kB
Progress (4): 206/252 kB | 120 kB | 84/575 kB | 151/231 kB
Progress (4): 206/252 kB | 120 kB | 88/575 kB | 151/231 kB
Progress (4): 210/252 kB | 120 kB | 88/575 kB | 151/231 kB
Progress (4): 210/252 kB | 120 kB | 92/575 kB | 151/231 kB
Progress (4): 210/252 kB | 120 kB | 92/575 kB | 155/231 kB
Progress (4): 210/252 kB | 120 kB | 96/575 kB | 155/231 kB
Progress (4): 210/252 kB | 120 kB | 100/575 kB | 155/231 kB
Progress (4): 210/252 kB | 120 kB | 104/575 kB | 155/231 kB
Progress (4): 214/252 kB | 120 kB | 104/575 kB | 155/231 kB
Progress (4): 214/252 kB | 120 kB | 108/575 kB | 155/231 kB
Progress (5): 214/252 kB | 120 kB | 108/575 kB | 155/231 kB | 4.1/50 kB
Progress (5): 214/252 kB | 120 kB | 108/575 kB | 159/231 kB | 4.1/50 kB
Progress (5): 214/252 kB | 120 kB | 108/575 kB | 159/231 kB | 7.7/50 kB
Progress (5): 214/252 kB | 120 kB | 112/575 kB | 159/231 kB | 7.7/50 kB
Progress (5): 218/252 kB | 120 kB | 112/575 kB | 159/231 kB | 7.7/50 kB
Progress (5): 218/252 kB | 120 kB | 116/575 kB | 159/231 kB | 7.7/50 kB
Progress (5): 218/252 kB | 120 kB | 116/575 kB | 159/231 kB | 12/50 kB 
Progress (5): 218/252 kB | 120 kB | 116/575 kB | 163/231 kB | 12/50 kB
Progress (5): 218/252 kB | 120 kB | 116/575 kB | 163/231 kB | 16/50 kB
Progress (5): 218/252 kB | 120 kB | 120/575 kB | 163/231 kB | 16/50 kB
Progress (5): 222/252 kB | 120 kB | 120/575 kB | 163/231 kB | 16/50 kB
Progress (5): 222/252 kB | 120 kB | 124/575 kB | 163/231 kB | 16/50 kB
Progress (5): 222/252 kB | 120 kB | 124/575 kB | 163/231 kB | 20/50 kB
Progress (5): 222/252 kB | 120 kB | 124/575 kB | 167/231 kB | 20/50 kB
Progress (5): 222/252 kB | 120 kB | 124/575 kB | 167/231 kB | 24/50 kB
Progress (5): 222/252 kB | 120 kB | 128/575 kB | 167/231 kB | 24/50 kB
Progress (5): 226/252 kB | 120 kB | 128/575 kB | 167/231 kB | 24/50 kB
Progress (5): 226/252 kB | 120 kB | 132/575 kB | 167/231 kB | 24/50 kB
Progress (5): 226/252 kB | 120 kB | 132/575 kB | 167/231 kB | 28/50 kB
Progress (5): 226/252 kB | 120 kB | 132/575 kB | 171/231 kB | 28/50 kB
Progress (5): 226/252 kB | 120 kB | 132/575 kB | 171/231 kB | 32/50 kB
Progress (5): 226/252 kB | 120 kB | 136/575 kB | 171/231 kB | 32/50 kB
Progress (5): 230/252 kB | 120 kB | 136/575 kB | 171/231 kB | 32/50 kB
Progress (5): 230/252 kB | 120 kB | 140/575 kB | 171/231 kB | 32/50 kB
Progress (5): 230/252 kB | 120 kB | 140/575 kB | 171/231 kB | 36/50 kB
Progress (5): 230/252 kB | 120 kB | 140/575 kB | 175/231 kB | 36/50 kB
Progress (5): 230/252 kB | 120 kB | 140/575 kB | 175/231 kB | 40/50 kB
Progress (5): 230/252 kB | 120 kB | 144/575 kB | 175/231 kB | 40/50 kB
Progress (5): 234/252 kB | 120 kB | 144/575 kB | 175/231 kB | 40/50 kB
Progress (5): 234/252 kB | 120 kB | 148/575 kB | 175/231 kB | 40/50 kB
Progress (5): 234/252 kB | 120 kB | 148/575 kB | 175/231 kB | 44/50 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 104 kB/s)
Progress (4): 234/252 kB | 148/575 kB | 179/231 kB | 44/50 kB
                                                             
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.jar
Progress (4): 234/252 kB | 148/575 kB | 179/231 kB | 48/50 kB
Progress (4): 234/252 kB | 152/575 kB | 179/231 kB | 48/50 kB
Progress (4): 238/252 kB | 152/575 kB | 179/231 kB | 48/50 kB
Progress (4): 238/252 kB | 156/575 kB | 179/231 kB | 48/50 kB
Progress (4): 238/252 kB | 156/575 kB | 179/231 kB | 50 kB   
Progress (4): 238/252 kB | 156/575 kB | 183/231 kB | 50 kB
Progress (4): 238/252 kB | 160/575 kB | 183/231 kB | 50 kB
Progress (4): 242/252 kB | 160/575 kB | 183/231 kB | 50 kB
Progress (4): 242/252 kB | 164/575 kB | 183/231 kB | 50 kB
Progress (4): 242/252 kB | 164/575 kB | 187/231 kB | 50 kB
Progress (4): 242/252 kB | 168/575 kB | 187/231 kB | 50 kB
Progress (4): 246/252 kB | 168/575 kB | 187/231 kB | 50 kB
Progress (4): 246/252 kB | 168/575 kB | 191/231 kB | 50 kB
Progress (4): 246/252 kB | 172/575 kB | 191/231 kB | 50 kB
Progress (4): 250/252 kB | 172/575 kB | 191/231 kB | 50 kB
Progress (4): 250/252 kB | 176/575 kB | 191/231 kB | 50 kB
Progress (4): 250/252 kB | 176/575 kB | 195/231 kB | 50 kB
Progress (4): 252 kB | 176/575 kB | 195/231 kB | 50 kB    
Progress (4): 252 kB | 176/575 kB | 199/231 kB | 50 kB
Progress (4): 252 kB | 180/575 kB | 199/231 kB | 50 kB
Progress (4): 252 kB | 180/575 kB | 203/231 kB | 50 kB
Progress (4): 252 kB | 184/575 kB | 203/231 kB | 50 kB
Progress (4): 252 kB | 184/575 kB | 207/231 kB | 50 kB
Progress (4): 252 kB | 184/575 kB | 211/231 kB | 50 kB
Progress (4): 252 kB | 188/575 kB | 211/231 kB | 50 kB
Progress (4): 252 kB | 188/575 kB | 215/231 kB | 50 kB
Progress (4): 252 kB | 192/575 kB | 215/231 kB | 50 kB
Progress (4): 252 kB | 192/575 kB | 219/231 kB | 50 kB
Progress (4): 252 kB | 192/575 kB | 223/231 kB | 50 kB
Progress (4): 252 kB | 196/575 kB | 223/231 kB | 50 kB
Progress (4): 252 kB | 196/575 kB | 227/231 kB | 50 kB
Progress (4): 252 kB | 200/575 kB | 227/231 kB | 50 kB
Progress (4): 252 kB | 200/575 kB | 231 kB | 50 kB    
Progress (4): 252 kB | 204/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 208/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 212/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 216/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 220/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 224/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 228/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 232/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 236/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 240/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 244/575 kB | 231 kB | 50 kB
Progress (4): 252 kB | 248/575 kB | 231 kB | 50 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.jar (50 kB at 43 kB/s)
Progress (3): 252 kB | 252/575 kB | 231 kB
                                          
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.jar
Progress (3): 252 kB | 256/575 kB | 231 kB
Progress (3): 252 kB | 260/575 kB | 231 kB
Progress (3): 252 kB | 264/575 kB | 231 kB
Progress (3): 252 kB | 268/575 kB | 231 kB
Progress (3): 252 kB | 272/575 kB | 231 kB
Progress (3): 252 kB | 276/575 kB | 231 kB
Progress (3): 252 kB | 280/575 kB | 231 kB
Progress (3): 252 kB | 284/575 kB | 231 kB
Progress (3): 252 kB | 288/575 kB | 231 kB
Progress (3): 252 kB | 292/575 kB | 231 kB
Progress (3): 252 kB | 296/575 kB | 231 kB
Progress (3): 252 kB | 300/575 kB | 231 kB
Progress (3): 252 kB | 304/575 kB | 231 kB
Progress (3): 252 kB | 308/575 kB | 231 kB
Progress (3): 252 kB | 312/575 kB | 231 kB
Progress (3): 252 kB | 316/575 kB | 231 kB
Progress (3): 252 kB | 320/575 kB | 231 kB
Progress (3): 252 kB | 324/575 kB | 231 kB
Progress (3): 252 kB | 328/575 kB | 231 kB
Progress (3): 252 kB | 332/575 kB | 231 kB
Progress (3): 252 kB | 336/575 kB | 231 kB
Progress (3): 252 kB | 340/575 kB | 231 kB
Progress (3): 252 kB | 344/575 kB | 231 kB
Progress (3): 252 kB | 348/575 kB | 231 kB
Progress (3): 252 kB | 352/575 kB | 231 kB
Progress (3): 252 kB | 356/575 kB | 231 kB
Progress (3): 252 kB | 360/575 kB | 231 kB
Progress (3): 252 kB | 364/575 kB | 231 kB
Progress (3): 252 kB | 368/575 kB | 231 kB
Progress (3): 252 kB | 372/575 kB | 231 kB
Progress (3): 252 kB | 376/575 kB | 231 kB
Progress (4): 252 kB | 376/575 kB | 231 kB | 4.1/148 kB
Progress (4): 252 kB | 380/575 kB | 231 kB | 4.1/148 kB
Progress (4): 252 kB | 380/575 kB | 231 kB | 7.7/148 kB
Progress (4): 252 kB | 384/575 kB | 231 kB | 7.7/148 kB
Progress (4): 252 kB | 384/575 kB | 231 kB | 12/148 kB 
Progress (4): 252 kB | 388/575 kB | 231 kB | 12/148 kB
Progress (4): 252 kB | 388/575 kB | 231 kB | 16/148 kB
Progress (4): 252 kB | 392/575 kB | 231 kB | 16/148 kB
Progress (4): 252 kB | 392/575 kB | 231 kB | 20/148 kB
Progress (4): 252 kB | 396/575 kB | 231 kB | 20/148 kB
Progress (4): 252 kB | 396/575 kB | 231 kB | 24/148 kB
Progress (4): 252 kB | 400/575 kB | 231 kB | 24/148 kB
Progress (4): 252 kB | 400/575 kB | 231 kB | 28/148 kB
Progress (4): 252 kB | 404/575 kB | 231 kB | 28/148 kB
Progress (4): 252 kB | 404/575 kB | 231 kB | 32/148 kB
Progress (4): 252 kB | 408/575 kB | 231 kB | 32/148 kB
Progress (4): 252 kB | 408/575 kB | 231 kB | 36/148 kB
Progress (4): 252 kB | 412/575 kB | 231 kB | 36/148 kB
Progress (4): 252 kB | 412/575 kB | 231 kB | 40/148 kB
Progress (4): 252 kB | 416/575 kB | 231 kB | 40/148 kB
Progress (4): 252 kB | 416/575 kB | 231 kB | 44/148 kB
Progress (4): 252 kB | 420/575 kB | 231 kB | 44/148 kB
Progress (4): 252 kB | 420/575 kB | 231 kB | 48/148 kB
Progress (4): 252 kB | 424/575 kB | 231 kB | 48/148 kB
Progress (4): 252 kB | 424/575 kB | 231 kB | 52/148 kB
Progress (4): 252 kB | 428/575 kB | 231 kB | 52/148 kB
Progress (4): 252 kB | 428/575 kB | 231 kB | 56/148 kB
Progress (4): 252 kB | 432/575 kB | 231 kB | 56/148 kB
Progress (4): 252 kB | 432/575 kB | 231 kB | 60/148 kB
Progress (4): 252 kB | 436/575 kB | 231 kB | 60/148 kB
Progress (5): 252 kB | 436/575 kB | 231 kB | 60/148 kB | 4.1/640 kB
Progress (5): 252 kB | 440/575 kB | 231 kB | 60/148 kB | 4.1/640 kB
Progress (5): 252 kB | 440/575 kB | 231 kB | 64/148 kB | 4.1/640 kB
Progress (5): 252 kB | 444/575 kB | 231 kB | 64/148 kB | 4.1/640 kB
Progress (5): 252 kB | 444/575 kB | 231 kB | 64/148 kB | 7.7/640 kB
Progress (5): 252 kB | 448/575 kB | 231 kB | 64/148 kB | 7.7/640 kB
Progress (5): 252 kB | 448/575 kB | 231 kB | 68/148 kB | 7.7/640 kB
Progress (5): 252 kB | 452/575 kB | 231 kB | 68/148 kB | 7.7/640 kB
Progress (5): 252 kB | 452/575 kB | 231 kB | 68/148 kB | 12/640 kB 
Progress (5): 252 kB | 456/575 kB | 231 kB | 68/148 kB | 12/640 kB
Progress (5): 252 kB | 456/575 kB | 231 kB | 72/148 kB | 12/640 kB
Progress (5): 252 kB | 460/575 kB | 231 kB | 72/148 kB | 12/640 kB
Progress (5): 252 kB | 460/575 kB | 231 kB | 72/148 kB | 16/640 kB
Progress (5): 252 kB | 464/575 kB | 231 kB | 72/148 kB | 16/640 kB
Progress (5): 252 kB | 464/575 kB | 231 kB | 76/148 kB | 16/640 kB
Progress (5): 252 kB | 468/575 kB | 231 kB | 76/148 kB | 16/640 kB
Progress (5): 252 kB | 468/575 kB | 231 kB | 76/148 kB | 20/640 kB
Progress (5): 252 kB | 472/575 kB | 231 kB | 76/148 kB | 20/640 kB
Progress (5): 252 kB | 472/575 kB | 231 kB | 80/148 kB | 20/640 kB
Progress (5): 252 kB | 476/575 kB | 231 kB | 80/148 kB | 20/640 kB
Progress (5): 252 kB | 476/575 kB | 231 kB | 80/148 kB | 24/640 kB
Progress (5): 252 kB | 480/575 kB | 231 kB | 80/148 kB | 24/640 kB
Progress (5): 252 kB | 480/575 kB | 231 kB | 84/148 kB | 24/640 kB
Progress (5): 252 kB | 484/575 kB | 231 kB | 84/148 kB | 24/640 kB
Progress (5): 252 kB | 484/575 kB | 231 kB | 84/148 kB | 28/640 kB
Progress (5): 252 kB | 488/575 kB | 231 kB | 84/148 kB | 28/640 kB
Progress (5): 252 kB | 488/575 kB | 231 kB | 88/148 kB | 28/640 kB
Progress (5): 252 kB | 492/575 kB | 231 kB | 88/148 kB | 28/640 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.jar (231 kB at 187 kB/s)
Progress (4): 252 kB | 492/575 kB | 88/148 kB | 32/640 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Progress (4): 252 kB | 496/575 kB | 88/148 kB | 32/640 kB
Progress (4): 252 kB | 496/575 kB | 92/148 kB | 32/640 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 203 kB/s)
Progress (3): 496/575 kB | 96/148 kB | 32/640 kB
Progress (3): 500/575 kB | 96/148 kB | 32/640 kB
Progress (3): 500/575 kB | 96/148 kB | 33/640 kB
Progress (3): 504/575 kB | 96/148 kB | 33/640 kB
Progress (3): 504/575 kB | 100/148 kB | 33/640 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
Progress (3): 504/575 kB | 104/148 kB | 33/640 kB
Progress (3): 508/575 kB | 104/148 kB | 33/640 kB
Progress (3): 508/575 kB | 104/148 kB | 37/640 kB
Progress (3): 512/575 kB | 104/148 kB | 37/640 kB
Progress (3): 512/575 kB | 108/148 kB | 37/640 kB
Progress (3): 516/575 kB | 108/148 kB | 37/640 kB
Progress (3): 516/575 kB | 108/148 kB | 41/640 kB
Progress (3): 520/575 kB | 108/148 kB | 41/640 kB
Progress (3): 520/575 kB | 112/148 kB | 41/640 kB
Progress (3): 524/575 kB | 112/148 kB | 41/640 kB
Progress (3): 524/575 kB | 112/148 kB | 45/640 kB
Progress (3): 528/575 kB | 112/148 kB | 45/640 kB
Progress (3): 528/575 kB | 116/148 kB | 45/640 kB
Progress (3): 532/575 kB | 116/148 kB | 45/640 kB
Progress (3): 532/575 kB | 116/148 kB | 49/640 kB
Progress (3): 536/575 kB | 116/148 kB | 49/640 kB
Progress (3): 536/575 kB | 120/148 kB | 49/640 kB
Progress (3): 540/575 kB | 120/148 kB | 49/640 kB
Progress (3): 540/575 kB | 120/148 kB | 53/640 kB
Progress (3): 544/575 kB | 120/148 kB | 53/640 kB
Progress (3): 544/575 kB | 124/148 kB | 53/640 kB
Progress (3): 548/575 kB | 124/148 kB | 53/640 kB
Progress (3): 548/575 kB | 124/148 kB | 57/640 kB
Progress (3): 552/575 kB | 124/148 kB | 57/640 kB
Progress (3): 552/575 kB | 128/148 kB | 57/640 kB
Progress (3): 552/575 kB | 128/148 kB | 61/640 kB
Progress (3): 556/575 kB | 128/148 kB | 61/640 kB
Progress (3): 556/575 kB | 128/148 kB | 65/640 kB
Progress (3): 556/575 kB | 132/148 kB | 65/640 kB
Progress (3): 556/575 kB | 132/148 kB | 66/640 kB
Progress (3): 560/575 kB | 132/148 kB | 66/640 kB
Progress (3): 560/575 kB | 136/148 kB | 66/640 kB
Progress (3): 564/575 kB | 136/148 kB | 66/640 kB
Progress (3): 564/575 kB | 140/148 kB | 66/640 kB
Progress (3): 564/575 kB | 140/148 kB | 70/640 kB
Progress (3): 564/575 kB | 144/148 kB | 70/640 kB
Progress (3): 568/575 kB | 144/148 kB | 70/640 kB
Progress (3): 568/575 kB | 148/148 kB | 70/640 kB
Progress (3): 572/575 kB | 148/148 kB | 70/640 kB
Progress (3): 572/575 kB | 148/148 kB | 74/640 kB
Progress (3): 575 kB | 148/148 kB | 74/640 kB    
Progress (3): 575 kB | 148 kB | 74/640 kB    
Progress (3): 575 kB | 148 kB | 78/640 kB
Progress (3): 575 kB | 148 kB | 82/640 kB
Progress (4): 575 kB | 148 kB | 82/640 kB | 4.1/12 kB
Progress (4): 575 kB | 148 kB | 86/640 kB | 4.1/12 kB
Progress (4): 575 kB | 148 kB | 86/640 kB | 7.7/12 kB
Progress (4): 575 kB | 148 kB | 90/640 kB | 7.7/12 kB
Progress (4): 575 kB | 148 kB | 90/640 kB | 12/12 kB 
Progress (4): 575 kB | 148 kB | 90/640 kB | 12 kB   
Progress (4): 575 kB | 148 kB | 94/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 98/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 102/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 106/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 110/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 114/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 118/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 122/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 126/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 130/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 134/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 138/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 142/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 146/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 150/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 154/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 158/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 162/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 166/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 170/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 174/640 kB | 12 kB
Progress (4): 575 kB | 148 kB | 178/640 kB | 12 kB
Progress (5): 575 kB | 148 kB | 178/640 kB | 12 kB | 4.1/12 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 457 kB/s)
Progress (4): 148 kB | 182/640 kB | 12 kB | 4.1/12 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar
Progress (4): 148 kB | 182/640 kB | 12 kB | 7.7/12 kB
Progress (4): 148 kB | 186/640 kB | 12 kB | 7.7/12 kB
Progress (4): 148 kB | 186/640 kB | 12 kB | 12/12 kB 
Progress (4): 148 kB | 190/640 kB | 12 kB | 12/12 kB
Progress (4): 148 kB | 190/640 kB | 12 kB | 12 kB   
Progress (4): 148 kB | 194/640 kB | 12 kB | 12 kB
Progress (4): 148 kB | 198/640 kB | 12 kB | 12 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 9.3 kB/s)
Progress (3): 148 kB | 202/640 kB | 12 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
Progress (3): 148 kB | 206/640 kB | 12 kB
Progress (3): 148 kB | 210/640 kB | 12 kB
Progress (3): 148 kB | 214/640 kB | 12 kB
Progress (3): 148 kB | 218/640 kB | 12 kB
Progress (3): 148 kB | 222/640 kB | 12 kB
Progress (3): 148 kB | 226/640 kB | 12 kB
Progress (3): 148 kB | 230/640 kB | 12 kB
Progress (3): 148 kB | 234/640 kB | 12 kB
Progress (3): 148 kB | 238/640 kB | 12 kB
Progress (3): 148 kB | 242/640 kB | 12 kB
Progress (3): 148 kB | 246/640 kB | 12 kB
Progress (3): 148 kB | 250/640 kB | 12 kB
Progress (3): 148 kB | 254/640 kB | 12 kB
Progress (3): 148 kB | 258/640 kB | 12 kB
Progress (3): 148 kB | 262/640 kB | 12 kB
Progress (3): 148 kB | 266/640 kB | 12 kB
Progress (3): 148 kB | 270/640 kB | 12 kB
Progress (3): 148 kB | 274/640 kB | 12 kB
Progress (3): 148 kB | 278/640 kB | 12 kB
Progress (3): 148 kB | 282/640 kB | 12 kB
Progress (3): 148 kB | 286/640 kB | 12 kB
Progress (3): 148 kB | 290/640 kB | 12 kB
Progress (3): 148 kB | 294/640 kB | 12 kB
Progress (3): 148 kB | 298/640 kB | 12 kB
Progress (3): 148 kB | 302/640 kB | 12 kB
Progress (3): 148 kB | 306/640 kB | 12 kB
Progress (3): 148 kB | 310/640 kB | 12 kB
Progress (3): 148 kB | 314/640 kB | 12 kB
Progress (3): 148 kB | 318/640 kB | 12 kB
Progress (3): 148 kB | 322/640 kB | 12 kB
Progress (3): 148 kB | 326/640 kB | 12 kB
Progress (3): 148 kB | 330/640 kB | 12 kB
Progress (3): 148 kB | 334/640 kB | 12 kB
Progress (3): 148 kB | 338/640 kB | 12 kB
Progress (3): 148 kB | 342/640 kB | 12 kB
Progress (3): 148 kB | 346/640 kB | 12 kB
Progress (4): 148 kB | 346/640 kB | 12 kB | 4.1/482 kB
Progress (4): 148 kB | 350/640 kB | 12 kB | 4.1/482 kB
Progress (4): 148 kB | 350/640 kB | 12 kB | 7.7/482 kB
Progress (4): 148 kB | 354/640 kB | 12 kB | 7.7/482 kB
Progress (4): 148 kB | 354/640 kB | 12 kB | 12/482 kB 
Progress (4): 148 kB | 358/640 kB | 12 kB | 12/482 kB
Progress (4): 148 kB | 358/640 kB | 12 kB | 16/482 kB
Progress (4): 148 kB | 362/640 kB | 12 kB | 16/482 kB
Progress (4): 148 kB | 362/640 kB | 12 kB | 20/482 kB
Progress (4): 148 kB | 366/640 kB | 12 kB | 20/482 kB
Progress (4): 148 kB | 366/640 kB | 12 kB | 24/482 kB
Progress (4): 148 kB | 366/640 kB | 12 kB | 28/482 kB
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 4.1/23 kB
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 7.7/23 kB
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 12/23 kB 
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 16/23 kB
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 20/23 kB
Progress (5): 148 kB | 366/640 kB | 12 kB | 28/482 kB | 23 kB   
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 8.9 kB/s)
Progress (4): 148 kB | 370/640 kB | 28/482 kB | 23 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 17 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar
Progress (3): 148 kB | 370/640 kB | 32/482 kB
Progress (3): 148 kB | 370/640 kB | 33/482 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Progress (3): 148 kB | 374/640 kB | 33/482 kB
Progress (3): 148 kB | 374/640 kB | 37/482 kB
Progress (3): 148 kB | 378/640 kB | 37/482 kB
Progress (3): 148 kB | 378/640 kB | 41/482 kB
Progress (3): 148 kB | 382/640 kB | 41/482 kB
Progress (3): 148 kB | 382/640 kB | 45/482 kB
Progress (3): 148 kB | 386/640 kB | 45/482 kB
Progress (3): 148 kB | 386/640 kB | 49/482 kB
Progress (3): 148 kB | 390/640 kB | 49/482 kB
Progress (3): 148 kB | 390/640 kB | 53/482 kB
Progress (3): 148 kB | 394/640 kB | 53/482 kB
Progress (3): 148 kB | 394/640 kB | 57/482 kB
Progress (3): 148 kB | 398/640 kB | 57/482 kB
Progress (3): 148 kB | 398/640 kB | 61/482 kB
Progress (3): 148 kB | 402/640 kB | 61/482 kB
Progress (3): 148 kB | 402/640 kB | 65/482 kB
Progress (3): 148 kB | 402/640 kB | 66/482 kB
Progress (3): 148 kB | 406/640 kB | 66/482 kB
Progress (3): 148 kB | 406/640 kB | 70/482 kB
Progress (3): 148 kB | 410/640 kB | 70/482 kB
Progress (3): 148 kB | 410/640 kB | 74/482 kB
Progress (3): 148 kB | 414/640 kB | 74/482 kB
Progress (3): 148 kB | 414/640 kB | 78/482 kB
Progress (3): 148 kB | 418/640 kB | 78/482 kB
Progress (3): 148 kB | 418/640 kB | 82/482 kB
Progress (3): 148 kB | 422/640 kB | 82/482 kB
Progress (3): 148 kB | 422/640 kB | 86/482 kB
Progress (3): 148 kB | 426/640 kB | 86/482 kB
Progress (3): 148 kB | 426/640 kB | 90/482 kB
Progress (3): 148 kB | 430/640 kB | 90/482 kB
Progress (3): 148 kB | 430/640 kB | 94/482 kB
Progress (3): 148 kB | 434/640 kB | 94/482 kB
Progress (3): 148 kB | 434/640 kB | 98/482 kB
Progress (3): 148 kB | 438/640 kB | 98/482 kB
Progress (3): 148 kB | 438/640 kB | 98/482 kB
Progress (3): 148 kB | 442/640 kB | 98/482 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.jar (148 kB at 110 kB/s)
Progress (2): 442/640 kB | 102/482 kB
Progress (2): 446/640 kB | 102/482 kB
Progress (2): 446/640 kB | 106/482 kB
Progress (2): 450/640 kB | 106/482 kB
Progress (2): 450/640 kB | 110/482 kB
Progress (2): 454/640 kB | 110/482 kB
Progress (2): 454/640 kB | 114/482 kB
Progress (2): 458/640 kB | 114/482 kB
Progress (2): 458/640 kB | 118/482 kB
Progress (2): 462/640 kB | 118/482 kB
Progress (2): 462/640 kB | 122/482 kB
Progress (2): 466/640 kB | 122/482 kB
Progress (2): 466/640 kB | 126/482 kB
Progress (2): 470/640 kB | 126/482 kB
Progress (2): 470/640 kB | 130/482 kB
Progress (2): 474/640 kB | 130/482 kB
Progress (2): 474/640 kB | 131/482 kB
Progress (2): 478/640 kB | 131/482 kB
Progress (2): 478/640 kB | 135/482 kB
Progress (2): 482/640 kB | 135/482 kB
Progress (2): 482/640 kB | 139/482 kB
Progress (2): 486/640 kB | 139/482 kB
Progress (2): 486/640 kB | 143/482 kB
Progress (2): 490/640 kB | 143/482 kB
Progress (2): 490/640 kB | 147/482 kB
Progress (2): 494/640 kB | 147/482 kB
Progress (2): 494/640 kB | 151/482 kB
Progress (2): 498/640 kB | 151/482 kB
Progress (2): 498/640 kB | 155/482 kB
Progress (2): 502/640 kB | 155/482 kB
Progress (2): 502/640 kB | 159/482 kB
Progress (2): 506/640 kB | 159/482 kB
Progress (2): 506/640 kB | 163/482 kB
Progress (2): 506/640 kB | 164/482 kB
Progress (2): 510/640 kB | 164/482 kB
Progress (2): 510/640 kB | 168/482 kB
Progress (2): 514/640 kB | 168/482 kB
Progress (2): 514/640 kB | 172/482 kB
Progress (2): 518/640 kB | 172/482 kB
Progress (2): 518/640 kB | 176/482 kB
Progress (2): 522/640 kB | 176/482 kB
Progress (2): 522/640 kB | 180/482 kB
Progress (2): 526/640 kB | 180/482 kB
Progress (2): 526/640 kB | 184/482 kB
Progress (2): 530/640 kB | 184/482 kB
Progress (2): 530/640 kB | 188/482 kB
Progress (2): 534/640 kB | 188/482 kB
Progress (2): 534/640 kB | 192/482 kB
Progress (2): 538/640 kB | 192/482 kB
Progress (2): 538/640 kB | 196/482 kB
Progress (2): 542/640 kB | 196/482 kB
Progress (2): 542/640 kB | 197/482 kB
Progress (2): 546/640 kB | 197/482 kB
Progress (2): 546/640 kB | 201/482 kB
Progress (2): 550/640 kB | 201/482 kB
Progress (2): 550/640 kB | 205/482 kB
Progress (2): 554/640 kB | 205/482 kB
Progress (2): 554/640 kB | 209/482 kB
Progress (2): 554/640 kB | 213/482 kB
Progress (2): 558/640 kB | 213/482 kB
Progress (2): 558/640 kB | 217/482 kB
Progress (2): 562/640 kB | 217/482 kB
Progress (2): 562/640 kB | 221/482 kB
Progress (2): 566/640 kB | 221/482 kB
Progress (2): 566/640 kB | 225/482 kB
Progress (2): 570/640 kB | 225/482 kB
Progress (2): 570/640 kB | 229/482 kB
Progress (2): 574/640 kB | 229/482 kB
Progress (2): 574/640 kB | 233/482 kB
Progress (2): 578/640 kB | 233/482 kB
Progress (2): 578/640 kB | 237/482 kB
Progress (2): 582/640 kB | 237/482 kB
Progress (2): 582/640 kB | 241/482 kB
Progress (2): 586/640 kB | 241/482 kB
Progress (2): 586/640 kB | 245/482 kB
Progress (2): 590/640 kB | 245/482 kB
Progress (2): 590/640 kB | 249/482 kB
Progress (2): 594/640 kB | 249/482 kB
Progress (2): 594/640 kB | 253/482 kB
Progress (2): 598/640 kB | 253/482 kB
Progress (2): 598/640 kB | 257/482 kB
Progress (2): 602/640 kB | 257/482 kB
Progress (2): 602/640 kB | 261/482 kB
Progress (2): 606/640 kB | 261/482 kB
Progress (2): 606/640 kB | 265/482 kB
Progress (2): 610/640 kB | 265/482 kB
Progress (2): 610/640 kB | 269/482 kB
Progress (2): 614/640 kB | 269/482 kB
Progress (2): 614/640 kB | 273/482 kB
Progress (2): 618/640 kB | 273/482 kB
Progress (2): 618/640 kB | 277/482 kB
Progress (2): 622/640 kB | 277/482 kB
Progress (2): 622/640 kB | 281/482 kB
Progress (2): 626/640 kB | 281/482 kB
Progress (2): 626/640 kB | 285/482 kB
Progress (2): 630/640 kB | 285/482 kB
Progress (2): 630/640 kB | 289/482 kB
Progress (2): 634/640 kB | 289/482 kB
Progress (2): 634/640 kB | 293/482 kB
Progress (2): 638/640 kB | 293/482 kB
Progress (2): 638/640 kB | 297/482 kB
Progress (2): 640 kB | 297/482 kB    
Progress (2): 640 kB | 301/482 kB
Progress (2): 640 kB | 305/482 kB
Progress (2): 640 kB | 309/482 kB
Progress (2): 640 kB | 313/482 kB
Progress (2): 640 kB | 317/482 kB
Progress (2): 640 kB | 321/482 kB
Progress (2): 640 kB | 325/482 kB
Progress (2): 640 kB | 329/482 kB
Progress (2): 640 kB | 333/482 kB
Progress (2): 640 kB | 337/482 kB
Progress (2): 640 kB | 341/482 kB
Progress (2): 640 kB | 345/482 kB
Progress (2): 640 kB | 349/482 kB
Progress (2): 640 kB | 353/482 kB
Progress (2): 640 kB | 357/482 kB
Progress (2): 640 kB | 361/482 kB
Progress (2): 640 kB | 365/482 kB
Progress (2): 640 kB | 369/482 kB
Progress (2): 640 kB | 373/482 kB
Progress (2): 640 kB | 377/482 kB
Progress (2): 640 kB | 381/482 kB
Progress (2): 640 kB | 385/482 kB
Progress (2): 640 kB | 389/482 kB
Progress (2): 640 kB | 393/482 kB
Progress (2): 640 kB | 397/482 kB
Progress (2): 640 kB | 401/482 kB
Progress (2): 640 kB | 405/482 kB
Progress (2): 640 kB | 409/482 kB
Progress (2): 640 kB | 413/482 kB
Progress (2): 640 kB | 417/482 kB
Progress (2): 640 kB | 421/482 kB
Progress (2): 640 kB | 425/482 kB
Progress (2): 640 kB | 429/482 kB
Progress (2): 640 kB | 433/482 kB
Progress (2): 640 kB | 437/482 kB
Progress (2): 640 kB | 441/482 kB
Progress (2): 640 kB | 445/482 kB
Progress (2): 640 kB | 449/482 kB
Progress (2): 640 kB | 453/482 kB
Progress (2): 640 kB | 457/482 kB
Progress (2): 640 kB | 461/482 kB
Progress (2): 640 kB | 465/482 kB
Progress (2): 640 kB | 469/482 kB
Progress (2): 640 kB | 473/482 kB
Progress (2): 640 kB | 477/482 kB
Progress (2): 640 kB | 481/482 kB
Progress (2): 640 kB | 482 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.jar (640 kB at 464 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 349 kB/s)
Progress (1): 4.1/284 kB
Progress (1): 7.7/284 kB
Progress (1): 12/284 kB 
Progress (1): 16/284 kB
Progress (1): 20/284 kB
Progress (1): 24/284 kB
Progress (2): 24/284 kB | 4.1/182 kB
Progress (2): 28/284 kB | 4.1/182 kB
Progress (2): 28/284 kB | 7.7/182 kB
Progress (2): 32/284 kB | 7.7/182 kB
Progress (2): 32/284 kB | 12/182 kB 
Progress (2): 33/284 kB | 12/182 kB
Progress (2): 33/284 kB | 16/182 kB
Progress (2): 37/284 kB | 16/182 kB
Progress (2): 41/284 kB | 16/182 kB
Progress (2): 41/284 kB | 20/182 kB
Progress (2): 45/284 kB | 20/182 kB
Progress (2): 45/284 kB | 24/182 kB
Progress (2): 49/284 kB | 24/182 kB
Progress (2): 49/284 kB | 28/182 kB
Progress (2): 53/284 kB | 28/182 kB
Progress (2): 57/284 kB | 28/182 kB
Progress (2): 57/284 kB | 32/182 kB
Progress (2): 61/284 kB | 32/182 kB
Progress (2): 65/284 kB | 32/182 kB
Progress (2): 65/284 kB | 36/182 kB
Progress (2): 66/284 kB | 36/182 kB
Progress (2): 66/284 kB | 40/182 kB
Progress (2): 70/284 kB | 40/182 kB
Progress (2): 70/284 kB | 44/182 kB
Progress (2): 74/284 kB | 44/182 kB
Progress (2): 74/284 kB | 48/182 kB
Progress (2): 78/284 kB | 48/182 kB
Progress (2): 78/284 kB | 52/182 kB
Progress (2): 82/284 kB | 52/182 kB
Progress (2): 82/284 kB | 56/182 kB
Progress (2): 86/284 kB | 56/182 kB
Progress (2): 86/284 kB | 60/182 kB
Progress (2): 90/284 kB | 60/182 kB
Progress (2): 90/284 kB | 64/182 kB
Progress (2): 94/284 kB | 64/182 kB
Progress (2): 94/284 kB | 68/182 kB
Progress (2): 98/284 kB | 68/182 kB
Progress (2): 98/284 kB | 72/182 kB
Progress (2): 98/284 kB | 72/182 kB
Progress (2): 98/284 kB | 76/182 kB
Progress (2): 102/284 kB | 76/182 kB
Progress (2): 102/284 kB | 80/182 kB
Progress (2): 106/284 kB | 80/182 kB
Progress (2): 106/284 kB | 84/182 kB
Progress (2): 110/284 kB | 84/182 kB
Progress (2): 110/284 kB | 88/182 kB
Progress (2): 114/284 kB | 88/182 kB
Progress (2): 114/284 kB | 92/182 kB
Progress (2): 114/284 kB | 96/182 kB
Progress (2): 118/284 kB | 96/182 kB
Progress (2): 118/284 kB | 100/182 kB
Progress (2): 122/284 kB | 100/182 kB
Progress (2): 122/284 kB | 104/182 kB
Progress (2): 126/284 kB | 104/182 kB
Progress (2): 126/284 kB | 108/182 kB
Progress (2): 130/284 kB | 108/182 kB
Progress (2): 130/284 kB | 112/182 kB
Progress (2): 130/284 kB | 116/182 kB
Progress (2): 130/284 kB | 120/182 kB
Progress (2): 130/284 kB | 124/182 kB
Progress (2): 130/284 kB | 128/182 kB
Progress (2): 131/284 kB | 128/182 kB
Progress (2): 131/284 kB | 132/182 kB
Progress (2): 131/284 kB | 136/182 kB
Progress (2): 131/284 kB | 140/182 kB
Progress (2): 131/284 kB | 144/182 kB
Progress (2): 131/284 kB | 148/182 kB
Progress (2): 131/284 kB | 152/182 kB
Progress (2): 131/284 kB | 156/182 kB
Progress (2): 131/284 kB | 160/182 kB
Progress (2): 135/284 kB | 160/182 kB
Progress (2): 135/284 kB | 164/182 kB
Progress (2): 139/284 kB | 164/182 kB
Progress (2): 139/284 kB | 168/182 kB
Progress (2): 143/284 kB | 168/182 kB
Progress (2): 143/284 kB | 172/182 kB
Progress (2): 147/284 kB | 172/182 kB
Progress (2): 147/284 kB | 176/182 kB
Progress (2): 151/284 kB | 176/182 kB
Progress (2): 151/284 kB | 180/182 kB
Progress (2): 155/284 kB | 180/182 kB
Progress (2): 155/284 kB | 182 kB    
Progress (2): 159/284 kB | 182 kB
Progress (2): 163/284 kB | 182 kB
Progress (2): 167/284 kB | 182 kB
Progress (2): 171/284 kB | 182 kB
Progress (2): 175/284 kB | 182 kB
Progress (2): 179/284 kB | 182 kB
Progress (2): 183/284 kB | 182 kB
Progress (2): 187/284 kB | 182 kB
Progress (2): 191/284 kB | 182 kB
Progress (2): 195/284 kB | 182 kB
Progress (2): 199/284 kB | 182 kB
Progress (2): 203/284 kB | 182 kB
Progress (2): 207/284 kB | 182 kB
Progress (2): 211/284 kB | 182 kB
Progress (2): 215/284 kB | 182 kB
Progress (2): 219/284 kB | 182 kB
Progress (2): 223/284 kB | 182 kB
Progress (2): 227/284 kB | 182 kB
Progress (2): 231/284 kB | 182 kB
Progress (2): 235/284 kB | 182 kB
Progress (2): 239/284 kB | 182 kB
Progress (2): 243/284 kB | 182 kB
Progress (2): 247/284 kB | 182 kB
Progress (2): 251/284 kB | 182 kB
Progress (2): 255/284 kB | 182 kB
Progress (2): 259/284 kB | 182 kB
Progress (2): 263/284 kB | 182 kB
Progress (2): 267/284 kB | 182 kB
Progress (2): 271/284 kB | 182 kB
Progress (2): 275/284 kB | 182 kB
Progress (2): 279/284 kB | 182 kB
Progress (2): 283/284 kB | 182 kB
Progress (2): 284 kB | 182 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 156 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 100 kB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/new-version
[INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.1.0-SNAPSHOT -> 10.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections Parent Project ................. SUCCESS [ 12.083 s]
[INFO] Eclipse Collections Code Generator ................. SKIPPED
[INFO] Eclipse Collections Code Generator Maven Plugin .... SKIPPED
[INFO] Eclipse Collections API ............................ SKIPPED
[INFO] Eclipse Collections Main Library ................... SKIPPED
[INFO] Eclipse Collections Test Utilities ................. SKIPPED
[INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
[INFO] Eclipse Collections Unit Test Suite ................ SKIPPED
[INFO] Eclipse Collections Serialization Test Suite ....... SKIPPED
[INFO] Eclipse Collections JCStress Test Suite ............ SKIPPED
[INFO] Eclipse Collections Test Trait JUnit Runner ........ SKIPPED
[INFO] Eclipse Collections Java 8 Unit Test Suite ......... SKIPPED
[INFO] Eclipse Collections Test Coverage Aggregation ...... SKIPPED
[INFO] Eclipse Collections p2 Repository Build ............ SKIPPED
[INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
[INFO] Eclipse Collections Scala Unit Test Suite .......... SKIPPED
[INFO] Eclipse Collections JMH Scala Test Suite ........... SKIPPED
[INFO] Eclipse Collections JMH Test Suite ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:39 min
[INFO] Finished at: 2019-11-22T17:02:29Z
[INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/new-version/p2-repository/pom.xml org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=10.1.0-SNAPSHOT -Dcollections.repository.url=file:///${project.basedir}/../p2-repository/org.eclipse.collections/target/repository
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 12 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 404 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 107 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 174 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 521 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 533 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 346 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 94 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 538 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 366 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 57 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Progress (1): 910 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 20 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 114 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 467 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Progress (1): 770 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 7.2 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 136 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 194 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 247 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 119 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 220 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 261 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 24 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 51 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 107 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 34 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 236 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 326 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 58 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 524 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 160 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 163 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 258 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 53 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 106 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 48 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 154 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 536 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 193 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 334 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 410 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 380 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 453 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 421 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 36/68 kB
Progress (1): 40/68 kB
Progress (1): 44/68 kB
Progress (1): 48/68 kB
Progress (1): 52/68 kB
Progress (1): 56/68 kB
Progress (1): 60/68 kB
Progress (1): 64/68 kB
Progress (1): 68/68 kB
Progress (1): 68 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.7 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 423 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 84 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 486 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 338 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 60 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 38 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 46 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 27 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
Progress (1): 4.1/6.3 kB
Progress (1): 6.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 190 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 64 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 17 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 21 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 118 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 375 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 43 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 23 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
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
Progress (1): 4.1/5.6 kB
Progress (2): 4.1/5.6 kB | 4.1/165 kB
Progress (3): 4.1/5.6 kB | 4.1/165 kB | 4.1/527 kB
Progress (4): 4.1/5.6 kB | 4.1/165 kB | 4.1/527 kB | 4.1/202 kB
Progress (5): 4.1/5.6 kB | 4.1/165 kB | 4.1/527 kB | 4.1/202 kB | 4.1/47 kB
Progress (5): 4.1/5.6 kB | 4.1/165 kB | 7.7/527 kB | 4.1/202 kB | 4.1/47 kB
Progress (5): 4.1/5.6 kB | 7.7/165 kB | 7.7/527 kB | 4.1/202 kB | 4.1/47 kB
Progress (5): 5.6 kB | 7.7/165 kB | 7.7/527 kB | 4.1/202 kB | 4.1/47 kB    
Progress (5): 5.6 kB | 12/165 kB | 7.7/527 kB | 4.1/202 kB | 4.1/47 kB 
Progress (5): 5.6 kB | 12/165 kB | 12/527 kB | 4.1/202 kB | 4.1/47 kB 
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 4.1/202 kB | 4.1/47 kB
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 4.1/202 kB | 7.7/47 kB
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 7.7/202 kB | 7.7/47 kB
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 12/202 kB | 7.7/47 kB 
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 16/202 kB | 7.7/47 kB
Progress (5): 5.6 kB | 12/165 kB | 16/527 kB | 16/202 kB | 12/47 kB 
Progress (5): 5.6 kB | 12/165 kB | 20/527 kB | 16/202 kB | 12/47 kB
Progress (5): 5.6 kB | 16/165 kB | 20/527 kB | 16/202 kB | 12/47 kB
Progress (5): 5.6 kB | 16/165 kB | 24/527 kB | 16/202 kB | 12/47 kB
Progress (5): 5.6 kB | 16/165 kB | 24/527 kB | 16/202 kB | 16/47 kB
Progress (5): 5.6 kB | 16/165 kB | 24/527 kB | 20/202 kB | 16/47 kB
Progress (5): 5.6 kB | 16/165 kB | 24/527 kB | 20/202 kB | 20/47 kB
Progress (5): 5.6 kB | 16/165 kB | 24/527 kB | 20/202 kB | 24/47 kB
Progress (5): 5.6 kB | 16/165 kB | 28/527 kB | 20/202 kB | 24/47 kB
Progress (5): 5.6 kB | 20/165 kB | 28/527 kB | 20/202 kB | 24/47 kB
Progress (5): 5.6 kB | 20/165 kB | 32/527 kB | 20/202 kB | 24/47 kB
Progress (5): 5.6 kB | 20/165 kB | 32/527 kB | 20/202 kB | 28/47 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 117 kB/s)
Progress (4): 20/165 kB | 32/527 kB | 24/202 kB | 28/47 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Progress (4): 20/165 kB | 32/527 kB | 24/202 kB | 32/47 kB
Progress (4): 20/165 kB | 36/527 kB | 24/202 kB | 32/47 kB
Progress (4): 20/165 kB | 36/527 kB | 24/202 kB | 36/47 kB
Progress (4): 24/165 kB | 36/527 kB | 24/202 kB | 36/47 kB
Progress (4): 24/165 kB | 36/527 kB | 24/202 kB | 40/47 kB
Progress (4): 28/165 kB | 36/527 kB | 24/202 kB | 40/47 kB
Progress (4): 28/165 kB | 40/527 kB | 24/202 kB | 40/47 kB
Progress (4): 28/165 kB | 40/527 kB | 28/202 kB | 40/47 kB
Progress (4): 28/165 kB | 44/527 kB | 28/202 kB | 40/47 kB
Progress (4): 32/165 kB | 44/527 kB | 28/202 kB | 40/47 kB
Progress (4): 32/165 kB | 44/527 kB | 28/202 kB | 44/47 kB
Progress (4): 36/165 kB | 44/527 kB | 28/202 kB | 44/47 kB
Progress (4): 36/165 kB | 48/527 kB | 28/202 kB | 44/47 kB
Progress (4): 36/165 kB | 48/527 kB | 32/202 kB | 44/47 kB
Progress (4): 36/165 kB | 52/527 kB | 32/202 kB | 44/47 kB
Progress (4): 40/165 kB | 52/527 kB | 32/202 kB | 44/47 kB
Progress (4): 40/165 kB | 52/527 kB | 32/202 kB | 47 kB   
Progress (4): 44/165 kB | 52/527 kB | 32/202 kB | 47 kB
Progress (4): 44/165 kB | 56/527 kB | 32/202 kB | 47 kB
Progress (4): 44/165 kB | 60/527 kB | 32/202 kB | 47 kB
Progress (4): 44/165 kB | 60/527 kB | 36/202 kB | 47 kB
Progress (4): 44/165 kB | 64/527 kB | 36/202 kB | 47 kB
Progress (4): 48/165 kB | 64/527 kB | 36/202 kB | 47 kB
Progress (4): 48/165 kB | 68/527 kB | 36/202 kB | 47 kB
Progress (4): 48/165 kB | 68/527 kB | 40/202 kB | 47 kB
Progress (4): 48/165 kB | 72/527 kB | 40/202 kB | 47 kB
Progress (4): 52/165 kB | 72/527 kB | 40/202 kB | 47 kB
Progress (4): 52/165 kB | 76/527 kB | 40/202 kB | 47 kB
Progress (4): 52/165 kB | 76/527 kB | 44/202 kB | 47 kB
Progress (5): 52/165 kB | 76/527 kB | 44/202 kB | 47 kB | 4.1/38 kB
Progress (5): 52/165 kB | 76/527 kB | 48/202 kB | 47 kB | 4.1/38 kB
Progress (5): 52/165 kB | 80/527 kB | 48/202 kB | 47 kB | 4.1/38 kB
Progress (5): 56/165 kB | 80/527 kB | 48/202 kB | 47 kB | 4.1/38 kB
Progress (5): 56/165 kB | 84/527 kB | 48/202 kB | 47 kB | 4.1/38 kB
Progress (5): 56/165 kB | 84/527 kB | 52/202 kB | 47 kB | 4.1/38 kB
Progress (5): 56/165 kB | 84/527 kB | 52/202 kB | 47 kB | 7.7/38 kB
Progress (5): 56/165 kB | 84/527 kB | 56/202 kB | 47 kB | 7.7/38 kB
Progress (5): 56/165 kB | 88/527 kB | 56/202 kB | 47 kB | 7.7/38 kB
Progress (5): 60/165 kB | 88/527 kB | 56/202 kB | 47 kB | 7.7/38 kB
Progress (5): 60/165 kB | 92/527 kB | 56/202 kB | 47 kB | 7.7/38 kB
Progress (5): 60/165 kB | 92/527 kB | 60/202 kB | 47 kB | 7.7/38 kB
Progress (5): 60/165 kB | 92/527 kB | 60/202 kB | 47 kB | 12/38 kB 
Progress (5): 60/165 kB | 92/527 kB | 64/202 kB | 47 kB | 12/38 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 753 kB/s)
Progress (4): 60/165 kB | 96/527 kB | 64/202 kB | 12/38 kB
Progress (4): 64/165 kB | 96/527 kB | 64/202 kB | 12/38 kB
Progress (4): 64/165 kB | 100/527 kB | 64/202 kB | 12/38 kB
Progress (4): 68/165 kB | 100/527 kB | 64/202 kB | 12/38 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (4): 68/165 kB | 100/527 kB | 68/202 kB | 12/38 kB
Progress (4): 68/165 kB | 100/527 kB | 68/202 kB | 16/38 kB
Progress (4): 68/165 kB | 100/527 kB | 72/202 kB | 16/38 kB
Progress (4): 72/165 kB | 100/527 kB | 72/202 kB | 16/38 kB
Progress (4): 72/165 kB | 100/527 kB | 76/202 kB | 16/38 kB
Progress (4): 72/165 kB | 100/527 kB | 80/202 kB | 16/38 kB
Progress (4): 72/165 kB | 100/527 kB | 84/202 kB | 16/38 kB
Progress (4): 72/165 kB | 100/527 kB | 88/202 kB | 16/38 kB
Progress (4): 72/165 kB | 104/527 kB | 88/202 kB | 16/38 kB
Progress (4): 72/165 kB | 104/527 kB | 92/202 kB | 16/38 kB
Progress (4): 76/165 kB | 104/527 kB | 92/202 kB | 16/38 kB
Progress (4): 76/165 kB | 104/527 kB | 92/202 kB | 20/38 kB
Progress (4): 80/165 kB | 104/527 kB | 92/202 kB | 20/38 kB
Progress (4): 80/165 kB | 104/527 kB | 96/202 kB | 20/38 kB
Progress (5): 80/165 kB | 104/527 kB | 96/202 kB | 20/38 kB | 4.1/30 kB
Progress (5): 80/165 kB | 104/527 kB | 100/202 kB | 20/38 kB | 4.1/30 kB
Progress (5): 80/165 kB | 108/527 kB | 100/202 kB | 20/38 kB | 4.1/30 kB
Progress (5): 80/165 kB | 108/527 kB | 104/202 kB | 20/38 kB | 4.1/30 kB
Progress (5): 80/165 kB | 108/527 kB | 104/202 kB | 20/38 kB | 7.7/30 kB
Progress (5): 84/165 kB | 108/527 kB | 104/202 kB | 20/38 kB | 7.7/30 kB
Progress (5): 84/165 kB | 108/527 kB | 104/202 kB | 24/38 kB | 7.7/30 kB
Progress (5): 88/165 kB | 108/527 kB | 104/202 kB | 24/38 kB | 7.7/30 kB
Progress (5): 88/165 kB | 108/527 kB | 104/202 kB | 24/38 kB | 12/30 kB 
Progress (5): 88/165 kB | 108/527 kB | 108/202 kB | 24/38 kB | 12/30 kB
Progress (5): 88/165 kB | 112/527 kB | 108/202 kB | 24/38 kB | 12/30 kB
Progress (5): 88/165 kB | 112/527 kB | 112/202 kB | 24/38 kB | 12/30 kB
Progress (5): 88/165 kB | 112/527 kB | 112/202 kB | 24/38 kB | 16/30 kB
Progress (5): 88/165 kB | 112/527 kB | 116/202 kB | 24/38 kB | 16/30 kB
Progress (5): 92/165 kB | 112/527 kB | 116/202 kB | 24/38 kB | 16/30 kB
Progress (5): 92/165 kB | 112/527 kB | 116/202 kB | 28/38 kB | 16/30 kB
Progress (5): 96/165 kB | 112/527 kB | 116/202 kB | 28/38 kB | 16/30 kB
Progress (5): 96/165 kB | 112/527 kB | 120/202 kB | 28/38 kB | 16/30 kB
Progress (5): 96/165 kB | 112/527 kB | 120/202 kB | 28/38 kB | 20/30 kB
Progress (5): 96/165 kB | 116/527 kB | 120/202 kB | 28/38 kB | 20/30 kB
Progress (5): 96/165 kB | 116/527 kB | 120/202 kB | 28/38 kB | 24/30 kB
Progress (5): 96/165 kB | 116/527 kB | 124/202 kB | 28/38 kB | 24/30 kB
Progress (5): 100/165 kB | 116/527 kB | 124/202 kB | 28/38 kB | 24/30 kB
Progress (5): 100/165 kB | 116/527 kB | 124/202 kB | 32/38 kB | 24/30 kB
Progress (5): 104/165 kB | 116/527 kB | 124/202 kB | 32/38 kB | 24/30 kB
Progress (5): 104/165 kB | 116/527 kB | 128/202 kB | 32/38 kB | 24/30 kB
Progress (5): 104/165 kB | 116/527 kB | 128/202 kB | 32/38 kB | 28/30 kB
Progress (5): 104/165 kB | 120/527 kB | 128/202 kB | 32/38 kB | 28/30 kB
Progress (5): 104/165 kB | 120/527 kB | 128/202 kB | 32/38 kB | 30 kB   
Progress (5): 104/165 kB | 120/527 kB | 132/202 kB | 32/38 kB | 30 kB
Progress (5): 104/165 kB | 120/527 kB | 136/202 kB | 32/38 kB | 30 kB
Progress (5): 108/165 kB | 120/527 kB | 136/202 kB | 32/38 kB | 30 kB
Progress (5): 108/165 kB | 120/527 kB | 136/202 kB | 36/38 kB | 30 kB
Progress (5): 112/165 kB | 120/527 kB | 136/202 kB | 36/38 kB | 30 kB
Progress (5): 112/165 kB | 120/527 kB | 140/202 kB | 36/38 kB | 30 kB
Progress (5): 112/165 kB | 124/527 kB | 140/202 kB | 36/38 kB | 30 kB
Progress (5): 112/165 kB | 124/527 kB | 144/202 kB | 36/38 kB | 30 kB
Progress (5): 116/165 kB | 124/527 kB | 144/202 kB | 36/38 kB | 30 kB
Progress (5): 116/165 kB | 124/527 kB | 144/202 kB | 38 kB | 30 kB   
Progress (5): 120/165 kB | 124/527 kB | 144/202 kB | 38 kB | 30 kB
Progress (5): 120/165 kB | 124/527 kB | 148/202 kB | 38 kB | 30 kB
Progress (5): 120/165 kB | 128/527 kB | 148/202 kB | 38 kB | 30 kB
Progress (5): 120/165 kB | 128/527 kB | 152/202 kB | 38 kB | 30 kB
Progress (5): 120/165 kB | 132/527 kB | 152/202 kB | 38 kB | 30 kB
Progress (5): 124/165 kB | 132/527 kB | 152/202 kB | 38 kB | 30 kB
Progress (5): 124/165 kB | 136/527 kB | 152/202 kB | 38 kB | 30 kB
Progress (5): 124/165 kB | 136/527 kB | 156/202 kB | 38 kB | 30 kB
Progress (5): 124/165 kB | 140/527 kB | 156/202 kB | 38 kB | 30 kB
Progress (5): 128/165 kB | 140/527 kB | 156/202 kB | 38 kB | 30 kB
Progress (5): 128/165 kB | 144/527 kB | 156/202 kB | 38 kB | 30 kB
Progress (5): 128/165 kB | 144/527 kB | 160/202 kB | 38 kB | 30 kB
Progress (5): 128/165 kB | 148/527 kB | 160/202 kB | 38 kB | 30 kB
Progress (5): 132/165 kB | 148/527 kB | 160/202 kB | 38 kB | 30 kB
Progress (5): 132/165 kB | 152/527 kB | 160/202 kB | 38 kB | 30 kB
Progress (5): 132/165 kB | 152/527 kB | 164/202 kB | 38 kB | 30 kB
Progress (5): 132/165 kB | 156/527 kB | 164/202 kB | 38 kB | 30 kB
Progress (5): 136/165 kB | 156/527 kB | 164/202 kB | 38 kB | 30 kB
Progress (5): 136/165 kB | 160/527 kB | 164/202 kB | 38 kB | 30 kB
Progress (5): 136/165 kB | 160/527 kB | 168/202 kB | 38 kB | 30 kB
Progress (5): 136/165 kB | 164/527 kB | 168/202 kB | 38 kB | 30 kB
Progress (5): 136/165 kB | 168/527 kB | 168/202 kB | 38 kB | 30 kB
Progress (5): 140/165 kB | 168/527 kB | 168/202 kB | 38 kB | 30 kB
Progress (5): 140/165 kB | 172/527 kB | 168/202 kB | 38 kB | 30 kB
Progress (5): 140/165 kB | 172/527 kB | 172/202 kB | 38 kB | 30 kB
Progress (5): 140/165 kB | 176/527 kB | 172/202 kB | 38 kB | 30 kB
Progress (5): 144/165 kB | 176/527 kB | 172/202 kB | 38 kB | 30 kB
Progress (5): 144/165 kB | 180/527 kB | 172/202 kB | 38 kB | 30 kB
Progress (5): 144/165 kB | 180/527 kB | 176/202 kB | 38 kB | 30 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 269 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Progress (4): 144/165 kB | 184/527 kB | 176/202 kB | 38 kB
Progress (4): 148/165 kB | 184/527 kB | 176/202 kB | 38 kB
Progress (4): 148/165 kB | 188/527 kB | 176/202 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 331 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (3): 148/165 kB | 188/527 kB | 180/202 kB
Progress (3): 148/165 kB | 192/527 kB | 180/202 kB
Progress (3): 152/165 kB | 192/527 kB | 180/202 kB
Progress (3): 152/165 kB | 196/527 kB | 180/202 kB
Progress (3): 156/165 kB | 196/527 kB | 180/202 kB
Progress (3): 156/165 kB | 196/527 kB | 184/202 kB
Progress (3): 160/165 kB | 196/527 kB | 184/202 kB
Progress (3): 160/165 kB | 200/527 kB | 184/202 kB
Progress (3): 164/165 kB | 200/527 kB | 184/202 kB
Progress (3): 164/165 kB | 200/527 kB | 188/202 kB
Progress (3): 164/165 kB | 204/527 kB | 188/202 kB
Progress (3): 165 kB | 204/527 kB | 188/202 kB    
Progress (3): 165 kB | 208/527 kB | 188/202 kB
Progress (3): 165 kB | 208/527 kB | 192/202 kB
Progress (3): 165 kB | 212/527 kB | 192/202 kB
Progress (3): 165 kB | 212/527 kB | 196/202 kB
Progress (3): 165 kB | 216/527 kB | 196/202 kB
Progress (3): 165 kB | 216/527 kB | 200/202 kB
Progress (3): 165 kB | 220/527 kB | 200/202 kB
Progress (3): 165 kB | 220/527 kB | 202 kB    
Progress (3): 165 kB | 224/527 kB | 202 kB
Progress (3): 165 kB | 228/527 kB | 202 kB
Progress (3): 165 kB | 232/527 kB | 202 kB
Progress (3): 165 kB | 236/527 kB | 202 kB
Progress (3): 165 kB | 240/527 kB | 202 kB
Progress (3): 165 kB | 244/527 kB | 202 kB
Progress (3): 165 kB | 248/527 kB | 202 kB
Progress (3): 165 kB | 252/527 kB | 202 kB
Progress (3): 165 kB | 256/527 kB | 202 kB
Progress (3): 165 kB | 260/527 kB | 202 kB
Progress (3): 165 kB | 264/527 kB | 202 kB
Progress (3): 165 kB | 268/527 kB | 202 kB
Progress (3): 165 kB | 272/527 kB | 202 kB
Progress (3): 165 kB | 276/527 kB | 202 kB
Progress (3): 165 kB | 280/527 kB | 202 kB
Progress (4): 165 kB | 280/527 kB | 202 kB | 4.1/52 kB
Progress (4): 165 kB | 280/527 kB | 202 kB | 7.7/52 kB
Progress (4): 165 kB | 280/527 kB | 202 kB | 12/52 kB 
Progress (4): 165 kB | 284/527 kB | 202 kB | 12/52 kB
Progress (4): 165 kB | 284/527 kB | 202 kB | 16/52 kB
Progress (4): 165 kB | 288/527 kB | 202 kB | 16/52 kB
Progress (4): 165 kB | 288/527 kB | 202 kB | 20/52 kB
Progress (4): 165 kB | 288/527 kB | 202 kB | 24/52 kB
Progress (4): 165 kB | 292/527 kB | 202 kB | 24/52 kB
Progress (4): 165 kB | 292/527 kB | 202 kB | 28/52 kB
Progress (4): 165 kB | 292/527 kB | 202 kB | 32/52 kB
Progress (4): 165 kB | 292/527 kB | 202 kB | 36/52 kB
Progress (4): 165 kB | 292/527 kB | 202 kB | 40/52 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.0 MB/s)
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 853 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (2): 292/527 kB | 44/52 kB
Progress (3): 292/527 kB | 44/52 kB | 4.1/148 kB
Progress (3): 296/527 kB | 44/52 kB | 4.1/148 kB
Progress (3): 296/527 kB | 44/52 kB | 7.7/148 kB
Progress (3): 296/527 kB | 48/52 kB | 7.7/148 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (3): 296/527 kB | 52/52 kB | 7.7/148 kB
Progress (3): 296/527 kB | 52/52 kB | 12/148 kB 
Progress (3): 296/527 kB | 52/52 kB | 16/148 kB
Progress (3): 296/527 kB | 52/52 kB | 20/148 kB
Progress (3): 296/527 kB | 52/52 kB | 24/148 kB
Progress (3): 300/527 kB | 52/52 kB | 24/148 kB
Progress (3): 300/527 kB | 52/52 kB | 28/148 kB
Progress (3): 300/527 kB | 52 kB | 28/148 kB   
Progress (3): 300/527 kB | 52 kB | 32/148 kB
Progress (3): 300/527 kB | 52 kB | 33/148 kB
Progress (3): 304/527 kB | 52 kB | 33/148 kB
Progress (3): 304/527 kB | 52 kB | 37/148 kB
Progress (3): 308/527 kB | 52 kB | 37/148 kB
Progress (3): 308/527 kB | 52 kB | 41/148 kB
Progress (3): 312/527 kB | 52 kB | 41/148 kB
Progress (3): 312/527 kB | 52 kB | 45/148 kB
Progress (3): 316/527 kB | 52 kB | 45/148 kB
Progress (3): 316/527 kB | 52 kB | 49/148 kB
Progress (3): 320/527 kB | 52 kB | 49/148 kB
Progress (3): 320/527 kB | 52 kB | 53/148 kB
Progress (3): 324/527 kB | 52 kB | 53/148 kB
Progress (3): 324/527 kB | 52 kB | 57/148 kB
Progress (3): 328/527 kB | 52 kB | 57/148 kB
Progress (3): 328/527 kB | 52 kB | 61/148 kB
Progress (3): 332/527 kB | 52 kB | 61/148 kB
Progress (3): 332/527 kB | 52 kB | 65/148 kB
Progress (3): 336/527 kB | 52 kB | 65/148 kB
Progress (3): 336/527 kB | 52 kB | 69/148 kB
Progress (3): 340/527 kB | 52 kB | 69/148 kB
Progress (3): 340/527 kB | 52 kB | 73/148 kB
Progress (3): 344/527 kB | 52 kB | 73/148 kB
Progress (3): 344/527 kB | 52 kB | 77/148 kB
Progress (3): 348/527 kB | 52 kB | 77/148 kB
Progress (3): 348/527 kB | 52 kB | 81/148 kB
Progress (3): 352/527 kB | 52 kB | 81/148 kB
Progress (3): 352/527 kB | 52 kB | 85/148 kB
Progress (3): 356/527 kB | 52 kB | 85/148 kB
Progress (3): 356/527 kB | 52 kB | 89/148 kB
Progress (3): 360/527 kB | 52 kB | 89/148 kB
Progress (3): 360/527 kB | 52 kB | 93/148 kB
Progress (3): 364/527 kB | 52 kB | 93/148 kB
Progress (3): 364/527 kB | 52 kB | 97/148 kB
Progress (3): 368/527 kB | 52 kB | 97/148 kB
Progress (3): 368/527 kB | 52 kB | 101/148 kB
Progress (3): 372/527 kB | 52 kB | 101/148 kB
Progress (3): 372/527 kB | 52 kB | 105/148 kB
Progress (3): 376/527 kB | 52 kB | 105/148 kB
Progress (3): 376/527 kB | 52 kB | 109/148 kB
Progress (3): 380/527 kB | 52 kB | 109/148 kB
Progress (3): 380/527 kB | 52 kB | 113/148 kB
Progress (3): 384/527 kB | 52 kB | 113/148 kB
Progress (3): 384/527 kB | 52 kB | 117/148 kB
Progress (3): 388/527 kB | 52 kB | 117/148 kB
Progress (3): 388/527 kB | 52 kB | 121/148 kB
Progress (3): 392/527 kB | 52 kB | 121/148 kB
Progress (3): 392/527 kB | 52 kB | 125/148 kB
Progress (3): 396/527 kB | 52 kB | 125/148 kB
Progress (3): 396/527 kB | 52 kB | 129/148 kB
Progress (3): 400/527 kB | 52 kB | 129/148 kB
Progress (3): 400/527 kB | 52 kB | 133/148 kB
Progress (3): 404/527 kB | 52 kB | 133/148 kB
Progress (3): 404/527 kB | 52 kB | 137/148 kB
Progress (3): 408/527 kB | 52 kB | 137/148 kB
Progress (3): 408/527 kB | 52 kB | 141/148 kB
Progress (3): 412/527 kB | 52 kB | 141/148 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 248 kB/s)
Progress (2): 412/527 kB | 145/148 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Progress (2): 416/527 kB | 145/148 kB
Progress (2): 416/527 kB | 148 kB    
Progress (2): 420/527 kB | 148 kB
Progress (2): 424/527 kB | 148 kB
Progress (2): 428/527 kB | 148 kB
Progress (2): 432/527 kB | 148 kB
Progress (2): 436/527 kB | 148 kB
Progress (2): 440/527 kB | 148 kB
Progress (2): 444/527 kB | 148 kB
Progress (2): 448/527 kB | 148 kB
Progress (3): 448/527 kB | 148 kB | 4.1/51 kB
Progress (3): 452/527 kB | 148 kB | 4.1/51 kB
Progress (3): 452/527 kB | 148 kB | 7.7/51 kB
Progress (3): 456/527 kB | 148 kB | 7.7/51 kB
Progress (3): 456/527 kB | 148 kB | 12/51 kB 
Progress (3): 460/527 kB | 148 kB | 12/51 kB
Progress (3): 460/527 kB | 148 kB | 16/51 kB
Progress (3): 464/527 kB | 148 kB | 16/51 kB
Progress (3): 464/527 kB | 148 kB | 20/51 kB
Progress (3): 468/527 kB | 148 kB | 20/51 kB
Progress (4): 468/527 kB | 148 kB | 20/51 kB | 4.1/106 kB
Progress (4): 468/527 kB | 148 kB | 24/51 kB | 4.1/106 kB
Progress (4): 468/527 kB | 148 kB | 24/51 kB | 7.7/106 kB
Progress (4): 472/527 kB | 148 kB | 24/51 kB | 7.7/106 kB
Progress (4): 472/527 kB | 148 kB | 24/51 kB | 12/106 kB 
Progress (4): 476/527 kB | 148 kB | 24/51 kB | 12/106 kB
Progress (4): 476/527 kB | 148 kB | 28/51 kB | 12/106 kB
Progress (4): 480/527 kB | 148 kB | 28/51 kB | 12/106 kB
Progress (4): 480/527 kB | 148 kB | 28/51 kB | 16/106 kB
Progress (4): 484/527 kB | 148 kB | 28/51 kB | 16/106 kB
Progress (4): 484/527 kB | 148 kB | 28/51 kB | 20/106 kB
Progress (4): 484/527 kB | 148 kB | 32/51 kB | 20/106 kB
Progress (4): 484/527 kB | 148 kB | 32/51 kB | 24/106 kB
Progress (4): 484/527 kB | 148 kB | 36/51 kB | 24/106 kB
Progress (4): 484/527 kB | 148 kB | 36/51 kB | 28/106 kB
Progress (4): 488/527 kB | 148 kB | 36/51 kB | 28/106 kB
Progress (4): 488/527 kB | 148 kB | 36/51 kB | 32/106 kB
Progress (4): 492/527 kB | 148 kB | 36/51 kB | 32/106 kB
Progress (4): 492/527 kB | 148 kB | 40/51 kB | 32/106 kB
Progress (4): 496/527 kB | 148 kB | 40/51 kB | 32/106 kB
Progress (4): 496/527 kB | 148 kB | 40/51 kB | 36/106 kB
Progress (4): 500/527 kB | 148 kB | 40/51 kB | 36/106 kB
Progress (4): 504/527 kB | 148 kB | 40/51 kB | 36/106 kB
Progress (4): 508/527 kB | 148 kB | 40/51 kB | 36/106 kB
Progress (4): 508/527 kB | 148 kB | 44/51 kB | 36/106 kB
Progress (4): 512/527 kB | 148 kB | 44/51 kB | 36/106 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 676 kB/s)
Progress (3): 512/527 kB | 44/51 kB | 40/106 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (3): 516/527 kB | 44/51 kB | 40/106 kB
Progress (3): 516/527 kB | 48/51 kB | 40/106 kB
Progress (3): 520/527 kB | 48/51 kB | 40/106 kB
Progress (3): 520/527 kB | 48/51 kB | 44/106 kB
Progress (3): 520/527 kB | 51 kB | 44/106 kB   
Progress (3): 520/527 kB | 51 kB | 48/106 kB
Progress (3): 524/527 kB | 51 kB | 48/106 kB
Progress (3): 527 kB | 51 kB | 48/106 kB    
Progress (3): 527 kB | 51 kB | 52/106 kB
Progress (3): 527 kB | 51 kB | 56/106 kB
Progress (4): 527 kB | 51 kB | 56/106 kB | 4.1/14 kB
Progress (4): 527 kB | 51 kB | 60/106 kB | 4.1/14 kB
Progress (4): 527 kB | 51 kB | 60/106 kB | 7.7/14 kB
Progress (4): 527 kB | 51 kB | 64/106 kB | 7.7/14 kB
Progress (4): 527 kB | 51 kB | 64/106 kB | 12/14 kB 
Progress (4): 527 kB | 51 kB | 68/106 kB | 12/14 kB
Progress (4): 527 kB | 51 kB | 68/106 kB | 14 kB   
Progress (4): 527 kB | 51 kB | 72/106 kB | 14 kB
Progress (4): 527 kB | 51 kB | 76/106 kB | 14 kB
Progress (4): 527 kB | 51 kB | 80/106 kB | 14 kB
Progress (5): 527 kB | 51 kB | 80/106 kB | 14 kB | 4.1/74 kB
Progress (5): 527 kB | 51 kB | 80/106 kB | 14 kB | 7.7/74 kB
Progress (5): 527 kB | 51 kB | 80/106 kB | 14 kB | 12/74 kB 
Progress (5): 527 kB | 51 kB | 84/106 kB | 14 kB | 12/74 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 177 kB/s)
Progress (4): 527 kB | 88/106 kB | 14 kB | 12/74 kB
Progress (4): 527 kB | 88/106 kB | 14 kB | 16/74 kB
Progress (4): 527 kB | 92/106 kB | 14 kB | 16/74 kB
Progress (4): 527 kB | 96/106 kB | 14 kB | 16/74 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Progress (4): 527 kB | 100/106 kB | 14 kB | 16/74 kB
Progress (4): 527 kB | 100/106 kB | 14 kB | 20/74 kB
Progress (4): 527 kB | 104/106 kB | 14 kB | 20/74 kB
Progress (4): 527 kB | 104/106 kB | 14 kB | 24/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 24/74 kB    
Progress (4): 527 kB | 106 kB | 14 kB | 28/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 32/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 33/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 37/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 41/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 45/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 49/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 53/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 57/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 61/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 65/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 69/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 73/74 kB
Progress (4): 527 kB | 106 kB | 14 kB | 74 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.8 MB/s)
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 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
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
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 348 kB/s)
Progress (2): 74 kB | 4.1/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
Progress (2): 74 kB | 7.7/108 kB
Progress (2): 74 kB | 12/108 kB 
Progress (2): 74 kB | 16/108 kB
Progress (2): 74 kB | 20/108 kB
Progress (2): 74 kB | 24/108 kB
Progress (2): 74 kB | 28/108 kB
Progress (2): 74 kB | 32/108 kB
Progress (2): 74 kB | 33/108 kB
Progress (2): 74 kB | 37/108 kB
Progress (2): 74 kB | 41/108 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 240 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (1): 45/108 kB
Progress (1): 49/108 kB
Progress (1): 53/108 kB
Progress (1): 57/108 kB
Progress (1): 61/108 kB
Progress (1): 65/108 kB
Progress (1): 66/108 kB
Progress (1): 70/108 kB
Progress (1): 74/108 kB
Progress (1): 78/108 kB
Progress (1): 82/108 kB
Progress (1): 86/108 kB
Progress (1): 90/108 kB
Progress (1): 94/108 kB
Progress (1): 98/108 kB
Progress (1): 102/108 kB
Progress (1): 106/108 kB
Progress (1): 108 kB    
Progress (2): 108 kB | 4.1/202 kB
Progress (2): 108 kB | 7.7/202 kB
Progress (2): 108 kB | 12/202 kB 
Progress (2): 108 kB | 16/202 kB
Progress (2): 108 kB | 20/202 kB
Progress (2): 108 kB | 24/202 kB
Progress (2): 108 kB | 28/202 kB
Progress (2): 108 kB | 32/202 kB
Progress (2): 108 kB | 33/202 kB
Progress (2): 108 kB | 37/202 kB
Progress (2): 108 kB | 41/202 kB
Progress (2): 108 kB | 45/202 kB
Progress (2): 108 kB | 49/202 kB
Progress (2): 108 kB | 53/202 kB
Progress (2): 108 kB | 57/202 kB
Progress (2): 108 kB | 61/202 kB
Progress (2): 108 kB | 65/202 kB
Progress (2): 108 kB | 69/202 kB
Progress (2): 108 kB | 73/202 kB
Progress (3): 108 kB | 73/202 kB | 4.1/472 kB
Progress (3): 108 kB | 77/202 kB | 4.1/472 kB
Progress (3): 108 kB | 77/202 kB | 7.7/472 kB
Progress (3): 108 kB | 81/202 kB | 7.7/472 kB
Progress (3): 108 kB | 81/202 kB | 12/472 kB 
Progress (3): 108 kB | 85/202 kB | 12/472 kB
Progress (3): 108 kB | 85/202 kB | 16/472 kB
Progress (3): 108 kB | 89/202 kB | 16/472 kB
Progress (3): 108 kB | 89/202 kB | 20/472 kB
Progress (3): 108 kB | 89/202 kB | 24/472 kB
Progress (3): 108 kB | 93/202 kB | 24/472 kB
Progress (3): 108 kB | 93/202 kB | 28/472 kB
Progress (3): 108 kB | 97/202 kB | 28/472 kB
Progress (3): 108 kB | 97/202 kB | 32/472 kB
Progress (3): 108 kB | 101/202 kB | 32/472 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 335 kB/s)
Progress (2): 101/202 kB | 36/472 kB
Progress (2): 105/202 kB | 36/472 kB
Progress (2): 105/202 kB | 40/472 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Progress (2): 105/202 kB | 44/472 kB
Progress (2): 109/202 kB | 44/472 kB
Progress (2): 109/202 kB | 48/472 kB
Progress (2): 113/202 kB | 48/472 kB
Progress (2): 113/202 kB | 52/472 kB
Progress (2): 117/202 kB | 52/472 kB
Progress (2): 117/202 kB | 56/472 kB
Progress (2): 121/202 kB | 56/472 kB
Progress (2): 121/202 kB | 60/472 kB
Progress (2): 121/202 kB | 64/472 kB
Progress (3): 121/202 kB | 64/472 kB | 4.1/61 kB
Progress (3): 125/202 kB | 64/472 kB | 4.1/61 kB
Progress (3): 125/202 kB | 64/472 kB | 7.7/61 kB
Progress (3): 125/202 kB | 68/472 kB | 7.7/61 kB
Progress (3): 125/202 kB | 68/472 kB | 12/61 kB 
Progress (3): 129/202 kB | 68/472 kB | 12/61 kB
Progress (3): 129/202 kB | 68/472 kB | 16/61 kB
Progress (3): 129/202 kB | 72/472 kB | 16/61 kB
Progress (3): 129/202 kB | 72/472 kB | 20/61 kB
Progress (3): 133/202 kB | 72/472 kB | 20/61 kB
Progress (3): 133/202 kB | 76/472 kB | 20/61 kB
Progress (3): 133/202 kB | 80/472 kB | 20/61 kB
Progress (3): 133/202 kB | 80/472 kB | 24/61 kB
Progress (4): 133/202 kB | 80/472 kB | 24/61 kB | 4.1/153 kB
Progress (4): 133/202 kB | 80/472 kB | 28/61 kB | 4.1/153 kB
Progress (4): 133/202 kB | 80/472 kB | 32/61 kB | 4.1/153 kB
Progress (4): 137/202 kB | 80/472 kB | 32/61 kB | 4.1/153 kB
Progress (4): 137/202 kB | 80/472 kB | 36/61 kB | 4.1/153 kB
Progress (4): 137/202 kB | 80/472 kB | 36/61 kB | 7.7/153 kB
Progress (4): 137/202 kB | 80/472 kB | 36/61 kB | 12/153 kB 
Progress (4): 137/202 kB | 80/472 kB | 36/61 kB | 16/153 kB
Progress (4): 137/202 kB | 80/472 kB | 36/61 kB | 20/153 kB
Progress (4): 141/202 kB | 80/472 kB | 36/61 kB | 20/153 kB
Progress (4): 145/202 kB | 80/472 kB | 36/61 kB | 20/153 kB
Progress (4): 145/202 kB | 84/472 kB | 36/61 kB | 20/153 kB
Progress (4): 145/202 kB | 84/472 kB | 40/61 kB | 20/153 kB
Progress (4): 145/202 kB | 88/472 kB | 40/61 kB | 20/153 kB
Progress (4): 149/202 kB | 88/472 kB | 40/61 kB | 20/153 kB
Progress (4): 149/202 kB | 92/472 kB | 40/61 kB | 20/153 kB
Progress (4): 149/202 kB | 92/472 kB | 40/61 kB | 24/153 kB
Progress (4): 149/202 kB | 96/472 kB | 40/61 kB | 24/153 kB
Progress (4): 153/202 kB | 96/472 kB | 40/61 kB | 24/153 kB
Progress (4): 153/202 kB | 96/472 kB | 44/61 kB | 24/153 kB
Progress (4): 157/202 kB | 96/472 kB | 44/61 kB | 24/153 kB
Progress (4): 157/202 kB | 100/472 kB | 44/61 kB | 24/153 kB
Progress (4): 157/202 kB | 100/472 kB | 44/61 kB | 28/153 kB
Progress (4): 157/202 kB | 104/472 kB | 44/61 kB | 28/153 kB
Progress (4): 161/202 kB | 104/472 kB | 44/61 kB | 28/153 kB
Progress (4): 161/202 kB | 104/472 kB | 48/61 kB | 28/153 kB
Progress (4): 165/202 kB | 104/472 kB | 48/61 kB | 28/153 kB
Progress (4): 165/202 kB | 104/472 kB | 52/61 kB | 28/153 kB
Progress (4): 165/202 kB | 108/472 kB | 52/61 kB | 28/153 kB
Progress (4): 165/202 kB | 108/472 kB | 52/61 kB | 32/153 kB
Progress (4): 165/202 kB | 112/472 kB | 52/61 kB | 32/153 kB
Progress (4): 165/202 kB | 112/472 kB | 56/61 kB | 32/153 kB
Progress (4): 165/202 kB | 116/472 kB | 56/61 kB | 32/153 kB
Progress (4): 169/202 kB | 116/472 kB | 56/61 kB | 32/153 kB
Progress (4): 169/202 kB | 120/472 kB | 56/61 kB | 32/153 kB
Progress (4): 169/202 kB | 120/472 kB | 60/61 kB | 32/153 kB
Progress (4): 169/202 kB | 124/472 kB | 60/61 kB | 32/153 kB
Progress (4): 169/202 kB | 124/472 kB | 60/61 kB | 33/153 kB
Progress (4): 169/202 kB | 128/472 kB | 60/61 kB | 33/153 kB
Progress (4): 169/202 kB | 128/472 kB | 61 kB | 33/153 kB   
Progress (4): 169/202 kB | 132/472 kB | 61 kB | 33/153 kB
Progress (4): 173/202 kB | 132/472 kB | 61 kB | 33/153 kB
Progress (4): 173/202 kB | 136/472 kB | 61 kB | 33/153 kB
Progress (4): 173/202 kB | 136/472 kB | 61 kB | 37/153 kB
Progress (4): 173/202 kB | 140/472 kB | 61 kB | 37/153 kB
Progress (4): 177/202 kB | 140/472 kB | 61 kB | 37/153 kB
Progress (4): 177/202 kB | 144/472 kB | 61 kB | 37/153 kB
Progress (4): 177/202 kB | 144/472 kB | 61 kB | 41/153 kB
Progress (4): 181/202 kB | 144/472 kB | 61 kB | 41/153 kB
Progress (4): 181/202 kB | 144/472 kB | 61 kB | 45/153 kB
Progress (4): 181/202 kB | 148/472 kB | 61 kB | 45/153 kB
Progress (5): 181/202 kB | 148/472 kB | 61 kB | 45/153 kB | 4.1/46 kB
Progress (5): 181/202 kB | 148/472 kB | 61 kB | 49/153 kB | 4.1/46 kB
Progress (5): 185/202 kB | 148/472 kB | 61 kB | 49/153 kB | 4.1/46 kB
Progress (5): 185/202 kB | 148/472 kB | 61 kB | 53/153 kB | 4.1/46 kB
Progress (5): 185/202 kB | 148/472 kB | 61 kB | 53/153 kB | 7.7/46 kB
Progress (5): 185/202 kB | 152/472 kB | 61 kB | 53/153 kB | 7.7/46 kB
Progress (5): 185/202 kB | 152/472 kB | 61 kB | 53/153 kB | 12/46 kB 
Progress (5): 185/202 kB | 156/472 kB | 61 kB | 53/153 kB | 12/46 kB
Progress (5): 185/202 kB | 156/472 kB | 61 kB | 57/153 kB | 12/46 kB
Progress (5): 189/202 kB | 156/472 kB | 61 kB | 57/153 kB | 12/46 kB
Progress (5): 189/202 kB | 156/472 kB | 61 kB | 61/153 kB | 12/46 kB
Progress (5): 189/202 kB | 160/472 kB | 61 kB | 61/153 kB | 12/46 kB
Progress (5): 189/202 kB | 164/472 kB | 61 kB | 61/153 kB | 12/46 kB
Progress (5): 189/202 kB | 164/472 kB | 61 kB | 61/153 kB | 16/46 kB
Progress (5): 189/202 kB | 168/472 kB | 61 kB | 61/153 kB | 16/46 kB
Progress (5): 189/202 kB | 168/472 kB | 61 kB | 65/153 kB | 16/46 kB
Progress (5): 193/202 kB | 168/472 kB | 61 kB | 65/153 kB | 16/46 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 151 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Progress (4): 193/202 kB | 168/472 kB | 66/153 kB | 16/46 kB
Progress (4): 193/202 kB | 172/472 kB | 66/153 kB | 16/46 kB
Progress (4): 193/202 kB | 172/472 kB | 66/153 kB | 20/46 kB
Progress (4): 193/202 kB | 176/472 kB | 66/153 kB | 20/46 kB
Progress (4): 193/202 kB | 176/472 kB | 70/153 kB | 20/46 kB
Progress (4): 193/202 kB | 180/472 kB | 70/153 kB | 20/46 kB
Progress (4): 193/202 kB | 180/472 kB | 70/153 kB | 24/46 kB
Progress (4): 193/202 kB | 184/472 kB | 70/153 kB | 24/46 kB
Progress (4): 193/202 kB | 184/472 kB | 74/153 kB | 24/46 kB
Progress (4): 193/202 kB | 188/472 kB | 74/153 kB | 24/46 kB
Progress (4): 193/202 kB | 188/472 kB | 74/153 kB | 28/46 kB
Progress (4): 193/202 kB | 192/472 kB | 74/153 kB | 28/46 kB
Progress (4): 193/202 kB | 192/472 kB | 78/153 kB | 28/46 kB
Progress (4): 193/202 kB | 192/472 kB | 78/153 kB | 32/46 kB
Progress (4): 193/202 kB | 192/472 kB | 82/153 kB | 32/46 kB
Progress (4): 193/202 kB | 196/472 kB | 82/153 kB | 32/46 kB
Progress (4): 193/202 kB | 196/472 kB | 86/153 kB | 32/46 kB
Progress (4): 193/202 kB | 196/472 kB | 86/153 kB | 36/46 kB
Progress (4): 193/202 kB | 196/472 kB | 90/153 kB | 36/46 kB
Progress (4): 193/202 kB | 200/472 kB | 90/153 kB | 36/46 kB
Progress (4): 193/202 kB | 200/472 kB | 94/153 kB | 36/46 kB
Progress (4): 193/202 kB | 204/472 kB | 94/153 kB | 36/46 kB
Progress (4): 193/202 kB | 204/472 kB | 94/153 kB | 40/46 kB
Progress (4): 193/202 kB | 208/472 kB | 94/153 kB | 40/46 kB
Progress (4): 193/202 kB | 208/472 kB | 98/153 kB | 40/46 kB
Progress (4): 193/202 kB | 212/472 kB | 98/153 kB | 40/46 kB
Progress (4): 193/202 kB | 212/472 kB | 98/153 kB | 44/46 kB
Progress (4): 193/202 kB | 216/472 kB | 98/153 kB | 44/46 kB
Progress (4): 193/202 kB | 216/472 kB | 102/153 kB | 44/46 kB
Progress (4): 193/202 kB | 220/472 kB | 102/153 kB | 44/46 kB
Progress (4): 193/202 kB | 220/472 kB | 106/153 kB | 44/46 kB
Progress (4): 193/202 kB | 220/472 kB | 106/153 kB | 46 kB   
Progress (4): 193/202 kB | 220/472 kB | 110/153 kB | 46 kB
Progress (4): 193/202 kB | 224/472 kB | 110/153 kB | 46 kB
Progress (4): 193/202 kB | 224/472 kB | 114/153 kB | 46 kB
Progress (4): 193/202 kB | 228/472 kB | 114/153 kB | 46 kB
Progress (4): 193/202 kB | 228/472 kB | 118/153 kB | 46 kB
Progress (4): 193/202 kB | 232/472 kB | 118/153 kB | 46 kB
Progress (4): 193/202 kB | 232/472 kB | 122/153 kB | 46 kB
Progress (4): 193/202 kB | 236/472 kB | 122/153 kB | 46 kB
Progress (4): 193/202 kB | 236/472 kB | 126/153 kB | 46 kB
Progress (4): 193/202 kB | 240/472 kB | 126/153 kB | 46 kB
Progress (4): 193/202 kB | 240/472 kB | 130/153 kB | 46 kB
Progress (4): 193/202 kB | 244/472 kB | 130/153 kB | 46 kB
Progress (4): 193/202 kB | 244/472 kB | 134/153 kB | 46 kB
Progress (4): 193/202 kB | 248/472 kB | 134/153 kB | 46 kB
Progress (4): 193/202 kB | 248/472 kB | 138/153 kB | 46 kB
Progress (4): 193/202 kB | 252/472 kB | 138/153 kB | 46 kB
Progress (4): 193/202 kB | 252/472 kB | 142/153 kB | 46 kB
Progress (4): 193/202 kB | 256/472 kB | 142/153 kB | 46 kB
Progress (4): 193/202 kB | 256/472 kB | 146/153 kB | 46 kB
Progress (4): 193/202 kB | 260/472 kB | 146/153 kB | 46 kB
Progress (4): 193/202 kB | 260/472 kB | 150/153 kB | 46 kB
Progress (4): 193/202 kB | 264/472 kB | 150/153 kB | 46 kB
Progress (4): 193/202 kB | 264/472 kB | 153 kB | 46 kB    
Progress (4): 193/202 kB | 268/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 272/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 276/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 280/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 284/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 288/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 292/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 296/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 300/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 304/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 308/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 312/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 316/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 320/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 324/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 328/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 332/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 336/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 340/472 kB | 153 kB | 46 kB
Progress (4): 193/202 kB | 344/472 kB | 153 kB | 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 312 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (4): 193/202 kB | 344/472 kB | 46 kB | 4.1/29 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 94 kB/s)
Progress (3): 193/202 kB | 344/472 kB | 7.7/29 kB
Progress (3): 193/202 kB | 348/472 kB | 7.7/29 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Progress (3): 193/202 kB | 352/472 kB | 7.7/29 kB
Progress (3): 193/202 kB | 352/472 kB | 12/29 kB 
Progress (3): 193/202 kB | 356/472 kB | 12/29 kB
Progress (3): 193/202 kB | 356/472 kB | 16/29 kB
Progress (3): 193/202 kB | 360/472 kB | 16/29 kB
Progress (3): 193/202 kB | 360/472 kB | 20/29 kB
Progress (3): 193/202 kB | 364/472 kB | 20/29 kB
Progress (3): 193/202 kB | 364/472 kB | 24/29 kB
Progress (3): 193/202 kB | 368/472 kB | 24/29 kB
Progress (3): 193/202 kB | 368/472 kB | 28/29 kB
Progress (3): 193/202 kB | 368/472 kB | 29 kB   
Progress (3): 193/202 kB | 372/472 kB | 29 kB
Progress (3): 193/202 kB | 376/472 kB | 29 kB
Progress (3): 193/202 kB | 380/472 kB | 29 kB
Progress (3): 193/202 kB | 384/472 kB | 29 kB
Progress (3): 193/202 kB | 388/472 kB | 29 kB
Progress (3): 193/202 kB | 392/472 kB | 29 kB
Progress (3): 193/202 kB | 396/472 kB | 29 kB
Progress (3): 193/202 kB | 400/472 kB | 29 kB
Progress (3): 193/202 kB | 404/472 kB | 29 kB
Progress (3): 193/202 kB | 408/472 kB | 29 kB
Progress (3): 193/202 kB | 412/472 kB | 29 kB
Progress (3): 193/202 kB | 416/472 kB | 29 kB
Progress (3): 193/202 kB | 420/472 kB | 29 kB
Progress (3): 193/202 kB | 424/472 kB | 29 kB
Progress (3): 193/202 kB | 428/472 kB | 29 kB
Progress (3): 193/202 kB | 432/472 kB | 29 kB
Progress (3): 193/202 kB | 436/472 kB | 29 kB
Progress (3): 193/202 kB | 440/472 kB | 29 kB
Progress (3): 193/202 kB | 444/472 kB | 29 kB
Progress (3): 193/202 kB | 448/472 kB | 29 kB
Progress (3): 193/202 kB | 452/472 kB | 29 kB
Progress (3): 193/202 kB | 456/472 kB | 29 kB
Progress (3): 193/202 kB | 460/472 kB | 29 kB
Progress (3): 193/202 kB | 464/472 kB | 29 kB
Progress (3): 193/202 kB | 468/472 kB | 29 kB
Progress (3): 193/202 kB | 472/472 kB | 29 kB
Progress (3): 193/202 kB | 472 kB | 29 kB    
Progress (4): 193/202 kB | 472 kB | 29 kB | 4.1/13 kB
Progress (4): 193/202 kB | 472 kB | 29 kB | 7.7/13 kB
Progress (4): 193/202 kB | 472 kB | 29 kB | 12/13 kB 
Progress (4): 193/202 kB | 472 kB | 29 kB | 13 kB   
Progress (5): 193/202 kB | 472 kB | 29 kB | 13 kB | 4.1/49 kB
Progress (5): 193/202 kB | 472 kB | 29 kB | 13 kB | 7.7/49 kB
Progress (5): 193/202 kB | 472 kB | 29 kB | 13 kB | 12/49 kB 
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 921 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Progress (3): 193/202 kB | 13 kB | 16/49 kB
Progress (3): 193/202 kB | 13 kB | 20/49 kB
Progress (3): 193/202 kB | 13 kB | 24/49 kB
Progress (3): 193/202 kB | 13 kB | 28/49 kB
Progress (3): 193/202 kB | 13 kB | 32/49 kB
Progress (3): 193/202 kB | 13 kB | 36/49 kB
Progress (3): 193/202 kB | 13 kB | 40/49 kB
Progress (3): 193/202 kB | 13 kB | 44/49 kB
Progress (3): 193/202 kB | 13 kB | 48/49 kB
Progress (3): 193/202 kB | 13 kB | 49 kB   
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 26 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Progress (3): 193/202 kB | 49 kB | 4.1/247 kB
Progress (3): 193/202 kB | 49 kB | 7.7/247 kB
Progress (3): 193/202 kB | 49 kB | 12/247 kB 
Progress (3): 193/202 kB | 49 kB | 16/247 kB
Progress (3): 193/202 kB | 49 kB | 20/247 kB
Progress (3): 193/202 kB | 49 kB | 24/247 kB
Progress (4): 193/202 kB | 49 kB | 24/247 kB | 4.1/187 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 93 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Progress (3): 193/202 kB | 28/247 kB | 4.1/187 kB
Progress (3): 193/202 kB | 28/247 kB | 7.7/187 kB
Progress (3): 193/202 kB | 32/247 kB | 7.7/187 kB
Progress (3): 193/202 kB | 32/247 kB | 12/187 kB 
Progress (3): 193/202 kB | 36/247 kB | 12/187 kB
Progress (3): 193/202 kB | 36/247 kB | 16/187 kB
Progress (3): 193/202 kB | 40/247 kB | 16/187 kB
Progress (3): 193/202 kB | 40/247 kB | 20/187 kB
Progress (3): 193/202 kB | 44/247 kB | 20/187 kB
Progress (3): 193/202 kB | 44/247 kB | 24/187 kB
Progress (3): 197/202 kB | 44/247 kB | 24/187 kB
Progress (3): 197/202 kB | 48/247 kB | 24/187 kB
Progress (3): 201/202 kB | 48/247 kB | 24/187 kB
Progress (3): 201/202 kB | 48/247 kB | 28/187 kB
Progress (3): 202 kB | 48/247 kB | 28/187 kB    
Progress (3): 202 kB | 52/247 kB | 28/187 kB
Progress (3): 202 kB | 52/247 kB | 32/187 kB
Progress (3): 202 kB | 52/247 kB | 36/187 kB
Progress (4): 202 kB | 52/247 kB | 36/187 kB | 4.1/86 kB
Progress (4): 202 kB | 52/247 kB | 36/187 kB | 7.7/86 kB
Progress (4): 202 kB | 52/247 kB | 36/187 kB | 12/86 kB 
Progress (4): 202 kB | 52/247 kB | 36/187 kB | 16/86 kB
Progress (4): 202 kB | 52/247 kB | 36/187 kB | 20/86 kB
Progress (4): 202 kB | 56/247 kB | 36/187 kB | 20/86 kB
Progress (4): 202 kB | 56/247 kB | 36/187 kB | 24/86 kB
Progress (4): 202 kB | 56/247 kB | 40/187 kB | 24/86 kB
Progress (4): 202 kB | 56/247 kB | 40/187 kB | 28/86 kB
Progress (4): 202 kB | 60/247 kB | 40/187 kB | 28/86 kB
Progress (4): 202 kB | 60/247 kB | 44/187 kB | 28/86 kB
Progress (4): 202 kB | 60/247 kB | 44/187 kB | 32/86 kB
Progress (4): 202 kB | 60/247 kB | 48/187 kB | 32/86 kB
Progress (4): 202 kB | 64/247 kB | 48/187 kB | 32/86 kB
Progress (4): 202 kB | 64/247 kB | 48/187 kB | 33/86 kB
Progress (4): 202 kB | 64/247 kB | 52/187 kB | 33/86 kB
Progress (4): 202 kB | 66/247 kB | 52/187 kB | 33/86 kB
Progress (4): 202 kB | 66/247 kB | 56/187 kB | 33/86 kB
Progress (4): 202 kB | 66/247 kB | 56/187 kB | 37/86 kB
Progress (4): 202 kB | 70/247 kB | 56/187 kB | 37/86 kB
Progress (4): 202 kB | 70/247 kB | 60/187 kB | 37/86 kB
Progress (4): 202 kB | 70/247 kB | 60/187 kB | 41/86 kB
Progress (4): 202 kB | 70/247 kB | 64/187 kB | 41/86 kB
Progress (4): 202 kB | 74/247 kB | 64/187 kB | 41/86 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 374 kB/s)
Progress (3): 74/247 kB | 64/187 kB | 45/86 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Progress (3): 78/247 kB | 64/187 kB | 45/86 kB
Progress (3): 78/247 kB | 68/187 kB | 45/86 kB
Progress (3): 82/247 kB | 68/187 kB | 45/86 kB
Progress (3): 82/247 kB | 68/187 kB | 49/86 kB
Progress (3): 82/247 kB | 72/187 kB | 49/86 kB
Progress (3): 82/247 kB | 72/187 kB | 53/86 kB
Progress (3): 82/247 kB | 72/187 kB | 57/86 kB
Progress (3): 86/247 kB | 72/187 kB | 57/86 kB
Progress (3): 86/247 kB | 72/187 kB | 61/86 kB
Progress (3): 86/247 kB | 76/187 kB | 61/86 kB
Progress (3): 86/247 kB | 76/187 kB | 65/86 kB
Progress (4): 86/247 kB | 76/187 kB | 65/86 kB | 4.1/209 kB
Progress (4): 86/247 kB | 76/187 kB | 69/86 kB | 4.1/209 kB
Progress (4): 90/247 kB | 76/187 kB | 69/86 kB | 4.1/209 kB
Progress (4): 90/247 kB | 76/187 kB | 73/86 kB | 4.1/209 kB
Progress (4): 90/247 kB | 76/187 kB | 73/86 kB | 7.7/209 kB
Progress (4): 90/247 kB | 76/187 kB | 77/86 kB | 7.7/209 kB
Progress (5): 90/247 kB | 76/187 kB | 77/86 kB | 7.7/209 kB | 4.1/532 kB
Progress (5): 90/247 kB | 80/187 kB | 77/86 kB | 7.7/209 kB | 4.1/532 kB
Progress (5): 90/247 kB | 80/187 kB | 77/86 kB | 7.7/209 kB | 7.7/532 kB
Progress (5): 90/247 kB | 80/187 kB | 81/86 kB | 7.7/209 kB | 7.7/532 kB
Progress (5): 90/247 kB | 80/187 kB | 81/86 kB | 12/209 kB | 7.7/532 kB 
Progress (5): 94/247 kB | 80/187 kB | 81/86 kB | 12/209 kB | 7.7/532 kB
Progress (5): 94/247 kB | 80/187 kB | 81/86 kB | 16/209 kB | 7.7/532 kB
Progress (5): 94/247 kB | 80/187 kB | 85/86 kB | 16/209 kB | 7.7/532 kB
Progress (5): 94/247 kB | 80/187 kB | 85/86 kB | 16/209 kB | 12/532 kB 
Progress (5): 94/247 kB | 84/187 kB | 85/86 kB | 16/209 kB | 12/532 kB
Progress (5): 94/247 kB | 84/187 kB | 85/86 kB | 16/209 kB | 16/532 kB
Progress (5): 94/247 kB | 84/187 kB | 86 kB | 16/209 kB | 16/532 kB   
Progress (5): 94/247 kB | 84/187 kB | 86 kB | 20/209 kB | 16/532 kB
Progress (5): 98/247 kB | 84/187 kB | 86 kB | 20/209 kB | 16/532 kB
Progress (5): 98/247 kB | 84/187 kB | 86 kB | 24/209 kB | 16/532 kB
Progress (5): 98/247 kB | 88/187 kB | 86 kB | 24/209 kB | 16/532 kB
Progress (5): 102/247 kB | 88/187 kB | 86 kB | 24/209 kB | 16/532 kB
Progress (5): 102/247 kB | 92/187 kB | 86 kB | 24/209 kB | 16/532 kB
Progress (5): 102/247 kB | 92/187 kB | 86 kB | 28/209 kB | 16/532 kB
Progress (5): 102/247 kB | 96/187 kB | 86 kB | 28/209 kB | 16/532 kB
Progress (5): 106/247 kB | 96/187 kB | 86 kB | 28/209 kB | 16/532 kB
Progress (5): 106/247 kB | 100/187 kB | 86 kB | 28/209 kB | 16/532 kB
Progress (5): 106/247 kB | 100/187 kB | 86 kB | 32/209 kB | 16/532 kB
Progress (5): 106/247 kB | 104/187 kB | 86 kB | 32/209 kB | 16/532 kB
Progress (5): 110/247 kB | 104/187 kB | 86 kB | 32/209 kB | 16/532 kB
Progress (5): 110/247 kB | 108/187 kB | 86 kB | 32/209 kB | 16/532 kB
Progress (5): 110/247 kB | 108/187 kB | 86 kB | 33/209 kB | 16/532 kB
Progress (5): 110/247 kB | 112/187 kB | 86 kB | 33/209 kB | 16/532 kB
Progress (5): 114/247 kB | 112/187 kB | 86 kB | 33/209 kB | 16/532 kB
Progress (5): 114/247 kB | 116/187 kB | 86 kB | 33/209 kB | 16/532 kB
Progress (5): 114/247 kB | 116/187 kB | 86 kB | 37/209 kB | 16/532 kB
Progress (5): 114/247 kB | 120/187 kB | 86 kB | 37/209 kB | 16/532 kB
Progress (5): 118/247 kB | 120/187 kB | 86 kB | 37/209 kB | 16/532 kB
Progress (5): 118/247 kB | 124/187 kB | 86 kB | 37/209 kB | 16/532 kB
Progress (5): 118/247 kB | 124/187 kB | 86 kB | 41/209 kB | 16/532 kB
Progress (5): 118/247 kB | 128/187 kB | 86 kB | 41/209 kB | 16/532 kB
Progress (5): 122/247 kB | 128/187 kB | 86 kB | 41/209 kB | 16/532 kB
Progress (5): 122/247 kB | 132/187 kB | 86 kB | 41/209 kB | 16/532 kB
Progress (5): 122/247 kB | 132/187 kB | 86 kB | 45/209 kB | 16/532 kB
Progress (5): 122/247 kB | 136/187 kB | 86 kB | 45/209 kB | 16/532 kB
Progress (5): 126/247 kB | 136/187 kB | 86 kB | 45/209 kB | 16/532 kB
Progress (5): 126/247 kB | 140/187 kB | 86 kB | 45/209 kB | 16/532 kB
Progress (5): 126/247 kB | 140/187 kB | 86 kB | 49/209 kB | 16/532 kB
Progress (5): 126/247 kB | 144/187 kB | 86 kB | 49/209 kB | 16/532 kB
Progress (5): 130/247 kB | 144/187 kB | 86 kB | 49/209 kB | 16/532 kB
Progress (5): 130/247 kB | 148/187 kB | 86 kB | 49/209 kB | 16/532 kB
Progress (5): 130/247 kB | 148/187 kB | 86 kB | 53/209 kB | 16/532 kB
Progress (5): 130/247 kB | 152/187 kB | 86 kB | 53/209 kB | 16/532 kB
Progress (5): 134/247 kB | 152/187 kB | 86 kB | 53/209 kB | 16/532 kB
Progress (5): 134/247 kB | 156/187 kB | 86 kB | 53/209 kB | 16/532 kB
Progress (5): 134/247 kB | 156/187 kB | 86 kB | 57/209 kB | 16/532 kB
Progress (5): 134/247 kB | 160/187 kB | 86 kB | 57/209 kB | 16/532 kB
Progress (5): 138/247 kB | 160/187 kB | 86 kB | 57/209 kB | 16/532 kB
Progress (5): 138/247 kB | 164/187 kB | 86 kB | 57/209 kB | 16/532 kB
Progress (5): 138/247 kB | 164/187 kB | 86 kB | 61/209 kB | 16/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 142 kB/s)
Progress (4): 138/247 kB | 164/187 kB | 65/209 kB | 16/532 kB
Progress (4): 138/247 kB | 168/187 kB | 65/209 kB | 16/532 kB
Progress (4): 142/247 kB | 168/187 kB | 65/209 kB | 16/532 kB
Progress (4): 142/247 kB | 172/187 kB | 65/209 kB | 16/532 kB
Progress (4): 142/247 kB | 172/187 kB | 66/209 kB | 16/532 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Progress (4): 142/247 kB | 172/187 kB | 70/209 kB | 16/532 kB
Progress (4): 142/247 kB | 176/187 kB | 70/209 kB | 16/532 kB
Progress (4): 146/247 kB | 176/187 kB | 70/209 kB | 16/532 kB
Progress (4): 146/247 kB | 180/187 kB | 70/209 kB | 16/532 kB
Progress (4): 146/247 kB | 180/187 kB | 74/209 kB | 16/532 kB
Progress (4): 146/247 kB | 184/187 kB | 74/209 kB | 16/532 kB
Progress (4): 146/247 kB | 184/187 kB | 78/209 kB | 16/532 kB
Progress (4): 150/247 kB | 184/187 kB | 78/209 kB | 16/532 kB
Progress (4): 150/247 kB | 184/187 kB | 82/209 kB | 16/532 kB
Progress (4): 150/247 kB | 187 kB | 82/209 kB | 16/532 kB    
Progress (4): 150/247 kB | 187 kB | 86/209 kB | 16/532 kB
Progress (4): 154/247 kB | 187 kB | 86/209 kB | 16/532 kB
Progress (4): 154/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 158/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 162/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 166/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 170/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 174/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 178/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 182/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 186/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 190/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 194/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 198/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 202/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 206/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 210/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 214/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 218/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 222/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 226/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 230/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 234/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 238/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 242/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 246/247 kB | 187 kB | 90/209 kB | 16/532 kB
Progress (4): 247 kB | 187 kB | 90/209 kB | 16/532 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 302 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (4): 247 kB | 90/209 kB | 16/532 kB | 4.1/56 kB
Progress (4): 247 kB | 90/209 kB | 16/532 kB | 7.7/56 kB
Progress (4): 247 kB | 90/209 kB | 16/532 kB | 12/56 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 359 kB/s)
Progress (3): 90/209 kB | 16/532 kB | 16/56 kB
Progress (4): 90/209 kB | 16/532 kB | 16/56 kB | 4.1/58 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (4): 90/209 kB | 16/532 kB | 16/56 kB | 7.7/58 kB
Progress (4): 90/209 kB | 16/532 kB | 20/56 kB | 7.7/58 kB
Progress (4): 90/209 kB | 16/532 kB | 20/56 kB | 12/58 kB 
Progress (4): 90/209 kB | 16/532 kB | 24/56 kB | 12/58 kB
Progress (4): 90/209 kB | 16/532 kB | 24/56 kB | 16/58 kB
Progress (4): 90/209 kB | 16/532 kB | 28/56 kB | 16/58 kB
Progress (4): 90/209 kB | 16/532 kB | 28/56 kB | 20/58 kB
Progress (4): 90/209 kB | 16/532 kB | 32/56 kB | 20/58 kB
Progress (4): 90/209 kB | 16/532 kB | 32/56 kB | 24/58 kB
Progress (4): 90/209 kB | 16/532 kB | 36/56 kB | 24/58 kB
Progress (4): 90/209 kB | 16/532 kB | 36/56 kB | 28/58 kB
Progress (4): 90/209 kB | 16/532 kB | 40/56 kB | 28/58 kB
Progress (4): 90/209 kB | 16/532 kB | 40/56 kB | 32/58 kB
Progress (4): 90/209 kB | 16/532 kB | 44/56 kB | 32/58 kB
Progress (4): 90/209 kB | 16/532 kB | 44/56 kB | 36/58 kB
Progress (4): 90/209 kB | 16/532 kB | 48/56 kB | 36/58 kB
Progress (4): 90/209 kB | 16/532 kB | 48/56 kB | 40/58 kB
Progress (4): 90/209 kB | 16/532 kB | 52/56 kB | 40/58 kB
Progress (4): 90/209 kB | 16/532 kB | 52/56 kB | 44/58 kB
Progress (4): 90/209 kB | 16/532 kB | 56/56 kB | 44/58 kB
Progress (4): 90/209 kB | 16/532 kB | 56/56 kB | 48/58 kB
Progress (4): 90/209 kB | 16/532 kB | 56 kB | 48/58 kB   
Progress (4): 90/209 kB | 16/532 kB | 56 kB | 52/58 kB
Progress (4): 90/209 kB | 16/532 kB | 56 kB | 56/58 kB
Progress (4): 90/209 kB | 16/532 kB | 56 kB | 58 kB   
Progress (4): 90/209 kB | 20/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 24/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 28/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 32/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 33/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 37/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 41/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 45/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 49/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 53/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 57/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 61/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 65/532 kB | 56 kB | 58 kB
Progress (4): 90/209 kB | 66/532 kB | 56 kB | 58 kB
Progress (4): 94/209 kB | 66/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 66/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 66/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 70/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 74/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 78/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 82/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 86/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 90/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 94/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 98/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 98/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 102/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 106/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 110/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 114/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 118/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 122/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 126/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 130/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 131/532 kB | 56 kB | 58 kB
Progress (4): 98/209 kB | 135/532 kB | 56 kB | 58 kB
Progress (4): 102/209 kB | 135/532 kB | 56 kB | 58 kB
Progress (4): 102/209 kB | 139/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 139/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 143/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 147/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 151/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 155/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 159/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 163/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 167/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 171/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 175/532 kB | 56 kB | 58 kB
Progress (4): 106/209 kB | 179/532 kB | 56 kB | 58 kB
Progress (4): 110/209 kB | 179/532 kB | 56 kB | 58 kB
Progress (4): 110/209 kB | 183/532 kB | 56 kB | 58 kB
Progress (4): 114/209 kB | 183/532 kB | 56 kB | 58 kB
Progress (4): 114/209 kB | 187/532 kB | 56 kB | 58 kB
Progress (4): 118/209 kB | 187/532 kB | 56 kB | 58 kB
Progress (4): 118/209 kB | 191/532 kB | 56 kB | 58 kB
Progress (4): 122/209 kB | 191/532 kB | 56 kB | 58 kB
Progress (4): 122/209 kB | 195/532 kB | 56 kB | 58 kB
Progress (4): 126/209 kB | 195/532 kB | 56 kB | 58 kB
Progress (4): 126/209 kB | 199/532 kB | 56 kB | 58 kB
Progress (4): 130/209 kB | 199/532 kB | 56 kB | 58 kB
Progress (4): 130/209 kB | 203/532 kB | 56 kB | 58 kB
Progress (4): 130/209 kB | 207/532 kB | 56 kB | 58 kB
Progress (4): 130/209 kB | 211/532 kB | 56 kB | 58 kB
Progress (4): 134/209 kB | 211/532 kB | 56 kB | 58 kB
Progress (4): 134/209 kB | 215/532 kB | 56 kB | 58 kB
Progress (4): 138/209 kB | 215/532 kB | 56 kB | 58 kB
Progress (4): 138/209 kB | 219/532 kB | 56 kB | 58 kB
Progress (4): 138/209 kB | 223/532 kB | 56 kB | 58 kB
Progress (4): 142/209 kB | 223/532 kB | 56 kB | 58 kB
Progress (4): 142/209 kB | 227/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 227/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 231/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 235/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 239/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 243/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 247/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 251/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 255/532 kB | 56 kB | 58 kB
Progress (4): 146/209 kB | 259/532 kB | 56 kB | 58 kB
Progress (4): 150/209 kB | 259/532 kB | 56 kB | 58 kB
Progress (4): 150/209 kB | 263/532 kB | 56 kB | 58 kB
Progress (4): 154/209 kB | 263/532 kB | 56 kB | 58 kB
Progress (4): 154/209 kB | 267/532 kB | 56 kB | 58 kB
Progress (4): 158/209 kB | 267/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 267/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 271/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 275/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 279/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 283/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 287/532 kB | 56 kB | 58 kB
Progress (4): 162/209 kB | 291/532 kB | 56 kB | 58 kB
Progress (4): 166/209 kB | 291/532 kB | 56 kB | 58 kB
Progress (4): 166/209 kB | 295/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 295/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 299/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 303/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 307/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 311/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 315/532 kB | 56 kB | 58 kB
Progress (4): 170/209 kB | 319/532 kB | 56 kB | 58 kB
Progress (4): 174/209 kB | 319/532 kB | 56 kB | 58 kB
Progress (4): 174/209 kB | 323/532 kB | 56 kB | 58 kB
Progress (4): 178/209 kB | 323/532 kB | 56 kB | 58 kB
Progress (4): 178/209 kB | 327/532 kB | 56 kB | 58 kB
Progress (4): 178/209 kB | 331/532 kB | 56 kB | 58 kB
Progress (4): 178/209 kB | 335/532 kB | 56 kB | 58 kB
Progress (4): 182/209 kB | 335/532 kB | 56 kB | 58 kB
Progress (4): 182/209 kB | 339/532 kB | 56 kB | 58 kB
Progress (4): 186/209 kB | 339/532 kB | 56 kB | 58 kB
Progress (4): 186/209 kB | 343/532 kB | 56 kB | 58 kB
Progress (4): 186/209 kB | 347/532 kB | 56 kB | 58 kB
Progress (4): 186/209 kB | 351/532 kB | 56 kB | 58 kB
Progress (4): 186/209 kB | 355/532 kB | 56 kB | 58 kB
Progress (4): 190/209 kB | 355/532 kB | 56 kB | 58 kB
Progress (4): 190/209 kB | 359/532 kB | 56 kB | 58 kB
Progress (4): 190/209 kB | 363/532 kB | 56 kB | 58 kB
Progress (4): 190/209 kB | 367/532 kB | 56 kB | 58 kB
Progress (4): 190/209 kB | 371/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 371/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 375/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 379/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 383/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 387/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 391/532 kB | 56 kB | 58 kB
Progress (4): 194/209 kB | 395/532 kB | 56 kB | 58 kB
Progress (4): 198/209 kB | 395/532 kB | 56 kB | 58 kB
Progress (4): 198/209 kB | 399/532 kB | 56 kB | 58 kB
Progress (4): 202/209 kB | 399/532 kB | 56 kB | 58 kB
Progress (4): 202/209 kB | 403/532 kB | 56 kB | 58 kB
Progress (4): 206/209 kB | 403/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 403/532 kB | 56 kB | 58 kB    
Progress (4): 209 kB | 407/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 411/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 415/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 419/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 423/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 427/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 431/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 435/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 439/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 443/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 447/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 451/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 455/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 459/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 463/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 467/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 471/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 475/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 479/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 483/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 487/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 491/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 495/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 499/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 503/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 507/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 511/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 515/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 519/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 523/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 527/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 531/532 kB | 56 kB | 58 kB
Progress (4): 209 kB | 532 kB | 56 kB | 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 65 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 616 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Progress (3): 209 kB | 58 kB | 4.1/245 kB
Progress (3): 209 kB | 58 kB | 7.7/245 kB
Progress (4): 209 kB | 58 kB | 7.7/245 kB | 4.1/100 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 65 kB/s)
Progress (3): 209 kB | 12/245 kB | 4.1/100 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Progress (3): 209 kB | 12/245 kB | 7.7/100 kB
Progress (3): 209 kB | 16/245 kB | 7.7/100 kB
Progress (3): 209 kB | 16/245 kB | 12/100 kB 
Progress (3): 209 kB | 16/245 kB | 16/100 kB
Progress (3): 209 kB | 20/245 kB | 16/100 kB
Progress (3): 209 kB | 20/245 kB | 20/100 kB
Progress (3): 209 kB | 20/245 kB | 24/100 kB
Progress (3): 209 kB | 24/245 kB | 24/100 kB
Progress (3): 209 kB | 24/245 kB | 28/100 kB
Progress (3): 209 kB | 24/245 kB | 32/100 kB
Progress (3): 209 kB | 28/245 kB | 32/100 kB
Progress (3): 209 kB | 28/245 kB | 33/100 kB
Progress (3): 209 kB | 32/245 kB | 33/100 kB
Progress (3): 209 kB | 32/245 kB | 37/100 kB
Progress (3): 209 kB | 32/245 kB | 41/100 kB
Progress (3): 209 kB | 33/245 kB | 41/100 kB
Progress (3): 209 kB | 33/245 kB | 45/100 kB
Progress (3): 209 kB | 33/245 kB | 49/100 kB
Progress (3): 209 kB | 37/245 kB | 49/100 kB
Progress (3): 209 kB | 37/245 kB | 53/100 kB
Progress (3): 209 kB | 37/245 kB | 57/100 kB
Progress (3): 209 kB | 41/245 kB | 57/100 kB
Progress (3): 209 kB | 41/245 kB | 61/100 kB
Progress (3): 209 kB | 41/245 kB | 65/100 kB
Progress (3): 209 kB | 45/245 kB | 65/100 kB
Progress (3): 209 kB | 45/245 kB | 66/100 kB
Progress (3): 209 kB | 49/245 kB | 66/100 kB
Progress (3): 209 kB | 49/245 kB | 70/100 kB
Progress (3): 209 kB | 49/245 kB | 74/100 kB
Progress (3): 209 kB | 53/245 kB | 74/100 kB
Progress (3): 209 kB | 53/245 kB | 78/100 kB
Progress (3): 209 kB | 57/245 kB | 78/100 kB
Progress (3): 209 kB | 57/245 kB | 82/100 kB
Progress (3): 209 kB | 61/245 kB | 82/100 kB
Progress (3): 209 kB | 61/245 kB | 86/100 kB
Progress (3): 209 kB | 61/245 kB | 90/100 kB
Progress (3): 209 kB | 65/245 kB | 90/100 kB
Progress (3): 209 kB | 65/245 kB | 94/100 kB
Progress (3): 209 kB | 66/245 kB | 94/100 kB
Progress (3): 209 kB | 66/245 kB | 98/100 kB
Progress (3): 209 kB | 66/245 kB | 100 kB   
Progress (3): 209 kB | 70/245 kB | 100 kB
Progress (3): 209 kB | 74/245 kB | 100 kB
Progress (3): 209 kB | 78/245 kB | 100 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 232 kB/s)
Progress (2): 82/245 kB | 100 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Progress (2): 86/245 kB | 100 kB
Progress (2): 90/245 kB | 100 kB
Progress (2): 94/245 kB | 100 kB
Progress (2): 98/245 kB | 100 kB
Progress (2): 98/245 kB | 100 kB
Progress (2): 102/245 kB | 100 kB
Progress (2): 106/245 kB | 100 kB
Progress (2): 110/245 kB | 100 kB
Progress (2): 114/245 kB | 100 kB
Progress (2): 118/245 kB | 100 kB
Progress (2): 122/245 kB | 100 kB
Progress (2): 126/245 kB | 100 kB
Progress (2): 130/245 kB | 100 kB
Progress (2): 134/245 kB | 100 kB
Progress (2): 138/245 kB | 100 kB
Progress (2): 142/245 kB | 100 kB
Progress (2): 146/245 kB | 100 kB
Progress (2): 150/245 kB | 100 kB
Progress (2): 154/245 kB | 100 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 110 kB/s)
Progress (1): 158/245 kB
Progress (2): 158/245 kB | 4.1/13 kB
Progress (2): 158/245 kB | 7.7/13 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Progress (2): 158/245 kB | 12/13 kB
Progress (2): 162/245 kB | 12/13 kB
Progress (2): 162/245 kB | 13 kB   
Progress (3): 162/245 kB | 13 kB | 0/1.4 MB
Progress (3): 162/245 kB | 13 kB | 0/1.4 MB
Progress (3): 166/245 kB | 13 kB | 0/1.4 MB
Progress (3): 166/245 kB | 13 kB | 0/1.4 MB
Progress (3): 170/245 kB | 13 kB | 0/1.4 MB
Progress (3): 170/245 kB | 13 kB | 0/1.4 MB
Progress (3): 174/245 kB | 13 kB | 0/1.4 MB
Progress (3): 174/245 kB | 13 kB | 0/1.4 MB
Progress (3): 178/245 kB | 13 kB | 0/1.4 MB
Progress (3): 178/245 kB | 13 kB | 0/1.4 MB
Progress (3): 182/245 kB | 13 kB | 0/1.4 MB
Progress (3): 182/245 kB | 13 kB | 0/1.4 MB
Progress (3): 186/245 kB | 13 kB | 0/1.4 MB
Progress (3): 186/245 kB | 13 kB | 0/1.4 MB
Progress (3): 190/245 kB | 13 kB | 0/1.4 MB
Progress (3): 190/245 kB | 13 kB | 0/1.4 MB
Progress (3): 194/245 kB | 13 kB | 0/1.4 MB
Progress (3): 194/245 kB | 13 kB | 0/1.4 MB
Progress (3): 198/245 kB | 13 kB | 0/1.4 MB
Progress (3): 198/245 kB | 13 kB | 0/1.4 MB
Progress (4): 198/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 202/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 202/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 206/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 206/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 210/245 kB | 13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 210/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 214/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 214/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 218/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 218/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 222/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 222/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 226/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 226/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 226/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (4): 226/245 kB | 13 kB | 0.1/1.4 MB | 3.2 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 15 kB/s)
Progress (3): 230/245 kB | 0.1/1.4 MB | 3.2 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar
Progress (3): 234/245 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 238/245 kB | 0.1/1.4 MB | 3.2 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 3.2 kB/s)
Progress (2): 238/245 kB | 0.1/1.4 MB
Progress (2): 238/245 kB | 0.1/1.4 MB
Progress (3): 238/245 kB | 0.1/1.4 MB | 4.1/112 kB
Progress (3): 238/245 kB | 0.1/1.4 MB | 4.1/112 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Progress (4): 238/245 kB | 0.1/1.4 MB | 4.1/112 kB | 4.1/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 4.1/112 kB | 4.1/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 4.1/112 kB | 7.7/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 4.1/112 kB | 7.7/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 7.7/112 kB | 7.7/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 7.7/112 kB | 7.7/37 kB
Progress (4): 242/245 kB | 0.1/1.4 MB | 7.7/112 kB | 12/37 kB 
Progress (4): 245 kB | 0.1/1.4 MB | 7.7/112 kB | 12/37 kB    
Progress (4): 245 kB | 0.1/1.4 MB | 7.7/112 kB | 16/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 7.7/112 kB | 16/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 12/112 kB | 16/37 kB 
Progress (4): 245 kB | 0.1/1.4 MB | 12/112 kB | 16/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 12/112 kB | 20/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 12/112 kB | 20/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 16/112 kB | 20/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 16/112 kB | 20/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 16/112 kB | 24/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 16/112 kB | 24/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 20/112 kB | 24/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 20/112 kB | 24/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 20/112 kB | 28/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 20/112 kB | 28/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 24/112 kB | 28/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 24/112 kB | 28/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 24/112 kB | 32/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 24/112 kB | 32/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 28/112 kB | 32/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 28/112 kB | 32/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 28/112 kB | 36/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 28/112 kB | 36/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 36/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 36/37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 37 kB   
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 37 kB
Progress (4): 245 kB | 0.1/1.4 MB | 32/112 kB | 37 kB
Progress (4): 245 kB | 0.2/1.4 MB | 32/112 kB | 37 kB
Progress (4): 245 kB | 0.2/1.4 MB | 32/112 kB | 37 kB
Progress (4): 245 kB | 0.2/1.4 MB | 33/112 kB | 37 kB
Progress (4): 245 kB | 0.2/1.4 MB | 33/112 kB | 37 kB
Progress (5): 245 kB | 0.2/1.4 MB | 33/112 kB | 37 kB | 4.1/7.2 kB
Progress (5): 245 kB | 0.2/1.4 MB | 33/112 kB | 37 kB | 7.2 kB    
Progress (5): 245 kB | 0.2/1.4 MB | 37/112 kB | 37 kB | 7.2 kB
Progress (5): 245 kB | 0.2/1.4 MB | 37/112 kB | 37 kB | 7.2 kB
Progress (5): 245 kB | 0.2/1.4 MB | 41/112 kB | 37 kB | 7.2 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 244 kB/s)
Progress (4): 0.2/1.4 MB | 45/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 45/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 49/112 kB | 37 kB | 7.2 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Progress (4): 0.2/1.4 MB | 53/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 53/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 57/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 57/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 61/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 61/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 65/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 65/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 66/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 66/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 70/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 70/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 74/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 74/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 78/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 78/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 82/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 82/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 86/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 86/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 90/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 90/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 94/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 98/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 98/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 102/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 102/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 106/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 106/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 110/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 110/112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB    
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.2/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
Progress (4): 0.3/1.4 MB | 112 kB | 37 kB | 7.2 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 36 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 7.0 kB/s)
Progress (2): 0.3/1.4 MB | 112 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Progress (2): 0.3/1.4 MB | 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
Progress (3): 0.3/1.4 MB | 112 kB | 4.1/9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 7.7/9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB    
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
Progress (3): 0.3/1.4 MB | 112 kB | 9.4 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (2): 0.3/1.4 MB | 9.4 kB
Progress (3): 0.3/1.4 MB | 9.4 kB | 4.1/37 kB
Progress (3): 0.3/1.4 MB | 9.4 kB | 4.1/37 kB
Progress (3): 0.3/1.4 MB | 9.4 kB | 7.7/37 kB
Progress (3): 0.3/1.4 MB | 9.4 kB | 12/37 kB 
Progress (4): 0.3/1.4 MB | 9.4 kB | 12/37 kB | 4.1/53 kB
Progress (4): 0.3/1.4 MB | 9.4 kB | 12/37 kB | 4.1/53 kB
Progress (4): 0.3/1.4 MB | 9.4 kB | 12/37 kB | 7.7/53 kB
Progress (4): 0.3/1.4 MB | 9.4 kB | 12/37 kB | 7.7/53 kB
Progress (4): 0.3/1.4 MB | 9.4 kB | 12/37 kB | 7.7/53 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 8.6 kB/s)
Progress (4): 0.3/1.4 MB | 12/37 kB | 7.7/53 kB | 4.1/285 kB
Progress (4): 0.3/1.4 MB | 16/37 kB | 7.7/53 kB | 4.1/285 kB
Progress (4): 0.3/1.4 MB | 16/37 kB | 7.7/53 kB | 7.7/285 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Progress (4): 0.3/1.4 MB | 16/37 kB | 7.7/53 kB | 7.7/285 kB
Progress (4): 0.3/1.4 MB | 16/37 kB | 12/53 kB | 7.7/285 kB 
Progress (4): 0.3/1.4 MB | 16/37 kB | 12/53 kB | 7.7/285 kB
Progress (4): 0.3/1.4 MB | 16/37 kB | 12/53 kB | 12/285 kB 
Progress (4): 0.3/1.4 MB | 20/37 kB | 12/53 kB | 12/285 kB
Progress (4): 0.3/1.4 MB | 20/37 kB | 12/53 kB | 16/285 kB
Progress (4): 0.4/1.4 MB | 20/37 kB | 12/53 kB | 16/285 kB
Progress (4): 0.4/1.4 MB | 20/37 kB | 16/53 kB | 16/285 kB
Progress (4): 0.4/1.4 MB | 20/37 kB | 16/53 kB | 20/285 kB
Progress (4): 0.4/1.4 MB | 20/37 kB | 16/53 kB | 20/285 kB
Progress (4): 0.4/1.4 MB | 24/37 kB | 16/53 kB | 20/285 kB
Progress (4): 0.4/1.4 MB | 24/37 kB | 16/53 kB | 24/285 kB
Progress (4): 0.4/1.4 MB | 24/37 kB | 20/53 kB | 24/285 kB
Progress (4): 0.4/1.4 MB | 24/37 kB | 20/53 kB | 28/285 kB
Progress (4): 0.4/1.4 MB | 28/37 kB | 20/53 kB | 28/285 kB
Progress (4): 0.4/1.4 MB | 28/37 kB | 20/53 kB | 28/285 kB
Progress (4): 0.4/1.4 MB | 32/37 kB | 20/53 kB | 28/285 kB
Progress (4): 0.4/1.4 MB | 32/37 kB | 20/53 kB | 32/285 kB
Progress (4): 0.4/1.4 MB | 32/37 kB | 24/53 kB | 32/285 kB
Progress (4): 0.4/1.4 MB | 32/37 kB | 24/53 kB | 33/285 kB
Progress (4): 0.4/1.4 MB | 36/37 kB | 24/53 kB | 33/285 kB
Progress (4): 0.4/1.4 MB | 36/37 kB | 24/53 kB | 33/285 kB
Progress (4): 0.4/1.4 MB | 36/37 kB | 24/53 kB | 37/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 24/53 kB | 37/285 kB   
Progress (4): 0.4/1.4 MB | 37 kB | 28/53 kB | 37/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 28/53 kB | 41/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 28/53 kB | 41/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 28/53 kB | 45/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 28/53 kB | 45/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 32/53 kB | 45/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 32/53 kB | 45/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 32/53 kB | 49/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 36/53 kB | 49/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 36/53 kB | 49/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 36/53 kB | 53/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 40/53 kB | 53/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 40/53 kB | 57/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 40/53 kB | 57/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 44/53 kB | 57/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 44/53 kB | 61/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 44/53 kB | 61/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 44/53 kB | 65/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 44/53 kB | 65/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 48/53 kB | 65/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 48/53 kB | 65/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 48/53 kB | 66/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 48/53 kB | 66/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 52/53 kB | 66/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 52/53 kB | 70/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 52/53 kB | 70/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 52/53 kB | 74/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 52/53 kB | 74/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 74/285 kB   
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 74/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 78/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 78/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 82/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 82/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 86/285 kB
Progress (4): 0.4/1.4 MB | 37 kB | 53 kB | 90/285 kB
Progress (5): 0.4/1.4 MB | 37 kB | 53 kB | 90/285 kB | 4.1/38 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 34 kB/s)
Progress (4): 0.4/1.4 MB | 53 kB | 94/285 kB | 4.1/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 94/285 kB | 4.1/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 98/285 kB | 4.1/38 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Progress (4): 0.4/1.4 MB | 53 kB | 98/285 kB | 7.7/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 102/285 kB | 7.7/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 102/285 kB | 7.7/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 102/285 kB | 12/38 kB 
Progress (4): 0.4/1.4 MB | 53 kB | 106/285 kB | 12/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 106/285 kB | 16/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 106/285 kB | 16/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 106/285 kB | 20/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 110/285 kB | 20/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 110/285 kB | 24/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 110/285 kB | 24/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 110/285 kB | 28/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 28/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 32/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 32/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 114/285 kB | 36/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 118/285 kB | 36/38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 118/285 kB | 38 kB   
Progress (4): 0.4/1.4 MB | 53 kB | 118/285 kB | 38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 122/285 kB | 38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 122/285 kB | 38 kB
Progress (4): 0.4/1.4 MB | 53 kB | 126/285 kB | 38 kB
Progress (4): 0.5/1.4 MB | 53 kB | 126/285 kB | 38 kB
Progress (4): 0.5/1.4 MB | 53 kB | 130/285 kB | 38 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 48 kB/s)
Progress (3): 0.5/1.4 MB | 134/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 134/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 138/285 kB | 38 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Progress (3): 0.5/1.4 MB | 142/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 142/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 146/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 146/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 150/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 150/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 154/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 154/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 158/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 158/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 162/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 162/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 166/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 166/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 170/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 170/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 174/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 174/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 178/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 182/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 182/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 186/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 186/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 190/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 194/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 198/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 202/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 206/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 206/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 210/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 210/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 214/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 218/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 222/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 226/285 kB | 38 kB
Progress (3): 0.5/1.4 MB | 230/285 kB | 38 kB
Progress (4): 0.5/1.4 MB | 230/285 kB | 38 kB | 4.1/29 kB
Progress (4): 0.5/1.4 MB | 230/285 kB | 38 kB | 4.1/29 kB
Progress (5): 0.5/1.4 MB | 230/285 kB | 38 kB | 4.1/29 kB | 4.1/4.3 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 32 kB/s)
Progress (4): 0.5/1.4 MB | 230/285 kB | 4.1/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 230/285 kB | 4.1/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 230/285 kB | 7.7/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 234/285 kB | 7.7/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 234/285 kB | 12/29 kB | 4.3 kB 
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Progress (4): 0.5/1.4 MB | 234/285 kB | 16/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 238/285 kB | 16/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 238/285 kB | 20/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 242/285 kB | 20/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 242/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 246/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 250/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 254/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 258/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 262/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 266/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 270/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 274/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 278/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 282/285 kB | 24/29 kB | 4.3 kB
Progress (4): 0.5/1.4 MB | 285 kB | 24/29 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 3.6 kB/s)
Progress (4): 0.5/1.4 MB | 285 kB | 24/29 kB | 4.1/21 kB
Progress (4): 0.5/1.4 MB | 285 kB | 24/29 kB | 7.7/21 kB
Progress (4): 0.5/1.4 MB | 285 kB | 24/29 kB | 12/21 kB 
Progress (4): 0.5/1.4 MB | 285 kB | 24/29 kB | 16/21 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 236 kB/s)
Progress (3): 0.5/1.4 MB | 24/29 kB | 20/21 kB
Progress (3): 0.5/1.4 MB | 24/29 kB | 21 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 17 kB/s)
Progress (2): 0.5/1.4 MB | 28/29 kB
Progress (2): 0.5/1.4 MB | 29 kB   
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.5/1.4 MB | 29 kB
Progress (2): 0.6/1.4 MB | 29 kB
Progress (2): 0.6/1.4 MB | 29 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 21 kB/s)
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.0 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom
Progress (1): 3.9 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.pom (3.9 kB at 140 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugins-parent/1.0.0/ebr-maven-plugins-parent-1.0.0.pom (9.5 kB at 498 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 265 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/6/felix-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 663 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 535 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 39 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 155 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Progress (1): 4.1/9.7 kB
Progress (1): 7.7/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 276 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Progress (1): 193 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 6.7 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 144 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Progress (1): 463 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 6.8 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.0/maven-core-3.6.0.pom (8.4 kB at 281 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 748 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.3 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 106 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 116 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.pom (1.8 kB at 61 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.0/maven-settings-builder-3.6.0.pom (2.5 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.0/maven-builder-support-3.6.0.pom (1.4 kB at 31 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 59 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
Progress (1): 4.1/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/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 577 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 59 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 126 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 309 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.pom (1.9 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 66 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 872 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
Progress (1): 4.1/78 kB
Progress (1): 7.7/78 kB
Progress (1): 12/78 kB 
Progress (1): 16/78 kB
Progress (1): 20/78 kB
Progress (1): 24/78 kB
Progress (1): 28/78 kB
Progress (1): 32/78 kB
Progress (1): 36/78 kB
Progress (1): 40/78 kB
Progress (1): 44/78 kB
Progress (1): 48/78 kB
Progress (1): 52/78 kB
Progress (1): 56/78 kB
Progress (1): 60/78 kB
Progress (1): 64/78 kB
Progress (1): 68/78 kB
Progress (1): 72/78 kB
Progress (1): 76/78 kB
Progress (1): 78 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.2 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 500 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 84 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 85 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 264 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 199 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 255 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 609 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 28 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 19 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 369 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 12 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 141 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 162 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 682 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.0/maven-model-builder-3.6.0.pom (3.0 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.0/maven-resolver-provider-3.6.0.pom (4.2 kB at 81 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 540 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 54 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.pom (3.9 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 450 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Progress (1): 4.1/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.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 188 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
Progress (1): 4.1/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-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 492 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 322 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 488 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/5/google-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 88 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 12 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 267 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 359 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 89 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 76 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 143 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 166 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 61 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 92 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
Progress (1): 4.1/8.6 kB
Progress (1): 7.7/8.6 kB
Progress (1): 8.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 183 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 135 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 490 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 51 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 723 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 180 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 363 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 143 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 28 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 121 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 90 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 538 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 91 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 78 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 408 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.7 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 399 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 12 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 106 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 148 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 931 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 92 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 724 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 105 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 15 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 172 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Progress (1): 492 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 15 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 164 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 658 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 25 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 70 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 245 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 56 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 57 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 38 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 63 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 51 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 899 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 95 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 237 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 45 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 235 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 30 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 130 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 274 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 67 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 269 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 102 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 37 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 51 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 69 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 188 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 55 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 64 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 70 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 100 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 14 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 4.2 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 301 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 274 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 250 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 210 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 320 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.9 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 79 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 315 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 75 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 10 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 90 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 68 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 44 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 71 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.pom (2.5 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.3.0/mojo-executor-parent-2.3.0.pom (9.4 kB at 100 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 723 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 136 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 96 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 168 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 288 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 103 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 466 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.pom (1.0 kB at 35 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 173 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 188 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 168 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
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/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 629 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 71 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.pom (6.6 kB at 220 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.7/httpcomponents-client-4.5.7.pom (16 kB at 263 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 771 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 167 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 273 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 534 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 482 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom
Progress (1): 1.5 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.pom (1.5 kB at 90 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.pom (17 kB at 480 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.3.1/junit-bom-5.3.1.pom (4.1 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Progress (1): 4.1/88 kB
Progress (1): 7.7/88 kB
Progress (1): 12/88 kB 
Progress (1): 16/88 kB
Progress (1): 20/88 kB
Progress (1): 24/88 kB
Progress (1): 28/88 kB
Progress (1): 32/88 kB
Progress (1): 36/88 kB
Progress (1): 40/88 kB
Progress (1): 44/88 kB
Progress (1): 48/88 kB
Progress (1): 52/88 kB
Progress (1): 56/88 kB
Progress (1): 60/88 kB
Progress (1): 64/88 kB
Progress (1): 68/88 kB
Progress (1): 72/88 kB
Progress (1): 76/88 kB
Progress (1): 80/88 kB
Progress (1): 84/88 kB
Progress (1): 88 kB   
                   
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-plugin/1.0.0/ebr-maven-plugin-1.0.0.jar (88 kB at 755 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-maven-shared/1.0.0/ebr-maven-shared-1.0.0.jar (5.4 kB at 991 B/s)
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-releases: 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.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar
Progress (1): 4.1/350 kB
Progress (1): 7.7/350 kB
Progress (1): 12/350 kB 
Progress (2): 12/350 kB | 4.1/232 kB
Progress (2): 16/350 kB | 4.1/232 kB
Progress (2): 16/350 kB | 7.7/232 kB
Progress (2): 20/350 kB | 7.7/232 kB
Progress (2): 24/350 kB | 7.7/232 kB
Progress (2): 24/350 kB | 12/232 kB 
Progress (2): 24/350 kB | 16/232 kB
Progress (2): 24/350 kB | 20/232 kB
Progress (2): 24/350 kB | 24/232 kB
Progress (2): 24/350 kB | 28/232 kB
Progress (2): 24/350 kB | 32/232 kB
Progress (2): 28/350 kB | 32/232 kB
Progress (2): 32/350 kB | 32/232 kB
Progress (2): 32/350 kB | 36/232 kB
Progress (2): 36/350 kB | 36/232 kB
Progress (2): 36/350 kB | 40/232 kB
Progress (2): 40/350 kB | 40/232 kB
Progress (2): 40/350 kB | 44/232 kB
Progress (3): 40/350 kB | 44/232 kB | 0/2.9 MB
Progress (3): 40/350 kB | 48/232 kB | 0/2.9 MB
Progress (3): 44/350 kB | 48/232 kB | 0/2.9 MB
Progress (3): 44/350 kB | 52/232 kB | 0/2.9 MB
Progress (4): 44/350 kB | 52/232 kB | 0/2.9 MB | 4.1/81 kB
Progress (4): 44/350 kB | 52/232 kB | 0/2.9 MB | 4.1/81 kB
Progress (4): 44/350 kB | 52/232 kB | 0/2.9 MB | 7.7/81 kB
Progress (4): 44/350 kB | 56/232 kB | 0/2.9 MB | 7.7/81 kB
Progress (5): 44/350 kB | 56/232 kB | 0/2.9 MB | 7.7/81 kB | 4.1/168 kB
Progress (5): 48/350 kB | 56/232 kB | 0/2.9 MB | 7.7/81 kB | 4.1/168 kB
Progress (5): 48/350 kB | 56/232 kB | 0/2.9 MB | 7.7/81 kB | 7.7/168 kB
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 7.7/81 kB | 7.7/168 kB
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 12/81 kB | 7.7/168 kB 
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 12/81 kB | 12/168 kB 
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 12/81 kB | 16/168 kB
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 12/81 kB | 16/168 kB
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 12/81 kB | 20/168 kB
Progress (5): 48/350 kB | 60/232 kB | 0/2.9 MB | 16/81 kB | 20/168 kB
Progress (5): 48/350 kB | 64/232 kB | 0/2.9 MB | 16/81 kB | 20/168 kB
Progress (5): 48/350 kB | 64/232 kB | 0/2.9 MB | 20/81 kB | 20/168 kB
Progress (5): 48/350 kB | 64/232 kB | 0/2.9 MB | 24/81 kB | 20/168 kB
Progress (5): 52/350 kB | 64/232 kB | 0/2.9 MB | 24/81 kB | 20/168 kB
Progress (5): 52/350 kB | 64/232 kB | 0/2.9 MB | 28/81 kB | 20/168 kB
Progress (5): 52/350 kB | 68/232 kB | 0/2.9 MB | 28/81 kB | 20/168 kB
Progress (5): 52/350 kB | 68/232 kB | 0/2.9 MB | 28/81 kB | 24/168 kB
Progress (5): 52/350 kB | 68/232 kB | 0/2.9 MB | 28/81 kB | 24/168 kB
Progress (5): 52/350 kB | 68/232 kB | 0/2.9 MB | 28/81 kB | 28/168 kB
Progress (5): 52/350 kB | 72/232 kB | 0/2.9 MB | 28/81 kB | 28/168 kB
Progress (5): 52/350 kB | 72/232 kB | 0/2.9 MB | 32/81 kB | 28/168 kB
Progress (5): 56/350 kB | 72/232 kB | 0/2.9 MB | 32/81 kB | 28/168 kB
Progress (5): 56/350 kB | 72/232 kB | 0/2.9 MB | 36/81 kB | 28/168 kB
Progress (5): 56/350 kB | 76/232 kB | 0/2.9 MB | 36/81 kB | 28/168 kB
Progress (5): 56/350 kB | 76/232 kB | 0/2.9 MB | 36/81 kB | 32/168 kB
Progress (5): 56/350 kB | 76/232 kB | 0/2.9 MB | 36/81 kB | 32/168 kB
Progress (5): 56/350 kB | 76/232 kB | 0/2.9 MB | 36/81 kB | 36/168 kB
Progress (5): 56/350 kB | 80/232 kB | 0/2.9 MB | 36/81 kB | 36/168 kB
Progress (5): 56/350 kB | 80/232 kB | 0/2.9 MB | 40/81 kB | 36/168 kB
Progress (5): 60/350 kB | 80/232 kB | 0/2.9 MB | 40/81 kB | 36/168 kB
Progress (5): 60/350 kB | 84/232 kB | 0/2.9 MB | 40/81 kB | 36/168 kB
Progress (5): 60/350 kB | 84/232 kB | 0/2.9 MB | 40/81 kB | 40/168 kB
Progress (5): 60/350 kB | 84/232 kB | 0/2.9 MB | 40/81 kB | 40/168 kB
Progress (5): 60/350 kB | 84/232 kB | 0/2.9 MB | 40/81 kB | 44/168 kB
Progress (5): 60/350 kB | 88/232 kB | 0/2.9 MB | 40/81 kB | 44/168 kB
Progress (5): 60/350 kB | 88/232 kB | 0/2.9 MB | 44/81 kB | 44/168 kB
Progress (5): 64/350 kB | 88/232 kB | 0/2.9 MB | 44/81 kB | 44/168 kB
Progress (5): 64/350 kB | 88/232 kB | 0/2.9 MB | 48/81 kB | 44/168 kB
Progress (5): 64/350 kB | 92/232 kB | 0/2.9 MB | 48/81 kB | 44/168 kB
Progress (5): 64/350 kB | 92/232 kB | 0/2.9 MB | 48/81 kB | 48/168 kB
Progress (5): 64/350 kB | 92/232 kB | 0/2.9 MB | 48/81 kB | 48/168 kB
Progress (5): 64/350 kB | 92/232 kB | 0/2.9 MB | 48/81 kB | 52/168 kB
Progress (5): 64/350 kB | 96/232 kB | 0/2.9 MB | 48/81 kB | 52/168 kB
Progress (5): 64/350 kB | 96/232 kB | 0/2.9 MB | 52/81 kB | 52/168 kB
Progress (5): 68/350 kB | 96/232 kB | 0/2.9 MB | 52/81 kB | 52/168 kB
Progress (5): 68/350 kB | 96/232 kB | 0/2.9 MB | 56/81 kB | 52/168 kB
Progress (5): 68/350 kB | 100/232 kB | 0/2.9 MB | 56/81 kB | 52/168 kB
Progress (5): 68/350 kB | 100/232 kB | 0/2.9 MB | 56/81 kB | 56/168 kB
Progress (5): 68/350 kB | 100/232 kB | 0/2.9 MB | 56/81 kB | 56/168 kB
Progress (5): 68/350 kB | 100/232 kB | 0/2.9 MB | 56/81 kB | 60/168 kB
Progress (5): 68/350 kB | 104/232 kB | 0/2.9 MB | 56/81 kB | 60/168 kB
Progress (5): 68/350 kB | 104/232 kB | 0/2.9 MB | 60/81 kB | 60/168 kB
Progress (5): 72/350 kB | 104/232 kB | 0/2.9 MB | 60/81 kB | 60/168 kB
Progress (5): 72/350 kB | 104/232 kB | 0/2.9 MB | 64/81 kB | 60/168 kB
Progress (5): 72/350 kB | 108/232 kB | 0/2.9 MB | 64/81 kB | 60/168 kB
Progress (5): 72/350 kB | 108/232 kB | 0/2.9 MB | 64/81 kB | 64/168 kB
Progress (5): 72/350 kB | 108/232 kB | 0/2.9 MB | 64/81 kB | 64/168 kB
Progress (5): 72/350 kB | 108/232 kB | 0/2.9 MB | 64/81 kB | 68/168 kB
Progress (5): 72/350 kB | 112/232 kB | 0/2.9 MB | 64/81 kB | 68/168 kB
Progress (5): 72/350 kB | 112/232 kB | 0/2.9 MB | 68/81 kB | 68/168 kB
Progress (5): 76/350 kB | 112/232 kB | 0/2.9 MB | 68/81 kB | 68/168 kB
Progress (5): 76/350 kB | 112/232 kB | 0/2.9 MB | 72/81 kB | 68/168 kB
Progress (5): 76/350 kB | 116/232 kB | 0/2.9 MB | 72/81 kB | 68/168 kB
Progress (5): 76/350 kB | 116/232 kB | 0/2.9 MB | 72/81 kB | 72/168 kB
Progress (5): 76/350 kB | 116/232 kB | 0/2.9 MB | 72/81 kB | 72/168 kB
Progress (5): 76/350 kB | 116/232 kB | 0/2.9 MB | 72/81 kB | 76/168 kB
Progress (5): 76/350 kB | 120/232 kB | 0/2.9 MB | 72/81 kB | 76/168 kB
Progress (5): 76/350 kB | 120/232 kB | 0/2.9 MB | 76/81 kB | 76/168 kB
Progress (5): 80/350 kB | 120/232 kB | 0/2.9 MB | 76/81 kB | 76/168 kB
Progress (5): 80/350 kB | 120/232 kB | 0/2.9 MB | 80/81 kB | 76/168 kB
Progress (5): 80/350 kB | 124/232 kB | 0/2.9 MB | 80/81 kB | 76/168 kB
Progress (5): 80/350 kB | 124/232 kB | 0/2.9 MB | 80/81 kB | 80/168 kB
Progress (5): 80/350 kB | 124/232 kB | 0/2.9 MB | 80/81 kB | 80/168 kB
Progress (5): 80/350 kB | 124/232 kB | 0/2.9 MB | 80/81 kB | 84/168 kB
Progress (5): 80/350 kB | 128/232 kB | 0/2.9 MB | 80/81 kB | 84/168 kB
Progress (5): 80/350 kB | 128/232 kB | 0/2.9 MB | 81 kB | 84/168 kB   
Progress (5): 84/350 kB | 128/232 kB | 0/2.9 MB | 81 kB | 84/168 kB
Progress (5): 84/350 kB | 132/232 kB | 0/2.9 MB | 81 kB | 84/168 kB
Progress (5): 84/350 kB | 132/232 kB | 0/2.9 MB | 81 kB | 88/168 kB
Progress (5): 84/350 kB | 132/232 kB | 0/2.9 MB | 81 kB | 88/168 kB
Progress (5): 84/350 kB | 132/232 kB | 0/2.9 MB | 81 kB | 92/168 kB
Progress (5): 84/350 kB | 136/232 kB | 0/2.9 MB | 81 kB | 92/168 kB
Progress (5): 88/350 kB | 136/232 kB | 0/2.9 MB | 81 kB | 92/168 kB
Progress (5): 88/350 kB | 140/232 kB | 0/2.9 MB | 81 kB | 92/168 kB
Progress (5): 88/350 kB | 140/232 kB | 0/2.9 MB | 81 kB | 96/168 kB
Progress (5): 88/350 kB | 140/232 kB | 0.1/2.9 MB | 81 kB | 96/168 kB
Progress (5): 88/350 kB | 140/232 kB | 0.1/2.9 MB | 81 kB | 100/168 kB
Progress (5): 88/350 kB | 144/232 kB | 0.1/2.9 MB | 81 kB | 100/168 kB
Progress (5): 92/350 kB | 144/232 kB | 0.1/2.9 MB | 81 kB | 100/168 kB
Progress (5): 92/350 kB | 148/232 kB | 0.1/2.9 MB | 81 kB | 100/168 kB
Progress (5): 92/350 kB | 148/232 kB | 0.1/2.9 MB | 81 kB | 104/168 kB
Progress (5): 92/350 kB | 148/232 kB | 0.1/2.9 MB | 81 kB | 104/168 kB
Progress (5): 92/350 kB | 148/232 kB | 0.1/2.9 MB | 81 kB | 108/168 kB
Progress (5): 92/350 kB | 152/232 kB | 0.1/2.9 MB | 81 kB | 108/168 kB
Progress (5): 96/350 kB | 152/232 kB | 0.1/2.9 MB | 81 kB | 108/168 kB
Progress (5): 96/350 kB | 156/232 kB | 0.1/2.9 MB | 81 kB | 108/168 kB
Progress (5): 96/350 kB | 156/232 kB | 0.1/2.9 MB | 81 kB | 112/168 kB
Progress (5): 96/350 kB | 156/232 kB | 0.1/2.9 MB | 81 kB | 112/168 kB
Progress (5): 96/350 kB | 156/232 kB | 0.1/2.9 MB | 81 kB | 116/168 kB
Progress (5): 96/350 kB | 160/232 kB | 0.1/2.9 MB | 81 kB | 116/168 kB
Progress (5): 100/350 kB | 160/232 kB | 0.1/2.9 MB | 81 kB | 116/168 kB
Progress (5): 100/350 kB | 164/232 kB | 0.1/2.9 MB | 81 kB | 116/168 kB
Progress (5): 100/350 kB | 164/232 kB | 0.1/2.9 MB | 81 kB | 120/168 kB
Progress (5): 100/350 kB | 164/232 kB | 0.1/2.9 MB | 81 kB | 120/168 kB
Progress (5): 100/350 kB | 164/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 100/350 kB | 168/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 168/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 172/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 176/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 180/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 180/232 kB | 0.1/2.9 MB | 81 kB | 124/168 kB
Progress (5): 104/350 kB | 180/232 kB | 0.1/2.9 MB | 81 kB | 128/168 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.2 MB/s)
Progress (4): 104/350 kB | 180/232 kB | 0.1/2.9 MB | 128/168 kB
Progress (4): 104/350 kB | 184/232 kB | 0.1/2.9 MB | 128/168 kB
Progress (4): 108/350 kB | 184/232 kB | 0.1/2.9 MB | 128/168 kB
Progress (4): 108/350 kB | 188/232 kB | 0.1/2.9 MB | 128/168 kB
Progress (4): 108/350 kB | 188/232 kB | 0.1/2.9 MB | 128/168 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Progress (4): 108/350 kB | 188/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 108/350 kB | 188/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 108/350 kB | 192/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 112/350 kB | 192/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 112/350 kB | 196/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 112/350 kB | 196/232 kB | 0.1/2.9 MB | 132/168 kB
Progress (4): 112/350 kB | 196/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 196/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 200/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 204/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 208/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 212/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 112/350 kB | 216/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 116/350 kB | 216/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 116/350 kB | 220/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 116/350 kB | 220/232 kB | 0.1/2.9 MB | 136/168 kB
Progress (4): 116/350 kB | 220/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 116/350 kB | 220/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 116/350 kB | 224/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 120/350 kB | 224/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 120/350 kB | 228/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 120/350 kB | 228/232 kB | 0.1/2.9 MB | 140/168 kB
Progress (4): 120/350 kB | 228/232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 120/350 kB | 228/232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 120/350 kB | 232/232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 124/350 kB | 232/232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 124/350 kB | 232 kB | 0.1/2.9 MB | 144/168 kB    
Progress (4): 124/350 kB | 232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 124/350 kB | 232 kB | 0.1/2.9 MB | 144/168 kB
Progress (4): 124/350 kB | 232 kB | 0.1/2.9 MB | 148/168 kB
Progress (4): 124/350 kB | 232 kB | 0.1/2.9 MB | 148/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 148/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 148/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 152/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 152/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 156/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 160/168 kB
Progress (4): 128/350 kB | 232 kB | 0.1/2.9 MB | 164/168 kB
Progress (4): 132/350 kB | 232 kB | 0.1/2.9 MB | 164/168 kB
Progress (4): 132/350 kB | 232 kB | 0.1/2.9 MB | 168/168 kB
Progress (4): 132/350 kB | 232 kB | 0.1/2.9 MB | 168/168 kB
Progress (4): 132/350 kB | 232 kB | 0.1/2.9 MB | 168 kB    
Progress (4): 136/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 136/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 140/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 140/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 144/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 144/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 148/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 148/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 152/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 152/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 156/350 kB | 232 kB | 0.1/2.9 MB | 168 kB
Progress (4): 156/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 160/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 160/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 160/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 160/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 164/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 168/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 172/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (4): 172/350 kB | 232 kB | 0.2/2.9 MB | 168 kB
Progress (5): 172/350 kB | 232 kB | 0.2/2.9 MB | 168 kB | 4.1/68 kB
Progress (5): 172/350 kB | 232 kB | 0.2/2.9 MB | 168 kB | 4.1/68 kB
Progress (5): 176/350 kB | 232 kB | 0.2/2.9 MB | 168 kB | 4.1/68 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 1.6 MB/s)
Progress (4): 180/350 kB | 0.2/2.9 MB | 168 kB | 4.1/68 kB
Progress (4): 180/350 kB | 0.2/2.9 MB | 168 kB | 4.1/68 kB
Progress (4): 180/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
Progress (4): 180/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
Progress (4): 184/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Progress (4): 188/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
Progress (4): 192/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
Progress (4): 192/350 kB | 0.2/2.9 MB | 168 kB | 7.7/68 kB
Progress (4): 192/350 kB | 0.2/2.9 MB | 168 kB | 12/68 kB 
Progress (4): 192/350 kB | 0.2/2.9 MB | 168 kB | 12/68 kB
Progress (4): 196/350 kB | 0.2/2.9 MB | 168 kB | 12/68 kB
Progress (4): 196/350 kB | 0.2/2.9 MB | 168 kB | 12/68 kB
Progress (4): 196/350 kB | 0.2/2.9 MB | 168 kB | 16/68 kB
Progress (4): 196/350 kB | 0.2/2.9 MB | 168 kB | 16/68 kB
Progress (4): 196/350 kB | 0.2/2.9 MB | 168 kB | 20/68 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.1 MB/s)
Progress (3): 200/350 kB | 0.2/2.9 MB | 20/68 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar
Progress (3): 200/350 kB | 0.2/2.9 MB | 24/68 kB
Progress (3): 200/350 kB | 0.2/2.9 MB | 24/68 kB
Progress (3): 200/350 kB | 0.2/2.9 MB | 28/68 kB
Progress (3): 200/350 kB | 0.2/2.9 MB | 28/68 kB
Progress (3): 204/350 kB | 0.2/2.9 MB | 28/68 kB
Progress (3): 204/350 kB | 0.2/2.9 MB | 28/68 kB
Progress (3): 204/350 kB | 0.2/2.9 MB | 32/68 kB
Progress (3): 208/350 kB | 0.2/2.9 MB | 32/68 kB
Progress (3): 208/350 kB | 0.2/2.9 MB | 33/68 kB
Progress (3): 208/350 kB | 0.2/2.9 MB | 33/68 kB
Progress (3): 208/350 kB | 0.2/2.9 MB | 37/68 kB
Progress (3): 212/350 kB | 0.2/2.9 MB | 37/68 kB
Progress (3): 212/350 kB | 0.2/2.9 MB | 41/68 kB
Progress (3): 212/350 kB | 0.2/2.9 MB | 41/68 kB
Progress (3): 212/350 kB | 0.2/2.9 MB | 45/68 kB
Progress (3): 216/350 kB | 0.2/2.9 MB | 45/68 kB
Progress (3): 216/350 kB | 0.2/2.9 MB | 49/68 kB
Progress (3): 216/350 kB | 0.2/2.9 MB | 49/68 kB
Progress (3): 216/350 kB | 0.2/2.9 MB | 53/68 kB
Progress (3): 220/350 kB | 0.2/2.9 MB | 53/68 kB
Progress (3): 220/350 kB | 0.2/2.9 MB | 57/68 kB
Progress (3): 220/350 kB | 0.2/2.9 MB | 57/68 kB
Progress (3): 220/350 kB | 0.2/2.9 MB | 61/68 kB
Progress (3): 224/350 kB | 0.2/2.9 MB | 61/68 kB
Progress (3): 224/350 kB | 0.2/2.9 MB | 65/68 kB
Progress (3): 224/350 kB | 0.2/2.9 MB | 65/68 kB
Progress (3): 224/350 kB | 0.2/2.9 MB | 68 kB   
Progress (3): 228/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 228/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 232/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 232/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 236/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 236/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 240/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 240/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 244/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 244/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 248/350 kB | 0.2/2.9 MB | 68 kB
Progress (3): 248/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 252/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 252/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (3): 256/350 kB | 0.3/2.9 MB | 68 kB
Progress (4): 256/350 kB | 0.3/2.9 MB | 68 kB | 4.1/614 kB
Progress (4): 256/350 kB | 0.3/2.9 MB | 68 kB | 7.7/614 kB
Progress (4): 256/350 kB | 0.3/2.9 MB | 68 kB | 12/614 kB 
Progress (4): 256/350 kB | 0.3/2.9 MB | 68 kB | 16/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 16/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 20/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 20/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 24/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 24/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 28/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 32/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 32/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB
Progress (5): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB | 4.1/45 kB
Progress (5): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB | 4.1/45 kB
Progress (5): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB | 4.1/45 kB
Progress (5): 256/350 kB | 0.4/2.9 MB | 68 kB | 36/614 kB | 4.1/45 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 395 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 4.1/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 4.1/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 7.7/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 7.7/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 12/45 kB 
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 16/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 20/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 24/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 28/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 40/614 kB | 32/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 44/614 kB | 32/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 44/614 kB | 36/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 44/614 kB | 36/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 44/614 kB | 40/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 48/614 kB | 40/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 48/614 kB | 44/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 48/614 kB | 44/45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 48/614 kB | 45 kB   
Progress (4): 256/350 kB | 0.4/2.9 MB | 52/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 52/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 56/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 56/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 60/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 60/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 64/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 64/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 68/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 72/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 72/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 76/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 76/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 80/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 80/614 kB | 45 kB
Progress (4): 256/350 kB | 0.4/2.9 MB | 84/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 84/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 88/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 88/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 92/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 92/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 96/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 96/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 100/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 100/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 104/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 104/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 108/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 108/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 112/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 112/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 116/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 116/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 120/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 120/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 124/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 124/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 128/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 128/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 132/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 132/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 136/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 136/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 140/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 140/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 144/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 144/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 148/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 148/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 152/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 152/614 kB | 45 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 156/614 kB | 45 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.0/maven-settings-3.6.0.jar (45 kB at 180 kB/s)
Progress (4): 256/350 kB | 0.5/2.9 MB | 156/614 kB | 4.1/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 160/614 kB | 4.1/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 160/614 kB | 4.1/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 164/614 kB | 4.1/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 164/614 kB | 7.7/27 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar
Progress (4): 256/350 kB | 0.5/2.9 MB | 164/614 kB | 12/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 168/614 kB | 12/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 168/614 kB | 12/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 172/614 kB | 12/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 172/614 kB | 12/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 172/614 kB | 16/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 172/614 kB | 16/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 176/614 kB | 16/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 176/614 kB | 16/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 180/614 kB | 16/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 180/614 kB | 20/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 184/614 kB | 20/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 184/614 kB | 20/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 188/614 kB | 20/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 188/614 kB | 24/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 192/614 kB | 24/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 192/614 kB | 24/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 196/614 kB | 24/27 kB
Progress (4): 256/350 kB | 0.5/2.9 MB | 196/614 kB | 27 kB   
Progress (4): 256/350 kB | 0.5/2.9 MB | 200/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 200/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 204/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 204/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 208/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 208/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 212/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 212/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 216/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 216/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 220/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 220/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 224/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 224/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 228/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 228/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 232/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 232/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 236/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 236/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 240/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 240/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 244/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 244/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 248/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 248/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 252/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 252/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 256/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 256/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 260/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 260/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 264/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 264/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 268/614 kB | 27 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 268/614 kB | 27 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.0/maven-repository-metadata-3.6.0.jar (27 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Progress (3): 256/350 kB | 0.6/2.9 MB | 268/614 kB
Progress (3): 256/350 kB | 0.6/2.9 MB | 272/614 kB
Progress (3): 256/350 kB | 0.6/2.9 MB | 272/614 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 272/614 kB | 4.1/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 272/614 kB | 4.1/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 276/614 kB | 4.1/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 276/614 kB | 4.1/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 276/614 kB | 7.7/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 276/614 kB | 7.7/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 280/614 kB | 7.7/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 280/614 kB | 7.7/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 280/614 kB | 12/55 kB 
Progress (4): 256/350 kB | 0.6/2.9 MB | 280/614 kB | 12/55 kB
Progress (4): 256/350 kB | 0.6/2.9 MB | 284/614 kB | 12/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 284/614 kB | 12/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 288/614 kB | 12/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 288/614 kB | 16/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 292/614 kB | 16/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 292/614 kB | 20/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 292/614 kB | 20/55 kB
Progress (4): 256/350 kB | 0.7/2.9 MB | 292/614 kB | 24/55 kB
Progress (4): 260/350 kB | 0.7/2.9 MB | 292/614 kB | 24/55 kB
Progress (4): 260/350 kB | 0.7/2.9 MB | 296/614 kB | 24/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 296/614 kB | 24/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 300/614 kB | 24/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 300/614 kB | 28/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 300/614 kB | 32/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 300/614 kB | 32/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 300/614 kB | 36/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 304/614 kB | 36/55 kB
Progress (4): 264/350 kB | 0.7/2.9 MB | 308/614 kB | 36/55 kB
Progress (5): 264/350 kB | 0.7/2.9 MB | 308/614 kB | 36/55 kB | 4.1/167 kB
Progress (5): 264/350 kB | 0.7/2.9 MB | 308/614 kB | 36/55 kB | 7.7/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 308/614 kB | 36/55 kB | 7.7/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 308/614 kB | 36/55 kB | 12/167 kB 
Progress (5): 268/350 kB | 0.7/2.9 MB | 312/614 kB | 36/55 kB | 12/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 312/614 kB | 40/55 kB | 12/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 312/614 kB | 40/55 kB | 12/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 312/614 kB | 44/55 kB | 12/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 316/614 kB | 44/55 kB | 12/167 kB
Progress (5): 268/350 kB | 0.7/2.9 MB | 316/614 kB | 44/55 kB | 16/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 316/614 kB | 44/55 kB | 16/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 316/614 kB | 44/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 320/614 kB | 44/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 320/614 kB | 48/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 320/614 kB | 48/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 320/614 kB | 52/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 324/614 kB | 52/55 kB | 20/167 kB
Progress (5): 272/350 kB | 0.7/2.9 MB | 324/614 kB | 52/55 kB | 24/167 kB
Progress (5): 276/350 kB | 0.7/2.9 MB | 324/614 kB | 52/55 kB | 24/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 324/614 kB | 52/55 kB | 24/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 324/614 kB | 52/55 kB | 28/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 328/614 kB | 52/55 kB | 28/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 328/614 kB | 55 kB | 28/167 kB   
Progress (5): 280/350 kB | 0.7/2.9 MB | 328/614 kB | 55 kB | 28/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 332/614 kB | 55 kB | 28/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 332/614 kB | 55 kB | 32/167 kB
Progress (5): 280/350 kB | 0.7/2.9 MB | 332/614 kB | 55 kB | 33/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 332/614 kB | 55 kB | 33/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 332/614 kB | 55 kB | 37/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 336/614 kB | 55 kB | 37/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 336/614 kB | 55 kB | 37/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 340/614 kB | 55 kB | 37/167 kB
Progress (5): 284/350 kB | 0.7/2.9 MB | 340/614 kB | 55 kB | 41/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 340/614 kB | 55 kB | 41/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 340/614 kB | 55 kB | 45/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 344/614 kB | 55 kB | 45/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 344/614 kB | 55 kB | 45/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 348/614 kB | 55 kB | 45/167 kB
Progress (5): 288/350 kB | 0.7/2.9 MB | 348/614 kB | 55 kB | 49/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 348/614 kB | 55 kB | 49/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 348/614 kB | 55 kB | 53/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 352/614 kB | 55 kB | 53/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 356/614 kB | 55 kB | 53/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 356/614 kB | 55 kB | 53/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 360/614 kB | 55 kB | 53/167 kB
Progress (5): 292/350 kB | 0.7/2.9 MB | 360/614 kB | 55 kB | 57/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 360/614 kB | 55 kB | 57/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 360/614 kB | 55 kB | 61/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 364/614 kB | 55 kB | 61/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 364/614 kB | 55 kB | 61/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 368/614 kB | 55 kB | 61/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 368/614 kB | 55 kB | 65/167 kB
Progress (5): 296/350 kB | 0.7/2.9 MB | 368/614 kB | 55 kB | 66/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 368/614 kB | 55 kB | 66/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 368/614 kB | 55 kB | 70/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 372/614 kB | 55 kB | 70/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 372/614 kB | 55 kB | 70/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 376/614 kB | 55 kB | 70/167 kB
Progress (5): 300/350 kB | 0.7/2.9 MB | 376/614 kB | 55 kB | 74/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 376/614 kB | 55 kB | 74/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 376/614 kB | 55 kB | 78/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 380/614 kB | 55 kB | 78/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 380/614 kB | 55 kB | 78/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 384/614 kB | 55 kB | 78/167 kB
Progress (5): 304/350 kB | 0.7/2.9 MB | 384/614 kB | 55 kB | 82/167 kB
Progress (5): 308/350 kB | 0.7/2.9 MB | 384/614 kB | 55 kB | 82/167 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 156 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
Progress (4): 312/350 kB | 0.7/2.9 MB | 384/614 kB | 82/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 384/614 kB | 86/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 384/614 kB | 90/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 388/614 kB | 90/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 388/614 kB | 90/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 392/614 kB | 90/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 392/614 kB | 94/167 kB
Progress (4): 312/350 kB | 0.7/2.9 MB | 392/614 kB | 98/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 392/614 kB | 98/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 392/614 kB | 102/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 396/614 kB | 102/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 396/614 kB | 102/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 400/614 kB | 102/167 kB
Progress (4): 316/350 kB | 0.7/2.9 MB | 400/614 kB | 106/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 400/614 kB | 106/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 400/614 kB | 110/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 404/614 kB | 110/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 404/614 kB | 110/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 408/614 kB | 110/167 kB
Progress (4): 320/350 kB | 0.7/2.9 MB | 408/614 kB | 114/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 408/614 kB | 114/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 408/614 kB | 118/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 412/614 kB | 118/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 412/614 kB | 118/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 416/614 kB | 118/167 kB
Progress (4): 324/350 kB | 0.7/2.9 MB | 416/614 kB | 122/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 416/614 kB | 122/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 416/614 kB | 126/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 420/614 kB | 126/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 420/614 kB | 126/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 424/614 kB | 126/167 kB
Progress (4): 328/350 kB | 0.7/2.9 MB | 424/614 kB | 130/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 424/614 kB | 130/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 424/614 kB | 134/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 428/614 kB | 134/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 428/614 kB | 134/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 432/614 kB | 134/167 kB
Progress (4): 332/350 kB | 0.7/2.9 MB | 432/614 kB | 138/167 kB
Progress (5): 332/350 kB | 0.7/2.9 MB | 432/614 kB | 138/167 kB | 4.1/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 432/614 kB | 138/167 kB | 4.1/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 432/614 kB | 138/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 432/614 kB | 142/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 436/614 kB | 142/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 436/614 kB | 142/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 440/614 kB | 142/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 440/614 kB | 146/167 kB | 7.7/53 kB
Progress (5): 336/350 kB | 0.7/2.9 MB | 440/614 kB | 146/167 kB | 12/53 kB 
Progress (5): 336/350 kB | 0.7/2.9 MB | 440/614 kB | 146/167 kB | 16/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 440/614 kB | 146/167 kB | 16/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 440/614 kB | 146/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 440/614 kB | 150/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 444/614 kB | 150/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 444/614 kB | 150/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 448/614 kB | 150/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 448/614 kB | 154/167 kB | 20/53 kB
Progress (5): 340/350 kB | 0.7/2.9 MB | 448/614 kB | 154/167 kB | 24/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 448/614 kB | 154/167 kB | 24/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 448/614 kB | 154/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 448/614 kB | 158/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 452/614 kB | 158/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 452/614 kB | 158/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 456/614 kB | 158/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 456/614 kB | 162/167 kB | 28/53 kB
Progress (5): 344/350 kB | 0.7/2.9 MB | 456/614 kB | 162/167 kB | 32/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 456/614 kB | 162/167 kB | 32/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 456/614 kB | 162/167 kB | 36/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 456/614 kB | 166/167 kB | 36/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 460/614 kB | 166/167 kB | 36/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 460/614 kB | 166/167 kB | 36/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 464/614 kB | 166/167 kB | 36/53 kB
Progress (5): 348/350 kB | 0.7/2.9 MB | 464/614 kB | 167 kB | 36/53 kB    
Progress (5): 348/350 kB | 0.7/2.9 MB | 464/614 kB | 167 kB | 40/53 kB
Progress (5): 350 kB | 0.7/2.9 MB | 464/614 kB | 167 kB | 40/53 kB    
Progress (5): 350 kB | 0.7/2.9 MB | 464/614 kB | 167 kB | 44/53 kB
Progress (5): 350 kB | 0.7/2.9 MB | 468/614 kB | 167 kB | 44/53 kB
Progress (5): 350 kB | 0.7/2.9 MB | 472/614 kB | 167 kB | 44/53 kB
Progress (5): 350 kB | 0.7/2.9 MB | 472/614 kB | 167 kB | 44/53 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 383 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 803 kB/s)
Progress (3): 0.7/2.9 MB | 476/614 kB | 44/53 kB
Progress (3): 0.7/2.9 MB | 476/614 kB | 48/53 kB
Progress (3): 0.7/2.9 MB | 480/614 kB | 48/53 kB
Progress (3): 0.7/2.9 MB | 480/614 kB | 52/53 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Progress (3): 0.7/2.9 MB | 480/614 kB | 52/53 kB
Progress (3): 0.7/2.9 MB | 480/614 kB | 53 kB   
Progress (3): 0.7/2.9 MB | 484/614 kB | 53 kB
Progress (3): 0.7/2.9 MB | 484/614 kB | 53 kB
Progress (3): 0.7/2.9 MB | 488/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 488/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 492/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 492/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 496/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 496/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 500/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 500/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 504/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 504/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 508/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 508/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 512/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 512/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 516/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 516/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 520/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 520/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 524/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 524/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 528/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 528/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 532/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 532/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 536/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 536/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 540/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 540/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 544/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 544/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 548/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 548/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 552/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 552/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 556/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 556/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 560/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 560/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 564/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 564/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 568/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 568/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 572/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 572/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 576/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 576/614 kB | 53 kB
Progress (3): 0.8/2.9 MB | 580/614 kB | 53 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 118 kB/s)
Progress (2): 0.8/2.9 MB | 580/614 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Progress (2): 0.8/2.9 MB | 584/614 kB
Progress (2): 0.8/2.9 MB | 584/614 kB
Progress (2): 0.8/2.9 MB | 588/614 kB
Progress (3): 0.8/2.9 MB | 588/614 kB | 4.1/23 kB
Progress (3): 0.8/2.9 MB | 592/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 592/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 596/614 kB | 4.1/23 kB
Progress (3): 0.9/2.9 MB | 596/614 kB | 7.7/23 kB
Progress (3): 0.9/2.9 MB | 600/614 kB | 7.7/23 kB
Progress (3): 0.9/2.9 MB | 600/614 kB | 12/23 kB 
Progress (3): 0.9/2.9 MB | 600/614 kB | 12/23 kB
Progress (3): 0.9/2.9 MB | 600/614 kB | 16/23 kB
Progress (3): 0.9/2.9 MB | 604/614 kB | 16/23 kB
Progress (3): 0.9/2.9 MB | 604/614 kB | 20/23 kB
Progress (3): 0.9/2.9 MB | 604/614 kB | 20/23 kB
Progress (3): 0.9/2.9 MB | 604/614 kB | 23 kB   
Progress (3): 0.9/2.9 MB | 608/614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 608/614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 612/614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 612/614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB    
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 0.9/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.0/2.9 MB | 614 kB | 23 kB
Progress (3): 1.1/2.9 MB | 614 kB | 23 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 49 kB/s)
Progress (2): 1.1/2.9 MB | 614 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Progress (3): 1.1/2.9 MB | 614 kB | 4.1/60 kB
Progress (3): 1.1/2.9 MB | 614 kB | 4.1/60 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.1 MB/s)
Progress (3): 1.1/2.9 MB | 4.1/60 kB | 4.1/62 kB
Progress (3): 1.1/2.9 MB | 4.1/60 kB | 4.1/62 kB
Progress (3): 1.1/2.9 MB | 7.7/60 kB | 4.1/62 kB
Progress (3): 1.1/2.9 MB | 7.7/60 kB | 7.7/62 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Progress (3): 1.1/2.9 MB | 7.7/60 kB | 12/62 kB
Progress (3): 1.1/2.9 MB | 12/60 kB | 12/62 kB 
Progress (3): 1.1/2.9 MB | 12/60 kB | 12/62 kB
Progress (3): 1.1/2.9 MB | 16/60 kB | 12/62 kB
Progress (3): 1.1/2.9 MB | 16/60 kB | 16/62 kB
Progress (3): 1.1/2.9 MB | 20/60 kB | 16/62 kB
Progress (3): 1.1/2.9 MB | 20/60 kB | 16/62 kB
Progress (3): 1.1/2.9 MB | 24/60 kB | 16/62 kB
Progress (3): 1.1/2.9 MB | 24/60 kB | 20/62 kB
Progress (3): 1.1/2.9 MB | 28/60 kB | 20/62 kB
Progress (3): 1.1/2.9 MB | 28/60 kB | 20/62 kB
Progress (3): 1.1/2.9 MB | 32/60 kB | 20/62 kB
Progress (3): 1.1/2.9 MB | 32/60 kB | 24/62 kB
Progress (3): 1.1/2.9 MB | 36/60 kB | 24/62 kB
Progress (3): 1.1/2.9 MB | 36/60 kB | 24/62 kB
Progress (3): 1.1/2.9 MB | 40/60 kB | 24/62 kB
Progress (3): 1.1/2.9 MB | 40/60 kB | 28/62 kB
Progress (3): 1.1/2.9 MB | 44/60 kB | 28/62 kB
Progress (3): 1.1/2.9 MB | 44/60 kB | 28/62 kB
Progress (3): 1.1/2.9 MB | 48/60 kB | 28/62 kB
Progress (3): 1.1/2.9 MB | 48/60 kB | 32/62 kB
Progress (3): 1.1/2.9 MB | 52/60 kB | 32/62 kB
Progress (3): 1.1/2.9 MB | 52/60 kB | 32/62 kB
Progress (3): 1.1/2.9 MB | 52/60 kB | 36/62 kB
Progress (3): 1.1/2.9 MB | 52/60 kB | 36/62 kB
Progress (3): 1.1/2.9 MB | 56/60 kB | 36/62 kB
Progress (3): 1.1/2.9 MB | 56/60 kB | 36/62 kB
Progress (3): 1.1/2.9 MB | 56/60 kB | 40/62 kB
Progress (3): 1.1/2.9 MB | 56/60 kB | 40/62 kB
Progress (3): 1.1/2.9 MB | 56/60 kB | 44/62 kB
Progress (3): 1.1/2.9 MB | 60/60 kB | 44/62 kB
Progress (3): 1.1/2.9 MB | 60/60 kB | 48/62 kB
Progress (3): 1.1/2.9 MB | 60/60 kB | 48/62 kB
Progress (3): 1.1/2.9 MB | 60/60 kB | 52/62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 52/62 kB   
Progress (3): 1.1/2.9 MB | 60 kB | 56/62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 56/62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 60/62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 60/62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 62 kB   
Progress (3): 1.1/2.9 MB | 60 kB | 62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 62 kB
Progress (3): 1.1/2.9 MB | 60 kB | 62 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 4.1/156 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 4.1/156 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB
Progress (4): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB
Progress (5): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB | 4.1/35 kB
Progress (5): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB | 4.1/35 kB
Progress (5): 1.1/2.9 MB | 60 kB | 62 kB | 7.7/156 kB | 7.7/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 7.7/156 kB | 7.7/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 7.7/156 kB | 12/35 kB 
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 12/156 kB | 12/35 kB 
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 12/156 kB | 16/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 12/156 kB | 16/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 12/156 kB | 20/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 16/156 kB | 20/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 16/156 kB | 24/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 16/156 kB | 24/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 16/156 kB | 28/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 20/156 kB | 28/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 20/156 kB | 32/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 20/156 kB | 32/35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 20/156 kB | 35 kB   
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 24/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 24/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 28/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 28/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 32/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 32/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 33/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 33/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 37/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 37/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 41/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 41/156 kB | 35 kB
Progress (5): 1.2/2.9 MB | 60 kB | 62 kB | 45/156 kB | 35 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 108 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Progress (4): 1.2/2.9 MB | 62 kB | 49/156 kB | 35 kB
Progress (4): 1.2/2.9 MB | 62 kB | 49/156 kB | 35 kB
Progress (4): 1.2/2.9 MB | 62 kB | 53/156 kB | 35 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 112 kB/s)
Progress (3): 1.2/2.9 MB | 57/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 57/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 61/156 kB | 35 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Progress (3): 1.2/2.9 MB | 65/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 65/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 66/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 66/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 70/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 70/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 74/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 74/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 78/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 78/156 kB | 35 kB
Progress (3): 1.2/2.9 MB | 82/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.0/maven-profile-2.2.0.jar (35 kB at 63 kB/s)
Progress (2): 1.2/2.9 MB | 86/156 kB
Progress (2): 1.2/2.9 MB | 86/156 kB
Progress (2): 1.2/2.9 MB | 90/156 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Progress (2): 1.2/2.9 MB | 94/156 kB
Progress (2): 1.2/2.9 MB | 94/156 kB
Progress (2): 1.2/2.9 MB | 98/156 kB
Progress (2): 1.2/2.9 MB | 98/156 kB
Progress (2): 1.2/2.9 MB | 98/156 kB
Progress (2): 1.2/2.9 MB | 102/156 kB
Progress (2): 1.2/2.9 MB | 102/156 kB
Progress (2): 1.2/2.9 MB | 106/156 kB
Progress (2): 1.2/2.9 MB | 106/156 kB
Progress (2): 1.2/2.9 MB | 110/156 kB
Progress (2): 1.2/2.9 MB | 110/156 kB
Progress (2): 1.2/2.9 MB | 114/156 kB
Progress (2): 1.2/2.9 MB | 114/156 kB
Progress (2): 1.2/2.9 MB | 114/156 kB
Progress (2): 1.2/2.9 MB | 118/156 kB
Progress (2): 1.3/2.9 MB | 118/156 kB
Progress (2): 1.3/2.9 MB | 122/156 kB
Progress (2): 1.3/2.9 MB | 122/156 kB
Progress (2): 1.3/2.9 MB | 126/156 kB
Progress (2): 1.3/2.9 MB | 126/156 kB
Progress (2): 1.3/2.9 MB | 130/156 kB
Progress (2): 1.3/2.9 MB | 130/156 kB
Progress (2): 1.3/2.9 MB | 134/156 kB
Progress (2): 1.3/2.9 MB | 138/156 kB
Progress (2): 1.3/2.9 MB | 138/156 kB
Progress (2): 1.3/2.9 MB | 142/156 kB
Progress (2): 1.3/2.9 MB | 142/156 kB
Progress (2): 1.3/2.9 MB | 146/156 kB
Progress (2): 1.3/2.9 MB | 146/156 kB
Progress (2): 1.3/2.9 MB | 150/156 kB
Progress (2): 1.3/2.9 MB | 150/156 kB
Progress (2): 1.3/2.9 MB | 154/156 kB
Progress (2): 1.3/2.9 MB | 154/156 kB
Progress (2): 1.3/2.9 MB | 156 kB    
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.3/2.9 MB | 156 kB
Progress (2): 1.4/2.9 MB | 156 kB
Progress (2): 1.4/2.9 MB | 156 kB
Progress (2): 1.4/2.9 MB | 156 kB
Progress (2): 1.4/2.9 MB | 156 kB
Progress (2): 1.4/2.9 MB | 156 kB
Progress (3): 1.4/2.9 MB | 156 kB | 4.1/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 7.7/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 12/332 kB 
Progress (3): 1.4/2.9 MB | 156 kB | 16/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 16/332 kB
Progress (3): 1.4/2.9 MB | 156 kB | 16/332 kB
Progress (4): 1.4/2.9 MB | 156 kB | 16/332 kB | 4.1/30 kB
Progress (4): 1.4/2.9 MB | 156 kB | 16/332 kB | 4.1/30 kB
Progress (4): 1.4/2.9 MB | 156 kB | 20/332 kB | 4.1/30 kB
Progress (5): 1.4/2.9 MB | 156 kB | 20/332 kB | 4.1/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 24/332 kB | 4.1/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 24/332 kB | 4.1/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 24/332 kB | 7.7/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 24/332 kB | 7.7/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 28/332 kB | 7.7/30 kB | 4.1/65 kB
Progress (5): 1.4/2.9 MB | 156 kB | 28/332 kB | 7.7/30 kB | 7.7/65 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 245 kB/s)
Progress (4): 1.4/2.9 MB | 28/332 kB | 7.7/30 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 32/332 kB | 7.7/30 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 32/332 kB | 7.7/30 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 32/332 kB | 12/30 kB | 12/65 kB 
Progress (4): 1.4/2.9 MB | 32/332 kB | 12/30 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 33/332 kB | 12/30 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 33/332 kB | 12/30 kB | 16/65 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Progress (4): 1.4/2.9 MB | 33/332 kB | 12/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 37/332 kB | 12/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 37/332 kB | 12/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 37/332 kB | 16/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 37/332 kB | 16/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 41/332 kB | 16/30 kB | 20/65 kB
Progress (4): 1.4/2.9 MB | 41/332 kB | 16/30 kB | 24/65 kB
Progress (4): 1.4/2.9 MB | 45/332 kB | 16/30 kB | 24/65 kB
Progress (4): 1.4/2.9 MB | 45/332 kB | 16/30 kB | 28/65 kB
Progress (4): 1.4/2.9 MB | 45/332 kB | 16/30 kB | 28/65 kB
Progress (4): 1.4/2.9 MB | 45/332 kB | 20/30 kB | 28/65 kB
Progress (4): 1.4/2.9 MB | 45/332 kB | 20/30 kB | 32/65 kB
Progress (4): 1.4/2.9 MB | 49/332 kB | 20/30 kB | 32/65 kB
Progress (4): 1.4/2.9 MB | 49/332 kB | 20/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 53/332 kB | 20/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 53/332 kB | 24/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 53/332 kB | 24/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 53/332 kB | 28/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 57/332 kB | 28/30 kB | 36/65 kB
Progress (4): 1.4/2.9 MB | 57/332 kB | 28/30 kB | 40/65 kB
Progress (4): 1.4/2.9 MB | 61/332 kB | 28/30 kB | 40/65 kB
Progress (4): 1.4/2.9 MB | 61/332 kB | 30 kB | 40/65 kB   
Progress (4): 1.4/2.9 MB | 61/332 kB | 30 kB | 40/65 kB
Progress (4): 1.4/2.9 MB | 65/332 kB | 30 kB | 40/65 kB
Progress (4): 1.4/2.9 MB | 65/332 kB | 30 kB | 40/65 kB
Progress (4): 1.4/2.9 MB | 65/332 kB | 30 kB | 44/65 kB
Progress (4): 1.4/2.9 MB | 65/332 kB | 30 kB | 44/65 kB
Progress (4): 1.4/2.9 MB | 66/332 kB | 30 kB | 44/65 kB
Progress (4): 1.4/2.9 MB | 66/332 kB | 30 kB | 44/65 kB
Progress (4): 1.4/2.9 MB | 66/332 kB | 30 kB | 48/65 kB
Progress (4): 1.4/2.9 MB | 66/332 kB | 30 kB | 48/65 kB
Progress (4): 1.4/2.9 MB | 70/332 kB | 30 kB | 48/65 kB
Progress (4): 1.4/2.9 MB | 70/332 kB | 30 kB | 48/65 kB
Progress (4): 1.4/2.9 MB | 70/332 kB | 30 kB | 52/65 kB
Progress (4): 1.4/2.9 MB | 70/332 kB | 30 kB | 52/65 kB
Progress (4): 1.4/2.9 MB | 74/332 kB | 30 kB | 52/65 kB
Progress (4): 1.4/2.9 MB | 74/332 kB | 30 kB | 52/65 kB
Progress (4): 1.4/2.9 MB | 74/332 kB | 30 kB | 56/65 kB
Progress (4): 1.4/2.9 MB | 74/332 kB | 30 kB | 56/65 kB
Progress (4): 1.4/2.9 MB | 78/332 kB | 30 kB | 56/65 kB
Progress (4): 1.5/2.9 MB | 78/332 kB | 30 kB | 56/65 kB
Progress (4): 1.5/2.9 MB | 78/332 kB | 30 kB | 60/65 kB
Progress (4): 1.5/2.9 MB | 78/332 kB | 30 kB | 60/65 kB
Progress (4): 1.5/2.9 MB | 82/332 kB | 30 kB | 60/65 kB
Progress (4): 1.5/2.9 MB | 82/332 kB | 30 kB | 60/65 kB
Progress (4): 1.5/2.9 MB | 82/332 kB | 30 kB | 64/65 kB
Progress (4): 1.5/2.9 MB | 82/332 kB | 30 kB | 64/65 kB
Progress (4): 1.5/2.9 MB | 86/332 kB | 30 kB | 64/65 kB
Progress (4): 1.5/2.9 MB | 86/332 kB | 30 kB | 64/65 kB
Progress (4): 1.5/2.9 MB | 86/332 kB | 30 kB | 65 kB   
Progress (4): 1.5/2.9 MB | 86/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 90/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 90/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 94/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 94/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 98/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 98/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 98/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 98/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 102/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 102/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 106/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 106/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 110/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 110/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 114/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 114/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 118/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 118/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 122/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 122/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 126/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 126/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 130/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 130/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 131/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 131/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 135/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 135/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 139/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 139/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 143/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 143/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 147/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 147/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 151/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 151/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 155/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 155/332 kB | 30 kB | 65 kB
Progress (4): 1.5/2.9 MB | 159/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 159/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 163/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 163/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 167/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 167/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 171/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 171/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 175/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 175/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 179/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 179/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 183/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 183/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 187/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 187/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 191/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 191/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 195/332 kB | 30 kB | 65 kB
Progress (4): 1.6/2.9 MB | 195/332 kB | 30 kB | 65 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 99 kB/s)
Progress (3): 1.6/2.9 MB | 195/332 kB | 30 kB
Progress (3): 1.6/2.9 MB | 199/332 kB | 30 kB
Progress (3): 1.6/2.9 MB | 199/332 kB | 30 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Progress (4): 1.6/2.9 MB | 199/332 kB | 30 kB | 4.1/134 kB
Progress (4): 1.6/2.9 MB | 199/332 kB | 30 kB | 4.1/134 kB
Progress (4): 1.6/2.9 MB | 203/332 kB | 30 kB | 4.1/134 kB
Progress (4): 1.6/2.9 MB | 203/332 kB | 30 kB | 4.1/134 kB
Progress (4): 1.6/2.9 MB | 207/332 kB | 30 kB | 4.1/134 kB
Progress (4): 1.6/2.9 MB | 207/332 kB | 30 kB | 7.7/134 kB
Progress (4): 1.6/2.9 MB | 211/332 kB | 30 kB | 7.7/134 kB
Progress (4): 1.6/2.9 MB | 211/332 kB | 30 kB | 7.7/134 kB
Progress (4): 1.6/2.9 MB | 215/332 kB | 30 kB | 7.7/134 kB
Progress (4): 1.6/2.9 MB | 215/332 kB | 30 kB | 12/134 kB 
Progress (4): 1.6/2.9 MB | 219/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 223/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 227/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 231/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 231/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 235/332 kB | 30 kB | 12/134 kB
Progress (4): 1.6/2.9 MB | 235/332 kB | 30 kB | 16/134 kB
Progress (4): 1.6/2.9 MB | 239/332 kB | 30 kB | 16/134 kB
Progress (4): 1.6/2.9 MB | 239/332 kB | 30 kB | 20/134 kB
Progress (4): 1.6/2.9 MB | 239/332 kB | 30 kB | 20/134 kB
Progress (4): 1.6/2.9 MB | 239/332 kB | 30 kB | 24/134 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 40 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Progress (3): 1.6/2.9 MB | 243/332 kB | 24/134 kB
Progress (3): 1.6/2.9 MB | 243/332 kB | 28/134 kB
Progress (3): 1.6/2.9 MB | 243/332 kB | 28/134 kB
Progress (3): 1.6/2.9 MB | 243/332 kB | 32/134 kB
Progress (3): 1.6/2.9 MB | 247/332 kB | 32/134 kB
Progress (3): 1.6/2.9 MB | 247/332 kB | 33/134 kB
Progress (3): 1.6/2.9 MB | 247/332 kB | 33/134 kB
Progress (3): 1.6/2.9 MB | 251/332 kB | 33/134 kB
Progress (3): 1.6/2.9 MB | 251/332 kB | 37/134 kB
Progress (3): 1.6/2.9 MB | 255/332 kB | 37/134 kB
Progress (3): 1.6/2.9 MB | 255/332 kB | 37/134 kB
Progress (3): 1.6/2.9 MB | 259/332 kB | 37/134 kB
Progress (3): 1.6/2.9 MB | 259/332 kB | 41/134 kB
Progress (3): 1.6/2.9 MB | 263/332 kB | 41/134 kB
Progress (3): 1.6/2.9 MB | 263/332 kB | 41/134 kB
Progress (3): 1.6/2.9 MB | 263/332 kB | 45/134 kB
Progress (3): 1.6/2.9 MB | 263/332 kB | 45/134 kB
Progress (3): 1.6/2.9 MB | 267/332 kB | 45/134 kB
Progress (3): 1.6/2.9 MB | 267/332 kB | 45/134 kB
Progress (3): 1.6/2.9 MB | 267/332 kB | 49/134 kB
Progress (3): 1.6/2.9 MB | 267/332 kB | 49/134 kB
Progress (3): 1.6/2.9 MB | 271/332 kB | 49/134 kB
Progress (3): 1.6/2.9 MB | 271/332 kB | 49/134 kB
Progress (3): 1.6/2.9 MB | 271/332 kB | 53/134 kB
Progress (3): 1.7/2.9 MB | 271/332 kB | 53/134 kB
Progress (3): 1.7/2.9 MB | 275/332 kB | 53/134 kB
Progress (3): 1.7/2.9 MB | 275/332 kB | 53/134 kB
Progress (3): 1.7/2.9 MB | 279/332 kB | 53/134 kB
Progress (3): 1.7/2.9 MB | 279/332 kB | 57/134 kB
Progress (3): 1.7/2.9 MB | 279/332 kB | 57/134 kB
Progress (3): 1.7/2.9 MB | 283/332 kB | 57/134 kB
Progress (3): 1.7/2.9 MB | 283/332 kB | 57/134 kB
Progress (3): 1.7/2.9 MB | 283/332 kB | 61/134 kB
Progress (4): 1.7/2.9 MB | 283/332 kB | 61/134 kB | 4.1/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 61/134 kB | 4.1/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 61/134 kB | 7.7/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 65/134 kB | 7.7/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 65/134 kB | 12/231 kB 
Progress (4): 1.7/2.9 MB | 287/332 kB | 65/134 kB | 12/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 65/134 kB | 16/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 66/134 kB | 16/231 kB
Progress (4): 1.7/2.9 MB | 287/332 kB | 66/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 66/134 kB | 20/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 66/134 kB | 24/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 70/134 kB | 24/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 70/134 kB | 24/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 70/134 kB | 28/231 kB
Progress (4): 1.7/2.9 MB | 291/332 kB | 74/134 kB | 28/231 kB
Progress (4): 1.7/2.9 MB | 295/332 kB | 74/134 kB | 28/231 kB
Progress (4): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 28/231 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 28/231 kB | 4.1/8.5 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 32/231 kB | 4.1/8.5 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 32/231 kB | 4.1/8.5 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 33/231 kB | 4.1/8.5 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 78/134 kB | 33/231 kB | 7.7/8.5 kB
Progress (5): 1.7/2.9 MB | 295/332 kB | 82/134 kB | 33/231 kB | 7.7/8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 82/134 kB | 33/231 kB | 7.7/8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 86/134 kB | 33/231 kB | 7.7/8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 86/134 kB | 33/231 kB | 8.5 kB    
Progress (5): 1.7/2.9 MB | 299/332 kB | 86/134 kB | 37/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 86/134 kB | 37/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 86/134 kB | 41/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 299/332 kB | 90/134 kB | 41/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 90/134 kB | 41/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 94/134 kB | 41/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 94/134 kB | 45/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 94/134 kB | 45/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 94/134 kB | 49/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 98/134 kB | 49/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 303/332 kB | 98/134 kB | 49/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 98/134 kB | 49/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 102/134 kB | 49/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 102/134 kB | 53/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 102/134 kB | 53/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 102/134 kB | 57/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 307/332 kB | 106/134 kB | 57/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 106/134 kB | 57/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 110/134 kB | 57/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 110/134 kB | 61/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 110/134 kB | 61/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 110/134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 311/332 kB | 114/134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 315/332 kB | 114/134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 315/332 kB | 118/134 kB | 65/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 315/332 kB | 118/134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 315/332 kB | 118/134 kB | 66/231 kB | 8.5 kB
Progress (5): 1.7/2.9 MB | 315/332 kB | 118/134 kB | 70/231 kB | 8.5 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Progress (4): 1.7/2.9 MB | 315/332 kB | 122/134 kB | 70/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 122/134 kB | 70/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 126/134 kB | 70/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 126/134 kB | 74/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 126/134 kB | 74/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 126/134 kB | 78/231 kB
Progress (4): 1.7/2.9 MB | 319/332 kB | 130/134 kB | 78/231 kB
Progress (4): 1.7/2.9 MB | 323/332 kB | 130/134 kB | 78/231 kB
Progress (4): 1.7/2.9 MB | 323/332 kB | 134 kB | 78/231 kB    
Progress (4): 1.7/2.9 MB | 323/332 kB | 134 kB | 82/231 kB
Progress (4): 1.7/2.9 MB | 323/332 kB | 134 kB | 82/231 kB
Progress (4): 1.7/2.9 MB | 323/332 kB | 134 kB | 86/231 kB
Progress (4): 1.7/2.9 MB | 327/332 kB | 134 kB | 86/231 kB
Progress (4): 1.7/2.9 MB | 327/332 kB | 134 kB | 90/231 kB
Progress (4): 1.7/2.9 MB | 327/332 kB | 134 kB | 90/231 kB
Progress (4): 1.7/2.9 MB | 327/332 kB | 134 kB | 94/231 kB
Progress (4): 1.7/2.9 MB | 331/332 kB | 134 kB | 94/231 kB
Progress (4): 1.7/2.9 MB | 331/332 kB | 134 kB | 98/231 kB
Progress (4): 1.7/2.9 MB | 331/332 kB | 134 kB | 98/231 kB
Progress (4): 1.7/2.9 MB | 331/332 kB | 134 kB | 98/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 98/231 kB    
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 102/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 102/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 106/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 106/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 110/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 110/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 114/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 114/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 118/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 118/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 122/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 122/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 126/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 126/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 130/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 130/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 134/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 134/231 kB
Progress (4): 1.7/2.9 MB | 332 kB | 134 kB | 138/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 138/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 142/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 142/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 146/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 146/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 150/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 150/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 154/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 158/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 162/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 166/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 166/231 kB
Progress (4): 1.8/2.9 MB | 332 kB | 134 kB | 170/231 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 397 kB/s)
Progress (4): 1.8/2.9 MB | 134 kB | 170/231 kB | 4.1/10 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Progress (4): 1.8/2.9 MB | 134 kB | 170/231 kB | 4.1/10 kB
Progress (4): 1.8/2.9 MB | 134 kB | 174/231 kB | 4.1/10 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 160 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Progress (3): 1.8/2.9 MB | 178/231 kB | 4.1/10 kB
Progress (3): 1.8/2.9 MB | 178/231 kB | 4.1/10 kB
Progress (3): 1.8/2.9 MB | 182/231 kB | 4.1/10 kB
Progress (3): 1.8/2.9 MB | 182/231 kB | 7.7/10 kB
Progress (3): 1.8/2.9 MB | 186/231 kB | 7.7/10 kB
Progress (3): 1.8/2.9 MB | 186/231 kB | 7.7/10 kB
Progress (3): 1.8/2.9 MB | 190/231 kB | 7.7/10 kB
Progress (3): 1.8/2.9 MB | 190/231 kB | 10 kB    
Progress (3): 1.8/2.9 MB | 194/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 194/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 198/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 198/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 202/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 202/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 206/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 206/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 210/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 210/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 214/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 214/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 218/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 218/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 222/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 222/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 226/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 226/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 230/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 230/231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB    
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.8/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
Progress (3): 1.9/2.9 MB | 231 kB | 10 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 12 kB/s)
Progress (3): 1.9/2.9 MB | 231 kB | 4.1/55 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 271 kB/s)
Progress (2): 1.9/2.9 MB | 4.1/55 kB
Progress (3): 1.9/2.9 MB | 4.1/55 kB | 4.1/47 kB
                                                
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.jar
Progress (3): 1.9/2.9 MB | 7.7/55 kB | 4.1/47 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (3): 1.9/2.9 MB | 12/55 kB | 4.1/47 kB
Progress (3): 1.9/2.9 MB | 12/55 kB | 7.7/47 kB
Progress (3): 1.9/2.9 MB | 12/55 kB | 7.7/47 kB
Progress (3): 1.9/2.9 MB | 12/55 kB | 12/47 kB 
Progress (3): 1.9/2.9 MB | 16/55 kB | 12/47 kB
Progress (3): 1.9/2.9 MB | 16/55 kB | 16/47 kB
Progress (3): 1.9/2.9 MB | 20/55 kB | 16/47 kB
Progress (3): 1.9/2.9 MB | 20/55 kB | 16/47 kB
Progress (3): 1.9/2.9 MB | 24/55 kB | 16/47 kB
Progress (3): 1.9/2.9 MB | 24/55 kB | 20/47 kB
Progress (3): 1.9/2.9 MB | 28/55 kB | 20/47 kB
Progress (3): 2.0/2.9 MB | 28/55 kB | 20/47 kB
Progress (3): 2.0/2.9 MB | 32/55 kB | 20/47 kB
Progress (3): 2.0/2.9 MB | 32/55 kB | 24/47 kB
Progress (3): 2.0/2.9 MB | 36/55 kB | 24/47 kB
Progress (3): 2.0/2.9 MB | 36/55 kB | 28/47 kB
Progress (3): 2.0/2.9 MB | 36/55 kB | 28/47 kB
Progress (3): 2.0/2.9 MB | 36/55 kB | 32/47 kB
Progress (3): 2.0/2.9 MB | 40/55 kB | 32/47 kB
Progress (3): 2.0/2.9 MB | 40/55 kB | 33/47 kB
Progress (3): 2.0/2.9 MB | 44/55 kB | 33/47 kB
Progress (3): 2.0/2.9 MB | 44/55 kB | 33/47 kB
Progress (3): 2.0/2.9 MB | 48/55 kB | 33/47 kB
Progress (3): 2.0/2.9 MB | 48/55 kB | 37/47 kB
Progress (3): 2.0/2.9 MB | 52/55 kB | 37/47 kB
Progress (3): 2.0/2.9 MB | 52/55 kB | 37/47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 37/47 kB   
Progress (3): 2.0/2.9 MB | 55 kB | 41/47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 41/47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 45/47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 45/47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB   
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (3): 2.0/2.9 MB | 55 kB | 47 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 4.1/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 4.1/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 7.7/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 7.7/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 12/237 kB 
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 12/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 16/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 16/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 20/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 20/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 24/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 24/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 28/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 28/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 32/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 32/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 33/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 33/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 37/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 37/237 kB
Progress (4): 2.0/2.9 MB | 55 kB | 47 kB | 41/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 41/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 45/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 45/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 49/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 53/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 47 kB | 57/237 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 54 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Progress (3): 2.1/2.9 MB | 55 kB | 57/237 kB
Progress (3): 2.1/2.9 MB | 55 kB | 61/237 kB
Progress (4): 2.1/2.9 MB | 55 kB | 61/237 kB | 4.1/11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 61/237 kB | 4.1/11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 61/237 kB | 7.7/11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 65/237 kB | 7.7/11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 65/237 kB | 11 kB    
Progress (4): 2.1/2.9 MB | 55 kB | 65/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 69/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 69/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 73/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 73/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 77/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 77/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 81/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 81/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 85/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 85/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 89/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 89/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 93/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 93/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 97/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 97/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 101/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 101/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 105/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 105/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 109/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 109/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 113/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 113/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 117/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 117/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 121/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 121/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 125/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 125/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 129/237 kB | 11 kB
Progress (4): 2.1/2.9 MB | 55 kB | 129/237 kB | 11 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Progress (3): 2.1/2.9 MB | 129/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 131/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 131/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 135/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 135/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 139/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 139/237 kB | 11 kB
Progress (3): 2.1/2.9 MB | 143/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 143/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 147/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 147/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 151/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 151/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 155/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 155/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 159/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 159/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 163/237 kB | 11 kB
Progress (3): 2.2/2.9 MB | 163/237 kB | 11 kB
Progress (4): 2.2/2.9 MB | 163/237 kB | 11 kB | 4.1/7.7 kB
Progress (4): 2.2/2.9 MB | 163/237 kB | 11 kB | 4.1/7.7 kB
Progress (4): 2.2/2.9 MB | 167/237 kB | 11 kB | 4.1/7.7 kB
Progress (4): 2.2/2.9 MB | 167/237 kB | 11 kB | 4.1/7.7 kB
Progress (4): 2.2/2.9 MB | 167/237 kB | 11 kB | 7.7 kB    
Progress (4): 2.2/2.9 MB | 167/237 kB | 11 kB | 7.7 kB
Progress (4): 2.2/2.9 MB | 171/237 kB | 11 kB | 7.7 kB
Progress (4): 2.2/2.9 MB | 171/237 kB | 11 kB | 7.7 kB
Progress (4): 2.2/2.9 MB | 175/237 kB | 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 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Progress (3): 2.2/2.9 MB | 175/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 179/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 179/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 183/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 183/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 187/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 187/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 191/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 191/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 195/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 195/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 199/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 199/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 203/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 203/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 207/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 207/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 211/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 211/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 215/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 215/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 219/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 219/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 223/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 223/237 kB | 7.7 kB
Progress (3): 2.2/2.9 MB | 227/237 kB | 7.7 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 8.1 kB/s)
Progress (2): 2.2/2.9 MB | 231/237 kB
Progress (2): 2.2/2.9 MB | 231/237 kB
Progress (2): 2.2/2.9 MB | 235/237 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (2): 2.2/2.9 MB | 237 kB
Progress (2): 2.2/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (2): 2.3/2.9 MB | 237 kB
Progress (3): 2.3/2.9 MB | 237 kB | 4.1/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 4.1/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 7.7/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 7.7/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 12/392 kB 
Progress (3): 2.3/2.9 MB | 237 kB | 12/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 16/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 16/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 20/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 20/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 24/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 24/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 28/392 kB
Progress (3): 2.3/2.9 MB | 237 kB | 28/392 kB
Progress (4): 2.3/2.9 MB | 237 kB | 28/392 kB | 4.1/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 32/392 kB | 4.1/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 32/392 kB | 7.7/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 32/392 kB | 7.7/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 32/392 kB | 12/208 kB 
Progress (4): 2.3/2.9 MB | 237 kB | 33/392 kB | 12/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 33/392 kB | 16/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 33/392 kB | 16/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 33/392 kB | 20/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 37/392 kB | 20/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 37/392 kB | 24/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 37/392 kB | 24/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 37/392 kB | 28/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 41/392 kB | 28/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 41/392 kB | 32/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 41/392 kB | 32/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 41/392 kB | 33/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 45/392 kB | 33/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 45/392 kB | 37/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 45/392 kB | 37/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 45/392 kB | 41/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 49/392 kB | 41/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 49/392 kB | 45/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 49/392 kB | 45/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 49/392 kB | 49/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 53/392 kB | 49/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 53/392 kB | 53/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 53/392 kB | 53/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 53/392 kB | 57/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 53/392 kB | 57/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 57/392 kB | 57/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 57/392 kB | 57/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 57/392 kB | 61/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 57/392 kB | 61/208 kB
Progress (4): 2.3/2.9 MB | 237 kB | 61/392 kB | 61/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 61/392 kB | 61/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 61/392 kB | 65/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 61/392 kB | 65/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 65/392 kB | 65/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 65/392 kB | 65/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 65/392 kB | 66/208 kB
Progress (4): 2.4/2.9 MB | 237 kB | 65/392 kB | 66/208 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.jar (237 kB at 246 kB/s)
Progress (3): 2.4/2.9 MB | 66/392 kB | 66/208 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Progress (3): 2.4/2.9 MB | 66/392 kB | 66/208 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 66/208 kB | 4.1/65 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 66/208 kB | 4.1/65 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 66/208 kB | 4.1/65 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 70/208 kB | 4.1/65 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 70/208 kB | 4.1/65 kB
Progress (4): 2.4/2.9 MB | 66/392 kB | 70/208 kB | 7.7/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 70/208 kB | 7.7/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 70/208 kB | 12/65 kB 
Progress (4): 2.4/2.9 MB | 70/392 kB | 70/208 kB | 12/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 74/208 kB | 12/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 74/208 kB | 12/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 78/208 kB | 12/65 kB
Progress (4): 2.4/2.9 MB | 70/392 kB | 78/208 kB | 16/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 78/208 kB | 16/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 78/208 kB | 20/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 82/208 kB | 20/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 82/208 kB | 20/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 86/208 kB | 20/65 kB
Progress (4): 2.4/2.9 MB | 74/392 kB | 86/208 kB | 24/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 86/208 kB | 24/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 86/208 kB | 28/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 90/208 kB | 28/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 90/208 kB | 28/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 94/208 kB | 28/65 kB
Progress (4): 2.4/2.9 MB | 78/392 kB | 94/208 kB | 32/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 94/208 kB | 32/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 94/208 kB | 36/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 98/208 kB | 36/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 98/208 kB | 36/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 98/208 kB | 36/65 kB
Progress (4): 2.4/2.9 MB | 82/392 kB | 98/208 kB | 40/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 98/208 kB | 40/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 98/208 kB | 44/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 102/208 kB | 44/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 102/208 kB | 44/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 106/208 kB | 44/65 kB
Progress (4): 2.4/2.9 MB | 86/392 kB | 106/208 kB | 48/65 kB
Progress (4): 2.4/2.9 MB | 90/392 kB | 106/208 kB | 48/65 kB
Progress (4): 2.4/2.9 MB | 90/392 kB | 106/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 94/392 kB | 106/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 94/392 kB | 110/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 94/392 kB | 110/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 94/392 kB | 114/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 114/208 kB | 52/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 114/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 114/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 118/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 118/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 98/392 kB | 122/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 102/392 kB | 122/208 kB | 56/65 kB
Progress (4): 2.4/2.9 MB | 102/392 kB | 122/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 106/392 kB | 122/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 106/392 kB | 126/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 106/392 kB | 126/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 106/392 kB | 130/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 110/392 kB | 130/208 kB | 60/65 kB
Progress (4): 2.4/2.9 MB | 110/392 kB | 130/208 kB | 64/65 kB
Progress (4): 2.4/2.9 MB | 114/392 kB | 130/208 kB | 64/65 kB
Progress (4): 2.4/2.9 MB | 114/392 kB | 131/208 kB | 64/65 kB
Progress (4): 2.4/2.9 MB | 114/392 kB | 131/208 kB | 64/65 kB
Progress (4): 2.4/2.9 MB | 114/392 kB | 135/208 kB | 64/65 kB
Progress (4): 2.4/2.9 MB | 118/392 kB | 135/208 kB | 64/65 kB
Progress (5): 2.4/2.9 MB | 118/392 kB | 135/208 kB | 64/65 kB | 4.1/49 kB
Progress (5): 2.4/2.9 MB | 118/392 kB | 135/208 kB | 65 kB | 4.1/49 kB   
Progress (5): 2.4/2.9 MB | 118/392 kB | 135/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 122/392 kB | 135/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 122/392 kB | 139/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 122/392 kB | 139/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 122/392 kB | 143/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 126/392 kB | 143/208 kB | 65 kB | 7.7/49 kB
Progress (5): 2.4/2.9 MB | 126/392 kB | 143/208 kB | 65 kB | 12/49 kB 
Progress (5): 2.4/2.9 MB | 130/392 kB | 143/208 kB | 65 kB | 12/49 kB
Progress (5): 2.4/2.9 MB | 130/392 kB | 147/208 kB | 65 kB | 12/49 kB
Progress (5): 2.4/2.9 MB | 130/392 kB | 147/208 kB | 65 kB | 12/49 kB
Progress (5): 2.4/2.9 MB | 130/392 kB | 151/208 kB | 65 kB | 12/49 kB
Progress (5): 2.4/2.9 MB | 134/392 kB | 151/208 kB | 65 kB | 12/49 kB
Progress (5): 2.4/2.9 MB | 134/392 kB | 151/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 138/392 kB | 151/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 138/392 kB | 155/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 138/392 kB | 155/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 138/392 kB | 159/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 142/392 kB | 159/208 kB | 65 kB | 16/49 kB
Progress (5): 2.4/2.9 MB | 142/392 kB | 159/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 146/392 kB | 159/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 146/392 kB | 163/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 146/392 kB | 163/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 146/392 kB | 164/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 150/392 kB | 164/208 kB | 65 kB | 20/49 kB
Progress (5): 2.4/2.9 MB | 150/392 kB | 164/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 154/392 kB | 164/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 154/392 kB | 168/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 154/392 kB | 168/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 154/392 kB | 172/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 158/392 kB | 172/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 162/392 kB | 172/208 kB | 65 kB | 24/49 kB
Progress (5): 2.4/2.9 MB | 162/392 kB | 172/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 164/392 kB | 172/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 164/392 kB | 176/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 164/392 kB | 176/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 164/392 kB | 180/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 168/392 kB | 180/208 kB | 65 kB | 28/49 kB
Progress (5): 2.4/2.9 MB | 168/392 kB | 180/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 172/392 kB | 180/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 172/392 kB | 184/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 172/392 kB | 184/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 172/392 kB | 188/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 176/392 kB | 188/208 kB | 65 kB | 32/49 kB
Progress (5): 2.4/2.9 MB | 176/392 kB | 188/208 kB | 65 kB | 36/49 kB
Progress (5): 2.4/2.9 MB | 180/392 kB | 188/208 kB | 65 kB | 36/49 kB
Progress (5): 2.4/2.9 MB | 180/392 kB | 192/208 kB | 65 kB | 36/49 kB
Progress (5): 2.5/2.9 MB | 180/392 kB | 192/208 kB | 65 kB | 36/49 kB
Progress (5): 2.5/2.9 MB | 180/392 kB | 196/208 kB | 65 kB | 36/49 kB
Progress (5): 2.5/2.9 MB | 184/392 kB | 196/208 kB | 65 kB | 36/49 kB
Progress (5): 2.5/2.9 MB | 184/392 kB | 196/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 188/392 kB | 196/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 188/392 kB | 200/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 188/392 kB | 200/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 188/392 kB | 204/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 192/392 kB | 204/208 kB | 65 kB | 40/49 kB
Progress (5): 2.5/2.9 MB | 192/392 kB | 204/208 kB | 65 kB | 44/49 kB
Progress (5): 2.5/2.9 MB | 196/392 kB | 204/208 kB | 65 kB | 44/49 kB
Progress (5): 2.5/2.9 MB | 196/392 kB | 208 kB | 65 kB | 44/49 kB    
Progress (5): 2.5/2.9 MB | 196/392 kB | 208 kB | 65 kB | 44/49 kB
Progress (5): 2.5/2.9 MB | 200/392 kB | 208 kB | 65 kB | 44/49 kB
Progress (5): 2.5/2.9 MB | 200/392 kB | 208 kB | 65 kB | 48/49 kB
Progress (5): 2.5/2.9 MB | 204/392 kB | 208 kB | 65 kB | 48/49 kB
Progress (5): 2.5/2.9 MB | 204/392 kB | 208 kB | 65 kB | 48/49 kB
Progress (5): 2.5/2.9 MB | 208/392 kB | 208 kB | 65 kB | 48/49 kB
Progress (5): 2.5/2.9 MB | 208/392 kB | 208 kB | 65 kB | 48/49 kB
Progress (5): 2.5/2.9 MB | 208/392 kB | 208 kB | 65 kB | 49 kB   
Progress (5): 2.5/2.9 MB | 208/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 212/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 212/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 216/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 216/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 220/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 220/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 224/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 228/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 232/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 236/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 240/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 244/392 kB | 208 kB | 65 kB | 49 kB
Progress (5): 2.5/2.9 MB | 244/392 kB | 208 kB | 65 kB | 49 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.jar (208 kB at 183 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Progress (4): 2.5/2.9 MB | 248/392 kB | 65 kB | 49 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Progress (3): 2.5/2.9 MB | 248/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 252/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 252/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 256/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 256/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 260/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 260/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 264/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 264/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 268/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 268/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 272/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 272/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 276/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 276/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 280/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 280/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 284/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 284/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 288/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 288/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 292/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 292/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 296/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 296/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 300/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 300/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 304/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 304/392 kB | 65 kB
Progress (3): 2.5/2.9 MB | 308/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 308/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 312/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 312/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 316/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 316/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 320/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 320/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 324/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 324/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 328/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 328/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 332/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 332/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 336/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 336/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 340/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 340/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 340/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 340/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 340/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 344/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 344/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 348/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 348/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 352/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 352/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 356/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 356/392 kB | 65 kB
Progress (3): 2.6/2.9 MB | 360/392 kB | 65 kB
Progress (4): 2.6/2.9 MB | 360/392 kB | 65 kB | 4.1/47 kB
Progress (4): 2.6/2.9 MB | 364/392 kB | 65 kB | 4.1/47 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 57 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Progress (3): 2.6/2.9 MB | 364/392 kB | 4.1/47 kB
Progress (3): 2.6/2.9 MB | 368/392 kB | 4.1/47 kB
Progress (3): 2.6/2.9 MB | 368/392 kB | 4.1/47 kB
Progress (3): 2.6/2.9 MB | 372/392 kB | 4.1/47 kB
Progress (3): 2.6/2.9 MB | 372/392 kB | 7.7/47 kB
Progress (3): 2.6/2.9 MB | 372/392 kB | 7.7/47 kB
Progress (3): 2.6/2.9 MB | 372/392 kB | 12/47 kB 
Progress (3): 2.6/2.9 MB | 376/392 kB | 12/47 kB
Progress (3): 2.6/2.9 MB | 376/392 kB | 16/47 kB
Progress (3): 2.6/2.9 MB | 376/392 kB | 16/47 kB
Progress (3): 2.6/2.9 MB | 376/392 kB | 20/47 kB
Progress (3): 2.6/2.9 MB | 380/392 kB | 20/47 kB
Progress (3): 2.6/2.9 MB | 380/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 384/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 384/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 388/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 388/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 392/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 392/392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 392 kB | 24/47 kB    
Progress (3): 2.6/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.6/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (3): 2.7/2.9 MB | 392 kB | 24/47 kB
Progress (4): 2.7/2.9 MB | 392 kB | 24/47 kB | 4.1/571 kB
Progress (4): 2.7/2.9 MB | 392 kB | 24/47 kB | 4.1/571 kB
Progress (4): 2.7/2.9 MB | 392 kB | 24/47 kB | 7.7/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 7.7/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 12/571 kB 
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 12/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 16/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 16/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 20/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 20/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (4): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 24/571 kB | 4.1/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 28/571 kB | 4.1/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 32/571 kB | 4.1/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 33/571 kB | 4.1/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 33/571 kB | 7.7/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 33/571 kB | 7.7/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 33/571 kB | 12/19 kB 
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 37/571 kB | 12/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 41/571 kB | 12/19 kB
Progress (5): 2.8/2.9 MB | 392 kB | 24/47 kB | 45/571 kB | 12/19 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 336 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Progress (4): 2.8/2.9 MB | 24/47 kB | 45/571 kB | 16/19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 45/571 kB | 16/19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 45/571 kB | 19 kB   
Progress (4): 2.8/2.9 MB | 24/47 kB | 49/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 49/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 53/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 53/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 57/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 57/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 61/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 61/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 65/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 65/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 66/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 66/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 70/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 70/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 74/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 74/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 78/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 78/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 82/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 82/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 86/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 86/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 90/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 90/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 94/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 94/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 98/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 98/571 kB | 19 kB
Progress (4): 2.8/2.9 MB | 24/47 kB | 102/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 102/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 106/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 106/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 110/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 110/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 114/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 114/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 118/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 118/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 122/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 122/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 126/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 126/571 kB | 19 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 130/571 kB | 19 kB
Progress (5): 2.9/2.9 MB | 24/47 kB | 130/571 kB | 19 kB | 4.1/28 kB
Progress (5): 2.9/2.9 MB | 24/47 kB | 130/571 kB | 19 kB | 4.1/28 kB
Progress (5): 2.9/2.9 MB | 24/47 kB | 130/571 kB | 19 kB | 7.7/28 kB
Progress (5): 2.9/2.9 MB | 24/47 kB | 134/571 kB | 19 kB | 7.7/28 kB
Progress (5): 2.9/2.9 MB | 24/47 kB | 134/571 kB | 19 kB | 12/28 kB 
Progress (5): 2.9/2.9 MB | 24/47 kB | 134/571 kB | 19 kB | 12/28 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 15 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Progress (4): 2.9/2.9 MB | 24/47 kB | 134/571 kB | 12/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 134/571 kB | 16/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 138/571 kB | 16/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 138/571 kB | 20/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 142/571 kB | 20/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 142/571 kB | 20/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 146/571 kB | 20/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 146/571 kB | 24/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 150/571 kB | 24/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 150/571 kB | 24/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 154/571 kB | 24/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 154/571 kB | 28/28 kB
Progress (4): 2.9/2.9 MB | 24/47 kB | 158/571 kB | 28/28 kB
Progress (4): 2.9 MB | 24/47 kB | 158/571 kB | 28/28 kB    
Progress (4): 2.9 MB | 24/47 kB | 162/571 kB | 28/28 kB
Progress (4): 2.9 MB | 24/47 kB | 162/571 kB | 28 kB   
Progress (4): 2.9 MB | 24/47 kB | 166/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 170/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 174/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 178/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 182/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 186/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 190/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 194/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 198/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 202/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 206/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 210/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 214/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 218/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 222/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 226/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 230/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 234/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 238/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 242/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 246/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 250/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 254/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 258/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 262/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 266/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 270/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 274/571 kB | 28 kB
Progress (4): 2.9 MB | 24/47 kB | 278/571 kB | 28 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 2.3 MB/s)
Progress (3): 24/47 kB | 282/571 kB | 28 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
Progress (3): 24/47 kB | 286/571 kB | 28 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 22 kB/s)
Progress (2): 24/47 kB | 290/571 kB
Progress (3): 24/47 kB | 290/571 kB | 4.1/22 kB
Progress (3): 24/47 kB | 294/571 kB | 4.1/22 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar
Progress (3): 24/47 kB | 298/571 kB | 4.1/22 kB
Progress (3): 24/47 kB | 298/571 kB | 7.7/22 kB
Progress (3): 24/47 kB | 302/571 kB | 7.7/22 kB
Progress (3): 24/47 kB | 306/571 kB | 7.7/22 kB
Progress (3): 24/47 kB | 306/571 kB | 12/22 kB 
Progress (3): 24/47 kB | 310/571 kB | 12/22 kB
Progress (3): 24/47 kB | 310/571 kB | 16/22 kB
Progress (3): 24/47 kB | 314/571 kB | 16/22 kB
Progress (3): 24/47 kB | 314/571 kB | 20/22 kB
Progress (3): 24/47 kB | 318/571 kB | 20/22 kB
Progress (3): 24/47 kB | 318/571 kB | 22 kB   
Progress (3): 24/47 kB | 322/571 kB | 22 kB
Progress (3): 24/47 kB | 326/571 kB | 22 kB
Progress (3): 24/47 kB | 330/571 kB | 22 kB
Progress (3): 24/47 kB | 334/571 kB | 22 kB
Progress (3): 24/47 kB | 338/571 kB | 22 kB
Progress (3): 24/47 kB | 342/571 kB | 22 kB
Progress (3): 24/47 kB | 346/571 kB | 22 kB
Progress (3): 24/47 kB | 350/571 kB | 22 kB
Progress (3): 24/47 kB | 354/571 kB | 22 kB
Progress (3): 24/47 kB | 358/571 kB | 22 kB
Progress (3): 24/47 kB | 362/571 kB | 22 kB
Progress (3): 24/47 kB | 366/571 kB | 22 kB
Progress (3): 24/47 kB | 370/571 kB | 22 kB
Progress (3): 24/47 kB | 374/571 kB | 22 kB
Progress (3): 24/47 kB | 378/571 kB | 22 kB
Progress (3): 24/47 kB | 382/571 kB | 22 kB
Progress (3): 24/47 kB | 386/571 kB | 22 kB
Progress (3): 24/47 kB | 390/571 kB | 22 kB
Progress (3): 24/47 kB | 394/571 kB | 22 kB
Progress (3): 24/47 kB | 398/571 kB | 22 kB
Progress (3): 24/47 kB | 402/571 kB | 22 kB
Progress (3): 24/47 kB | 406/571 kB | 22 kB
Progress (3): 24/47 kB | 410/571 kB | 22 kB
Progress (3): 24/47 kB | 414/571 kB | 22 kB
Progress (3): 24/47 kB | 418/571 kB | 22 kB
Progress (3): 24/47 kB | 422/571 kB | 22 kB
Progress (3): 24/47 kB | 426/571 kB | 22 kB
Progress (3): 24/47 kB | 430/571 kB | 22 kB
Progress (3): 24/47 kB | 434/571 kB | 22 kB
Progress (3): 24/47 kB | 438/571 kB | 22 kB
Progress (3): 24/47 kB | 442/571 kB | 22 kB
Progress (3): 24/47 kB | 446/571 kB | 22 kB
Progress (3): 24/47 kB | 450/571 kB | 22 kB
Progress (3): 24/47 kB | 454/571 kB | 22 kB
Progress (3): 24/47 kB | 458/571 kB | 22 kB
Progress (3): 24/47 kB | 462/571 kB | 22 kB
Progress (3): 24/47 kB | 466/571 kB | 22 kB
Progress (3): 24/47 kB | 470/571 kB | 22 kB
Progress (3): 24/47 kB | 474/571 kB | 22 kB
Progress (3): 24/47 kB | 478/571 kB | 22 kB
Progress (3): 24/47 kB | 482/571 kB | 22 kB
Progress (4): 24/47 kB | 482/571 kB | 22 kB | 4.1/13 kB
Progress (4): 24/47 kB | 482/571 kB | 22 kB | 7.7/13 kB
Progress (4): 24/47 kB | 482/571 kB | 22 kB | 12/13 kB 
Progress (4): 24/47 kB | 482/571 kB | 22 kB | 13 kB   
Progress (4): 24/47 kB | 486/571 kB | 22 kB | 13 kB
Progress (4): 24/47 kB | 490/571 kB | 22 kB | 13 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 16 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Progress (4): 24/47 kB | 490/571 kB | 13 kB | 4.1/153 kB
Progress (4): 24/47 kB | 494/571 kB | 13 kB | 4.1/153 kB
Progress (4): 24/47 kB | 494/571 kB | 13 kB | 7.7/153 kB
Progress (4): 24/47 kB | 498/571 kB | 13 kB | 7.7/153 kB
Progress (4): 24/47 kB | 498/571 kB | 13 kB | 12/153 kB 
Progress (4): 24/47 kB | 502/571 kB | 13 kB | 12/153 kB
Progress (4): 24/47 kB | 502/571 kB | 13 kB | 16/153 kB
Progress (4): 24/47 kB | 506/571 kB | 13 kB | 16/153 kB
Progress (4): 24/47 kB | 506/571 kB | 13 kB | 20/153 kB
Progress (4): 24/47 kB | 510/571 kB | 13 kB | 20/153 kB
Progress (4): 24/47 kB | 510/571 kB | 13 kB | 24/153 kB
Progress (4): 24/47 kB | 514/571 kB | 13 kB | 24/153 kB
Progress (4): 24/47 kB | 514/571 kB | 13 kB | 28/153 kB
Progress (4): 24/47 kB | 518/571 kB | 13 kB | 28/153 kB
Progress (4): 24/47 kB | 518/571 kB | 13 kB | 32/153 kB
Progress (4): 24/47 kB | 522/571 kB | 13 kB | 32/153 kB
Progress (4): 24/47 kB | 522/571 kB | 13 kB | 33/153 kB
Progress (4): 24/47 kB | 526/571 kB | 13 kB | 33/153 kB
Progress (4): 24/47 kB | 530/571 kB | 13 kB | 33/153 kB
Progress (4): 24/47 kB | 530/571 kB | 13 kB | 37/153 kB
Progress (4): 24/47 kB | 534/571 kB | 13 kB | 37/153 kB
Progress (4): 24/47 kB | 534/571 kB | 13 kB | 41/153 kB
Progress (4): 24/47 kB | 538/571 kB | 13 kB | 41/153 kB
Progress (4): 24/47 kB | 538/571 kB | 13 kB | 45/153 kB
Progress (4): 24/47 kB | 542/571 kB | 13 kB | 45/153 kB
Progress (4): 24/47 kB | 542/571 kB | 13 kB | 49/153 kB
Progress (4): 24/47 kB | 546/571 kB | 13 kB | 49/153 kB
Progress (4): 24/47 kB | 546/571 kB | 13 kB | 53/153 kB
Progress (4): 24/47 kB | 550/571 kB | 13 kB | 53/153 kB
Progress (4): 24/47 kB | 550/571 kB | 13 kB | 57/153 kB
Progress (4): 24/47 kB | 554/571 kB | 13 kB | 57/153 kB
Progress (4): 24/47 kB | 554/571 kB | 13 kB | 61/153 kB
Progress (4): 24/47 kB | 558/571 kB | 13 kB | 61/153 kB
Progress (4): 24/47 kB | 558/571 kB | 13 kB | 65/153 kB
Progress (4): 24/47 kB | 562/571 kB | 13 kB | 65/153 kB
Progress (4): 24/47 kB | 562/571 kB | 13 kB | 66/153 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.3.0/mojo-executor-2.3.0.jar (13 kB at 9.3 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar
Progress (3): 24/47 kB | 566/571 kB | 66/153 kB
Progress (3): 24/47 kB | 570/571 kB | 66/153 kB
Progress (3): 24/47 kB | 570/571 kB | 70/153 kB
Progress (3): 24/47 kB | 571 kB | 70/153 kB    
Progress (3): 24/47 kB | 571 kB | 74/153 kB
Progress (3): 24/47 kB | 571 kB | 78/153 kB
Progress (3): 24/47 kB | 571 kB | 82/153 kB
Progress (3): 24/47 kB | 571 kB | 86/153 kB
Progress (3): 24/47 kB | 571 kB | 90/153 kB
Progress (3): 24/47 kB | 571 kB | 94/153 kB
Progress (3): 24/47 kB | 571 kB | 98/153 kB
Progress (3): 24/47 kB | 571 kB | 98/153 kB
Progress (3): 24/47 kB | 571 kB | 102/153 kB
Progress (3): 24/47 kB | 571 kB | 106/153 kB
Progress (3): 24/47 kB | 571 kB | 110/153 kB
Progress (3): 24/47 kB | 571 kB | 114/153 kB
Progress (3): 24/47 kB | 571 kB | 118/153 kB
Progress (3): 24/47 kB | 571 kB | 122/153 kB
Progress (4): 24/47 kB | 571 kB | 122/153 kB | 4.1/164 kB
Progress (4): 24/47 kB | 571 kB | 126/153 kB | 4.1/164 kB
Progress (4): 24/47 kB | 571 kB | 126/153 kB | 7.7/164 kB
Progress (4): 24/47 kB | 571 kB | 130/153 kB | 7.7/164 kB
Progress (4): 24/47 kB | 571 kB | 130/153 kB | 12/164 kB 
Progress (4): 24/47 kB | 571 kB | 134/153 kB | 12/164 kB
Progress (4): 24/47 kB | 571 kB | 134/153 kB | 16/164 kB
Progress (4): 24/47 kB | 571 kB | 138/153 kB | 16/164 kB
Progress (4): 24/47 kB | 571 kB | 138/153 kB | 20/164 kB
Progress (4): 24/47 kB | 571 kB | 142/153 kB | 20/164 kB
Progress (4): 24/47 kB | 571 kB | 142/153 kB | 24/164 kB
Progress (4): 24/47 kB | 571 kB | 146/153 kB | 24/164 kB
Progress (4): 24/47 kB | 571 kB | 146/153 kB | 28/164 kB
Progress (4): 24/47 kB | 571 kB | 150/153 kB | 28/164 kB
Progress (4): 24/47 kB | 571 kB | 150/153 kB | 32/164 kB
Progress (4): 24/47 kB | 571 kB | 153 kB | 32/164 kB    
Progress (4): 24/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 28/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 32/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 36/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 40/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 44/47 kB | 571 kB | 153 kB | 33/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 33/164 kB   
Progress (4): 47 kB | 571 kB | 153 kB | 37/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 41/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 45/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 49/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 53/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 57/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 61/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 65/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 66/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 70/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 74/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 78/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 82/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 86/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 90/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 94/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 98/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 98/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 102/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 106/164 kB
Progress (4): 47 kB | 571 kB | 153 kB | 110/164 kB
Progress (5): 47 kB | 571 kB | 153 kB | 110/164 kB | 4.1/41 kB
Progress (5): 47 kB | 571 kB | 153 kB | 110/164 kB | 7.7/41 kB
Progress (5): 47 kB | 571 kB | 153 kB | 110/164 kB | 12/41 kB 
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar
Progress (4): 47 kB | 571 kB | 114/164 kB | 12/41 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 33 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
Progress (3): 571 kB | 114/164 kB | 16/41 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 398 kB/s)
Progress (2): 114/164 kB | 20/41 kB
Progress (3): 114/164 kB | 20/41 kB | 4.1/11 kB
Progress (3): 118/164 kB | 20/41 kB | 4.1/11 kB
Progress (3): 118/164 kB | 20/41 kB | 7.7/11 kB
Progress (3): 118/164 kB | 24/41 kB | 7.7/11 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
Progress (3): 118/164 kB | 28/41 kB | 7.7/11 kB
Progress (3): 118/164 kB | 28/41 kB | 11 kB    
Progress (3): 122/164 kB | 28/41 kB | 11 kB
Progress (3): 122/164 kB | 32/41 kB | 11 kB
Progress (3): 126/164 kB | 32/41 kB | 11 kB
Progress (3): 126/164 kB | 36/41 kB | 11 kB
Progress (3): 130/164 kB | 36/41 kB | 11 kB
Progress (3): 130/164 kB | 40/41 kB | 11 kB
Progress (3): 130/164 kB | 41 kB | 11 kB   
Progress (3): 134/164 kB | 41 kB | 11 kB
Progress (3): 138/164 kB | 41 kB | 11 kB
Progress (3): 142/164 kB | 41 kB | 11 kB
Progress (3): 146/164 kB | 41 kB | 11 kB
Progress (3): 150/164 kB | 41 kB | 11 kB
Progress (3): 154/164 kB | 41 kB | 11 kB
Progress (3): 158/164 kB | 41 kB | 11 kB
Progress (3): 162/164 kB | 41 kB | 11 kB
Progress (3): 164 kB | 41 kB | 11 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.22/slf4j-simple-1.7.22.jar (11 kB at 7.6 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 28 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
Progress (2): 164 kB | 4.1/75 kB
Progress (2): 164 kB | 7.7/75 kB
Progress (2): 164 kB | 12/75 kB 
Progress (2): 164 kB | 16/75 kB
Progress (2): 164 kB | 20/75 kB
Progress (2): 164 kB | 24/75 kB
Progress (2): 164 kB | 28/75 kB
Progress (2): 164 kB | 32/75 kB
Progress (2): 164 kB | 33/75 kB
Progress (2): 164 kB | 37/75 kB
Progress (2): 164 kB | 41/75 kB
Progress (2): 164 kB | 45/75 kB
Progress (2): 164 kB | 49/75 kB
Progress (3): 164 kB | 49/75 kB | 4.1/192 kB
Progress (3): 164 kB | 53/75 kB | 4.1/192 kB
Progress (3): 164 kB | 53/75 kB | 7.7/192 kB
Progress (3): 164 kB | 57/75 kB | 7.7/192 kB
Progress (3): 164 kB | 57/75 kB | 12/192 kB 
Progress (3): 164 kB | 57/75 kB | 16/192 kB
Progress (3): 164 kB | 61/75 kB | 16/192 kB
Progress (3): 164 kB | 61/75 kB | 20/192 kB
Progress (3): 164 kB | 65/75 kB | 20/192 kB
Progress (3): 164 kB | 65/75 kB | 24/192 kB
Progress (3): 164 kB | 69/75 kB | 24/192 kB
Progress (3): 164 kB | 69/75 kB | 28/192 kB
Progress (3): 164 kB | 73/75 kB | 28/192 kB
Progress (3): 164 kB | 73/75 kB | 32/192 kB
Progress (3): 164 kB | 75 kB | 32/192 kB   
Progress (3): 164 kB | 75 kB | 33/192 kB
Progress (3): 164 kB | 75 kB | 37/192 kB
Progress (3): 164 kB | 75 kB | 41/192 kB
Progress (3): 164 kB | 75 kB | 45/192 kB
Progress (3): 164 kB | 75 kB | 49/192 kB
Progress (3): 164 kB | 75 kB | 53/192 kB
Progress (3): 164 kB | 75 kB | 57/192 kB
Progress (3): 164 kB | 75 kB | 61/192 kB
Progress (3): 164 kB | 75 kB | 65/192 kB
Progress (3): 164 kB | 75 kB | 66/192 kB
Progress (3): 164 kB | 75 kB | 70/192 kB
Progress (3): 164 kB | 75 kB | 74/192 kB
Progress (3): 164 kB | 75 kB | 78/192 kB
Progress (3): 164 kB | 75 kB | 82/192 kB
Progress (3): 164 kB | 75 kB | 86/192 kB
Progress (3): 164 kB | 75 kB | 90/192 kB
Progress (3): 164 kB | 75 kB | 94/192 kB
Progress (4): 164 kB | 75 kB | 94/192 kB | 4.1/592 kB
Progress (4): 164 kB | 75 kB | 98/192 kB | 4.1/592 kB
Progress (4): 164 kB | 75 kB | 98/192 kB | 7.7/592 kB
Progress (4): 164 kB | 75 kB | 102/192 kB | 7.7/592 kB
Progress (4): 164 kB | 75 kB | 102/192 kB | 12/592 kB 
Progress (4): 164 kB | 75 kB | 106/192 kB | 12/592 kB
Progress (4): 164 kB | 75 kB | 106/192 kB | 16/592 kB
Progress (4): 164 kB | 75 kB | 110/192 kB | 16/592 kB
Progress (4): 164 kB | 75 kB | 110/192 kB | 20/592 kB
Progress (4): 164 kB | 75 kB | 110/192 kB | 24/592 kB
Progress (4): 164 kB | 75 kB | 110/192 kB | 28/592 kB
Progress (4): 164 kB | 75 kB | 114/192 kB | 28/592 kB
Progress (4): 164 kB | 75 kB | 114/192 kB | 32/592 kB
Progress (4): 164 kB | 75 kB | 118/192 kB | 32/592 kB
Progress (4): 164 kB | 75 kB | 118/192 kB | 33/592 kB
Progress (4): 164 kB | 75 kB | 122/192 kB | 33/592 kB
Progress (4): 164 kB | 75 kB | 122/192 kB | 37/592 kB
Progress (4): 164 kB | 75 kB | 126/192 kB | 37/592 kB
Progress (4): 164 kB | 75 kB | 126/192 kB | 41/592 kB
Progress (4): 164 kB | 75 kB | 130/192 kB | 41/592 kB
Progress (4): 164 kB | 75 kB | 130/192 kB | 45/592 kB
Progress (4): 164 kB | 75 kB | 134/192 kB | 45/592 kB
Progress (4): 164 kB | 75 kB | 134/192 kB | 49/592 kB
Progress (4): 164 kB | 75 kB | 138/192 kB | 49/592 kB
Progress (4): 164 kB | 75 kB | 138/192 kB | 53/592 kB
Progress (4): 164 kB | 75 kB | 138/192 kB | 57/592 kB
Progress (4): 164 kB | 75 kB | 142/192 kB | 57/592 kB
Progress (4): 164 kB | 75 kB | 142/192 kB | 61/592 kB
Progress (4): 164 kB | 75 kB | 146/192 kB | 61/592 kB
Progress (4): 164 kB | 75 kB | 146/192 kB | 65/592 kB
Progress (4): 164 kB | 75 kB | 150/192 kB | 65/592 kB
Progress (4): 164 kB | 75 kB | 150/192 kB | 66/592 kB
Progress (4): 164 kB | 75 kB | 154/192 kB | 66/592 kB
Progress (4): 164 kB | 75 kB | 154/192 kB | 70/592 kB
Progress (4): 164 kB | 75 kB | 158/192 kB | 70/592 kB
Progress (4): 164 kB | 75 kB | 158/192 kB | 74/592 kB
Progress (4): 164 kB | 75 kB | 162/192 kB | 74/592 kB
Progress (4): 164 kB | 75 kB | 162/192 kB | 78/592 kB
Progress (4): 164 kB | 75 kB | 166/192 kB | 78/592 kB
Progress (4): 164 kB | 75 kB | 166/192 kB | 82/592 kB
Progress (4): 164 kB | 75 kB | 170/192 kB | 82/592 kB
Progress (4): 164 kB | 75 kB | 170/192 kB | 86/592 kB
Progress (4): 164 kB | 75 kB | 174/192 kB | 86/592 kB
Progress (4): 164 kB | 75 kB | 174/192 kB | 90/592 kB
Progress (4): 164 kB | 75 kB | 178/192 kB | 90/592 kB
Progress (4): 164 kB | 75 kB | 178/192 kB | 94/592 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 51 kB/s)
Progress (3): 164 kB | 182/192 kB | 94/592 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar
Progress (3): 164 kB | 182/192 kB | 98/592 kB
Progress (3): 164 kB | 186/192 kB | 98/592 kB
Progress (3): 164 kB | 186/192 kB | 98/592 kB
Progress (3): 164 kB | 190/192 kB | 98/592 kB
Progress (3): 164 kB | 190/192 kB | 102/592 kB
Progress (3): 164 kB | 192 kB | 102/592 kB    
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
Progress (3): 192 kB | 102/592 kB | 4.1/4.6 kB
Progress (3): 192 kB | 102/592 kB | 4.6 kB    
Progress (4): 192 kB | 102/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 106/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 106/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB
Progress (4): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB
Progress (5): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB | 4.1/109 kB
Progress (5): 192 kB | 110/592 kB | 4.6 kB | 0/2.7 MB | 7.7/109 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 3.0 kB/s)
Progress (4): 192 kB | 114/592 kB | 0/2.7 MB | 7.7/109 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
Progress (4): 192 kB | 114/592 kB | 0/2.7 MB | 12/109 kB
Progress (4): 192 kB | 114/592 kB | 0/2.7 MB | 12/109 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 125 kB/s)
Progress (3): 114/592 kB | 0/2.7 MB | 12/109 kB
Progress (3): 114/592 kB | 0/2.7 MB | 12/109 kB
Progress (3): 114/592 kB | 0/2.7 MB | 16/109 kB
Progress (3): 118/592 kB | 0/2.7 MB | 16/109 kB
Progress (3): 118/592 kB | 0/2.7 MB | 20/109 kB
Progress (3): 118/592 kB | 0/2.7 MB | 24/109 kB
Progress (3): 118/592 kB | 0/2.7 MB | 24/109 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
Progress (3): 118/592 kB | 0/2.7 MB | 24/109 kB
Progress (3): 118/592 kB | 0/2.7 MB | 28/109 kB
Progress (3): 122/592 kB | 0/2.7 MB | 28/109 kB
Progress (3): 122/592 kB | 0/2.7 MB | 32/109 kB
Progress (3): 126/592 kB | 0/2.7 MB | 32/109 kB
Progress (3): 126/592 kB | 0/2.7 MB | 32/109 kB
Progress (3): 130/592 kB | 0/2.7 MB | 32/109 kB
Progress (3): 130/592 kB | 0/2.7 MB | 33/109 kB
Progress (3): 131/592 kB | 0/2.7 MB | 33/109 kB
Progress (3): 131/592 kB | 0/2.7 MB | 33/109 kB
Progress (3): 135/592 kB | 0/2.7 MB | 33/109 kB
Progress (3): 135/592 kB | 0/2.7 MB | 37/109 kB
Progress (3): 139/592 kB | 0/2.7 MB | 37/109 kB
Progress (3): 139/592 kB | 0.1/2.7 MB | 37/109 kB
Progress (3): 143/592 kB | 0.1/2.7 MB | 37/109 kB
Progress (3): 143/592 kB | 0.1/2.7 MB | 41/109 kB
Progress (3): 147/592 kB | 0.1/2.7 MB | 41/109 kB
Progress (3): 147/592 kB | 0.1/2.7 MB | 45/109 kB
Progress (3): 147/592 kB | 0.1/2.7 MB | 45/109 kB
Progress (3): 147/592 kB | 0.1/2.7 MB | 49/109 kB
Progress (3): 147/592 kB | 0.1/2.7 MB | 49/109 kB
Progress (3): 151/592 kB | 0.1/2.7 MB | 49/109 kB
Progress (3): 151/592 kB | 0.1/2.7 MB | 49/109 kB
Progress (3): 151/592 kB | 0.1/2.7 MB | 53/109 kB
Progress (3): 151/592 kB | 0.1/2.7 MB | 53/109 kB
Progress (3): 155/592 kB | 0.1/2.7 MB | 53/109 kB
Progress (3): 155/592 kB | 0.1/2.7 MB | 53/109 kB
Progress (3): 155/592 kB | 0.1/2.7 MB | 57/109 kB
Progress (3): 155/592 kB | 0.1/2.7 MB | 57/109 kB
Progress (3): 159/592 kB | 0.1/2.7 MB | 57/109 kB
Progress (3): 159/592 kB | 0.1/2.7 MB | 57/109 kB
Progress (3): 159/592 kB | 0.1/2.7 MB | 61/109 kB
Progress (3): 159/592 kB | 0.1/2.7 MB | 61/109 kB
Progress (3): 163/592 kB | 0.1/2.7 MB | 61/109 kB
Progress (3): 163/592 kB | 0.1/2.7 MB | 65/109 kB
Progress (3): 167/592 kB | 0.1/2.7 MB | 65/109 kB
Progress (3): 167/592 kB | 0.1/2.7 MB | 65/109 kB
Progress (3): 171/592 kB | 0.1/2.7 MB | 65/109 kB
Progress (3): 171/592 kB | 0.1/2.7 MB | 66/109 kB
Progress (3): 175/592 kB | 0.1/2.7 MB | 66/109 kB
Progress (3): 175/592 kB | 0.1/2.7 MB | 66/109 kB
Progress (3): 179/592 kB | 0.1/2.7 MB | 66/109 kB
Progress (3): 179/592 kB | 0.1/2.7 MB | 70/109 kB
Progress (3): 183/592 kB | 0.1/2.7 MB | 70/109 kB
Progress (3): 183/592 kB | 0.1/2.7 MB | 70/109 kB
Progress (3): 187/592 kB | 0.1/2.7 MB | 70/109 kB
Progress (3): 187/592 kB | 0.1/2.7 MB | 74/109 kB
Progress (3): 191/592 kB | 0.1/2.7 MB | 74/109 kB
Progress (3): 191/592 kB | 0.1/2.7 MB | 78/109 kB
Progress (3): 191/592 kB | 0.1/2.7 MB | 78/109 kB
Progress (3): 191/592 kB | 0.1/2.7 MB | 82/109 kB
Progress (4): 191/592 kB | 0.1/2.7 MB | 82/109 kB | 2.2 kB
Progress (4): 195/592 kB | 0.1/2.7 MB | 82/109 kB | 2.2 kB
Progress (4): 195/592 kB | 0.1/2.7 MB | 86/109 kB | 2.2 kB
Progress (4): 199/592 kB | 0.1/2.7 MB | 86/109 kB | 2.2 kB
Progress (4): 199/592 kB | 0.1/2.7 MB | 86/109 kB | 2.2 kB
Progress (4): 203/592 kB | 0.1/2.7 MB | 86/109 kB | 2.2 kB
Progress (4): 203/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB
Progress (4): 207/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB
Progress (4): 211/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB
Progress (4): 211/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB
Progress (5): 211/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB | 4.1/20 kB
Progress (5): 215/592 kB | 0.1/2.7 MB | 90/109 kB | 2.2 kB | 4.1/20 kB
Progress (5): 215/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 4.1/20 kB
Progress (5): 219/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 4.1/20 kB
Progress (5): 219/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 7.7/20 kB
Progress (5): 219/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 7.7/20 kB
Progress (5): 219/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 12/20 kB 
Progress (5): 223/592 kB | 0.1/2.7 MB | 94/109 kB | 2.2 kB | 12/20 kB
Progress (5): 223/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 12/20 kB
Progress (5): 227/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 12/20 kB
Progress (5): 227/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 16/20 kB
Progress (5): 227/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 16/20 kB
Progress (5): 227/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20/20 kB
Progress (5): 231/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20/20 kB
Progress (5): 231/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20/20 kB
Progress (5): 235/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20/20 kB
Progress (5): 235/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20 kB   
Progress (5): 235/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20 kB
Progress (5): 239/592 kB | 0.1/2.7 MB | 98/109 kB | 2.2 kB | 20 kB
Progress (5): 239/592 kB | 0.1/2.7 MB | 102/109 kB | 2.2 kB | 20 kB
Progress (5): 239/592 kB | 0.1/2.7 MB | 102/109 kB | 2.2 kB | 20 kB
Progress (5): 243/592 kB | 0.1/2.7 MB | 102/109 kB | 2.2 kB | 20 kB
Progress (5): 243/592 kB | 0.1/2.7 MB | 102/109 kB | 2.2 kB | 20 kB
Progress (5): 243/592 kB | 0.1/2.7 MB | 106/109 kB | 2.2 kB | 20 kB
Progress (5): 243/592 kB | 0.1/2.7 MB | 106/109 kB | 2.2 kB | 20 kB
Progress (5): 243/592 kB | 0.1/2.7 MB | 106/109 kB | 2.2 kB | 20 kB
Progress (5): 247/592 kB | 0.1/2.7 MB | 106/109 kB | 2.2 kB | 20 kB
Progress (5): 247/592 kB | 0.1/2.7 MB | 106/109 kB | 2.2 kB | 20 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 1.4 kB/s)
Progress (4): 247/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar
Progress (4): 247/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 247/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 251/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 251/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 255/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 255/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 259/592 kB | 0.1/2.7 MB | 109 kB | 20 kB
Progress (4): 259/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 263/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 263/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 267/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 267/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 271/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 271/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 275/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 275/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 279/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 279/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 283/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 283/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 287/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 287/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 291/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 291/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 295/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 299/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 299/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 303/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 303/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 307/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 311/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 315/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 319/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 323/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 327/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 331/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 331/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 335/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 335/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 339/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 339/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 343/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 343/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 347/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 347/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 351/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 351/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 355/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 355/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 359/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 359/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 363/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 363/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 367/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 367/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 371/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 371/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 375/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 375/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 379/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 379/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 383/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 383/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 387/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 387/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 391/592 kB | 0.2/2.7 MB | 109 kB | 20 kB
Progress (4): 391/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 395/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 395/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 399/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 399/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 403/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 403/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 407/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 407/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 411/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 411/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 415/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 415/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 419/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 419/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 423/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 423/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 427/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 427/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 431/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 431/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 435/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 435/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 439/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 439/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 443/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 443/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 447/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
Progress (4): 447/592 kB | 0.3/2.7 MB | 109 kB | 20 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 66 kB/s)
Progress (3): 451/592 kB | 0.3/2.7 MB | 20 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar
Progress (3): 451/592 kB | 0.3/2.7 MB | 20 kB
Progress (3): 455/592 kB | 0.3/2.7 MB | 20 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 12 kB/s)
Progress (3): 455/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 459/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 459/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.3/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.4/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.4/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.4/2.7 MB | 4.1/193 kB
Progress (3): 463/592 kB | 0.4/2.7 MB | 7.7/193 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
Progress (3): 463/592 kB | 0.4/2.7 MB | 12/193 kB
Progress (3): 463/592 kB | 0.4/2.7 MB | 12/193 kB
Progress (3): 467/592 kB | 0.4/2.7 MB | 12/193 kB
Progress (3): 467/592 kB | 0.4/2.7 MB | 12/193 kB
Progress (3): 467/592 kB | 0.4/2.7 MB | 16/193 kB
Progress (3): 467/592 kB | 0.4/2.7 MB | 16/193 kB
Progress (3): 471/592 kB | 0.4/2.7 MB | 16/193 kB
Progress (3): 471/592 kB | 0.4/2.7 MB | 16/193 kB
Progress (3): 471/592 kB | 0.4/2.7 MB | 20/193 kB
Progress (3): 471/592 kB | 0.4/2.7 MB | 20/193 kB
Progress (3): 475/592 kB | 0.4/2.7 MB | 20/193 kB
Progress (3): 475/592 kB | 0.4/2.7 MB | 20/193 kB
Progress (3): 479/592 kB | 0.4/2.7 MB | 20/193 kB
Progress (3): 479/592 kB | 0.4/2.7 MB | 24/193 kB
Progress (3): 483/592 kB | 0.4/2.7 MB | 24/193 kB
Progress (3): 483/592 kB | 0.4/2.7 MB | 24/193 kB
Progress (3): 487/592 kB | 0.4/2.7 MB | 24/193 kB
Progress (3): 487/592 kB | 0.4/2.7 MB | 28/193 kB
Progress (3): 491/592 kB | 0.4/2.7 MB | 28/193 kB
Progress (3): 491/592 kB | 0.4/2.7 MB | 28/193 kB
Progress (3): 495/592 kB | 0.4/2.7 MB | 28/193 kB
Progress (3): 495/592 kB | 0.4/2.7 MB | 32/193 kB
Progress (3): 499/592 kB | 0.4/2.7 MB | 32/193 kB
Progress (3): 499/592 kB | 0.4/2.7 MB | 32/193 kB
Progress (3): 503/592 kB | 0.4/2.7 MB | 32/193 kB
Progress (3): 503/592 kB | 0.4/2.7 MB | 32/193 kB
Progress (3): 503/592 kB | 0.4/2.7 MB | 33/193 kB
Progress (3): 503/592 kB | 0.4/2.7 MB | 33/193 kB
Progress (3): 507/592 kB | 0.4/2.7 MB | 33/193 kB
Progress (3): 507/592 kB | 0.4/2.7 MB | 33/193 kB
Progress (3): 511/592 kB | 0.4/2.7 MB | 33/193 kB
Progress (3): 511/592 kB | 0.4/2.7 MB | 37/193 kB
Progress (3): 515/592 kB | 0.4/2.7 MB | 37/193 kB
Progress (3): 515/592 kB | 0.4/2.7 MB | 37/193 kB
Progress (4): 515/592 kB | 0.4/2.7 MB | 37/193 kB | 4.1/14 kB
Progress (4): 515/592 kB | 0.4/2.7 MB | 37/193 kB | 4.1/14 kB
Progress (4): 519/592 kB | 0.4/2.7 MB | 37/193 kB | 4.1/14 kB
Progress (4): 519/592 kB | 0.4/2.7 MB | 41/193 kB | 4.1/14 kB
Progress (4): 523/592 kB | 0.4/2.7 MB | 41/193 kB | 4.1/14 kB
Progress (4): 523/592 kB | 0.4/2.7 MB | 41/193 kB | 4.1/14 kB
Progress (4): 523/592 kB | 0.4/2.7 MB | 41/193 kB | 7.7/14 kB
Progress (4): 523/592 kB | 0.4/2.7 MB | 41/193 kB | 7.7/14 kB
Progress (4): 523/592 kB | 0.4/2.7 MB | 41/193 kB | 12/14 kB 
Progress (4): 527/592 kB | 0.4/2.7 MB | 41/193 kB | 12/14 kB
Progress (4): 527/592 kB | 0.4/2.7 MB | 45/193 kB | 12/14 kB
Progress (4): 531/592 kB | 0.4/2.7 MB | 45/193 kB | 12/14 kB
Progress (4): 531/592 kB | 0.4/2.7 MB | 45/193 kB | 14 kB   
Progress (4): 531/592 kB | 0.4/2.7 MB | 45/193 kB | 14 kB
Progress (4): 535/592 kB | 0.4/2.7 MB | 45/193 kB | 14 kB
Progress (4): 535/592 kB | 0.4/2.7 MB | 49/193 kB | 14 kB
Progress (4): 539/592 kB | 0.4/2.7 MB | 49/193 kB | 14 kB
Progress (4): 539/592 kB | 0.4/2.7 MB | 49/193 kB | 14 kB
Progress (4): 543/592 kB | 0.4/2.7 MB | 49/193 kB | 14 kB
Progress (4): 543/592 kB | 0.4/2.7 MB | 53/193 kB | 14 kB
Progress (4): 547/592 kB | 0.4/2.7 MB | 53/193 kB | 14 kB
Progress (4): 547/592 kB | 0.4/2.7 MB | 53/193 kB | 14 kB
Progress (4): 551/592 kB | 0.4/2.7 MB | 53/193 kB | 14 kB
Progress (4): 551/592 kB | 0.4/2.7 MB | 53/193 kB | 14 kB
Progress (4): 551/592 kB | 0.4/2.7 MB | 57/193 kB | 14 kB
Progress (4): 551/592 kB | 0.4/2.7 MB | 57/193 kB | 14 kB
Progress (4): 551/592 kB | 0.4/2.7 MB | 61/193 kB | 14 kB
Progress (4): 555/592 kB | 0.4/2.7 MB | 61/193 kB | 14 kB
Progress (4): 555/592 kB | 0.4/2.7 MB | 65/193 kB | 14 kB
Progress (4): 555/592 kB | 0.4/2.7 MB | 65/193 kB | 14 kB
Progress (4): 555/592 kB | 0.4/2.7 MB | 66/193 kB | 14 kB
Progress (4): 559/592 kB | 0.4/2.7 MB | 66/193 kB | 14 kB
Progress (4): 559/592 kB | 0.4/2.7 MB | 70/193 kB | 14 kB
Progress (4): 559/592 kB | 0.5/2.7 MB | 70/193 kB | 14 kB
Progress (4): 559/592 kB | 0.5/2.7 MB | 74/193 kB | 14 kB
Progress (4): 563/592 kB | 0.5/2.7 MB | 74/193 kB | 14 kB
Progress (4): 563/592 kB | 0.5/2.7 MB | 78/193 kB | 14 kB
Progress (4): 563/592 kB | 0.5/2.7 MB | 78/193 kB | 14 kB
Progress (4): 563/592 kB | 0.5/2.7 MB | 82/193 kB | 14 kB
Progress (4): 567/592 kB | 0.5/2.7 MB | 82/193 kB | 14 kB
Progress (4): 567/592 kB | 0.5/2.7 MB | 86/193 kB | 14 kB
Progress (4): 567/592 kB | 0.5/2.7 MB | 86/193 kB | 14 kB
Progress (4): 567/592 kB | 0.5/2.7 MB | 90/193 kB | 14 kB
Progress (4): 571/592 kB | 0.5/2.7 MB | 90/193 kB | 14 kB
Progress (4): 571/592 kB | 0.5/2.7 MB | 94/193 kB | 14 kB
Progress (4): 571/592 kB | 0.5/2.7 MB | 94/193 kB | 14 kB
Progress (4): 571/592 kB | 0.5/2.7 MB | 98/193 kB | 14 kB
Progress (4): 575/592 kB | 0.5/2.7 MB | 98/193 kB | 14 kB
Progress (4): 575/592 kB | 0.5/2.7 MB | 98/193 kB | 14 kB
Progress (4): 575/592 kB | 0.5/2.7 MB | 98/193 kB | 14 kB
Progress (4): 575/592 kB | 0.5/2.7 MB | 102/193 kB | 14 kB
Progress (4): 579/592 kB | 0.5/2.7 MB | 102/193 kB | 14 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 8.2 kB/s)
Progress (3): 579/592 kB | 0.5/2.7 MB | 106/193 kB
Progress (3): 579/592 kB | 0.5/2.7 MB | 106/193 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar
Progress (3): 583/592 kB | 0.5/2.7 MB | 106/193 kB
Progress (3): 583/592 kB | 0.5/2.7 MB | 106/193 kB
Progress (3): 583/592 kB | 0.5/2.7 MB | 110/193 kB
Progress (3): 587/592 kB | 0.5/2.7 MB | 110/193 kB
Progress (3): 587/592 kB | 0.5/2.7 MB | 114/193 kB
Progress (3): 587/592 kB | 0.5/2.7 MB | 114/193 kB
Progress (3): 587/592 kB | 0.5/2.7 MB | 118/193 kB
Progress (3): 591/592 kB | 0.5/2.7 MB | 118/193 kB
Progress (3): 591/592 kB | 0.5/2.7 MB | 122/193 kB
Progress (3): 591/592 kB | 0.5/2.7 MB | 122/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 122/193 kB    
Progress (3): 592 kB | 0.5/2.7 MB | 126/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 126/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 130/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 130/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 131/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 131/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 135/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 135/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 139/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 139/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 143/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 143/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 147/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 147/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 151/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 151/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 155/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 155/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 159/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 159/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 163/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 163/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 167/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 167/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 171/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 171/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 175/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 175/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 175/193 kB
Progress (3): 592 kB | 0.5/2.7 MB | 175/193 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 352 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar
Progress (2): 0.5/2.7 MB | 179/193 kB
Progress (2): 0.6/2.7 MB | 179/193 kB
Progress (3): 0.6/2.7 MB | 179/193 kB | 4.1/8.8 kB
Progress (3): 0.6/2.7 MB | 179/193 kB | 4.1/8.8 kB
Progress (3): 0.6/2.7 MB | 183/193 kB | 4.1/8.8 kB
Progress (4): 0.6/2.7 MB | 183/193 kB | 4.1/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 187/193 kB | 4.1/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 187/193 kB | 4.1/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 191/193 kB | 4.1/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 191/193 kB | 7.7/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 7.7/8.8 kB | 3.4 kB    
Progress (4): 0.6/2.7 MB | 193 kB | 7.7/8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB    
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB
Progress (5): 0.7/2.7 MB | 193 kB | 8.8 kB | 3.4 kB | 4.1/768 kB
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 109 kB/s)
Progress (4): 0.7/2.7 MB | 8.8 kB | 3.4 kB | 4.1/768 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 5.0 kB/s)
Progress (3): 0.7/2.7 MB | 3.4 kB | 7.7/768 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 1.9 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
Progress (2): 0.7/2.7 MB | 12/768 kB
Progress (2): 0.7/2.7 MB | 16/768 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Progress (2): 0.7/2.7 MB | 16/768 kB
Progress (2): 0.7/2.7 MB | 20/768 kB
Progress (2): 0.7/2.7 MB | 24/768 kB
Progress (2): 0.7/2.7 MB | 24/768 kB
Progress (2): 0.7/2.7 MB | 24/768 kB
Progress (2): 0.7/2.7 MB | 28/768 kB
Progress (2): 0.7/2.7 MB | 28/768 kB
Progress (2): 0.7/2.7 MB | 32/768 kB
Progress (2): 0.7/2.7 MB | 32/768 kB
Progress (2): 0.7/2.7 MB | 33/768 kB
Progress (2): 0.7/2.7 MB | 33/768 kB
Progress (2): 0.7/2.7 MB | 37/768 kB
Progress (2): 0.7/2.7 MB | 37/768 kB
Progress (2): 0.7/2.7 MB | 41/768 kB
Progress (2): 0.7/2.7 MB | 41/768 kB
Progress (2): 0.7/2.7 MB | 45/768 kB
Progress (2): 0.7/2.7 MB | 45/768 kB
Progress (2): 0.7/2.7 MB | 49/768 kB
Progress (2): 0.7/2.7 MB | 49/768 kB
Progress (2): 0.7/2.7 MB | 53/768 kB
Progress (2): 0.7/2.7 MB | 53/768 kB
Progress (2): 0.7/2.7 MB | 57/768 kB
Progress (2): 0.7/2.7 MB | 57/768 kB
Progress (2): 0.7/2.7 MB | 57/768 kB
Progress (2): 0.7/2.7 MB | 61/768 kB
Progress (2): 0.8/2.7 MB | 61/768 kB
Progress (2): 0.8/2.7 MB | 65/768 kB
Progress (2): 0.8/2.7 MB | 65/768 kB
Progress (2): 0.8/2.7 MB | 69/768 kB
Progress (2): 0.8/2.7 MB | 69/768 kB
Progress (2): 0.8/2.7 MB | 73/768 kB
Progress (2): 0.8/2.7 MB | 73/768 kB
Progress (2): 0.8/2.7 MB | 77/768 kB
Progress (2): 0.8/2.7 MB | 77/768 kB
Progress (2): 0.8/2.7 MB | 81/768 kB
Progress (2): 0.8/2.7 MB | 81/768 kB
Progress (2): 0.8/2.7 MB | 85/768 kB
Progress (2): 0.8/2.7 MB | 85/768 kB
Progress (2): 0.8/2.7 MB | 89/768 kB
Progress (2): 0.8/2.7 MB | 89/768 kB
Progress (2): 0.8/2.7 MB | 93/768 kB
Progress (2): 0.8/2.7 MB | 93/768 kB
Progress (2): 0.8/2.7 MB | 97/768 kB
Progress (2): 0.8/2.7 MB | 97/768 kB
Progress (2): 0.8/2.7 MB | 101/768 kB
Progress (2): 0.8/2.7 MB | 101/768 kB
Progress (2): 0.8/2.7 MB | 105/768 kB
Progress (2): 0.8/2.7 MB | 105/768 kB
Progress (2): 0.8/2.7 MB | 109/768 kB
Progress (2): 0.8/2.7 MB | 109/768 kB
Progress (2): 0.8/2.7 MB | 113/768 kB
Progress (2): 0.8/2.7 MB | 113/768 kB
Progress (2): 0.8/2.7 MB | 113/768 kB
Progress (3): 0.8/2.7 MB | 113/768 kB | 4.1/327 kB
Progress (3): 0.8/2.7 MB | 113/768 kB | 4.1/327 kB
Progress (3): 0.8/2.7 MB | 113/768 kB | 7.7/327 kB
Progress (3): 0.8/2.7 MB | 113/768 kB | 7.7/327 kB
Progress (3): 0.8/2.7 MB | 113/768 kB | 12/327 kB 
Progress (3): 0.8/2.7 MB | 113/768 kB | 12/327 kB
Progress (4): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 4.1/62 kB
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 4.1/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 4.1/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 7.7/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 7.7/62 kB | 12/335 kB 
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 113/768 kB | 12/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 117/768 kB | 12/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 117/768 kB | 16/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 7.7/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 7.7/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 12/62 kB | 20/335 kB 
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 12/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 121/768 kB | 16/327 kB | 12/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 125/768 kB | 16/327 kB | 12/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 125/768 kB | 20/327 kB | 12/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 12/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 12/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 12/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 16/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 16/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 129/768 kB | 20/327 kB | 16/62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 133/768 kB | 20/327 kB | 16/62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 133/768 kB | 24/327 kB | 16/62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 16/62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 16/62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 16/62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 20/62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 20/62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 137/768 kB | 24/327 kB | 20/62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 141/768 kB | 24/327 kB | 20/62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 141/768 kB | 28/327 kB | 20/62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 145/768 kB | 28/327 kB | 20/62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 145/768 kB | 28/327 kB | 20/62 kB | 41/335 kB
Progress (5): 0.9/2.7 MB | 145/768 kB | 28/327 kB | 20/62 kB | 41/335 kB
Progress (5): 0.9/2.7 MB | 145/768 kB | 28/327 kB | 24/62 kB | 41/335 kB
Progress (5): 0.9/2.7 MB | 145/768 kB | 28/327 kB | 24/62 kB | 41/335 kB
Progress (5): 0.9/2.7 MB | 145/768 kB | 28/327 kB | 24/62 kB | 45/335 kB
Progress (5): 0.9/2.7 MB | 149/768 kB | 28/327 kB | 24/62 kB | 45/335 kB
Progress (5): 0.9/2.7 MB | 149/768 kB | 32/327 kB | 24/62 kB | 45/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 24/62 kB | 45/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 24/62 kB | 49/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 24/62 kB | 49/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 28/62 kB | 49/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 28/62 kB | 49/335 kB
Progress (5): 0.9/2.7 MB | 153/768 kB | 32/327 kB | 28/62 kB | 53/335 kB
Progress (5): 0.9/2.7 MB | 157/768 kB | 32/327 kB | 28/62 kB | 53/335 kB
Progress (5): 0.9/2.7 MB | 161/768 kB | 32/327 kB | 28/62 kB | 53/335 kB
Progress (5): 0.9/2.7 MB | 161/768 kB | 33/327 kB | 28/62 kB | 53/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 28/62 kB | 53/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 28/62 kB | 57/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 28/62 kB | 57/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 32/62 kB | 57/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 32/62 kB | 57/335 kB
Progress (5): 0.9/2.7 MB | 165/768 kB | 33/327 kB | 32/62 kB | 61/335 kB
Progress (5): 0.9/2.7 MB | 169/768 kB | 33/327 kB | 32/62 kB | 61/335 kB
Progress (5): 0.9/2.7 MB | 169/768 kB | 37/327 kB | 32/62 kB | 61/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 32/62 kB | 61/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 32/62 kB | 65/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 32/62 kB | 65/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 36/62 kB | 65/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 36/62 kB | 65/335 kB
Progress (5): 0.9/2.7 MB | 173/768 kB | 37/327 kB | 36/62 kB | 66/335 kB
Progress (5): 0.9/2.7 MB | 177/768 kB | 37/327 kB | 36/62 kB | 66/335 kB
Progress (5): 0.9/2.7 MB | 177/768 kB | 41/327 kB | 36/62 kB | 66/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 36/62 kB | 66/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 36/62 kB | 70/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 36/62 kB | 74/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 36/62 kB | 74/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 40/62 kB | 74/335 kB
Progress (5): 0.9/2.7 MB | 181/768 kB | 41/327 kB | 40/62 kB | 78/335 kB
Progress (5): 0.9/2.7 MB | 185/768 kB | 41/327 kB | 40/62 kB | 78/335 kB
Progress (5): 0.9/2.7 MB | 185/768 kB | 45/327 kB | 40/62 kB | 78/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 40/62 kB | 78/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 40/62 kB | 82/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 44/62 kB | 82/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 44/62 kB | 82/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 48/62 kB | 82/335 kB
Progress (5): 0.9/2.7 MB | 189/768 kB | 45/327 kB | 48/62 kB | 86/335 kB
Progress (5): 0.9/2.7 MB | 193/768 kB | 45/327 kB | 48/62 kB | 86/335 kB
Progress (5): 0.9/2.7 MB | 193/768 kB | 49/327 kB | 48/62 kB | 86/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 48/62 kB | 86/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 48/62 kB | 90/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 52/62 kB | 90/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 56/62 kB | 90/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 56/62 kB | 90/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 60/62 kB | 90/335 kB
Progress (5): 0.9/2.7 MB | 197/768 kB | 49/327 kB | 60/62 kB | 94/335 kB
Progress (5): 0.9/2.7 MB | 201/768 kB | 49/327 kB | 60/62 kB | 94/335 kB
Progress (5): 0.9/2.7 MB | 201/768 kB | 53/327 kB | 60/62 kB | 94/335 kB
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 60/62 kB | 94/335 kB
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 60/62 kB | 98/335 kB
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 62 kB | 98/335 kB   
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 62 kB | 98/335 kB
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 62 kB | 102/335 kB
Progress (5): 0.9/2.7 MB | 205/768 kB | 53/327 kB | 62 kB | 106/335 kB
Progress (5): 0.9/2.7 MB | 209/768 kB | 53/327 kB | 62 kB | 106/335 kB
Progress (5): 0.9/2.7 MB | 209/768 kB | 57/327 kB | 62 kB | 106/335 kB
Progress (5): 0.9/2.7 MB | 213/768 kB | 57/327 kB | 62 kB | 106/335 kB
Progress (5): 0.9/2.7 MB | 213/768 kB | 57/327 kB | 62 kB | 110/335 kB
Progress (5): 0.9/2.7 MB | 213/768 kB | 57/327 kB | 62 kB | 110/335 kB
Progress (5): 0.9/2.7 MB | 213/768 kB | 57/327 kB | 62 kB | 114/335 kB
Progress (5): 0.9/2.7 MB | 217/768 kB | 57/327 kB | 62 kB | 114/335 kB
Progress (5): 0.9/2.7 MB | 217/768 kB | 61/327 kB | 62 kB | 114/335 kB
Progress (5): 0.9/2.7 MB | 221/768 kB | 61/327 kB | 62 kB | 114/335 kB
Progress (5): 0.9/2.7 MB | 221/768 kB | 61/327 kB | 62 kB | 118/335 kB
Progress (5): 0.9/2.7 MB | 221/768 kB | 61/327 kB | 62 kB | 118/335 kB
Progress (5): 0.9/2.7 MB | 221/768 kB | 61/327 kB | 62 kB | 122/335 kB
Progress (5): 0.9/2.7 MB | 225/768 kB | 61/327 kB | 62 kB | 122/335 kB
Progress (5): 0.9/2.7 MB | 225/768 kB | 65/327 kB | 62 kB | 122/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 122/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 126/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 130/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 130/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 134/335 kB
Progress (5): 0.9/2.7 MB | 229/768 kB | 65/327 kB | 62 kB | 138/335 kB
Progress (5): 0.9/2.7 MB | 233/768 kB | 65/327 kB | 62 kB | 138/335 kB
Progress (5): 0.9/2.7 MB | 233/768 kB | 66/327 kB | 62 kB | 138/335 kB
Progress (5): 0.9/2.7 MB | 237/768 kB | 66/327 kB | 62 kB | 138/335 kB
Progress (5): 0.9/2.7 MB | 237/768 kB | 66/327 kB | 62 kB | 142/335 kB
Progress (5): 0.9/2.7 MB | 237/768 kB | 66/327 kB | 62 kB | 146/335 kB
Progress (5): 0.9/2.7 MB | 237/768 kB | 66/327 kB | 62 kB | 146/335 kB
Progress (5): 0.9/2.7 MB | 237/768 kB | 66/327 kB | 62 kB | 150/335 kB
Progress (5): 0.9/2.7 MB | 241/768 kB | 66/327 kB | 62 kB | 150/335 kB
Progress (5): 0.9/2.7 MB | 241/768 kB | 70/327 kB | 62 kB | 150/335 kB
Progress (5): 0.9/2.7 MB | 245/768 kB | 70/327 kB | 62 kB | 150/335 kB
Progress (5): 0.9/2.7 MB | 245/768 kB | 70/327 kB | 62 kB | 154/335 kB
Progress (5): 0.9/2.7 MB | 245/768 kB | 70/327 kB | 62 kB | 154/335 kB
Progress (5): 0.9/2.7 MB | 245/768 kB | 70/327 kB | 62 kB | 158/335 kB
Progress (5): 0.9/2.7 MB | 249/768 kB | 70/327 kB | 62 kB | 158/335 kB
Progress (5): 0.9/2.7 MB | 249/768 kB | 74/327 kB | 62 kB | 158/335 kB
Progress (5): 0.9/2.7 MB | 253/768 kB | 74/327 kB | 62 kB | 158/335 kB
Progress (5): 0.9/2.7 MB | 253/768 kB | 74/327 kB | 62 kB | 162/335 kB
Progress (5): 0.9/2.7 MB | 253/768 kB | 74/327 kB | 62 kB | 162/335 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 33 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
Progress (4): 0.9/2.7 MB | 253/768 kB | 74/327 kB | 162/335 kB
Progress (4): 0.9/2.7 MB | 253/768 kB | 74/327 kB | 166/335 kB
Progress (4): 0.9/2.7 MB | 257/768 kB | 74/327 kB | 166/335 kB
Progress (4): 0.9/2.7 MB | 257/768 kB | 78/327 kB | 166/335 kB
Progress (4): 0.9/2.7 MB | 261/768 kB | 78/327 kB | 166/335 kB
Progress (4): 0.9/2.7 MB | 261/768 kB | 78/327 kB | 170/335 kB
Progress (4): 0.9/2.7 MB | 261/768 kB | 78/327 kB | 170/335 kB
Progress (4): 0.9/2.7 MB | 261/768 kB | 78/327 kB | 174/335 kB
Progress (4): 0.9/2.7 MB | 265/768 kB | 78/327 kB | 174/335 kB
Progress (4): 0.9/2.7 MB | 265/768 kB | 82/327 kB | 174/335 kB
Progress (4): 0.9/2.7 MB | 269/768 kB | 82/327 kB | 174/335 kB
Progress (4): 0.9/2.7 MB | 269/768 kB | 82/327 kB | 178/335 kB
Progress (4): 0.9/2.7 MB | 269/768 kB | 82/327 kB | 178/335 kB
Progress (4): 0.9/2.7 MB | 269/768 kB | 82/327 kB | 182/335 kB
Progress (4): 0.9/2.7 MB | 273/768 kB | 82/327 kB | 182/335 kB
Progress (5): 0.9/2.7 MB | 273/768 kB | 82/327 kB | 182/335 kB | 4.1/502 kB
Progress (5): 0.9/2.7 MB | 273/768 kB | 82/327 kB | 182/335 kB | 7.7/502 kB
Progress (5): 0.9/2.7 MB | 273/768 kB | 82/327 kB | 182/335 kB | 12/502 kB 
Progress (5): 0.9/2.7 MB | 273/768 kB | 82/327 kB | 182/335 kB | 16/502 kB
Progress (5): 0.9/2.7 MB | 273/768 kB | 86/327 kB | 182/335 kB | 16/502 kB
Progress (5): 0.9/2.7 MB | 273/768 kB | 86/327 kB | 182/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 277/768 kB | 86/327 kB | 182/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 277/768 kB | 86/327 kB | 186/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 277/768 kB | 86/327 kB | 186/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 277/768 kB | 86/327 kB | 190/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 281/768 kB | 86/327 kB | 190/335 kB | 20/502 kB
Progress (5): 0.9/2.7 MB | 281/768 kB | 86/327 kB | 190/335 kB | 24/502 kB
Progress (5): 0.9/2.7 MB | 281/768 kB | 90/327 kB | 190/335 kB | 24/502 kB
Progress (5): 0.9/2.7 MB | 281/768 kB | 90/327 kB | 190/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 285/768 kB | 90/327 kB | 190/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 285/768 kB | 90/327 kB | 194/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 285/768 kB | 90/327 kB | 194/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 285/768 kB | 90/327 kB | 198/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 289/768 kB | 90/327 kB | 198/335 kB | 28/502 kB
Progress (5): 0.9/2.7 MB | 289/768 kB | 90/327 kB | 198/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 289/768 kB | 94/327 kB | 198/335 kB | 32/502 kB
Progress (5): 0.9/2.7 MB | 289/768 kB | 94/327 kB | 198/335 kB | 33/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 198/335 kB | 33/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 198/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 202/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 202/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 206/335 kB | 37/502 kB
Progress (5): 0.9/2.7 MB | 293/768 kB | 94/327 kB | 206/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 297/768 kB | 94/327 kB | 206/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 297/768 kB | 98/327 kB | 206/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 206/335 kB | 41/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 206/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 210/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 210/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 214/335 kB | 45/502 kB
Progress (5): 0.9/2.7 MB | 301/768 kB | 98/327 kB | 214/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 305/768 kB | 98/327 kB | 214/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 305/768 kB | 98/327 kB | 214/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 309/768 kB | 98/327 kB | 214/335 kB | 49/502 kB
Progress (5): 0.9/2.7 MB | 309/768 kB | 98/327 kB | 214/335 kB | 53/502 kB
Progress (5): 0.9/2.7 MB | 309/768 kB | 98/327 kB | 218/335 kB | 53/502 kB
Progress (5): 1.0/2.7 MB | 309/768 kB | 98/327 kB | 218/335 kB | 53/502 kB
Progress (5): 1.0/2.7 MB | 309/768 kB | 98/327 kB | 222/335 kB | 53/502 kB
Progress (5): 1.0/2.7 MB | 309/768 kB | 98/327 kB | 222/335 kB | 57/502 kB
Progress (5): 1.0/2.7 MB | 313/768 kB | 98/327 kB | 222/335 kB | 57/502 kB
Progress (5): 1.0/2.7 MB | 313/768 kB | 102/327 kB | 222/335 kB | 57/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 222/335 kB | 57/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 222/335 kB | 61/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 226/335 kB | 61/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 226/335 kB | 61/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 230/335 kB | 61/502 kB
Progress (5): 1.0/2.7 MB | 317/768 kB | 102/327 kB | 230/335 kB | 65/502 kB
Progress (5): 1.0/2.7 MB | 321/768 kB | 102/327 kB | 230/335 kB | 65/502 kB
Progress (5): 1.0/2.7 MB | 321/768 kB | 106/327 kB | 230/335 kB | 65/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 230/335 kB | 65/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 230/335 kB | 66/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 234/335 kB | 66/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 234/335 kB | 66/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 238/335 kB | 66/502 kB
Progress (5): 1.0/2.7 MB | 325/768 kB | 106/327 kB | 238/335 kB | 70/502 kB
Progress (5): 1.0/2.7 MB | 329/768 kB | 106/327 kB | 238/335 kB | 70/502 kB
Progress (5): 1.0/2.7 MB | 329/768 kB | 110/327 kB | 238/335 kB | 70/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 238/335 kB | 70/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 238/335 kB | 74/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 242/335 kB | 74/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 242/335 kB | 74/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 246/335 kB | 74/502 kB
Progress (5): 1.0/2.7 MB | 333/768 kB | 110/327 kB | 246/335 kB | 78/502 kB
Progress (5): 1.0/2.7 MB | 337/768 kB | 110/327 kB | 246/335 kB | 78/502 kB
Progress (5): 1.0/2.7 MB | 337/768 kB | 114/327 kB | 246/335 kB | 78/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 246/335 kB | 78/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 246/335 kB | 82/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 250/335 kB | 82/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 250/335 kB | 82/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 254/335 kB | 82/502 kB
Progress (5): 1.0/2.7 MB | 341/768 kB | 114/327 kB | 254/335 kB | 86/502 kB
Progress (5): 1.0/2.7 MB | 345/768 kB | 114/327 kB | 254/335 kB | 86/502 kB
Progress (5): 1.0/2.7 MB | 345/768 kB | 118/327 kB | 254/335 kB | 86/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 254/335 kB | 86/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 254/335 kB | 90/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 258/335 kB | 90/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 258/335 kB | 90/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 262/335 kB | 90/502 kB
Progress (5): 1.0/2.7 MB | 349/768 kB | 118/327 kB | 262/335 kB | 94/502 kB
Progress (5): 1.0/2.7 MB | 353/768 kB | 118/327 kB | 262/335 kB | 94/502 kB
Progress (5): 1.0/2.7 MB | 353/768 kB | 122/327 kB | 262/335 kB | 94/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 262/335 kB | 94/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 262/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 266/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 270/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 270/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 274/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 357/768 kB | 122/327 kB | 274/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 361/768 kB | 122/327 kB | 274/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 361/768 kB | 126/327 kB | 274/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 274/335 kB | 98/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 274/335 kB | 102/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 278/335 kB | 102/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 278/335 kB | 102/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 282/335 kB | 102/502 kB
Progress (5): 1.0/2.7 MB | 365/768 kB | 126/327 kB | 282/335 kB | 106/502 kB
Progress (5): 1.0/2.7 MB | 369/768 kB | 126/327 kB | 282/335 kB | 106/502 kB
Progress (5): 1.0/2.7 MB | 369/768 kB | 130/327 kB | 282/335 kB | 106/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 282/335 kB | 106/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 282/335 kB | 110/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 286/335 kB | 110/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 286/335 kB | 110/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 290/335 kB | 110/502 kB
Progress (5): 1.0/2.7 MB | 373/768 kB | 130/327 kB | 290/335 kB | 114/502 kB
Progress (5): 1.0/2.7 MB | 377/768 kB | 130/327 kB | 290/335 kB | 114/502 kB
Progress (5): 1.0/2.7 MB | 377/768 kB | 131/327 kB | 290/335 kB | 114/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 290/335 kB | 114/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 290/335 kB | 118/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 294/335 kB | 118/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 294/335 kB | 118/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 298/335 kB | 118/502 kB
Progress (5): 1.0/2.7 MB | 381/768 kB | 131/327 kB | 298/335 kB | 122/502 kB
Progress (5): 1.0/2.7 MB | 385/768 kB | 131/327 kB | 298/335 kB | 122/502 kB
Progress (5): 1.0/2.7 MB | 385/768 kB | 135/327 kB | 298/335 kB | 122/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 298/335 kB | 122/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 298/335 kB | 126/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 302/335 kB | 126/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 306/335 kB | 126/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 306/335 kB | 126/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 310/335 kB | 126/502 kB
Progress (5): 1.0/2.7 MB | 389/768 kB | 135/327 kB | 310/335 kB | 130/502 kB
Progress (5): 1.0/2.7 MB | 393/768 kB | 135/327 kB | 310/335 kB | 130/502 kB
Progress (5): 1.0/2.7 MB | 393/768 kB | 139/327 kB | 310/335 kB | 130/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 310/335 kB | 130/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 310/335 kB | 131/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 314/335 kB | 131/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 314/335 kB | 131/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 318/335 kB | 131/502 kB
Progress (5): 1.0/2.7 MB | 397/768 kB | 139/327 kB | 318/335 kB | 135/502 kB
Progress (5): 1.0/2.7 MB | 401/768 kB | 139/327 kB | 318/335 kB | 135/502 kB
Progress (5): 1.0/2.7 MB | 401/768 kB | 143/327 kB | 318/335 kB | 135/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 318/335 kB | 135/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 318/335 kB | 139/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 322/335 kB | 139/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 322/335 kB | 139/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 326/335 kB | 139/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 326/335 kB | 143/502 kB
Progress (5): 1.0/2.7 MB | 405/768 kB | 143/327 kB | 326/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 409/768 kB | 143/327 kB | 326/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 409/768 kB | 147/327 kB | 326/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 147/327 kB | 326/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 326/335 kB | 147/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 326/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 330/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 334/335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 335 kB | 151/502 kB    
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 335 kB | 151/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 151/327 kB | 335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 413/768 kB | 155/327 kB | 335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 155/327 kB | 335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 159/327 kB | 335 kB | 155/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 159/327 kB | 335 kB | 159/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 159/327 kB | 335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 159/327 kB | 335 kB | 163/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 159/327 kB | 335 kB | 167/502 kB
Progress (5): 1.0/2.7 MB | 417/768 kB | 163/327 kB | 335 kB | 167/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 163/327 kB | 335 kB | 167/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 167/327 kB | 335 kB | 167/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 167/327 kB | 335 kB | 171/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 167/327 kB | 335 kB | 171/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 167/327 kB | 335 kB | 175/502 kB
Progress (5): 1.0/2.7 MB | 421/768 kB | 171/327 kB | 335 kB | 175/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 171/327 kB | 335 kB | 175/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 175/327 kB | 335 kB | 175/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 175/327 kB | 335 kB | 179/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 175/327 kB | 335 kB | 179/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 175/327 kB | 335 kB | 183/502 kB
Progress (5): 1.0/2.7 MB | 425/768 kB | 179/327 kB | 335 kB | 183/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 179/327 kB | 335 kB | 183/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 183/327 kB | 335 kB | 183/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 183/327 kB | 335 kB | 187/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 183/327 kB | 335 kB | 187/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 183/327 kB | 335 kB | 191/502 kB
Progress (5): 1.0/2.7 MB | 429/768 kB | 187/327 kB | 335 kB | 191/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 187/327 kB | 335 kB | 191/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 191/327 kB | 335 kB | 191/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 191/327 kB | 335 kB | 195/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 191/327 kB | 335 kB | 195/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 191/327 kB | 335 kB | 199/502 kB
Progress (5): 1.0/2.7 MB | 433/768 kB | 195/327 kB | 335 kB | 199/502 kB
Progress (5): 1.0/2.7 MB | 437/768 kB | 195/327 kB | 335 kB | 199/502 kB
Progress (5): 1.0/2.7 MB | 437/768 kB | 199/327 kB | 335 kB | 199/502 kB
Progress (5): 1.0/2.7 MB | 437/768 kB | 199/327 kB | 335 kB | 203/502 kB
Progress (5): 1.0/2.7 MB | 437/768 kB | 199/327 kB | 335 kB | 203/502 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 164 kB/s)
Progress (4): 1.0/2.7 MB | 437/768 kB | 199/327 kB | 207/502 kB
Progress (4): 1.0/2.7 MB | 437/768 kB | 203/327 kB | 207/502 kB
Progress (4): 1.0/2.7 MB | 441/768 kB | 203/327 kB | 207/502 kB
Progress (4): 1.0/2.7 MB | 441/768 kB | 207/327 kB | 207/502 kB
Progress (4): 1.0/2.7 MB | 441/768 kB | 207/327 kB | 211/502 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar
Progress (4): 1.0/2.7 MB | 441/768 kB | 207/327 kB | 211/502 kB
Progress (4): 1.0/2.7 MB | 441/768 kB | 207/327 kB | 215/502 kB
Progress (4): 1.0/2.7 MB | 441/768 kB | 211/327 kB | 215/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 211/327 kB | 215/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 215/327 kB | 215/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 215/327 kB | 219/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 215/327 kB | 219/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 215/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 215/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 445/768 kB | 219/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 449/768 kB | 219/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 449/768 kB | 223/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 453/768 kB | 223/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 453/768 kB | 223/327 kB | 223/502 kB
Progress (4): 1.0/2.7 MB | 453/768 kB | 223/327 kB | 227/502 kB
Progress (4): 1.0/2.7 MB | 453/768 kB | 223/327 kB | 227/502 kB
Progress (4): 1.0/2.7 MB | 457/768 kB | 223/327 kB | 227/502 kB
Progress (4): 1.0/2.7 MB | 457/768 kB | 227/327 kB | 227/502 kB
Progress (4): 1.0/2.7 MB | 461/768 kB | 227/327 kB | 227/502 kB
Progress (4): 1.1/2.7 MB | 461/768 kB | 227/327 kB | 227/502 kB
Progress (4): 1.1/2.7 MB | 461/768 kB | 227/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 461/768 kB | 227/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 461/768 kB | 227/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 465/768 kB | 227/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 465/768 kB | 231/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 469/768 kB | 231/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 473/768 kB | 231/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 473/768 kB | 231/327 kB | 231/502 kB
Progress (4): 1.1/2.7 MB | 473/768 kB | 231/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 473/768 kB | 231/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 477/768 kB | 231/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 477/768 kB | 235/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 481/768 kB | 235/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 481/768 kB | 235/327 kB | 235/502 kB
Progress (4): 1.1/2.7 MB | 481/768 kB | 235/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 481/768 kB | 235/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 485/768 kB | 235/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 485/768 kB | 239/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 239/502 kB
Progress (4): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 243/502 kB
Progress (4): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 243/502 kB
Progress (5): 1.1/2.7 MB | 489/768 kB | 239/327 kB | 243/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 493/768 kB | 239/327 kB | 243/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 493/768 kB | 243/327 kB | 243/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 243/502 kB | 4.1/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 243/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 243/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 247/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 247/502 kB | 7.7/197 kB
Progress (5): 1.1/2.7 MB | 497/768 kB | 243/327 kB | 247/502 kB | 12/197 kB 
Progress (5): 1.1/2.7 MB | 501/768 kB | 243/327 kB | 247/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 501/768 kB | 247/327 kB | 247/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 247/502 kB | 12/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 247/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 247/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 251/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 251/502 kB | 16/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 251/502 kB | 20/197 kB
Progress (5): 1.1/2.7 MB | 505/768 kB | 247/327 kB | 251/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 509/768 kB | 247/327 kB | 251/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 509/768 kB | 251/327 kB | 251/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 251/327 kB | 251/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 251/502 kB | 24/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 251/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 251/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 255/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 255/502 kB | 28/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 255/327 kB | 255/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 513/768 kB | 259/327 kB | 255/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 259/327 kB | 255/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 255/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 255/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 255/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 259/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 259/502 kB | 33/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 263/327 kB | 259/502 kB | 37/197 kB
Progress (5): 1.1/2.7 MB | 517/768 kB | 267/327 kB | 259/502 kB | 37/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 267/327 kB | 259/502 kB | 37/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 259/502 kB | 37/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 259/502 kB | 41/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 263/502 kB | 41/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 267/502 kB | 41/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 267/502 kB | 41/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 267/502 kB | 45/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 271/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 521/768 kB | 275/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 275/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 279/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 283/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 267/502 kB | 49/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 267/502 kB | 53/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 267/502 kB | 53/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 271/502 kB | 53/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 271/502 kB | 53/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 287/327 kB | 271/502 kB | 57/197 kB
Progress (5): 1.1/2.7 MB | 525/768 kB | 291/327 kB | 271/502 kB | 57/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 291/327 kB | 271/502 kB | 57/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 271/502 kB | 57/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 271/502 kB | 61/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 271/502 kB | 65/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 271/502 kB | 65/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 275/502 kB | 65/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 275/502 kB | 65/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 295/327 kB | 275/502 kB | 66/197 kB
Progress (5): 1.1/2.7 MB | 529/768 kB | 299/327 kB | 275/502 kB | 66/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 299/327 kB | 275/502 kB | 66/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 275/502 kB | 66/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 275/502 kB | 70/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 275/502 kB | 74/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 275/502 kB | 74/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 279/502 kB | 74/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 279/502 kB | 74/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 303/327 kB | 279/502 kB | 78/197 kB
Progress (5): 1.1/2.7 MB | 533/768 kB | 307/327 kB | 279/502 kB | 78/197 kB
Progress (5): 1.1/2.7 MB | 537/768 kB | 307/327 kB | 279/502 kB | 78/197 kB
Progress (5): 1.1/2.7 MB | 537/768 kB | 311/327 kB | 279/502 kB | 78/197 kB
Progress (5): 1.1/2.7 MB | 537/768 kB | 311/327 kB | 279/502 kB | 82/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 279/502 kB | 82/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 82/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 82/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 86/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 90/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 94/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 98/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 102/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 311/327 kB | 283/502 kB | 106/197 kB
Progress (5): 1.2/2.7 MB | 537/768 kB | 315/327 kB | 283/502 kB | 106/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 315/327 kB | 283/502 kB | 106/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 283/502 kB | 106/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 283/502 kB | 110/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 283/502 kB | 110/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 287/502 kB | 110/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 287/502 kB | 110/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 319/327 kB | 287/502 kB | 114/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 323/327 kB | 287/502 kB | 114/197 kB
Progress (5): 1.2/2.7 MB | 541/768 kB | 327 kB | 287/502 kB | 114/197 kB    
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 287/502 kB | 114/197 kB
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 287/502 kB | 118/197 kB
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 287/502 kB | 118/197 kB
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 291/502 kB | 118/197 kB
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 291/502 kB | 118/197 kB
Progress (5): 1.2/2.7 MB | 545/768 kB | 327 kB | 291/502 kB | 122/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 291/502 kB | 122/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 291/502 kB | 126/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 291/502 kB | 126/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 295/502 kB | 126/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 295/502 kB | 126/197 kB
Progress (5): 1.2/2.7 MB | 549/768 kB | 327 kB | 295/502 kB | 130/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 295/502 kB | 130/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 295/502 kB | 134/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 295/502 kB | 134/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 299/502 kB | 134/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 299/502 kB | 134/197 kB
Progress (5): 1.2/2.7 MB | 553/768 kB | 327 kB | 299/502 kB | 138/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 299/502 kB | 138/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 299/502 kB | 142/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 299/502 kB | 142/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 303/502 kB | 142/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 303/502 kB | 142/197 kB
Progress (5): 1.2/2.7 MB | 557/768 kB | 327 kB | 303/502 kB | 146/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 303/502 kB | 146/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 303/502 kB | 150/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 303/502 kB | 150/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 307/502 kB | 150/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 307/502 kB | 150/197 kB
Progress (5): 1.2/2.7 MB | 561/768 kB | 327 kB | 307/502 kB | 154/197 kB
Progress (5): 1.2/2.7 MB | 565/768 kB | 327 kB | 307/502 kB | 154/197 kB
Progress (5): 1.2/2.7 MB | 565/768 kB | 327 kB | 307/502 kB | 158/197 kB
Progress (5): 1.2/2.7 MB | 565/768 kB | 327 kB | 307/502 kB | 158/197 kB
Progress (5): 1.2/2.7 MB | 565/768 kB | 327 kB | 311/502 kB | 158/197 kB
Progress (5): 1.2/2.7 MB | 565/768 kB | 327 kB | 311/502 kB | 158/197 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 152 kB/s)
Progress (4): 1.2/2.7 MB | 565/768 kB | 311/502 kB | 162/197 kB
Progress (4): 1.2/2.7 MB | 569/768 kB | 311/502 kB | 162/197 kB
Progress (4): 1.2/2.7 MB | 569/768 kB | 311/502 kB | 166/197 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
Progress (4): 1.2/2.7 MB | 569/768 kB | 311/502 kB | 166/197 kB
Progress (4): 1.2/2.7 MB | 569/768 kB | 315/502 kB | 166/197 kB
Progress (4): 1.2/2.7 MB | 569/768 kB | 315/502 kB | 166/197 kB
Progress (4): 1.2/2.7 MB | 569/768 kB | 315/502 kB | 170/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 315/502 kB | 170/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 315/502 kB | 174/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 315/502 kB | 174/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 319/502 kB | 174/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 319/502 kB | 174/197 kB
Progress (4): 1.2/2.7 MB | 573/768 kB | 319/502 kB | 178/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 319/502 kB | 178/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 319/502 kB | 182/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 319/502 kB | 186/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 319/502 kB | 186/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 319/502 kB | 186/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 323/502 kB | 186/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 323/502 kB | 186/197 kB
Progress (4): 1.2/2.7 MB | 577/768 kB | 323/502 kB | 190/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 323/502 kB | 190/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 323/502 kB | 194/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 323/502 kB | 194/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 327/502 kB | 194/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 327/502 kB | 194/197 kB
Progress (4): 1.2/2.7 MB | 581/768 kB | 327/502 kB | 197 kB    
Progress (4): 1.2/2.7 MB | 585/768 kB | 327/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 585/768 kB | 327/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 585/768 kB | 331/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 585/768 kB | 331/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 589/768 kB | 331/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 589/768 kB | 331/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 589/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 589/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 593/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 593/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 597/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 597/768 kB | 335/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 597/768 kB | 339/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 597/768 kB | 339/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 597/768 kB | 343/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 601/768 kB | 343/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 601/768 kB | 347/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 601/768 kB | 347/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 601/768 kB | 351/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 605/768 kB | 351/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 605/768 kB | 355/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 605/768 kB | 355/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 605/768 kB | 359/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 359/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
Progress (4): 1.3/2.7 MB | 609/768 kB | 363/502 kB | 197 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.6/commons-text-1.6.jar (197 kB at 91 kB/s)
Progress (3): 1.3/2.7 MB | 609/768 kB | 367/502 kB
Progress (3): 1.3/2.7 MB | 613/768 kB | 367/502 kB
Progress (3): 1.3/2.7 MB | 613/768 kB | 371/502 kB
Progress (3): 1.3/2.7 MB | 613/768 kB | 371/502 kB
Progress (4): 1.3/2.7 MB | 613/768 kB | 371/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 613/768 kB | 371/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 613/768 kB | 375/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 613/768 kB | 379/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 379/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 383/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 383/502 kB | 4.1/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 383/502 kB | 7.7/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 383/502 kB | 7.7/215 kB
Progress (4): 1.3/2.7 MB | 617/768 kB | 383/502 kB | 12/215 kB 
Progress (4): 1.3/2.7 MB | 617/768 kB | 387/502 kB | 12/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 387/502 kB | 12/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 391/502 kB | 12/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 391/502 kB | 16/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 391/502 kB | 16/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 391/502 kB | 20/215 kB
Progress (4): 1.3/2.7 MB | 621/768 kB | 395/502 kB | 20/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 395/502 kB | 20/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 399/502 kB | 20/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 399/502 kB | 24/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 399/502 kB | 24/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 399/502 kB | 28/215 kB
Progress (4): 1.3/2.7 MB | 625/768 kB | 403/502 kB | 28/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 403/502 kB | 28/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 407/502 kB | 28/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 407/502 kB | 32/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 407/502 kB | 32/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 407/502 kB | 33/215 kB
Progress (4): 1.3/2.7 MB | 629/768 kB | 411/502 kB | 33/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 411/502 kB | 33/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 415/502 kB | 33/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 415/502 kB | 37/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 415/502 kB | 37/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 415/502 kB | 41/215 kB
Progress (4): 1.3/2.7 MB | 633/768 kB | 419/502 kB | 41/215 kB
Progress (4): 1.3/2.7 MB | 637/768 kB | 419/502 kB | 41/215 kB
Progress (4): 1.3/2.7 MB | 637/768 kB | 423/502 kB | 41/215 kB
Progress (4): 1.3/2.7 MB | 637/768 kB | 423/502 kB | 45/215 kB
Progress (4): 1.4/2.7 MB | 637/768 kB | 423/502 kB | 45/215 kB
Progress (4): 1.4/2.7 MB | 637/768 kB | 423/502 kB | 49/215 kB
Progress (4): 1.4/2.7 MB | 637/768 kB | 427/502 kB | 49/215 kB
Progress (4): 1.4/2.7 MB | 637/768 kB | 427/502 kB | 53/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 427/502 kB | 53/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 427/502 kB | 57/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 431/502 kB | 57/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 431/502 kB | 57/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 435/502 kB | 57/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 435/502 kB | 61/215 kB
Progress (4): 1.4/2.7 MB | 641/768 kB | 435/502 kB | 65/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 435/502 kB | 65/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 435/502 kB | 66/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 439/502 kB | 66/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 439/502 kB | 66/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 443/502 kB | 66/215 kB
Progress (4): 1.4/2.7 MB | 645/768 kB | 443/502 kB | 70/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 443/502 kB | 70/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 443/502 kB | 74/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 447/502 kB | 74/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 447/502 kB | 74/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 451/502 kB | 74/215 kB
Progress (4): 1.4/2.7 MB | 649/768 kB | 451/502 kB | 78/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 451/502 kB | 78/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 451/502 kB | 82/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 455/502 kB | 82/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 455/502 kB | 82/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 459/502 kB | 82/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 459/502 kB | 86/215 kB
Progress (4): 1.4/2.7 MB | 653/768 kB | 459/502 kB | 90/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 459/502 kB | 90/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 459/502 kB | 94/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 459/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 463/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 463/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 467/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 657/768 kB | 467/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 467/502 kB | 98/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 467/502 kB | 102/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 471/502 kB | 102/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 471/502 kB | 102/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 475/502 kB | 102/215 kB
Progress (4): 1.4/2.7 MB | 661/768 kB | 475/502 kB | 106/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 475/502 kB | 106/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 475/502 kB | 110/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 479/502 kB | 110/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 479/502 kB | 110/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 483/502 kB | 110/215 kB
Progress (4): 1.4/2.7 MB | 665/768 kB | 483/502 kB | 114/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 483/502 kB | 114/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 483/502 kB | 118/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 487/502 kB | 118/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 487/502 kB | 118/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 491/502 kB | 118/215 kB
Progress (4): 1.4/2.7 MB | 669/768 kB | 491/502 kB | 122/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 491/502 kB | 122/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 491/502 kB | 126/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 491/502 kB | 130/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 495/502 kB | 130/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 495/502 kB | 130/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 499/502 kB | 130/215 kB
Progress (4): 1.4/2.7 MB | 673/768 kB | 499/502 kB | 131/215 kB
Progress (4): 1.4/2.7 MB | 677/768 kB | 499/502 kB | 131/215 kB
Progress (4): 1.4/2.7 MB | 677/768 kB | 499/502 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 677/768 kB | 502 kB | 135/215 kB    
Progress (4): 1.4/2.7 MB | 677/768 kB | 502 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 677/768 kB | 502 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 681/768 kB | 502 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 681/768 kB | 502 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 685/768 kB | 502 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 685/768 kB | 502 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 689/768 kB | 502 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 689/768 kB | 502 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 693/768 kB | 502 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 693/768 kB | 502 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 697/768 kB | 502 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 697/768 kB | 502 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 701/768 kB | 502 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 701/768 kB | 502 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 705/768 kB | 502 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 705/768 kB | 502 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 709/768 kB | 502 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 709/768 kB | 502 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 713/768 kB | 502 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 713/768 kB | 502 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 717/768 kB | 502 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 717/768 kB | 502 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 721/768 kB | 502 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 721/768 kB | 502 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 721/768 kB | 502 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 721/768 kB | 502 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 725/768 kB | 502 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 725/768 kB | 502 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 725/768 kB | 502 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 725/768 kB | 502 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 729/768 kB | 502 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 729/768 kB | 502 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 729/768 kB | 502 kB | 168/215 kB
Progress (4): 1.4/2.7 MB | 729/768 kB | 502 kB | 168/215 kB
Progress (4): 1.4/2.7 MB | 733/768 kB | 502 kB | 168/215 kB
Progress (4): 1.4/2.7 MB | 733/768 kB | 502 kB | 168/215 kB
Progress (4): 1.4/2.7 MB | 733/768 kB | 502 kB | 172/215 kB
Progress (4): 1.4/2.7 MB | 733/768 kB | 502 kB | 172/215 kB
Progress (4): 1.4/2.7 MB | 733/768 kB | 502 kB | 176/215 kB
Progress (4): 1.4/2.7 MB | 737/768 kB | 502 kB | 176/215 kB
Progress (4): 1.4/2.7 MB | 737/768 kB | 502 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 737/768 kB | 502 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 737/768 kB | 502 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 741/768 kB | 502 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 741/768 kB | 502 kB | 188/215 kB
Progress (4): 1.4/2.7 MB | 741/768 kB | 502 kB | 192/215 kB
Progress (4): 1.5/2.7 MB | 741/768 kB | 502 kB | 192/215 kB
Progress (4): 1.5/2.7 MB | 741/768 kB | 502 kB | 196/215 kB
Progress (4): 1.5/2.7 MB | 741/768 kB | 502 kB | 196/215 kB
Progress (4): 1.5/2.7 MB | 745/768 kB | 502 kB | 196/215 kB
Progress (4): 1.5/2.7 MB | 745/768 kB | 502 kB | 196/215 kB
Progress (4): 1.5/2.7 MB | 745/768 kB | 502 kB | 200/215 kB
Progress (4): 1.5/2.7 MB | 745/768 kB | 502 kB | 200/215 kB
Progress (4): 1.5/2.7 MB | 749/768 kB | 502 kB | 200/215 kB
Progress (4): 1.5/2.7 MB | 749/768 kB | 502 kB | 200/215 kB
Progress (4): 1.5/2.7 MB | 749/768 kB | 502 kB | 204/215 kB
Progress (4): 1.5/2.7 MB | 749/768 kB | 502 kB | 204/215 kB
Progress (4): 1.5/2.7 MB | 749/768 kB | 502 kB | 204/215 kB
Progress (4): 1.5/2.7 MB | 753/768 kB | 502 kB | 204/215 kB
Progress (4): 1.5/2.7 MB | 753/768 kB | 502 kB | 204/215 kB
Progress (4): 1.5/2.7 MB | 753/768 kB | 502 kB | 208/215 kB
Progress (4): 1.5/2.7 MB | 753/768 kB | 502 kB | 208/215 kB
Progress (4): 1.5/2.7 MB | 757/768 kB | 502 kB | 208/215 kB
Progress (4): 1.5/2.7 MB | 757/768 kB | 502 kB | 212/215 kB
Progress (4): 1.5/2.7 MB | 761/768 kB | 502 kB | 212/215 kB
Progress (4): 1.5/2.7 MB | 761/768 kB | 502 kB | 212/215 kB
Progress (4): 1.5/2.7 MB | 765/768 kB | 502 kB | 212/215 kB
Progress (4): 1.5/2.7 MB | 765/768 kB | 502 kB | 215 kB    
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB    
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
Progress (4): 1.5/2.7 MB | 768 kB | 502 kB | 215 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 221 kB/s)
Progress (3): 1.5/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
Progress (3): 1.6/2.7 MB | 768 kB | 215 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 92 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.7/httpclient-4.5.7.jar (768 kB at 329 kB/s)
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.jar (2.7 MB at 1.1 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections p2 Repository Build                            [pom]
[INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/maven-metadata.xml (1.1 kB at 29 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.pom (1.9 kB at 18 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.5.1/tycho-release-1.5.1.pom (965 B at 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 640 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar
Progress (1): 4.1/91 kB
Progress (1): 7.7/91 kB
Progress (1): 12/91 kB 
Progress (1): 16/91 kB
Progress (1): 20/91 kB
Progress (1): 24/91 kB
Progress (1): 28/91 kB
Progress (1): 32/91 kB
Progress (1): 36/91 kB
Progress (1): 40/91 kB
Progress (1): 44/91 kB
Progress (1): 48/91 kB
Progress (1): 52/91 kB
Progress (1): 56/91 kB
Progress (1): 60/91 kB
Progress (1): 64/91 kB
Progress (1): 68/91 kB
Progress (1): 72/91 kB
Progress (1): 76/91 kB
Progress (1): 80/91 kB
Progress (1): 84/91 kB
Progress (1): 88/91 kB
Progress (1): 91 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.5.1/tycho-versions-plugin-1.5.1.jar (91 kB at 1.7 MB/s)
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building Eclipse Collections p2 Repository Build 10.1.0-SNAPSHOT   [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-versions-plugin:1.5.1:set-version (default-cli) @ p2-repository ---
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
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-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 142 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 100 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 40 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 54 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 42 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 35 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 52 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 30 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 32 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 23 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.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 (2): 0.4/1.5 MB | 4.1/248 kB
Progress (2): 0.4/1.5 MB | 7.7/248 kB
Progress (2): 0.4/1.5 MB | 12/248 kB 
Progress (2): 0.4/1.5 MB | 16/248 kB
Progress (2): 0.4/1.5 MB | 20/248 kB
Progress (2): 0.4/1.5 MB | 24/248 kB
Progress (2): 0.4/1.5 MB | 28/248 kB
Progress (2): 0.4/1.5 MB | 28/248 kB
Progress (2): 0.4/1.5 MB | 32/248 kB
Progress (2): 0.4/1.5 MB | 32/248 kB
Progress (2): 0.4/1.5 MB | 36/248 kB
Progress (2): 0.4/1.5 MB | 40/248 kB
Progress (2): 0.4/1.5 MB | 40/248 kB
Progress (2): 0.4/1.5 MB | 44/248 kB
Progress (2): 0.4/1.5 MB | 44/248 kB
Progress (2): 0.4/1.5 MB | 48/248 kB
Progress (2): 0.4/1.5 MB | 52/248 kB
Progress (2): 0.4/1.5 MB | 52/248 kB
Progress (2): 0.4/1.5 MB | 56/248 kB
Progress (2): 0.4/1.5 MB | 60/248 kB
Progress (2): 0.4/1.5 MB | 60/248 kB
Progress (2): 0.4/1.5 MB | 64/248 kB
Progress (2): 0.4/1.5 MB | 64/248 kB
Progress (2): 0.4/1.5 MB | 68/248 kB
Progress (2): 0.4/1.5 MB | 68/248 kB
Progress (2): 0.4/1.5 MB | 72/248 kB
Progress (2): 0.4/1.5 MB | 72/248 kB
Progress (2): 0.4/1.5 MB | 76/248 kB
Progress (2): 0.4/1.5 MB | 76/248 kB
Progress (2): 0.4/1.5 MB | 80/248 kB
Progress (2): 0.4/1.5 MB | 80/248 kB
Progress (2): 0.4/1.5 MB | 84/248 kB
Progress (2): 0.4/1.5 MB | 84/248 kB
Progress (2): 0.4/1.5 MB | 88/248 kB
Progress (2): 0.4/1.5 MB | 88/248 kB
Progress (2): 0.4/1.5 MB | 92/248 kB
Progress (2): 0.4/1.5 MB | 92/248 kB
Progress (2): 0.4/1.5 MB | 96/248 kB
Progress (2): 0.4/1.5 MB | 96/248 kB
Progress (2): 0.4/1.5 MB | 100/248 kB
Progress (2): 0.4/1.5 MB | 100/248 kB
Progress (2): 0.4/1.5 MB | 104/248 kB
Progress (2): 0.5/1.5 MB | 104/248 kB
Progress (2): 0.5/1.5 MB | 108/248 kB
Progress (2): 0.5/1.5 MB | 108/248 kB
Progress (2): 0.5/1.5 MB | 112/248 kB
Progress (2): 0.5/1.5 MB | 112/248 kB
Progress (2): 0.5/1.5 MB | 116/248 kB
Progress (2): 0.5/1.5 MB | 116/248 kB
Progress (2): 0.5/1.5 MB | 120/248 kB
Progress (2): 0.5/1.5 MB | 120/248 kB
Progress (2): 0.5/1.5 MB | 124/248 kB
Progress (2): 0.5/1.5 MB | 124/248 kB
Progress (2): 0.5/1.5 MB | 128/248 kB
Progress (2): 0.5/1.5 MB | 128/248 kB
Progress (2): 0.5/1.5 MB | 132/248 kB
Progress (2): 0.5/1.5 MB | 132/248 kB
Progress (2): 0.5/1.5 MB | 136/248 kB
Progress (2): 0.5/1.5 MB | 136/248 kB
Progress (2): 0.5/1.5 MB | 140/248 kB
Progress (2): 0.5/1.5 MB | 140/248 kB
Progress (2): 0.5/1.5 MB | 144/248 kB
Progress (2): 0.5/1.5 MB | 144/248 kB
Progress (2): 0.5/1.5 MB | 148/248 kB
Progress (2): 0.5/1.5 MB | 148/248 kB
Progress (2): 0.5/1.5 MB | 152/248 kB
Progress (2): 0.5/1.5 MB | 152/248 kB
Progress (2): 0.5/1.5 MB | 156/248 kB
Progress (2): 0.5/1.5 MB | 156/248 kB
Progress (2): 0.5/1.5 MB | 160/248 kB
Progress (2): 0.5/1.5 MB | 160/248 kB
Progress (2): 0.5/1.5 MB | 164/248 kB
Progress (2): 0.5/1.5 MB | 164/248 kB
Progress (2): 0.5/1.5 MB | 168/248 kB
Progress (2): 0.5/1.5 MB | 168/248 kB
Progress (2): 0.5/1.5 MB | 172/248 kB
Progress (2): 0.5/1.5 MB | 172/248 kB
Progress (2): 0.5/1.5 MB | 176/248 kB
Progress (2): 0.5/1.5 MB | 176/248 kB
Progress (2): 0.5/1.5 MB | 180/248 kB
Progress (2): 0.5/1.5 MB | 180/248 kB
Progress (2): 0.5/1.5 MB | 184/248 kB
Progress (2): 0.5/1.5 MB | 184/248 kB
Progress (2): 0.5/1.5 MB | 188/248 kB
Progress (2): 0.5/1.5 MB | 188/248 kB
Progress (2): 0.5/1.5 MB | 192/248 kB
Progress (2): 0.5/1.5 MB | 192/248 kB
Progress (2): 0.5/1.5 MB | 196/248 kB
Progress (2): 0.5/1.5 MB | 196/248 kB
Progress (2): 0.5/1.5 MB | 200/248 kB
Progress (2): 0.5/1.5 MB | 200/248 kB
Progress (2): 0.5/1.5 MB | 204/248 kB
Progress (2): 0.6/1.5 MB | 204/248 kB
Progress (2): 0.6/1.5 MB | 208/248 kB
Progress (2): 0.6/1.5 MB | 208/248 kB
Progress (2): 0.6/1.5 MB | 212/248 kB
Progress (2): 0.6/1.5 MB | 212/248 kB
Progress (2): 0.6/1.5 MB | 216/248 kB
Progress (2): 0.6/1.5 MB | 216/248 kB
Progress (2): 0.6/1.5 MB | 220/248 kB
Progress (2): 0.6/1.5 MB | 220/248 kB
Progress (2): 0.6/1.5 MB | 224/248 kB
Progress (2): 0.6/1.5 MB | 224/248 kB
Progress (2): 0.6/1.5 MB | 228/248 kB
Progress (2): 0.6/1.5 MB | 228/248 kB
Progress (2): 0.6/1.5 MB | 232/248 kB
Progress (2): 0.6/1.5 MB | 232/248 kB
Progress (2): 0.6/1.5 MB | 236/248 kB
Progress (2): 0.6/1.5 MB | 236/248 kB
Progress (2): 0.6/1.5 MB | 240/248 kB
Progress (2): 0.6/1.5 MB | 240/248 kB
Progress (2): 0.6/1.5 MB | 244/248 kB
Progress (2): 0.6/1.5 MB | 244/248 kB
Progress (2): 0.6/1.5 MB | 248 kB    
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.6/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.7/1.5 MB | 248 kB
Progress (2): 0.8/1.5 MB | 248 kB
Progress (2): 0.8/1.5 MB | 248 kB
Progress (2): 0.8/1.5 MB | 248 kB
Progress (2): 0.8/1.5 MB | 248 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 2.8 MB/s)
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.5 MB/s)
[INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-repository
[INFO] Making changes in /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections p2 Repository Build 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  2.442 s]
[INFO] Eclipse Collections OSGi Bundle .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:24 min
[INFO] Finished at: 2019-11-22T17:03:55Z
[INFO] ------------------------------------------------------------------------
[new-version] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEXT_VERSION=10.1.0 -DRELEASE_BRANCH=master -Dmaven.repo.local=/home/jenkins/agent/workspace/new-version/.repository clean install
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse Collections Parent Project                                 [pom]
[INFO] Eclipse Collections Code Generator                                 [jar]
[INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
[INFO] Eclipse Collections API                                            [jar]
[INFO] Eclipse Collections Main Library                                   [jar]
[INFO] Eclipse Collections Test Utilities                                 [jar]
[INFO] Eclipse Collections Fork Join Utilities                            [jar]
[INFO] Eclipse Collections Unit Test Suite                                [jar]
[INFO] Eclipse Collections Serialization Test Suite                       [jar]
[INFO] Eclipse Collections JCStress Test Suite                            [jar]
[INFO] Eclipse Collections Test Trait JUnit Runner                        [jar]
[INFO] Eclipse Collections Java 8 Unit Test Suite                         [jar]
[INFO] Eclipse Collections Test Coverage Aggregation                      [pom]
[INFO] Eclipse Collections p2 Repository Build                            [pom]
[INFO] Eclipse Collections OSGi Bundle                  [eclipse-bundle-recipe]
[INFO] Eclipse Collections Scala Unit Test Suite                          [jar]
[INFO] Eclipse Collections JMH Scala Test Suite                           [jar]
[INFO] Eclipse Collections JMH Test Suite                                 [jar]
[INFO] 
[INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
[INFO] Building Eclipse Collections Parent Project 10.1.0-SNAPSHOT       [1/18]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 2.8 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar
Progress (1): 4.1/167 kB
Progress (1): 7.7/167 kB
Progress (1): 12/167 kB 
Progress (1): 16/167 kB
Progress (1): 20/167 kB
Progress (1): 24/167 kB
Progress (1): 28/167 kB
Progress (1): 32/167 kB
Progress (1): 36/167 kB
Progress (1): 40/167 kB
Progress (1): 44/167 kB
Progress (1): 48/167 kB
Progress (1): 52/167 kB
Progress (1): 56/167 kB
Progress (1): 60/167 kB
Progress (1): 64/167 kB
Progress (1): 68/167 kB
Progress (1): 72/167 kB
Progress (1): 76/167 kB
Progress (1): 80/167 kB
Progress (1): 84/167 kB
Progress (1): 88/167 kB
Progress (1): 92/167 kB
Progress (1): 96/167 kB
Progress (1): 100/167 kB
Progress (1): 104/167 kB
Progress (1): 108/167 kB
Progress (1): 112/167 kB
Progress (1): 116/167 kB
Progress (1): 120/167 kB
Progress (1): 124/167 kB
Progress (1): 128/167 kB
Progress (1): 132/167 kB
Progress (1): 136/167 kB
Progress (1): 140/167 kB
Progress (1): 144/167 kB
Progress (1): 148/167 kB
Progress (1): 152/167 kB
Progress (1): 156/167 kB
Progress (1): 160/167 kB
Progress (1): 164/167 kB
Progress (1): 167 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (6.4 kB at 321 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 455 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Progress (1): 4.1/222 kB
Progress (1): 7.7/222 kB
Progress (1): 12/222 kB 
Progress (1): 16/222 kB
Progress (1): 20/222 kB
Progress (1): 24/222 kB
Progress (1): 28/222 kB
Progress (1): 32/222 kB
Progress (1): 33/222 kB
Progress (1): 37/222 kB
Progress (1): 41/222 kB
Progress (1): 45/222 kB
Progress (1): 49/222 kB
Progress (1): 53/222 kB
Progress (1): 57/222 kB
Progress (1): 61/222 kB
Progress (1): 65/222 kB
Progress (1): 66/222 kB
Progress (1): 70/222 kB
Progress (1): 74/222 kB
Progress (1): 78/222 kB
Progress (1): 82/222 kB
Progress (1): 86/222 kB
Progress (1): 90/222 kB
Progress (1): 94/222 kB
Progress (1): 98/222 kB
Progress (1): 98/222 kB
Progress (1): 102/222 kB
Progress (1): 106/222 kB
Progress (1): 110/222 kB
Progress (1): 114/222 kB
Progress (1): 118/222 kB
Progress (1): 122/222 kB
Progress (1): 126/222 kB
Progress (1): 130/222 kB
Progress (1): 134/222 kB
Progress (1): 138/222 kB
Progress (1): 142/222 kB
Progress (1): 146/222 kB
Progress (1): 150/222 kB
Progress (1): 154/222 kB
Progress (1): 158/222 kB
Progress (1): 162/222 kB
Progress (1): 166/222 kB
Progress (1): 170/222 kB
Progress (1): 174/222 kB
Progress (1): 178/222 kB
Progress (1): 182/222 kB
Progress (1): 186/222 kB
Progress (1): 190/222 kB
Progress (1): 194/222 kB
Progress (1): 198/222 kB
Progress (1): 202/222 kB
Progress (1): 206/222 kB
Progress (1): 210/222 kB
Progress (1): 214/222 kB
Progress (1): 218/222 kB
Progress (1): 222 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.1 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.pom (2.9 kB at 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 69 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 123 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.pom (3.9 kB at 179 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
Progress (1): 4.1/65 kB
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB 
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (1): 24/65 kB
Progress (1): 28/65 kB
Progress (1): 32/65 kB
Progress (1): 36/65 kB
Progress (1): 40/65 kB
Progress (1): 44/65 kB
Progress (1): 48/65 kB
Progress (1): 52/65 kB
Progress (1): 56/65 kB
Progress (1): 60/65 kB
Progress (1): 64/65 kB
Progress (1): 65 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 587 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
Progress (1): 4.1/42 kB
Progress (1): 7.7/42 kB
Progress (1): 12/42 kB 
Progress (1): 16/42 kB
Progress (1): 20/42 kB
Progress (1): 24/42 kB
Progress (1): 28/42 kB
Progress (1): 32/42 kB
Progress (1): 36/42 kB
Progress (1): 40/42 kB
Progress (1): 42 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 60 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 363 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
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.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
Progress (2): 12 kB | 4.1/45 kB
Progress (2): 12 kB | 7.7/45 kB
Progress (2): 12 kB | 12/45 kB 
Progress (2): 12 kB | 16/45 kB
Progress (3): 12 kB | 16/45 kB | 4.1/38 kB
Progress (3): 12 kB | 20/45 kB | 4.1/38 kB
Progress (3): 12 kB | 20/45 kB | 7.7/38 kB
Progress (3): 12 kB | 24/45 kB | 7.7/38 kB
Progress (3): 12 kB | 24/45 kB | 12/38 kB 
Progress (3): 12 kB | 28/45 kB | 12/38 kB
Progress (4): 12 kB | 28/45 kB | 12/38 kB | 4.1/195 kB
Progress (4): 12 kB | 32/45 kB | 12/38 kB | 4.1/195 kB
Progress (4): 12 kB | 36/45 kB | 12/38 kB | 4.1/195 kB
Progress (4): 12 kB | 36/45 kB | 16/38 kB | 4.1/195 kB
Progress (4): 12 kB | 40/45 kB | 16/38 kB | 4.1/195 kB
Progress (4): 12 kB | 40/45 kB | 16/38 kB | 7.7/195 kB
Progress (4): 12 kB | 44/45 kB | 16/38 kB | 7.7/195 kB
Progress (4): 12 kB | 44/45 kB | 20/38 kB | 7.7/195 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M1/enforcer-api-3.0.0-M1.jar (12 kB at 147 kB/s)
Progress (3): 45 kB | 20/38 kB | 7.7/195 kB
Progress (3): 45 kB | 20/38 kB | 12/195 kB 
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar
Progress (3): 45 kB | 24/38 kB | 12/195 kB
Progress (3): 45 kB | 24/38 kB | 16/195 kB
Progress (3): 45 kB | 28/38 kB | 16/195 kB
Progress (3): 45 kB | 28/38 kB | 20/195 kB
Progress (3): 45 kB | 32/38 kB | 20/195 kB
Progress (3): 45 kB | 32/38 kB | 24/195 kB
Progress (3): 45 kB | 36/38 kB | 24/195 kB
Progress (3): 45 kB | 36/38 kB | 28/195 kB
Progress (3): 45 kB | 38 kB | 28/195 kB   
Progress (3): 45 kB | 38 kB | 32/195 kB
Progress (3): 45 kB | 38 kB | 36/195 kB
Progress (3): 45 kB | 38 kB | 40/195 kB
Progress (3): 45 kB | 38 kB | 44/195 kB
Progress (3): 45 kB | 38 kB | 48/195 kB
Progress (3): 45 kB | 38 kB | 52/195 kB
Progress (3): 45 kB | 38 kB | 56/195 kB
Progress (3): 45 kB | 38 kB | 60/195 kB
Progress (3): 45 kB | 38 kB | 64/195 kB
Progress (3): 45 kB | 38 kB | 68/195 kB
Progress (3): 45 kB | 38 kB | 72/195 kB
Progress (3): 45 kB | 38 kB | 76/195 kB
Progress (3): 45 kB | 38 kB | 80/195 kB
Progress (3): 45 kB | 38 kB | 84/195 kB
Progress (3): 45 kB | 38 kB | 88/195 kB
Progress (3): 45 kB | 38 kB | 92/195 kB
Progress (3): 45 kB | 38 kB | 96/195 kB
Progress (3): 45 kB | 38 kB | 100/195 kB
Progress (3): 45 kB | 38 kB | 104/195 kB
Progress (3): 45 kB | 38 kB | 108/195 kB
Progress (4): 45 kB | 38 kB | 108/195 kB | 4.1/105 kB
Progress (4): 45 kB | 38 kB | 112/195 kB | 4.1/105 kB
Progress (4): 45 kB | 38 kB | 112/195 kB | 7.7/105 kB
Progress (4): 45 kB | 38 kB | 116/195 kB | 7.7/105 kB
Progress (4): 45 kB | 38 kB | 116/195 kB | 12/105 kB 
Progress (4): 45 kB | 38 kB | 120/195 kB | 12/105 kB
Progress (4): 45 kB | 38 kB | 120/195 kB | 16/105 kB
Progress (4): 45 kB | 38 kB | 124/195 kB | 16/105 kB
Progress (4): 45 kB | 38 kB | 124/195 kB | 20/105 kB
Progress (5): 45 kB | 38 kB | 124/195 kB | 20/105 kB | 4.1/245 kB
Progress (5): 45 kB | 38 kB | 128/195 kB | 20/105 kB | 4.1/245 kB
Progress (5): 45 kB | 38 kB | 128/195 kB | 20/105 kB | 7.7/245 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 298 kB/s)
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 247 kB/s)
Progress (3): 128/195 kB | 24/105 kB | 7.7/245 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Progress (3): 128/195 kB | 24/105 kB | 12/245 kB
Progress (3): 132/195 kB | 24/105 kB | 12/245 kB
Progress (3): 132/195 kB | 24/105 kB | 16/245 kB
Progress (3): 132/195 kB | 28/105 kB | 16/245 kB
Progress (3): 132/195 kB | 28/105 kB | 20/245 kB
Progress (3): 132/195 kB | 28/105 kB | 24/245 kB
Progress (3): 136/195 kB | 28/105 kB | 24/245 kB
Progress (3): 136/195 kB | 28/105 kB | 28/245 kB
Progress (3): 136/195 kB | 32/105 kB | 28/245 kB
Progress (3): 136/195 kB | 32/105 kB | 32/245 kB
Progress (3): 140/195 kB | 32/105 kB | 32/245 kB
Progress (3): 140/195 kB | 36/105 kB | 32/245 kB
Progress (3): 144/195 kB | 36/105 kB | 32/245 kB
Progress (3): 144/195 kB | 36/105 kB | 36/245 kB
Progress (3): 148/195 kB | 36/105 kB | 36/245 kB
Progress (3): 148/195 kB | 40/105 kB | 36/245 kB
Progress (3): 152/195 kB | 40/105 kB | 36/245 kB
Progress (3): 152/195 kB | 40/105 kB | 40/245 kB
Progress (3): 156/195 kB | 40/105 kB | 40/245 kB
Progress (3): 156/195 kB | 44/105 kB | 40/245 kB
Progress (3): 160/195 kB | 44/105 kB | 40/245 kB
Progress (3): 160/195 kB | 44/105 kB | 44/245 kB
Progress (3): 164/195 kB | 44/105 kB | 44/245 kB
Progress (3): 164/195 kB | 48/105 kB | 44/245 kB
Progress (3): 168/195 kB | 48/105 kB | 44/245 kB
Progress (3): 168/195 kB | 48/105 kB | 48/245 kB
Progress (3): 172/195 kB | 48/105 kB | 48/245 kB
Progress (3): 172/195 kB | 48/105 kB | 52/245 kB
Progress (3): 172/195 kB | 52/105 kB | 52/245 kB
Progress (3): 172/195 kB | 52/105 kB | 56/245 kB
Progress (3): 176/195 kB | 52/105 kB | 56/245 kB
Progress (3): 176/195 kB | 56/105 kB | 56/245 kB
Progress (3): 180/195 kB | 56/105 kB | 56/245 kB
Progress (3): 180/195 kB | 56/105 kB | 60/245 kB
Progress (3): 184/195 kB | 56/105 kB | 60/245 kB
Progress (3): 184/195 kB | 60/105 kB | 60/245 kB
Progress (3): 188/195 kB | 60/105 kB | 60/245 kB
Progress (3): 188/195 kB | 60/105 kB | 64/245 kB
Progress (3): 192/195 kB | 60/105 kB | 64/245 kB
Progress (3): 192/195 kB | 64/105 kB | 64/245 kB
Progress (3): 195 kB | 64/105 kB | 64/245 kB    
Progress (3): 195 kB | 64/105 kB | 68/245 kB
Progress (3): 195 kB | 68/105 kB | 68/245 kB
Progress (3): 195 kB | 68/105 kB | 72/245 kB
Progress (3): 195 kB | 72/105 kB | 72/245 kB
Progress (3): 195 kB | 72/105 kB | 76/245 kB
Progress (3): 195 kB | 76/105 kB | 76/245 kB
Progress (3): 195 kB | 76/105 kB | 80/245 kB
Progress (3): 195 kB | 80/105 kB | 80/245 kB
Progress (3): 195 kB | 80/105 kB | 84/245 kB
Progress (3): 195 kB | 84/105 kB | 84/245 kB
Progress (3): 195 kB | 84/105 kB | 88/245 kB
Progress (3): 195 kB | 88/105 kB | 88/245 kB
Progress (3): 195 kB | 88/105 kB | 92/245 kB
Progress (3): 195 kB | 92/105 kB | 92/245 kB
Progress (3): 195 kB | 92/105 kB | 96/245 kB
Progress (3): 195 kB | 96/105 kB | 96/245 kB
Progress (3): 195 kB | 96/105 kB | 100/245 kB
Progress (3): 195 kB | 100/105 kB | 100/245 kB
Progress (3): 195 kB | 100/105 kB | 104/245 kB
Progress (3): 195 kB | 104/105 kB | 104/245 kB
Progress (3): 195 kB | 104/105 kB | 108/245 kB
Progress (3): 195 kB | 105 kB | 108/245 kB    
Progress (3): 195 kB | 105 kB | 112/245 kB
Progress (3): 195 kB | 105 kB | 116/245 kB
Progress (3): 195 kB | 105 kB | 120/245 kB
Progress (3): 195 kB | 105 kB | 124/245 kB
Progress (3): 195 kB | 105 kB | 128/245 kB
Progress (3): 195 kB | 105 kB | 132/245 kB
Progress (4): 195 kB | 105 kB | 132/245 kB | 4.1/480 kB
Progress (4): 195 kB | 105 kB | 136/245 kB | 4.1/480 kB
Progress (4): 195 kB | 105 kB | 136/245 kB | 7.7/480 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.jar (195 kB at 1.1 MB/s)
Progress (3): 105 kB | 136/245 kB | 12/480 kB
Progress (3): 105 kB | 140/245 kB | 12/480 kB
Progress (3): 105 kB | 140/245 kB | 16/480 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
Progress (3): 105 kB | 140/245 kB | 20/480 kB
Progress (3): 105 kB | 144/245 kB | 20/480 kB
Progress (3): 105 kB | 144/245 kB | 24/480 kB
Progress (3): 105 kB | 148/245 kB | 24/480 kB
Progress (3): 105 kB | 152/245 kB | 24/480 kB
Progress (3): 105 kB | 152/245 kB | 28/480 kB
Progress (3): 105 kB | 156/245 kB | 28/480 kB
Progress (3): 105 kB | 156/245 kB | 32/480 kB
Progress (3): 105 kB | 160/245 kB | 32/480 kB
Progress (3): 105 kB | 160/245 kB | 36/480 kB
Progress (3): 105 kB | 164/245 kB | 36/480 kB
Progress (3): 105 kB | 164/245 kB | 40/480 kB
Progress (3): 105 kB | 168/245 kB | 40/480 kB
Progress (3): 105 kB | 168/245 kB | 44/480 kB
Progress (3): 105 kB | 172/245 kB | 44/480 kB
Progress (3): 105 kB | 172/245 kB | 48/480 kB
Progress (3): 105 kB | 176/245 kB | 48/480 kB
Progress (3): 105 kB | 176/245 kB | 52/480 kB
Progress (3): 105 kB | 180/245 kB | 52/480 kB
Progress (3): 105 kB | 184/245 kB | 52/480 kB
Progress (4): 105 kB | 184/245 kB | 52/480 kB | 4.1/164 kB
Progress (5): 105 kB | 184/245 kB | 52/480 kB | 4.1/164 kB | 4.1/233 kB
Progress (5): 105 kB | 188/245 kB | 52/480 kB | 4.1/164 kB | 4.1/233 kB
Progress (5): 105 kB | 188/245 kB | 56/480 kB | 4.1/164 kB | 4.1/233 kB
Progress (5): 105 kB | 192/245 kB | 56/480 kB | 4.1/164 kB | 4.1/233 kB
Progress (5): 105 kB | 192/245 kB | 56/480 kB | 4.1/164 kB | 7.7/233 kB
Progress (5): 105 kB | 192/245 kB | 56/480 kB | 7.7/164 kB | 7.7/233 kB
Progress (5): 105 kB | 192/245 kB | 56/480 kB | 7.7/164 kB | 12/233 kB 
Progress (5): 105 kB | 196/245 kB | 56/480 kB | 7.7/164 kB | 12/233 kB
Progress (5): 105 kB | 196/245 kB | 60/480 kB | 7.7/164 kB | 12/233 kB
Progress (5): 105 kB | 200/245 kB | 60/480 kB | 7.7/164 kB | 12/233 kB
Progress (5): 105 kB | 200/245 kB | 60/480 kB | 7.7/164 kB | 16/233 kB
Progress (5): 105 kB | 200/245 kB | 60/480 kB | 12/164 kB | 16/233 kB 
Progress (5): 105 kB | 200/245 kB | 60/480 kB | 12/164 kB | 20/233 kB
Progress (5): 105 kB | 204/245 kB | 60/480 kB | 12/164 kB | 20/233 kB
Progress (5): 105 kB | 204/245 kB | 64/480 kB | 12/164 kB | 20/233 kB
Progress (5): 105 kB | 208/245 kB | 64/480 kB | 12/164 kB | 20/233 kB
Progress (5): 105 kB | 208/245 kB | 68/480 kB | 12/164 kB | 20/233 kB
Progress (5): 105 kB | 208/245 kB | 68/480 kB | 12/164 kB | 24/233 kB
Progress (5): 105 kB | 208/245 kB | 68/480 kB | 16/164 kB | 24/233 kB
Progress (5): 105 kB | 208/245 kB | 68/480 kB | 16/164 kB | 28/233 kB
Progress (5): 105 kB | 208/245 kB | 68/480 kB | 20/164 kB | 28/233 kB
Progress (5): 105 kB | 208/245 kB | 72/480 kB | 20/164 kB | 28/233 kB
Progress (5): 105 kB | 212/245 kB | 72/480 kB | 20/164 kB | 28/233 kB
Progress (5): 105 kB | 212/245 kB | 76/480 kB | 20/164 kB | 28/233 kB
Progress (5): 105 kB | 212/245 kB | 76/480 kB | 24/164 kB | 28/233 kB
Progress (5): 105 kB | 212/245 kB | 76/480 kB | 24/164 kB | 32/233 kB
Progress (5): 105 kB | 212/245 kB | 76/480 kB | 28/164 kB | 32/233 kB
Progress (5): 105 kB | 212/245 kB | 80/480 kB | 28/164 kB | 32/233 kB
Progress (5): 105 kB | 216/245 kB | 80/480 kB | 28/164 kB | 32/233 kB
Progress (5): 105 kB | 216/245 kB | 84/480 kB | 28/164 kB | 32/233 kB
Progress (5): 105 kB | 216/245 kB | 84/480 kB | 32/164 kB | 32/233 kB
Progress (5): 105 kB | 216/245 kB | 84/480 kB | 32/164 kB | 33/233 kB
Progress (5): 105 kB | 216/245 kB | 84/480 kB | 33/164 kB | 33/233 kB
Progress (5): 105 kB | 216/245 kB | 88/480 kB | 33/164 kB | 33/233 kB
Progress (5): 105 kB | 220/245 kB | 88/480 kB | 33/164 kB | 33/233 kB
Progress (5): 105 kB | 220/245 kB | 92/480 kB | 33/164 kB | 33/233 kB
Progress (5): 105 kB | 220/245 kB | 92/480 kB | 37/164 kB | 33/233 kB
Progress (5): 105 kB | 220/245 kB | 92/480 kB | 37/164 kB | 37/233 kB
Progress (5): 105 kB | 220/245 kB | 92/480 kB | 41/164 kB | 37/233 kB
Progress (5): 105 kB | 220/245 kB | 96/480 kB | 41/164 kB | 37/233 kB
Progress (5): 105 kB | 224/245 kB | 96/480 kB | 41/164 kB | 37/233 kB
Progress (5): 105 kB | 224/245 kB | 100/480 kB | 41/164 kB | 37/233 kB
Progress (5): 105 kB | 224/245 kB | 100/480 kB | 45/164 kB | 37/233 kB
Progress (5): 105 kB | 224/245 kB | 100/480 kB | 45/164 kB | 41/233 kB
Progress (5): 105 kB | 224/245 kB | 100/480 kB | 49/164 kB | 41/233 kB
Progress (5): 105 kB | 224/245 kB | 104/480 kB | 49/164 kB | 41/233 kB
Progress (5): 105 kB | 228/245 kB | 104/480 kB | 49/164 kB | 41/233 kB
Progress (5): 105 kB | 228/245 kB | 108/480 kB | 49/164 kB | 41/233 kB
Progress (5): 105 kB | 228/245 kB | 108/480 kB | 53/164 kB | 41/233 kB
Progress (5): 105 kB | 228/245 kB | 108/480 kB | 53/164 kB | 45/233 kB
Progress (5): 105 kB | 228/245 kB | 108/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 228/245 kB | 112/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 232/245 kB | 112/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 232/245 kB | 116/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 236/245 kB | 116/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 240/245 kB | 116/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 244/245 kB | 116/480 kB | 57/164 kB | 45/233 kB
Progress (5): 105 kB | 244/245 kB | 116/480 kB | 61/164 kB | 45/233 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M1/enforcer-rules-3.0.0-M1.jar (105 kB at 385 kB/s)
Progress (4): 244/245 kB | 116/480 kB | 61/164 kB | 49/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
Progress (4): 244/245 kB | 116/480 kB | 65/164 kB | 49/233 kB
Progress (4): 245 kB | 116/480 kB | 65/164 kB | 49/233 kB    
Progress (4): 245 kB | 120/480 kB | 65/164 kB | 49/233 kB
Progress (4): 245 kB | 120/480 kB | 66/164 kB | 49/233 kB
Progress (4): 245 kB | 120/480 kB | 66/164 kB | 53/233 kB
Progress (4): 245 kB | 120/480 kB | 70/164 kB | 53/233 kB
Progress (4): 245 kB | 124/480 kB | 70/164 kB | 53/233 kB
Progress (4): 245 kB | 124/480 kB | 74/164 kB | 53/233 kB
Progress (4): 245 kB | 124/480 kB | 74/164 kB | 57/233 kB
Progress (4): 245 kB | 124/480 kB | 78/164 kB | 57/233 kB
Progress (4): 245 kB | 128/480 kB | 78/164 kB | 57/233 kB
Progress (4): 245 kB | 128/480 kB | 78/164 kB | 61/233 kB
Progress (4): 245 kB | 128/480 kB | 82/164 kB | 61/233 kB
Progress (4): 245 kB | 132/480 kB | 82/164 kB | 61/233 kB
Progress (4): 245 kB | 132/480 kB | 82/164 kB | 65/233 kB
Progress (4): 245 kB | 136/480 kB | 82/164 kB | 65/233 kB
Progress (4): 245 kB | 136/480 kB | 82/164 kB | 66/233 kB
Progress (4): 245 kB | 136/480 kB | 82/164 kB | 70/233 kB
Progress (4): 245 kB | 136/480 kB | 82/164 kB | 74/233 kB
Progress (4): 245 kB | 136/480 kB | 82/164 kB | 78/233 kB
Progress (4): 245 kB | 140/480 kB | 82/164 kB | 78/233 kB
Progress (4): 245 kB | 140/480 kB | 86/164 kB | 78/233 kB
Progress (5): 245 kB | 140/480 kB | 86/164 kB | 78/233 kB | 4.1/282 kB
Progress (5): 245 kB | 140/480 kB | 90/164 kB | 78/233 kB | 4.1/282 kB
Progress (5): 245 kB | 144/480 kB | 90/164 kB | 78/233 kB | 4.1/282 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 696 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
Progress (4): 144/480 kB | 90/164 kB | 82/233 kB | 4.1/282 kB
Progress (4): 148/480 kB | 90/164 kB | 82/233 kB | 4.1/282 kB
Progress (4): 148/480 kB | 94/164 kB | 82/233 kB | 4.1/282 kB
Progress (4): 148/480 kB | 94/164 kB | 82/233 kB | 7.7/282 kB
Progress (4): 148/480 kB | 98/164 kB | 82/233 kB | 7.7/282 kB
Progress (4): 152/480 kB | 98/164 kB | 82/233 kB | 7.7/282 kB
Progress (4): 152/480 kB | 98/164 kB | 86/233 kB | 7.7/282 kB
Progress (4): 156/480 kB | 98/164 kB | 86/233 kB | 7.7/282 kB
Progress (4): 156/480 kB | 98/164 kB | 86/233 kB | 7.7/282 kB
Progress (4): 156/480 kB | 98/164 kB | 86/233 kB | 12/282 kB 
Progress (4): 156/480 kB | 102/164 kB | 86/233 kB | 12/282 kB
Progress (4): 156/480 kB | 106/164 kB | 86/233 kB | 12/282 kB
Progress (4): 160/480 kB | 106/164 kB | 86/233 kB | 12/282 kB
Progress (4): 160/480 kB | 106/164 kB | 90/233 kB | 12/282 kB
Progress (4): 160/480 kB | 110/164 kB | 90/233 kB | 12/282 kB
Progress (4): 160/480 kB | 110/164 kB | 90/233 kB | 16/282 kB
Progress (4): 160/480 kB | 114/164 kB | 90/233 kB | 16/282 kB
Progress (4): 160/480 kB | 114/164 kB | 90/233 kB | 20/282 kB
Progress (4): 160/480 kB | 114/164 kB | 94/233 kB | 20/282 kB
Progress (4): 164/480 kB | 114/164 kB | 94/233 kB | 20/282 kB
Progress (4): 164/480 kB | 114/164 kB | 98/233 kB | 20/282 kB
Progress (4): 164/480 kB | 114/164 kB | 98/233 kB | 24/282 kB
Progress (4): 164/480 kB | 118/164 kB | 98/233 kB | 24/282 kB
Progress (4): 164/480 kB | 118/164 kB | 98/233 kB | 24/282 kB
Progress (4): 168/480 kB | 118/164 kB | 98/233 kB | 24/282 kB
Progress (4): 168/480 kB | 118/164 kB | 102/233 kB | 24/282 kB
Progress (4): 172/480 kB | 118/164 kB | 102/233 kB | 24/282 kB
Progress (4): 172/480 kB | 118/164 kB | 102/233 kB | 28/282 kB
Progress (4): 172/480 kB | 122/164 kB | 102/233 kB | 28/282 kB
Progress (4): 172/480 kB | 122/164 kB | 102/233 kB | 32/282 kB
Progress (4): 176/480 kB | 122/164 kB | 102/233 kB | 32/282 kB
Progress (4): 176/480 kB | 122/164 kB | 106/233 kB | 32/282 kB
Progress (4): 180/480 kB | 122/164 kB | 106/233 kB | 32/282 kB
Progress (4): 180/480 kB | 122/164 kB | 106/233 kB | 33/282 kB
Progress (4): 180/480 kB | 126/164 kB | 106/233 kB | 33/282 kB
Progress (4): 184/480 kB | 126/164 kB | 106/233 kB | 33/282 kB
Progress (4): 184/480 kB | 126/164 kB | 110/233 kB | 33/282 kB
Progress (4): 188/480 kB | 126/164 kB | 110/233 kB | 33/282 kB
Progress (4): 188/480 kB | 130/164 kB | 110/233 kB | 33/282 kB
Progress (4): 188/480 kB | 130/164 kB | 110/233 kB | 37/282 kB
Progress (4): 188/480 kB | 134/164 kB | 110/233 kB | 37/282 kB
Progress (5): 188/480 kB | 134/164 kB | 110/233 kB | 37/282 kB | 4.1/64 kB
Progress (5): 192/480 kB | 134/164 kB | 110/233 kB | 37/282 kB | 4.1/64 kB
Progress (5): 192/480 kB | 134/164 kB | 114/233 kB | 37/282 kB | 4.1/64 kB
Progress (5): 196/480 kB | 134/164 kB | 114/233 kB | 37/282 kB | 4.1/64 kB
Progress (5): 196/480 kB | 134/164 kB | 114/233 kB | 37/282 kB | 7.7/64 kB
Progress (5): 196/480 kB | 138/164 kB | 114/233 kB | 37/282 kB | 7.7/64 kB
Progress (5): 196/480 kB | 138/164 kB | 114/233 kB | 37/282 kB | 12/64 kB 
Progress (5): 196/480 kB | 138/164 kB | 114/233 kB | 41/282 kB | 12/64 kB
Progress (5): 196/480 kB | 138/164 kB | 114/233 kB | 41/282 kB | 16/64 kB
Progress (5): 196/480 kB | 142/164 kB | 114/233 kB | 41/282 kB | 16/64 kB
Progress (5): 200/480 kB | 142/164 kB | 114/233 kB | 41/282 kB | 16/64 kB
Progress (5): 200/480 kB | 142/164 kB | 118/233 kB | 41/282 kB | 16/64 kB
Progress (5): 204/480 kB | 142/164 kB | 118/233 kB | 41/282 kB | 16/64 kB
Progress (5): 204/480 kB | 146/164 kB | 118/233 kB | 41/282 kB | 16/64 kB
Progress (5): 204/480 kB | 146/164 kB | 118/233 kB | 41/282 kB | 20/64 kB
Progress (5): 204/480 kB | 146/164 kB | 118/233 kB | 45/282 kB | 20/64 kB
Progress (5): 204/480 kB | 146/164 kB | 118/233 kB | 45/282 kB | 24/64 kB
Progress (5): 204/480 kB | 150/164 kB | 118/233 kB | 45/282 kB | 24/64 kB
Progress (5): 208/480 kB | 150/164 kB | 118/233 kB | 45/282 kB | 24/64 kB
Progress (5): 208/480 kB | 150/164 kB | 122/233 kB | 45/282 kB | 24/64 kB
Progress (5): 212/480 kB | 150/164 kB | 122/233 kB | 45/282 kB | 24/64 kB
Progress (5): 212/480 kB | 154/164 kB | 122/233 kB | 45/282 kB | 24/64 kB
Progress (5): 212/480 kB | 154/164 kB | 122/233 kB | 45/282 kB | 28/64 kB
Progress (5): 212/480 kB | 154/164 kB | 122/233 kB | 49/282 kB | 28/64 kB
Progress (5): 212/480 kB | 154/164 kB | 122/233 kB | 49/282 kB | 32/64 kB
Progress (5): 212/480 kB | 158/164 kB | 122/233 kB | 49/282 kB | 32/64 kB
Progress (5): 216/480 kB | 158/164 kB | 122/233 kB | 49/282 kB | 32/64 kB
Progress (5): 216/480 kB | 158/164 kB | 126/233 kB | 49/282 kB | 32/64 kB
Progress (5): 220/480 kB | 158/164 kB | 126/233 kB | 49/282 kB | 32/64 kB
Progress (5): 220/480 kB | 162/164 kB | 126/233 kB | 49/282 kB | 32/64 kB
Progress (5): 220/480 kB | 162/164 kB | 126/233 kB | 49/282 kB | 36/64 kB
Progress (5): 220/480 kB | 162/164 kB | 126/233 kB | 53/282 kB | 36/64 kB
Progress (5): 220/480 kB | 162/164 kB | 126/233 kB | 53/282 kB | 40/64 kB
Progress (5): 220/480 kB | 164 kB | 126/233 kB | 53/282 kB | 40/64 kB    
Progress (5): 224/480 kB | 164 kB | 126/233 kB | 53/282 kB | 40/64 kB
Progress (5): 224/480 kB | 164 kB | 130/233 kB | 53/282 kB | 40/64 kB
Progress (5): 228/480 kB | 164 kB | 130/233 kB | 53/282 kB | 40/64 kB
Progress (5): 228/480 kB | 164 kB | 130/233 kB | 53/282 kB | 44/64 kB
Progress (5): 228/480 kB | 164 kB | 130/233 kB | 57/282 kB | 44/64 kB
Progress (5): 228/480 kB | 164 kB | 130/233 kB | 57/282 kB | 48/64 kB
Progress (5): 232/480 kB | 164 kB | 130/233 kB | 57/282 kB | 48/64 kB
Progress (5): 232/480 kB | 164 kB | 134/233 kB | 57/282 kB | 48/64 kB
Progress (5): 236/480 kB | 164 kB | 134/233 kB | 57/282 kB | 48/64 kB
Progress (5): 236/480 kB | 164 kB | 134/233 kB | 57/282 kB | 52/64 kB
Progress (5): 236/480 kB | 164 kB | 134/233 kB | 61/282 kB | 52/64 kB
Progress (5): 236/480 kB | 164 kB | 134/233 kB | 65/282 kB | 52/64 kB
Progress (5): 236/480 kB | 164 kB | 134/233 kB | 65/282 kB | 56/64 kB
Progress (5): 240/480 kB | 164 kB | 134/233 kB | 65/282 kB | 56/64 kB
Progress (5): 240/480 kB | 164 kB | 138/233 kB | 65/282 kB | 56/64 kB
Progress (5): 244/480 kB | 164 kB | 138/233 kB | 65/282 kB | 56/64 kB
Progress (5): 244/480 kB | 164 kB | 138/233 kB | 65/282 kB | 60/64 kB
Progress (5): 244/480 kB | 164 kB | 138/233 kB | 66/282 kB | 60/64 kB
Progress (5): 244/480 kB | 164 kB | 138/233 kB | 66/282 kB | 64 kB   
Progress (5): 248/480 kB | 164 kB | 138/233 kB | 66/282 kB | 64 kB
Progress (5): 248/480 kB | 164 kB | 142/233 kB | 66/282 kB | 64 kB
Progress (5): 252/480 kB | 164 kB | 142/233 kB | 66/282 kB | 64 kB
Progress (5): 252/480 kB | 164 kB | 142/233 kB | 70/282 kB | 64 kB
Progress (5): 252/480 kB | 164 kB | 142/233 kB | 74/282 kB | 64 kB
Progress (5): 252/480 kB | 164 kB | 142/233 kB | 78/282 kB | 64 kB
Progress (5): 252/480 kB | 164 kB | 142/233 kB | 82/282 kB | 64 kB
Progress (5): 256/480 kB | 164 kB | 142/233 kB | 82/282 kB | 64 kB
Progress (5): 256/480 kB | 164 kB | 146/233 kB | 82/282 kB | 64 kB
Progress (5): 260/480 kB | 164 kB | 146/233 kB | 82/282 kB | 64 kB
Progress (5): 264/480 kB | 164 kB | 146/233 kB | 82/282 kB | 64 kB
Progress (5): 268/480 kB | 164 kB | 146/233 kB | 82/282 kB | 64 kB
Progress (5): 272/480 kB | 164 kB | 146/233 kB | 82/282 kB | 64 kB
Progress (5): 272/480 kB | 164 kB | 146/233 kB | 86/282 kB | 64 kB
Progress (5): 276/480 kB | 164 kB | 146/233 kB | 86/282 kB | 64 kB
Progress (5): 276/480 kB | 164 kB | 150/233 kB | 86/282 kB | 64 kB
Progress (5): 280/480 kB | 164 kB | 150/233 kB | 86/282 kB | 64 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 363 kB/s)
Progress (4): 280/480 kB | 150/233 kB | 90/282 kB | 64 kB
Progress (4): 284/480 kB | 150/233 kB | 90/282 kB | 64 kB
Progress (4): 284/480 kB | 154/233 kB | 90/282 kB | 64 kB
Progress (4): 288/480 kB | 154/233 kB | 90/282 kB | 64 kB
Progress (4): 288/480 kB | 154/233 kB | 94/282 kB | 64 kB
Progress (4): 288/480 kB | 158/233 kB | 94/282 kB | 64 kB
Progress (4): 288/480 kB | 158/233 kB | 98/282 kB | 64 kB
Progress (4): 292/480 kB | 158/233 kB | 98/282 kB | 64 kB
Progress (4): 292/480 kB | 158/233 kB | 98/282 kB | 64 kB
Progress (4): 292/480 kB | 162/233 kB | 98/282 kB | 64 kB
Progress (4): 292/480 kB | 162/233 kB | 102/282 kB | 64 kB
Progress (4): 292/480 kB | 166/233 kB | 102/282 kB | 64 kB
Progress (4): 296/480 kB | 166/233 kB | 102/282 kB | 64 kB
Progress (4): 296/480 kB | 170/233 kB | 102/282 kB | 64 kB
Progress (4): 296/480 kB | 170/233 kB | 106/282 kB | 64 kB
Progress (4): 300/480 kB | 170/233 kB | 106/282 kB | 64 kB
Progress (4): 300/480 kB | 174/233 kB | 106/282 kB | 64 kB
Progress (4): 304/480 kB | 174/233 kB | 106/282 kB | 64 kB
Progress (4): 304/480 kB | 174/233 kB | 110/282 kB | 64 kB
Progress (4): 304/480 kB | 178/233 kB | 110/282 kB | 64 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 139 kB/s)
Progress (3): 304/480 kB | 178/233 kB | 114/282 kB
Progress (3): 308/480 kB | 178/233 kB | 114/282 kB
Progress (3): 308/480 kB | 182/233 kB | 114/282 kB
Progress (3): 312/480 kB | 182/233 kB | 114/282 kB
Progress (3): 312/480 kB | 182/233 kB | 118/282 kB
Progress (3): 312/480 kB | 186/233 kB | 118/282 kB
Progress (3): 312/480 kB | 186/233 kB | 122/282 kB
Progress (3): 316/480 kB | 186/233 kB | 122/282 kB
Progress (3): 316/480 kB | 190/233 kB | 122/282 kB
Progress (3): 320/480 kB | 190/233 kB | 122/282 kB
Progress (3): 320/480 kB | 190/233 kB | 126/282 kB
Progress (3): 320/480 kB | 194/233 kB | 126/282 kB
Progress (3): 324/480 kB | 194/233 kB | 126/282 kB
Progress (3): 324/480 kB | 194/233 kB | 130/282 kB
Progress (3): 324/480 kB | 198/233 kB | 130/282 kB
Progress (3): 328/480 kB | 198/233 kB | 130/282 kB
Progress (3): 328/480 kB | 202/233 kB | 130/282 kB
Progress (3): 332/480 kB | 202/233 kB | 130/282 kB
Progress (3): 332/480 kB | 202/233 kB | 134/282 kB
Progress (3): 336/480 kB | 202/233 kB | 134/282 kB
Progress (3): 336/480 kB | 206/233 kB | 134/282 kB
Progress (3): 336/480 kB | 206/233 kB | 138/282 kB
Progress (3): 340/480 kB | 206/233 kB | 138/282 kB
Progress (3): 340/480 kB | 210/233 kB | 138/282 kB
Progress (3): 340/480 kB | 210/233 kB | 142/282 kB
Progress (3): 344/480 kB | 210/233 kB | 142/282 kB
Progress (3): 344/480 kB | 210/233 kB | 146/282 kB
Progress (3): 344/480 kB | 214/233 kB | 146/282 kB
Progress (3): 348/480 kB | 214/233 kB | 146/282 kB
Progress (3): 348/480 kB | 218/233 kB | 146/282 kB
Progress (3): 348/480 kB | 218/233 kB | 150/282 kB
Progress (3): 352/480 kB | 218/233 kB | 150/282 kB
Progress (3): 352/480 kB | 218/233 kB | 154/282 kB
Progress (3): 352/480 kB | 222/233 kB | 154/282 kB
Progress (3): 352/480 kB | 222/233 kB | 158/282 kB
Progress (3): 356/480 kB | 222/233 kB | 158/282 kB
Progress (3): 356/480 kB | 222/233 kB | 162/282 kB
Progress (3): 356/480 kB | 226/233 kB | 162/282 kB
Progress (3): 356/480 kB | 226/233 kB | 166/282 kB
Progress (3): 356/480 kB | 230/233 kB | 166/282 kB
Progress (3): 360/480 kB | 230/233 kB | 166/282 kB
Progress (3): 360/480 kB | 233 kB | 166/282 kB    
Progress (3): 360/480 kB | 233 kB | 170/282 kB
Progress (3): 364/480 kB | 233 kB | 170/282 kB
Progress (3): 364/480 kB | 233 kB | 174/282 kB
Progress (3): 368/480 kB | 233 kB | 174/282 kB
Progress (3): 368/480 kB | 233 kB | 178/282 kB
Progress (3): 372/480 kB | 233 kB | 178/282 kB
Progress (3): 372/480 kB | 233 kB | 182/282 kB
Progress (3): 376/480 kB | 233 kB | 182/282 kB
Progress (3): 376/480 kB | 233 kB | 186/282 kB
Progress (3): 380/480 kB | 233 kB | 186/282 kB
Progress (3): 380/480 kB | 233 kB | 190/282 kB
Progress (3): 384/480 kB | 233 kB | 190/282 kB
Progress (3): 384/480 kB | 233 kB | 194/282 kB
Progress (3): 388/480 kB | 233 kB | 194/282 kB
Progress (3): 388/480 kB | 233 kB | 198/282 kB
Progress (3): 392/480 kB | 233 kB | 198/282 kB
Progress (3): 392/480 kB | 233 kB | 202/282 kB
Progress (3): 396/480 kB | 233 kB | 202/282 kB
Progress (3): 396/480 kB | 233 kB | 206/282 kB
Progress (3): 400/480 kB | 233 kB | 206/282 kB
Progress (3): 400/480 kB | 233 kB | 210/282 kB
Progress (3): 404/480 kB | 233 kB | 210/282 kB
Progress (3): 404/480 kB | 233 kB | 214/282 kB
Progress (3): 408/480 kB | 233 kB | 214/282 kB
Progress (3): 408/480 kB | 233 kB | 218/282 kB
Progress (3): 412/480 kB | 233 kB | 218/282 kB
Progress (3): 412/480 kB | 233 kB | 222/282 kB
Progress (3): 416/480 kB | 233 kB | 222/282 kB
Progress (3): 416/480 kB | 233 kB | 226/282 kB
Progress (3): 420/480 kB | 233 kB | 226/282 kB
Progress (3): 420/480 kB | 233 kB | 230/282 kB
Progress (3): 424/480 kB | 233 kB | 230/282 kB
Progress (3): 424/480 kB | 233 kB | 234/282 kB
Progress (3): 428/480 kB | 233 kB | 234/282 kB
Progress (3): 428/480 kB | 233 kB | 238/282 kB
Progress (3): 432/480 kB | 233 kB | 238/282 kB
Progress (3): 432/480 kB | 233 kB | 242/282 kB
Progress (3): 436/480 kB | 233 kB | 242/282 kB
Progress (3): 436/480 kB | 233 kB | 246/282 kB
Progress (3): 440/480 kB | 233 kB | 246/282 kB
Progress (3): 440/480 kB | 233 kB | 250/282 kB
Progress (3): 444/480 kB | 233 kB | 250/282 kB
Progress (3): 444/480 kB | 233 kB | 254/282 kB
Progress (3): 448/480 kB | 233 kB | 254/282 kB
Progress (3): 448/480 kB | 233 kB | 258/282 kB
Progress (3): 452/480 kB | 233 kB | 258/282 kB
Progress (3): 452/480 kB | 233 kB | 262/282 kB
Progress (3): 456/480 kB | 233 kB | 262/282 kB
Progress (3): 456/480 kB | 233 kB | 266/282 kB
Progress (3): 460/480 kB | 233 kB | 266/282 kB
Progress (3): 464/480 kB | 233 kB | 266/282 kB
Progress (3): 464/480 kB | 233 kB | 270/282 kB
Progress (3): 468/480 kB | 233 kB | 270/282 kB
Progress (3): 468/480 kB | 233 kB | 274/282 kB
Progress (3): 468/480 kB | 233 kB | 278/282 kB
Progress (3): 468/480 kB | 233 kB | 282 kB    
Progress (3): 472/480 kB | 233 kB | 282 kB
Progress (3): 476/480 kB | 233 kB | 282 kB
Progress (3): 480/480 kB | 233 kB | 282 kB
Progress (3): 480 kB | 233 kB | 282 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 424 kB/s)
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 511 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 832 kB/s)
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 271 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 991 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom
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/maven-parent/19/maven-parent-19.pom (25 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
Progress (1): 998 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 220 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 57 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 214 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 347 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 892 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 161 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 296 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 85 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 997 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 85 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 340 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 194 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 125 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 283 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 301 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 628 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 284 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 869 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 33/70 kB
Progress (1): 37/70 kB
Progress (1): 41/70 kB
Progress (1): 45/70 kB
Progress (1): 49/70 kB
Progress (1): 53/70 kB
Progress (1): 57/70 kB
Progress (1): 61/70 kB
Progress (1): 65/70 kB
Progress (1): 69/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 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 223 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 301 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 231 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 108 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 4.1/40 kB
Progress (1): 7.7/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 24/40 kB
Progress (1): 28/40 kB
Progress (1): 32/40 kB
Progress (1): 36/40 kB
Progress (1): 40/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 197 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 243 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 952 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 598 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom
Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 374 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 301 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 155 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 661 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 144 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 160 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 317 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 896 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 25 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Progress (1): 727 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 441 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 346 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 656 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 689 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (2): 0/1.2 MB | 4.1/154 kB
Progress (2): 0/1.2 MB | 4.1/154 kB
Progress (2): 0/1.2 MB | 7.7/154 kB
Progress (2): 0/1.2 MB | 7.7/154 kB
Progress (2): 0/1.2 MB | 12/154 kB 
Progress (2): 0/1.2 MB | 12/154 kB
Progress (2): 0/1.2 MB | 16/154 kB
Progress (2): 0/1.2 MB | 16/154 kB
Progress (2): 0/1.2 MB | 16/154 kB
Progress (2): 0/1.2 MB | 20/154 kB
Progress (2): 0/1.2 MB | 20/154 kB
Progress (2): 0/1.2 MB | 24/154 kB
Progress (2): 0/1.2 MB | 24/154 kB
Progress (2): 0/1.2 MB | 28/154 kB
Progress (2): 0.1/1.2 MB | 28/154 kB
Progress (2): 0.1/1.2 MB | 32/154 kB
Progress (2): 0.1/1.2 MB | 32/154 kB
Progress (2): 0.1/1.2 MB | 33/154 kB
Progress (2): 0.1/1.2 MB | 33/154 kB
Progress (2): 0.1/1.2 MB | 37/154 kB
Progress (2): 0.1/1.2 MB | 37/154 kB
Progress (2): 0.1/1.2 MB | 41/154 kB
Progress (2): 0.1/1.2 MB | 41/154 kB
Progress (2): 0.1/1.2 MB | 45/154 kB
Progress (2): 0.1/1.2 MB | 45/154 kB
Progress (2): 0.1/1.2 MB | 49/154 kB
Progress (2): 0.1/1.2 MB | 49/154 kB
Progress (3): 0.1/1.2 MB | 49/154 kB | 4.1/168 kB
Progress (3): 0.1/1.2 MB | 49/154 kB | 4.1/168 kB
Progress (3): 0.1/1.2 MB | 53/154 kB | 4.1/168 kB
Progress (3): 0.1/1.2 MB | 53/154 kB | 4.1/168 kB
Progress (3): 0.1/1.2 MB | 53/154 kB | 4.1/168 kB
Progress (3): 0.1/1.2 MB | 53/154 kB | 7.7/168 kB
Progress (3): 0.1/1.2 MB | 53/154 kB | 7.7/168 kB
Progress (3): 0.1/1.2 MB | 57/154 kB | 7.7/168 kB
Progress (3): 0.1/1.2 MB | 57/154 kB | 7.7/168 kB
Progress (3): 0.1/1.2 MB | 57/154 kB | 12/168 kB 
Progress (3): 0.1/1.2 MB | 57/154 kB | 12/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 12/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 12/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 16/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 16/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 20/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 24/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 28/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 32/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 33/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 37/168 kB
Progress (3): 0.1/1.2 MB | 61/154 kB | 41/168 kB
Progress (3): 0.1/1.2 MB | 65/154 kB | 41/168 kB
Progress (3): 0.1/1.2 MB | 65/154 kB | 45/168 kB
Progress (4): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 4.1/18 kB
Progress (5): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 4.1/18 kB | 4.1/194 kB
Progress (5): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 4.1/18 kB | 4.1/194 kB
Progress (5): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 4.1/18 kB | 7.7/194 kB
Progress (5): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 7.7/18 kB | 7.7/194 kB
Progress (5): 0.1/1.2 MB | 65/154 kB | 45/168 kB | 7.7/18 kB | 12/194 kB 
Progress (5): 0.1/1.2 MB | 65/154 kB | 49/168 kB | 7.7/18 kB | 12/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 49/168 kB | 7.7/18 kB | 12/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 7.7/18 kB | 12/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 7.7/18 kB | 16/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 12/18 kB | 16/194 kB 
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 12/18 kB | 20/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 12/18 kB | 20/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 12/18 kB | 24/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 53/168 kB | 16/18 kB | 24/194 kB
Progress (5): 0.1/1.2 MB | 66/154 kB | 57/168 kB | 16/18 kB | 24/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 57/168 kB | 16/18 kB | 24/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 16/18 kB | 24/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 18 kB | 24/194 kB   
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 18 kB | 28/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 18 kB | 32/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 18 kB | 32/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 61/168 kB | 18 kB | 36/194 kB
Progress (5): 0.1/1.2 MB | 70/154 kB | 65/168 kB | 18 kB | 36/194 kB
Progress (5): 0.1/1.2 MB | 74/154 kB | 65/168 kB | 18 kB | 36/194 kB
Progress (5): 0.1/1.2 MB | 74/154 kB | 66/168 kB | 18 kB | 36/194 kB
Progress (5): 0.1/1.2 MB | 78/154 kB | 66/168 kB | 18 kB | 36/194 kB
Progress (5): 0.1/1.2 MB | 78/154 kB | 66/168 kB | 18 kB | 40/194 kB
Progress (5): 0.1/1.2 MB | 78/154 kB | 66/168 kB | 18 kB | 40/194 kB
Progress (5): 0.1/1.2 MB | 78/154 kB | 66/168 kB | 18 kB | 44/194 kB
Progress (5): 0.1/1.2 MB | 82/154 kB | 66/168 kB | 18 kB | 44/194 kB
Progress (5): 0.1/1.2 MB | 82/154 kB | 70/168 kB | 18 kB | 44/194 kB
Progress (5): 0.1/1.2 MB | 86/154 kB | 70/168 kB | 18 kB | 44/194 kB
Progress (5): 0.1/1.2 MB | 86/154 kB | 70/168 kB | 18 kB | 48/194 kB
Progress (5): 0.1/1.2 MB | 86/154 kB | 70/168 kB | 18 kB | 48/194 kB
Progress (5): 0.1/1.2 MB | 86/154 kB | 70/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 86/154 kB | 70/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 90/154 kB | 70/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 90/154 kB | 74/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 94/154 kB | 74/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 94/154 kB | 74/168 kB | 18 kB | 52/194 kB
Progress (5): 0.1/1.2 MB | 94/154 kB | 74/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 94/154 kB | 74/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 98/154 kB | 74/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 98/154 kB | 78/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 98/154 kB | 78/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 98/154 kB | 78/168 kB | 18 kB | 56/194 kB
Progress (5): 0.1/1.2 MB | 98/154 kB | 78/168 kB | 18 kB | 60/194 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 240 kB/s)
Progress (4): 0.1/1.2 MB | 98/154 kB | 78/168 kB | 60/194 kB
Progress (4): 0.1/1.2 MB | 102/154 kB | 78/168 kB | 60/194 kB
Progress (4): 0.1/1.2 MB | 102/154 kB | 82/168 kB | 60/194 kB
Progress (4): 0.1/1.2 MB | 106/154 kB | 82/168 kB | 60/194 kB
Progress (4): 0.1/1.2 MB | 106/154 kB | 82/168 kB | 60/194 kB
Progress (4): 0.1/1.2 MB | 110/154 kB | 82/168 kB | 60/194 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
Progress (4): 0.1/1.2 MB | 110/154 kB | 82/168 kB | 64/194 kB
Progress (4): 0.1/1.2 MB | 114/154 kB | 82/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 114/154 kB | 82/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 114/154 kB | 86/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 114/154 kB | 86/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 118/154 kB | 86/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 122/154 kB | 86/168 kB | 64/194 kB
Progress (4): 0.2/1.2 MB | 122/154 kB | 86/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 126/154 kB | 86/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 126/154 kB | 86/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 126/154 kB | 90/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 126/154 kB | 90/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 130/154 kB | 90/168 kB | 68/194 kB
Progress (4): 0.2/1.2 MB | 130/154 kB | 90/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 134/154 kB | 90/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 138/154 kB | 90/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 138/154 kB | 90/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 142/154 kB | 90/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 142/154 kB | 94/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 146/154 kB | 94/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 146/154 kB | 94/168 kB | 72/194 kB
Progress (4): 0.2/1.2 MB | 146/154 kB | 94/168 kB | 76/194 kB
Progress (4): 0.2/1.2 MB | 150/154 kB | 94/168 kB | 76/194 kB
Progress (4): 0.2/1.2 MB | 150/154 kB | 98/168 kB | 76/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 76/194 kB    
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 80/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 80/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 84/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 88/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 88/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 92/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 92/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 98/168 kB | 96/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 102/168 kB | 96/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 102/168 kB | 100/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 102/168 kB | 100/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 102/168 kB | 104/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 106/168 kB | 104/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 106/168 kB | 108/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 110/168 kB | 108/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 110/168 kB | 108/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 114/168 kB | 108/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 114/168 kB | 108/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 114/168 kB | 112/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 114/168 kB | 112/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 118/168 kB | 112/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 118/168 kB | 112/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 118/168 kB | 116/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 118/168 kB | 116/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 122/168 kB | 116/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 122/168 kB | 116/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 126/168 kB | 116/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 126/168 kB | 120/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 130/168 kB | 120/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 130/168 kB | 124/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 130/168 kB | 124/194 kB
Progress (4): 0.2/1.2 MB | 154 kB | 130/168 kB | 128/194 kB
Progress (5): 0.2/1.2 MB | 154 kB | 130/168 kB | 128/194 kB | 4.1/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 128/194 kB | 4.1/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 128/194 kB | 7.7/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 7.7/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 12/38 kB 
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 12/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 12/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 12/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 12/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 132/194 kB | 16/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 131/168 kB | 136/194 kB | 16/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 136/194 kB | 16/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 140/194 kB | 16/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 140/194 kB | 20/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 140/194 kB | 20/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 140/194 kB | 24/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 135/168 kB | 144/194 kB | 24/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 144/194 kB | 24/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 148/194 kB | 24/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 148/194 kB | 28/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 148/194 kB | 28/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 148/194 kB | 32/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 139/168 kB | 152/194 kB | 32/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 143/168 kB | 152/194 kB | 32/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 152/194 kB | 32/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 156/194 kB | 32/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 156/194 kB | 36/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 156/194 kB | 36/38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 156/194 kB | 38 kB   
Progress (5): 0.2/1.2 MB | 154 kB | 147/168 kB | 160/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 151/168 kB | 160/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 151/168 kB | 164/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 151/168 kB | 164/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 151/168 kB | 168/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 151/168 kB | 168/194 kB | 38 kB
Progress (5): 0.2/1.2 MB | 154 kB | 155/168 kB | 168/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 155/168 kB | 168/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 155/168 kB | 172/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 155/168 kB | 172/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 159/168 kB | 172/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 159/168 kB | 172/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 159/168 kB | 176/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 159/168 kB | 176/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 163/168 kB | 176/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 163/168 kB | 176/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 163/168 kB | 180/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 163/168 kB | 180/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 167/168 kB | 180/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 167/168 kB | 180/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 167/168 kB | 184/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 167/168 kB | 184/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 184/194 kB | 38 kB    
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 188/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 188/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 192/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 192/194 kB | 38 kB
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB | 38 kB    
Progress (5): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB | 38 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 218 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.3/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.4/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (4): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 4.1/11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 4.1/11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 7.7/11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 7.7/11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB    
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.5/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
Progress (5): 0.6/1.2 MB | 154 kB | 168 kB | 194 kB | 11 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 750 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 43 kB/s)
Progress (3): 0.6/1.2 MB | 154 kB | 168 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 593 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 645 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Progress (1): 0.6/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Progress (1): 0.6/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.6/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/61 kB
Progress (2): 0.8/1.2 MB | 4.1/61 kB
Progress (2): 0.8/1.2 MB | 7.7/61 kB
Progress (2): 0.8/1.2 MB | 7.7/61 kB
Progress (2): 0.8/1.2 MB | 12/61 kB 
Progress (2): 0.8/1.2 MB | 12/61 kB
Progress (2): 0.8/1.2 MB | 16/61 kB
Progress (2): 0.8/1.2 MB | 16/61 kB
Progress (2): 0.8/1.2 MB | 20/61 kB
Progress (3): 0.8/1.2 MB | 20/61 kB | 4.1/53 kB
Progress (3): 0.8/1.2 MB | 20/61 kB | 4.1/53 kB
Progress (3): 0.8/1.2 MB | 20/61 kB | 7.7/53 kB
Progress (3): 0.8/1.2 MB | 24/61 kB | 7.7/53 kB
Progress (4): 0.8/1.2 MB | 24/61 kB | 7.7/53 kB | 4.1/15 kB
Progress (4): 0.8/1.2 MB | 28/61 kB | 7.7/53 kB | 4.1/15 kB
Progress (4): 0.9/1.2 MB | 28/61 kB | 7.7/53 kB | 4.1/15 kB
Progress (4): 0.9/1.2 MB | 32/61 kB | 7.7/53 kB | 4.1/15 kB
Progress (4): 0.9/1.2 MB | 32/61 kB | 7.7/53 kB | 7.7/15 kB
Progress (5): 0.9/1.2 MB | 32/61 kB | 7.7/53 kB | 7.7/15 kB | 4.1/11 kB
Progress (5): 0.9/1.2 MB | 32/61 kB | 12/53 kB | 7.7/15 kB | 4.1/11 kB 
Progress (5): 0.9/1.2 MB | 32/61 kB | 12/53 kB | 7.7/15 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 32/61 kB | 12/53 kB | 12/15 kB | 7.7/11 kB 
Progress (5): 0.9/1.2 MB | 36/61 kB | 12/53 kB | 12/15 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 36/61 kB | 12/53 kB | 12/15 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 40/61 kB | 12/53 kB | 12/15 kB | 7.7/11 kB
Progress (5): 0.9/1.2 MB | 40/61 kB | 12/53 kB | 15 kB | 7.7/11 kB   
Progress (5): 0.9/1.2 MB | 40/61 kB | 12/53 kB | 15 kB | 11 kB    
Progress (5): 0.9/1.2 MB | 40/61 kB | 16/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 44/61 kB | 16/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 44/61 kB | 16/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 48/61 kB | 16/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 48/61 kB | 20/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 52/61 kB | 20/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 52/61 kB | 20/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 56/61 kB | 20/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 56/61 kB | 24/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 60/61 kB | 24/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 60/61 kB | 24/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 24/53 kB | 15 kB | 11 kB   
Progress (5): 0.9/1.2 MB | 61 kB | 28/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 28/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 32/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 32/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 36/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 36/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 40/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 40/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 44/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 44/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 48/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 48/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 52/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 52/53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB   
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 0.9/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
Progress (5): 1.0/1.2 MB | 61 kB | 53 kB | 15 kB | 11 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 176 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 37 kB/s)
Progress (3): 1.0/1.2 MB | 61 kB | 15 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.0/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
Progress (2): 1.1/1.2 MB | 61 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 167 kB/s)
Progress (1): 1.1/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.1/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2/1.2 MB
Progress (1): 1.2 MB    
Progress (2): 1.2 MB | 4.1/38 kB
Progress (2): 1.2 MB | 7.7/38 kB
Progress (2): 1.2 MB | 12/38 kB 
Progress (3): 1.2 MB | 12/38 kB | 4.1/121 kB
Progress (3): 1.2 MB | 16/38 kB | 4.1/121 kB
Progress (3): 1.2 MB | 16/38 kB | 7.7/121 kB
Progress (3): 1.2 MB | 20/38 kB | 7.7/121 kB
Progress (3): 1.2 MB | 20/38 kB | 12/121 kB 
Progress (3): 1.2 MB | 20/38 kB | 16/121 kB
Progress (3): 1.2 MB | 20/38 kB | 20/121 kB
Progress (3): 1.2 MB | 20/38 kB | 24/121 kB
Progress (3): 1.2 MB | 24/38 kB | 24/121 kB
Progress (4): 1.2 MB | 24/38 kB | 24/121 kB | 4.1/191 kB
Progress (4): 1.2 MB | 24/38 kB | 28/121 kB | 4.1/191 kB
Progress (4): 1.2 MB | 24/38 kB | 28/121 kB | 7.7/191 kB
Progress (4): 1.2 MB | 28/38 kB | 28/121 kB | 7.7/191 kB
Progress (4): 1.2 MB | 28/38 kB | 32/121 kB | 7.7/191 kB
Progress (4): 1.2 MB | 28/38 kB | 32/121 kB | 12/191 kB 
Progress (4): 1.2 MB | 32/38 kB | 32/121 kB | 12/191 kB
Progress (4): 1.2 MB | 32/38 kB | 32/121 kB | 16/191 kB
Progress (4): 1.2 MB | 36/38 kB | 32/121 kB | 16/191 kB
Progress (4): 1.2 MB | 36/38 kB | 33/121 kB | 16/191 kB
Progress (4): 1.2 MB | 38 kB | 33/121 kB | 16/191 kB   
Progress (4): 1.2 MB | 38 kB | 33/121 kB | 20/191 kB
Progress (4): 1.2 MB | 38 kB | 37/121 kB | 20/191 kB
Progress (4): 1.2 MB | 38 kB | 41/121 kB | 20/191 kB
Progress (4): 1.2 MB | 38 kB | 41/121 kB | 24/191 kB
Progress (4): 1.2 MB | 38 kB | 45/121 kB | 24/191 kB
Progress (4): 1.2 MB | 38 kB | 45/121 kB | 28/191 kB
Progress (4): 1.2 MB | 38 kB | 49/121 kB | 28/191 kB
Progress (4): 1.2 MB | 38 kB | 49/121 kB | 32/191 kB
Progress (4): 1.2 MB | 38 kB | 53/121 kB | 32/191 kB
Progress (4): 1.2 MB | 38 kB | 53/121 kB | 33/191 kB
Progress (4): 1.2 MB | 38 kB | 57/121 kB | 33/191 kB
Progress (4): 1.2 MB | 38 kB | 57/121 kB | 37/191 kB
Progress (4): 1.2 MB | 38 kB | 61/121 kB | 37/191 kB
Progress (4): 1.2 MB | 38 kB | 61/121 kB | 41/191 kB
Progress (4): 1.2 MB | 38 kB | 65/121 kB | 41/191 kB
Progress (4): 1.2 MB | 38 kB | 65/121 kB | 45/191 kB
Progress (4): 1.2 MB | 38 kB | 66/121 kB | 45/191 kB
Progress (4): 1.2 MB | 38 kB | 66/121 kB | 49/191 kB
Progress (4): 1.2 MB | 38 kB | 70/121 kB | 49/191 kB
Progress (4): 1.2 MB | 38 kB | 70/121 kB | 53/191 kB
Progress (4): 1.2 MB | 38 kB | 70/121 kB | 57/191 kB
Progress (4): 1.2 MB | 38 kB | 70/121 kB | 61/191 kB
Progress (4): 1.2 MB | 38 kB | 70/121 kB | 65/191 kB
Progress (4): 1.2 MB | 38 kB | 74/121 kB | 65/191 kB
Progress (4): 1.2 MB | 38 kB | 74/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 78/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 82/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 86/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 90/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 94/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 98/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 102/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 106/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 110/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 114/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 118/121 kB | 66/191 kB
Progress (4): 1.2 MB | 38 kB | 121 kB | 66/191 kB    
Progress (5): 1.2 MB | 38 kB | 121 kB | 66/191 kB | 4.1/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 70/191 kB | 4.1/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 70/191 kB | 7.7/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 74/191 kB | 7.7/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 74/191 kB | 12/560 kB 
Progress (5): 1.2 MB | 38 kB | 121 kB | 78/191 kB | 12/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 78/191 kB | 16/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 82/191 kB | 16/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 82/191 kB | 20/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 86/191 kB | 20/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 86/191 kB | 24/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 90/191 kB | 24/560 kB
Progress (5): 1.2 MB | 38 kB | 121 kB | 90/191 kB | 28/560 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 2.7 MB/s)
Progress (4): 38 kB | 121 kB | 94/191 kB | 28/560 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Progress (4): 38 kB | 121 kB | 94/191 kB | 32/560 kB
Progress (4): 38 kB | 121 kB | 98/191 kB | 32/560 kB
Progress (4): 38 kB | 121 kB | 98/191 kB | 33/560 kB
Progress (4): 38 kB | 121 kB | 98/191 kB | 33/560 kB
Progress (4): 38 kB | 121 kB | 98/191 kB | 37/560 kB
Progress (4): 38 kB | 121 kB | 102/191 kB | 37/560 kB
Progress (4): 38 kB | 121 kB | 102/191 kB | 41/560 kB
Progress (4): 38 kB | 121 kB | 106/191 kB | 41/560 kB
Progress (4): 38 kB | 121 kB | 106/191 kB | 45/560 kB
Progress (4): 38 kB | 121 kB | 110/191 kB | 45/560 kB
Progress (4): 38 kB | 121 kB | 110/191 kB | 49/560 kB
Progress (4): 38 kB | 121 kB | 114/191 kB | 49/560 kB
Progress (4): 38 kB | 121 kB | 114/191 kB | 53/560 kB
Progress (4): 38 kB | 121 kB | 118/191 kB | 53/560 kB
Progress (4): 38 kB | 121 kB | 118/191 kB | 57/560 kB
Progress (4): 38 kB | 121 kB | 122/191 kB | 57/560 kB
Progress (4): 38 kB | 121 kB | 122/191 kB | 61/560 kB
Progress (4): 38 kB | 121 kB | 126/191 kB | 61/560 kB
Progress (4): 38 kB | 121 kB | 126/191 kB | 65/560 kB
Progress (4): 38 kB | 121 kB | 130/191 kB | 65/560 kB
Progress (4): 38 kB | 121 kB | 130/191 kB | 66/560 kB
Progress (4): 38 kB | 121 kB | 131/191 kB | 66/560 kB
Progress (4): 38 kB | 121 kB | 131/191 kB | 70/560 kB
Progress (4): 38 kB | 121 kB | 135/191 kB | 70/560 kB
Progress (4): 38 kB | 121 kB | 135/191 kB | 74/560 kB
Progress (4): 38 kB | 121 kB | 139/191 kB | 74/560 kB
Progress (4): 38 kB | 121 kB | 139/191 kB | 78/560 kB
Progress (4): 38 kB | 121 kB | 143/191 kB | 78/560 kB
Progress (4): 38 kB | 121 kB | 143/191 kB | 82/560 kB
Progress (4): 38 kB | 121 kB | 147/191 kB | 82/560 kB
Progress (4): 38 kB | 121 kB | 147/191 kB | 86/560 kB
Progress (4): 38 kB | 121 kB | 151/191 kB | 86/560 kB
Progress (4): 38 kB | 121 kB | 151/191 kB | 90/560 kB
Progress (4): 38 kB | 121 kB | 155/191 kB | 90/560 kB
Progress (4): 38 kB | 121 kB | 155/191 kB | 94/560 kB
Progress (4): 38 kB | 121 kB | 159/191 kB | 94/560 kB
Progress (4): 38 kB | 121 kB | 159/191 kB | 98/560 kB
Progress (4): 38 kB | 121 kB | 163/191 kB | 98/560 kB
Progress (4): 38 kB | 121 kB | 163/191 kB | 102/560 kB
Progress (4): 38 kB | 121 kB | 167/191 kB | 102/560 kB
Progress (4): 38 kB | 121 kB | 167/191 kB | 106/560 kB
Progress (4): 38 kB | 121 kB | 171/191 kB | 106/560 kB
Progress (4): 38 kB | 121 kB | 171/191 kB | 110/560 kB
Progress (4): 38 kB | 121 kB | 175/191 kB | 110/560 kB
Progress (4): 38 kB | 121 kB | 175/191 kB | 114/560 kB
Progress (4): 38 kB | 121 kB | 179/191 kB | 114/560 kB
Progress (4): 38 kB | 121 kB | 179/191 kB | 118/560 kB
Progress (4): 38 kB | 121 kB | 183/191 kB | 118/560 kB
Progress (4): 38 kB | 121 kB | 183/191 kB | 122/560 kB
Progress (4): 38 kB | 121 kB | 187/191 kB | 122/560 kB
Progress (4): 38 kB | 121 kB | 187/191 kB | 126/560 kB
Progress (4): 38 kB | 121 kB | 191/191 kB | 126/560 kB
Progress (4): 38 kB | 121 kB | 191/191 kB | 130/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 130/560 kB    
Progress (4): 38 kB | 121 kB | 191 kB | 134/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 138/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 142/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 146/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 150/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 154/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 158/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 162/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 166/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 170/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 174/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 178/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 182/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 186/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 190/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 194/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 198/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 202/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 206/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 210/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 214/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 218/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 222/560 kB
Progress (4): 38 kB | 121 kB | 191 kB | 226/560 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 253 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 399 kB/s)
Progress (2): 38 kB | 230/560 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 78 kB/s)
Progress (2): 230/560 kB | 4.1/262 kB
Progress (2): 234/560 kB | 4.1/262 kB
Progress (2): 234/560 kB | 7.7/262 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Progress (2): 234/560 kB | 12/262 kB
Progress (2): 238/560 kB | 12/262 kB
Progress (2): 238/560 kB | 16/262 kB
Progress (2): 242/560 kB | 16/262 kB
Progress (2): 242/560 kB | 20/262 kB
Progress (2): 246/560 kB | 20/262 kB
Progress (2): 246/560 kB | 24/262 kB
Progress (2): 250/560 kB | 24/262 kB
Progress (2): 250/560 kB | 28/262 kB
Progress (2): 254/560 kB | 28/262 kB
Progress (2): 254/560 kB | 32/262 kB
Progress (2): 258/560 kB | 32/262 kB
Progress (2): 258/560 kB | 33/262 kB
Progress (2): 262/560 kB | 33/262 kB
Progress (2): 262/560 kB | 37/262 kB
Progress (2): 266/560 kB | 37/262 kB
Progress (2): 266/560 kB | 41/262 kB
Progress (2): 270/560 kB | 41/262 kB
Progress (2): 270/560 kB | 45/262 kB
Progress (2): 274/560 kB | 45/262 kB
Progress (2): 274/560 kB | 49/262 kB
Progress (2): 278/560 kB | 49/262 kB
Progress (2): 282/560 kB | 49/262 kB
Progress (2): 282/560 kB | 53/262 kB
Progress (2): 282/560 kB | 57/262 kB
Progress (2): 286/560 kB | 57/262 kB
Progress (2): 290/560 kB | 57/262 kB
Progress (2): 290/560 kB | 61/262 kB
Progress (2): 290/560 kB | 65/262 kB
Progress (2): 294/560 kB | 65/262 kB
Progress (2): 294/560 kB | 66/262 kB
Progress (2): 298/560 kB | 66/262 kB
Progress (2): 298/560 kB | 70/262 kB
Progress (2): 302/560 kB | 70/262 kB
Progress (2): 302/560 kB | 74/262 kB
Progress (2): 306/560 kB | 74/262 kB
Progress (2): 306/560 kB | 78/262 kB
Progress (2): 310/560 kB | 78/262 kB
Progress (2): 310/560 kB | 82/262 kB
Progress (2): 310/560 kB | 86/262 kB
Progress (2): 310/560 kB | 90/262 kB
Progress (3): 310/560 kB | 90/262 kB | 4.1/54 kB
Progress (3): 310/560 kB | 90/262 kB | 7.7/54 kB
Progress (3): 314/560 kB | 90/262 kB | 7.7/54 kB
Progress (3): 314/560 kB | 90/262 kB | 12/54 kB 
Progress (3): 318/560 kB | 90/262 kB | 12/54 kB
Progress (3): 318/560 kB | 94/262 kB | 12/54 kB
Progress (3): 318/560 kB | 94/262 kB | 16/54 kB
Progress (3): 318/560 kB | 98/262 kB | 16/54 kB
Progress (4): 318/560 kB | 98/262 kB | 16/54 kB | 4.1/35 kB
Progress (4): 322/560 kB | 98/262 kB | 16/54 kB | 4.1/35 kB
Progress (4): 322/560 kB | 98/262 kB | 16/54 kB | 7.7/35 kB
Progress (4): 326/560 kB | 98/262 kB | 16/54 kB | 7.7/35 kB
Progress (4): 326/560 kB | 98/262 kB | 16/54 kB | 12/35 kB 
Progress (5): 326/560 kB | 98/262 kB | 16/54 kB | 12/35 kB | 4.1/41 kB
Progress (5): 326/560 kB | 98/262 kB | 16/54 kB | 12/35 kB | 4.1/41 kB
Progress (5): 326/560 kB | 98/262 kB | 20/54 kB | 12/35 kB | 4.1/41 kB
Progress (5): 326/560 kB | 102/262 kB | 20/54 kB | 12/35 kB | 4.1/41 kB
Progress (5): 326/560 kB | 102/262 kB | 20/54 kB | 12/35 kB | 7.7/41 kB
Progress (5): 326/560 kB | 102/262 kB | 20/54 kB | 16/35 kB | 7.7/41 kB
Progress (5): 330/560 kB | 102/262 kB | 20/54 kB | 16/35 kB | 7.7/41 kB
Progress (5): 330/560 kB | 102/262 kB | 20/54 kB | 20/35 kB | 7.7/41 kB
Progress (5): 330/560 kB | 102/262 kB | 20/54 kB | 20/35 kB | 12/41 kB 
Progress (5): 330/560 kB | 106/262 kB | 20/54 kB | 20/35 kB | 12/41 kB
Progress (5): 330/560 kB | 106/262 kB | 24/54 kB | 20/35 kB | 12/41 kB
Progress (5): 330/560 kB | 110/262 kB | 24/54 kB | 20/35 kB | 12/41 kB
Progress (5): 330/560 kB | 110/262 kB | 24/54 kB | 20/35 kB | 16/41 kB
Progress (5): 330/560 kB | 110/262 kB | 24/54 kB | 24/35 kB | 16/41 kB
Progress (5): 330/560 kB | 110/262 kB | 24/54 kB | 24/35 kB | 20/41 kB
Progress (5): 334/560 kB | 110/262 kB | 24/54 kB | 24/35 kB | 20/41 kB
Progress (5): 334/560 kB | 110/262 kB | 24/54 kB | 24/35 kB | 24/41 kB
Progress (5): 334/560 kB | 110/262 kB | 24/54 kB | 28/35 kB | 24/41 kB
Progress (5): 334/560 kB | 114/262 kB | 24/54 kB | 28/35 kB | 24/41 kB
Progress (5): 334/560 kB | 114/262 kB | 28/54 kB | 28/35 kB | 24/41 kB
Progress (5): 334/560 kB | 118/262 kB | 28/54 kB | 28/35 kB | 24/41 kB
Progress (5): 334/560 kB | 118/262 kB | 28/54 kB | 32/35 kB | 24/41 kB
Progress (5): 334/560 kB | 118/262 kB | 28/54 kB | 32/35 kB | 28/41 kB
Progress (5): 338/560 kB | 118/262 kB | 28/54 kB | 32/35 kB | 28/41 kB
Progress (5): 338/560 kB | 118/262 kB | 28/54 kB | 32/35 kB | 32/41 kB
Progress (5): 342/560 kB | 118/262 kB | 28/54 kB | 32/35 kB | 32/41 kB
Progress (5): 342/560 kB | 118/262 kB | 28/54 kB | 33/35 kB | 32/41 kB
Progress (5): 342/560 kB | 122/262 kB | 28/54 kB | 33/35 kB | 32/41 kB
Progress (5): 342/560 kB | 122/262 kB | 32/54 kB | 33/35 kB | 32/41 kB
Progress (5): 342/560 kB | 126/262 kB | 32/54 kB | 33/35 kB | 32/41 kB
Progress (5): 342/560 kB | 126/262 kB | 32/54 kB | 35 kB | 32/41 kB   
Progress (5): 346/560 kB | 126/262 kB | 32/54 kB | 35 kB | 32/41 kB
Progress (5): 346/560 kB | 126/262 kB | 32/54 kB | 35 kB | 36/41 kB
Progress (5): 350/560 kB | 126/262 kB | 32/54 kB | 35 kB | 36/41 kB
Progress (5): 350/560 kB | 130/262 kB | 32/54 kB | 35 kB | 36/41 kB
Progress (5): 350/560 kB | 130/262 kB | 36/54 kB | 35 kB | 36/41 kB
Progress (5): 350/560 kB | 131/262 kB | 36/54 kB | 35 kB | 36/41 kB
Progress (5): 354/560 kB | 131/262 kB | 36/54 kB | 35 kB | 36/41 kB
Progress (5): 354/560 kB | 131/262 kB | 36/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 135/262 kB | 36/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 135/262 kB | 40/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 139/262 kB | 40/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 139/262 kB | 44/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 143/262 kB | 44/54 kB | 35 kB | 40/41 kB
Progress (5): 354/560 kB | 143/262 kB | 44/54 kB | 35 kB | 41 kB   
Progress (5): 358/560 kB | 143/262 kB | 44/54 kB | 35 kB | 41 kB
Progress (5): 358/560 kB | 147/262 kB | 44/54 kB | 35 kB | 41 kB
Progress (5): 358/560 kB | 147/262 kB | 48/54 kB | 35 kB | 41 kB
Progress (5): 358/560 kB | 151/262 kB | 48/54 kB | 35 kB | 41 kB
Progress (5): 362/560 kB | 151/262 kB | 48/54 kB | 35 kB | 41 kB
Progress (5): 362/560 kB | 155/262 kB | 48/54 kB | 35 kB | 41 kB
Progress (5): 362/560 kB | 155/262 kB | 52/54 kB | 35 kB | 41 kB
Progress (5): 362/560 kB | 159/262 kB | 52/54 kB | 35 kB | 41 kB
Progress (5): 366/560 kB | 159/262 kB | 52/54 kB | 35 kB | 41 kB
Progress (5): 366/560 kB | 163/262 kB | 52/54 kB | 35 kB | 41 kB
Progress (5): 366/560 kB | 163/262 kB | 54 kB | 35 kB | 41 kB   
Progress (5): 366/560 kB | 164/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 370/560 kB | 164/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 370/560 kB | 168/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 374/560 kB | 168/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 374/560 kB | 172/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 378/560 kB | 172/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 378/560 kB | 176/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 382/560 kB | 176/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 382/560 kB | 180/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 386/560 kB | 180/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 386/560 kB | 184/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 390/560 kB | 184/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 390/560 kB | 188/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 394/560 kB | 188/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 394/560 kB | 192/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 398/560 kB | 192/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 398/560 kB | 196/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 402/560 kB | 196/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 402/560 kB | 197/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 406/560 kB | 197/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 406/560 kB | 201/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 410/560 kB | 201/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 410/560 kB | 205/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 414/560 kB | 205/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 414/560 kB | 209/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 418/560 kB | 209/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 418/560 kB | 213/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 422/560 kB | 213/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 422/560 kB | 217/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 426/560 kB | 217/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 426/560 kB | 221/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 430/560 kB | 221/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 430/560 kB | 225/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 434/560 kB | 225/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 434/560 kB | 229/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 438/560 kB | 229/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 438/560 kB | 233/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 442/560 kB | 233/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 442/560 kB | 237/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 446/560 kB | 237/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 446/560 kB | 241/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 450/560 kB | 241/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 450/560 kB | 245/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 454/560 kB | 245/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 454/560 kB | 249/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 458/560 kB | 249/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 458/560 kB | 253/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 462/560 kB | 253/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 462/560 kB | 257/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 466/560 kB | 257/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 466/560 kB | 261/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 470/560 kB | 261/262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 470/560 kB | 262 kB | 54 kB | 35 kB | 41 kB    
Progress (5): 474/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 478/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 482/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 486/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 490/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 494/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 498/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 502/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 506/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 510/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 514/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 518/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 522/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 526/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 530/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 534/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 538/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 542/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 546/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 550/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 554/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 558/560 kB | 262 kB | 54 kB | 35 kB | 41 kB
Progress (5): 560 kB | 262 kB | 54 kB | 35 kB | 41 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 52 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar
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 473 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 45 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 35 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 220 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (2): 16/37 kB | 4.1/108 kB
Progress (2): 20/37 kB | 4.1/108 kB
Progress (2): 20/37 kB | 7.7/108 kB
Progress (2): 20/37 kB | 12/108 kB 
Progress (2): 20/37 kB | 16/108 kB
Progress (2): 24/37 kB | 16/108 kB
Progress (3): 24/37 kB | 16/108 kB | 4.1/123 kB
Progress (3): 28/37 kB | 16/108 kB | 4.1/123 kB
Progress (3): 28/37 kB | 20/108 kB | 4.1/123 kB
Progress (4): 28/37 kB | 20/108 kB | 4.1/123 kB | 4.1/35 kB
Progress (4): 28/37 kB | 24/108 kB | 4.1/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 24/108 kB | 4.1/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 28/108 kB | 4.1/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 28/108 kB | 7.7/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 28/108 kB | 12/123 kB | 4.1/35 kB 
Progress (4): 32/37 kB | 28/108 kB | 16/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 28/108 kB | 20/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 28/108 kB | 24/123 kB | 4.1/35 kB
Progress (4): 32/37 kB | 32/108 kB | 24/123 kB | 4.1/35 kB
Progress (4): 36/37 kB | 32/108 kB | 24/123 kB | 4.1/35 kB
Progress (4): 37 kB | 32/108 kB | 24/123 kB | 4.1/35 kB   
Progress (5): 37 kB | 32/108 kB | 24/123 kB | 4.1/35 kB | 4.1/74 kB
Progress (5): 37 kB | 32/108 kB | 24/123 kB | 7.7/35 kB | 4.1/74 kB
Progress (5): 37 kB | 32/108 kB | 24/123 kB | 7.7/35 kB | 7.7/74 kB
Progress (5): 37 kB | 32/108 kB | 24/123 kB | 12/35 kB | 7.7/74 kB 
Progress (5): 37 kB | 36/108 kB | 24/123 kB | 12/35 kB | 7.7/74 kB
Progress (5): 37 kB | 36/108 kB | 28/123 kB | 12/35 kB | 7.7/74 kB
Progress (5): 37 kB | 40/108 kB | 28/123 kB | 12/35 kB | 7.7/74 kB
Progress (5): 37 kB | 40/108 kB | 28/123 kB | 16/35 kB | 7.7/74 kB
Progress (5): 37 kB | 40/108 kB | 28/123 kB | 16/35 kB | 12/74 kB 
Progress (5): 37 kB | 40/108 kB | 28/123 kB | 20/35 kB | 12/74 kB
Progress (5): 37 kB | 44/108 kB | 28/123 kB | 20/35 kB | 12/74 kB
Progress (5): 37 kB | 44/108 kB | 32/123 kB | 20/35 kB | 12/74 kB
Progress (5): 37 kB | 48/108 kB | 32/123 kB | 20/35 kB | 12/74 kB
Progress (5): 37 kB | 48/108 kB | 32/123 kB | 24/35 kB | 12/74 kB
Progress (5): 37 kB | 48/108 kB | 32/123 kB | 24/35 kB | 16/74 kB
Progress (5): 37 kB | 48/108 kB | 32/123 kB | 28/35 kB | 16/74 kB
Progress (5): 37 kB | 52/108 kB | 32/123 kB | 28/35 kB | 16/74 kB
Progress (5): 37 kB | 52/108 kB | 33/123 kB | 28/35 kB | 16/74 kB
Progress (5): 37 kB | 56/108 kB | 33/123 kB | 28/35 kB | 16/74 kB
Progress (5): 37 kB | 56/108 kB | 33/123 kB | 32/35 kB | 16/74 kB
Progress (5): 37 kB | 56/108 kB | 33/123 kB | 32/35 kB | 20/74 kB
Progress (5): 37 kB | 56/108 kB | 33/123 kB | 33/35 kB | 20/74 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 30 kB/s)
Progress (4): 60/108 kB | 33/123 kB | 33/35 kB | 20/74 kB
Progress (4): 60/108 kB | 37/123 kB | 33/35 kB | 20/74 kB
Progress (4): 64/108 kB | 37/123 kB | 33/35 kB | 20/74 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Progress (4): 64/108 kB | 37/123 kB | 35 kB | 20/74 kB
Progress (4): 64/108 kB | 37/123 kB | 35 kB | 24/74 kB
Progress (4): 68/108 kB | 37/123 kB | 35 kB | 24/74 kB
Progress (4): 68/108 kB | 41/123 kB | 35 kB | 24/74 kB
Progress (4): 72/108 kB | 41/123 kB | 35 kB | 24/74 kB
Progress (4): 72/108 kB | 41/123 kB | 35 kB | 28/74 kB
Progress (4): 72/108 kB | 45/123 kB | 35 kB | 28/74 kB
Progress (4): 72/108 kB | 45/123 kB | 35 kB | 32/74 kB
Progress (4): 76/108 kB | 45/123 kB | 35 kB | 32/74 kB
Progress (4): 76/108 kB | 45/123 kB | 35 kB | 33/74 kB
Progress (4): 76/108 kB | 49/123 kB | 35 kB | 33/74 kB
Progress (4): 80/108 kB | 49/123 kB | 35 kB | 33/74 kB
Progress (4): 80/108 kB | 53/123 kB | 35 kB | 33/74 kB
Progress (4): 80/108 kB | 53/123 kB | 35 kB | 37/74 kB
Progress (4): 80/108 kB | 57/123 kB | 35 kB | 37/74 kB
Progress (4): 84/108 kB | 57/123 kB | 35 kB | 37/74 kB
Progress (4): 84/108 kB | 61/123 kB | 35 kB | 37/74 kB
Progress (4): 84/108 kB | 65/123 kB | 35 kB | 37/74 kB
Progress (4): 84/108 kB | 65/123 kB | 35 kB | 41/74 kB
Progress (4): 84/108 kB | 66/123 kB | 35 kB | 41/74 kB
Progress (4): 88/108 kB | 66/123 kB | 35 kB | 41/74 kB
Progress (4): 88/108 kB | 70/123 kB | 35 kB | 41/74 kB
Progress (4): 88/108 kB | 70/123 kB | 35 kB | 45/74 kB
Progress (4): 88/108 kB | 74/123 kB | 35 kB | 45/74 kB
Progress (4): 92/108 kB | 74/123 kB | 35 kB | 45/74 kB
Progress (4): 92/108 kB | 78/123 kB | 35 kB | 45/74 kB
Progress (4): 92/108 kB | 78/123 kB | 35 kB | 49/74 kB
Progress (4): 92/108 kB | 82/123 kB | 35 kB | 49/74 kB
Progress (4): 96/108 kB | 82/123 kB | 35 kB | 49/74 kB
Progress (4): 96/108 kB | 86/123 kB | 35 kB | 49/74 kB
Progress (4): 100/108 kB | 86/123 kB | 35 kB | 49/74 kB
Progress (4): 100/108 kB | 86/123 kB | 35 kB | 53/74 kB
Progress (4): 104/108 kB | 86/123 kB | 35 kB | 53/74 kB
Progress (4): 104/108 kB | 90/123 kB | 35 kB | 53/74 kB
Progress (4): 108/108 kB | 90/123 kB | 35 kB | 53/74 kB
Progress (4): 108/108 kB | 94/123 kB | 35 kB | 53/74 kB
Progress (4): 108/108 kB | 94/123 kB | 35 kB | 57/74 kB
Progress (4): 108/108 kB | 98/123 kB | 35 kB | 57/74 kB
Progress (4): 108 kB | 98/123 kB | 35 kB | 57/74 kB    
Progress (4): 108 kB | 98/123 kB | 35 kB | 57/74 kB
Progress (4): 108 kB | 98/123 kB | 35 kB | 61/74 kB
Progress (4): 108 kB | 102/123 kB | 35 kB | 61/74 kB
Progress (4): 108 kB | 102/123 kB | 35 kB | 65/74 kB
Progress (4): 108 kB | 106/123 kB | 35 kB | 65/74 kB
Progress (4): 108 kB | 106/123 kB | 35 kB | 66/74 kB
Progress (4): 108 kB | 110/123 kB | 35 kB | 66/74 kB
Progress (4): 108 kB | 110/123 kB | 35 kB | 70/74 kB
Progress (4): 108 kB | 114/123 kB | 35 kB | 70/74 kB
Progress (4): 108 kB | 114/123 kB | 35 kB | 74/74 kB
Progress (4): 108 kB | 118/123 kB | 35 kB | 74/74 kB
Progress (4): 108 kB | 118/123 kB | 35 kB | 74 kB   
Progress (4): 108 kB | 122/123 kB | 35 kB | 74 kB
Progress (4): 108 kB | 123 kB | 35 kB | 74 kB    
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 4.1/26 kB
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 7.7/26 kB
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 12/26 kB 
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 16/26 kB
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 20/26 kB
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 24/26 kB
Progress (5): 108 kB | 123 kB | 35 kB | 74 kB | 26 kB   
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 88 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Progress (5): 123 kB | 35 kB | 74 kB | 26 kB | 4.1/588 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 21 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 59 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 28 kB/s)
Progress (2): 123 kB | 7.7/588 kB
Progress (2): 123 kB | 12/588 kB 
Progress (2): 123 kB | 16/588 kB
Progress (2): 123 kB | 20/588 kB
Progress (2): 123 kB | 24/588 kB
Progress (2): 123 kB | 28/588 kB
Progress (2): 123 kB | 32/588 kB
Progress (2): 123 kB | 33/588 kB
Progress (2): 123 kB | 37/588 kB
Progress (2): 123 kB | 41/588 kB
Progress (2): 123 kB | 45/588 kB
Progress (2): 123 kB | 49/588 kB
Progress (2): 123 kB | 53/588 kB
Progress (2): 123 kB | 57/588 kB
Progress (2): 123 kB | 61/588 kB
Progress (2): 123 kB | 65/588 kB
Progress (2): 123 kB | 66/588 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 97 kB/s)
Progress (1): 70/588 kB
Progress (1): 74/588 kB
Progress (1): 78/588 kB
Progress (1): 82/588 kB
Progress (1): 86/588 kB
Progress (1): 90/588 kB
Progress (1): 94/588 kB
Progress (1): 98/588 kB
Progress (1): 98/588 kB
Progress (1): 102/588 kB
Progress (1): 106/588 kB
Progress (1): 110/588 kB
Progress (1): 114/588 kB
Progress (1): 118/588 kB
Progress (1): 122/588 kB
Progress (1): 126/588 kB
Progress (1): 130/588 kB
Progress (1): 131/588 kB
Progress (1): 135/588 kB
Progress (1): 139/588 kB
Progress (1): 143/588 kB
Progress (1): 147/588 kB
Progress (1): 151/588 kB
Progress (1): 155/588 kB
Progress (1): 159/588 kB
Progress (1): 163/588 kB
Progress (1): 167/588 kB
Progress (1): 171/588 kB
Progress (1): 175/588 kB
Progress (1): 179/588 kB
Progress (1): 183/588 kB
Progress (1): 187/588 kB
Progress (1): 191/588 kB
Progress (1): 195/588 kB
Progress (1): 199/588 kB
Progress (1): 203/588 kB
Progress (1): 207/588 kB
Progress (1): 211/588 kB
Progress (1): 215/588 kB
Progress (1): 219/588 kB
Progress (1): 223/588 kB
Progress (1): 227/588 kB
Progress (1): 231/588 kB
Progress (1): 235/588 kB
Progress (1): 239/588 kB
Progress (1): 243/588 kB
Progress (1): 247/588 kB
Progress (1): 251/588 kB
Progress (1): 255/588 kB
Progress (1): 259/588 kB
Progress (1): 263/588 kB
Progress (1): 267/588 kB
Progress (1): 271/588 kB
Progress (1): 275/588 kB
Progress (1): 279/588 kB
Progress (1): 283/588 kB
Progress (1): 287/588 kB
Progress (1): 291/588 kB
Progress (1): 295/588 kB
Progress (1): 299/588 kB
Progress (1): 303/588 kB
Progress (1): 307/588 kB
Progress (1): 311/588 kB
Progress (1): 315/588 kB
Progress (1): 319/588 kB
Progress (1): 323/588 kB
Progress (1): 327/588 kB
Progress (1): 331/588 kB
Progress (1): 335/588 kB
Progress (1): 339/588 kB
Progress (1): 343/588 kB
Progress (1): 347/588 kB
Progress (1): 351/588 kB
Progress (1): 355/588 kB
Progress (1): 359/588 kB
Progress (1): 363/588 kB
Progress (1): 367/588 kB
Progress (1): 371/588 kB
Progress (1): 375/588 kB
Progress (1): 379/588 kB
Progress (1): 383/588 kB
Progress (1): 387/588 kB
Progress (1): 391/588 kB
Progress (1): 395/588 kB
Progress (1): 399/588 kB
Progress (1): 403/588 kB
Progress (1): 407/588 kB
Progress (1): 411/588 kB
Progress (1): 415/588 kB
Progress (1): 419/588 kB
Progress (1): 423/588 kB
Progress (1): 427/588 kB
Progress (1): 431/588 kB
Progress (1): 435/588 kB
Progress (1): 439/588 kB
Progress (1): 443/588 kB
Progress (1): 447/588 kB
Progress (1): 451/588 kB
Progress (1): 455/588 kB
Progress (1): 459/588 kB
Progress (1): 463/588 kB
Progress (1): 467/588 kB
Progress (1): 471/588 kB
Progress (1): 475/588 kB
Progress (1): 479/588 kB
Progress (1): 483/588 kB
Progress (1): 487/588 kB
Progress (1): 491/588 kB
Progress (1): 495/588 kB
Progress (1): 499/588 kB
Progress (1): 503/588 kB
Progress (1): 507/588 kB
Progress (1): 511/588 kB
Progress (1): 515/588 kB
Progress (1): 519/588 kB
Progress (1): 523/588 kB
Progress (1): 527/588 kB
Progress (1): 531/588 kB
Progress (1): 535/588 kB
Progress (1): 539/588 kB
Progress (1): 543/588 kB
Progress (1): 547/588 kB
Progress (1): 551/588 kB
Progress (1): 555/588 kB
Progress (1): 559/588 kB
Progress (1): 563/588 kB
Progress (1): 567/588 kB
Progress (1): 571/588 kB
Progress (1): 575/588 kB
Progress (1): 579/588 kB
Progress (1): 583/588 kB
Progress (1): 587/588 kB
Progress (1): 588 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 452 kB/s)
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-parent ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4.0 kB at 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Progress (1): 4.1/239 kB
Progress (2): 4.1/239 kB | 4.1/155 kB
Progress (2): 7.7/239 kB | 4.1/155 kB
Progress (2): 7.7/239 kB | 7.7/155 kB
Progress (2): 12/239 kB | 7.7/155 kB 
Progress (2): 16/239 kB | 7.7/155 kB
Progress (2): 16/239 kB | 12/155 kB 
Progress (2): 20/239 kB | 12/155 kB
Progress (2): 20/239 kB | 16/155 kB
Progress (2): 24/239 kB | 16/155 kB
Progress (2): 24/239 kB | 20/155 kB
Progress (2): 28/239 kB | 20/155 kB
Progress (2): 28/239 kB | 24/155 kB
Progress (2): 32/239 kB | 24/155 kB
Progress (2): 33/239 kB | 24/155 kB
Progress (2): 33/239 kB | 28/155 kB
Progress (3): 33/239 kB | 28/155 kB | 4.1/194 kB
Progress (3): 33/239 kB | 32/155 kB | 4.1/194 kB
Progress (3): 37/239 kB | 32/155 kB | 4.1/194 kB
Progress (3): 37/239 kB | 33/155 kB | 4.1/194 kB
Progress (3): 37/239 kB | 33/155 kB | 7.7/194 kB
Progress (3): 37/239 kB | 37/155 kB | 7.7/194 kB
Progress (3): 41/239 kB | 37/155 kB | 7.7/194 kB
Progress (3): 41/239 kB | 41/155 kB | 7.7/194 kB
Progress (3): 41/239 kB | 41/155 kB | 12/194 kB 
Progress (3): 41/239 kB | 45/155 kB | 12/194 kB
Progress (3): 45/239 kB | 45/155 kB | 12/194 kB
Progress (3): 45/239 kB | 49/155 kB | 12/194 kB
Progress (3): 45/239 kB | 49/155 kB | 16/194 kB
Progress (3): 45/239 kB | 53/155 kB | 16/194 kB
Progress (3): 49/239 kB | 53/155 kB | 16/194 kB
Progress (3): 49/239 kB | 57/155 kB | 16/194 kB
Progress (3): 49/239 kB | 57/155 kB | 20/194 kB
Progress (3): 49/239 kB | 61/155 kB | 20/194 kB
Progress (3): 53/239 kB | 61/155 kB | 20/194 kB
Progress (3): 53/239 kB | 65/155 kB | 20/194 kB
Progress (3): 53/239 kB | 65/155 kB | 24/194 kB
Progress (3): 53/239 kB | 66/155 kB | 24/194 kB
Progress (3): 57/239 kB | 66/155 kB | 24/194 kB
Progress (3): 57/239 kB | 70/155 kB | 24/194 kB
Progress (3): 57/239 kB | 74/155 kB | 24/194 kB
Progress (3): 57/239 kB | 74/155 kB | 28/194 kB
Progress (3): 57/239 kB | 78/155 kB | 28/194 kB
Progress (3): 61/239 kB | 78/155 kB | 28/194 kB
Progress (3): 61/239 kB | 82/155 kB | 28/194 kB
Progress (3): 61/239 kB | 82/155 kB | 32/194 kB
Progress (3): 61/239 kB | 86/155 kB | 32/194 kB
Progress (3): 61/239 kB | 90/155 kB | 32/194 kB
Progress (3): 61/239 kB | 94/155 kB | 32/194 kB
Progress (3): 61/239 kB | 98/155 kB | 32/194 kB
Progress (3): 65/239 kB | 98/155 kB | 32/194 kB
Progress (3): 65/239 kB | 98/155 kB | 32/194 kB
Progress (4): 65/239 kB | 98/155 kB | 32/194 kB | 4.1/32 kB
Progress (4): 65/239 kB | 98/155 kB | 33/194 kB | 4.1/32 kB
Progress (4): 65/239 kB | 98/155 kB | 33/194 kB | 7.7/32 kB
Progress (4): 65/239 kB | 98/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 65/239 kB | 102/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 66/239 kB | 102/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 66/239 kB | 106/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 70/239 kB | 106/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 70/239 kB | 110/155 kB | 37/194 kB | 7.7/32 kB
Progress (4): 70/239 kB | 110/155 kB | 41/194 kB | 7.7/32 kB
Progress (4): 70/239 kB | 110/155 kB | 41/194 kB | 12/32 kB 
Progress (4): 70/239 kB | 114/155 kB | 41/194 kB | 12/32 kB
Progress (4): 74/239 kB | 114/155 kB | 41/194 kB | 12/32 kB
Progress (4): 74/239 kB | 118/155 kB | 41/194 kB | 12/32 kB
Progress (4): 78/239 kB | 118/155 kB | 41/194 kB | 12/32 kB
Progress (4): 82/239 kB | 118/155 kB | 41/194 kB | 12/32 kB
Progress (4): 82/239 kB | 118/155 kB | 41/194 kB | 16/32 kB
Progress (4): 82/239 kB | 118/155 kB | 45/194 kB | 16/32 kB
Progress (4): 82/239 kB | 118/155 kB | 45/194 kB | 20/32 kB
Progress (4): 86/239 kB | 118/155 kB | 45/194 kB | 20/32 kB
Progress (4): 86/239 kB | 122/155 kB | 45/194 kB | 20/32 kB
Progress (4): 90/239 kB | 122/155 kB | 45/194 kB | 20/32 kB
Progress (4): 90/239 kB | 126/155 kB | 45/194 kB | 20/32 kB
Progress (4): 94/239 kB | 126/155 kB | 45/194 kB | 20/32 kB
Progress (4): 94/239 kB | 126/155 kB | 45/194 kB | 24/32 kB
Progress (4): 94/239 kB | 126/155 kB | 49/194 kB | 24/32 kB
Progress (4): 94/239 kB | 126/155 kB | 49/194 kB | 28/32 kB
Progress (4): 98/239 kB | 126/155 kB | 49/194 kB | 28/32 kB
Progress (4): 98/239 kB | 130/155 kB | 49/194 kB | 28/32 kB
Progress (4): 98/239 kB | 130/155 kB | 49/194 kB | 28/32 kB
Progress (4): 98/239 kB | 130/155 kB | 49/194 kB | 32/32 kB
Progress (4): 102/239 kB | 130/155 kB | 49/194 kB | 32/32 kB
Progress (4): 102/239 kB | 130/155 kB | 53/194 kB | 32/32 kB
Progress (4): 106/239 kB | 130/155 kB | 53/194 kB | 32/32 kB
Progress (4): 106/239 kB | 130/155 kB | 53/194 kB | 32 kB   
Progress (4): 110/239 kB | 130/155 kB | 53/194 kB | 32 kB
Progress (4): 114/239 kB | 130/155 kB | 53/194 kB | 32 kB
Progress (4): 118/239 kB | 130/155 kB | 53/194 kB | 32 kB
Progress (4): 118/239 kB | 134/155 kB | 53/194 kB | 32 kB
Progress (4): 122/239 kB | 134/155 kB | 53/194 kB | 32 kB
Progress (4): 122/239 kB | 134/155 kB | 57/194 kB | 32 kB
Progress (4): 126/239 kB | 134/155 kB | 57/194 kB | 32 kB
Progress (4): 126/239 kB | 138/155 kB | 57/194 kB | 32 kB
Progress (4): 126/239 kB | 138/155 kB | 61/194 kB | 32 kB
Progress (4): 130/239 kB | 138/155 kB | 61/194 kB | 32 kB
Progress (4): 130/239 kB | 138/155 kB | 65/194 kB | 32 kB
Progress (4): 130/239 kB | 142/155 kB | 65/194 kB | 32 kB
Progress (4): 130/239 kB | 142/155 kB | 66/194 kB | 32 kB
Progress (4): 131/239 kB | 142/155 kB | 66/194 kB | 32 kB
Progress (4): 131/239 kB | 142/155 kB | 70/194 kB | 32 kB
Progress (4): 131/239 kB | 146/155 kB | 70/194 kB | 32 kB
Progress (4): 131/239 kB | 146/155 kB | 74/194 kB | 32 kB
Progress (4): 135/239 kB | 146/155 kB | 74/194 kB | 32 kB
Progress (4): 135/239 kB | 150/155 kB | 74/194 kB | 32 kB
Progress (4): 139/239 kB | 150/155 kB | 74/194 kB | 32 kB
Progress (4): 139/239 kB | 150/155 kB | 78/194 kB | 32 kB
Progress (4): 143/239 kB | 150/155 kB | 78/194 kB | 32 kB
Progress (4): 143/239 kB | 154/155 kB | 78/194 kB | 32 kB
Progress (4): 147/239 kB | 154/155 kB | 78/194 kB | 32 kB
Progress (4): 147/239 kB | 154/155 kB | 82/194 kB | 32 kB
Progress (4): 151/239 kB | 154/155 kB | 82/194 kB | 32 kB
Progress (4): 151/239 kB | 155 kB | 82/194 kB | 32 kB    
Progress (4): 155/239 kB | 155 kB | 82/194 kB | 32 kB
Progress (4): 155/239 kB | 155 kB | 86/194 kB | 32 kB
Progress (4): 159/239 kB | 155 kB | 86/194 kB | 32 kB
Progress (4): 159/239 kB | 155 kB | 90/194 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 817 kB/s)
Progress (3): 163/239 kB | 155 kB | 90/194 kB
Progress (3): 163/239 kB | 155 kB | 94/194 kB
Progress (3): 167/239 kB | 155 kB | 94/194 kB
Progress (3): 167/239 kB | 155 kB | 98/194 kB
Progress (3): 171/239 kB | 155 kB | 98/194 kB
Progress (3): 171/239 kB | 155 kB | 98/194 kB
Progress (3): 175/239 kB | 155 kB | 98/194 kB
Progress (3): 179/239 kB | 155 kB | 98/194 kB
Progress (3): 179/239 kB | 155 kB | 102/194 kB
Progress (3): 183/239 kB | 155 kB | 102/194 kB
Progress (3): 183/239 kB | 155 kB | 106/194 kB
Progress (3): 187/239 kB | 155 kB | 106/194 kB
Progress (3): 187/239 kB | 155 kB | 110/194 kB
Progress (3): 191/239 kB | 155 kB | 110/194 kB
Progress (3): 191/239 kB | 155 kB | 114/194 kB
Progress (3): 195/239 kB | 155 kB | 114/194 kB
Progress (3): 195/239 kB | 155 kB | 118/194 kB
Progress (3): 199/239 kB | 155 kB | 118/194 kB
Progress (3): 199/239 kB | 155 kB | 122/194 kB
Progress (3): 203/239 kB | 155 kB | 122/194 kB
Progress (3): 203/239 kB | 155 kB | 126/194 kB
Progress (3): 207/239 kB | 155 kB | 126/194 kB
Progress (3): 207/239 kB | 155 kB | 130/194 kB
Progress (3): 211/239 kB | 155 kB | 130/194 kB
Progress (3): 211/239 kB | 155 kB | 131/194 kB
Progress (3): 215/239 kB | 155 kB | 131/194 kB
Progress (3): 219/239 kB | 155 kB | 131/194 kB
Progress (3): 219/239 kB | 155 kB | 135/194 kB
Progress (3): 223/239 kB | 155 kB | 135/194 kB
Progress (3): 223/239 kB | 155 kB | 139/194 kB
Progress (3): 227/239 kB | 155 kB | 139/194 kB
Progress (3): 227/239 kB | 155 kB | 143/194 kB
Progress (3): 231/239 kB | 155 kB | 143/194 kB
Progress (3): 231/239 kB | 155 kB | 147/194 kB
Progress (3): 235/239 kB | 155 kB | 147/194 kB
Progress (3): 235/239 kB | 155 kB | 151/194 kB
Progress (3): 239 kB | 155 kB | 151/194 kB    
Progress (3): 239 kB | 155 kB | 155/194 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.jar (155 kB at 1.6 MB/s)
Progress (2): 239 kB | 159/194 kB
Progress (2): 239 kB | 163/194 kB
Progress (2): 239 kB | 167/194 kB
Progress (2): 239 kB | 171/194 kB
Progress (2): 239 kB | 175/194 kB
Progress (2): 239 kB | 179/194 kB
Progress (2): 239 kB | 183/194 kB
Progress (2): 239 kB | 187/194 kB
Progress (2): 239 kB | 191/194 kB
Progress (2): 239 kB | 194 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.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 1.4 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/new-version/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-parent/10.1.0-SNAPSHOT/eclipse-collections-parent-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
[INFO] Building Eclipse Collections Code Generator 10.1.0-SNAPSHOT       [2/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 311 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 693 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar
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/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 263 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
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/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.pom (7.3 kB at 430 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.1.2/maven-jar-plugin-3.1.2.jar (28 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.pom (5.5 kB at 325 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.1.0/maven-source-plugin-3.1.0.jar (31 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 723 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 132 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 646 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
Progress (1): 4.1/240 kB
Progress (1): 7.7/240 kB
Progress (2): 7.7/240 kB | 4.1/168 kB
Progress (2): 12/240 kB | 4.1/168 kB 
Progress (2): 12/240 kB | 7.7/168 kB
Progress (2): 16/240 kB | 7.7/168 kB
Progress (2): 16/240 kB | 12/168 kB 
Progress (2): 16/240 kB | 16/168 kB
Progress (2): 20/240 kB | 16/168 kB
Progress (2): 20/240 kB | 20/168 kB
Progress (2): 24/240 kB | 20/168 kB
Progress (2): 24/240 kB | 24/168 kB
Progress (2): 28/240 kB | 24/168 kB
Progress (2): 28/240 kB | 28/168 kB
Progress (2): 32/240 kB | 28/168 kB
Progress (2): 32/240 kB | 32/168 kB
Progress (2): 33/240 kB | 32/168 kB
Progress (2): 33/240 kB | 36/168 kB
Progress (2): 33/240 kB | 40/168 kB
Progress (2): 37/240 kB | 40/168 kB
Progress (2): 37/240 kB | 44/168 kB
Progress (2): 41/240 kB | 44/168 kB
Progress (2): 41/240 kB | 48/168 kB
Progress (2): 45/240 kB | 48/168 kB
Progress (2): 45/240 kB | 52/168 kB
Progress (2): 49/240 kB | 52/168 kB
Progress (2): 49/240 kB | 56/168 kB
Progress (2): 53/240 kB | 56/168 kB
Progress (2): 53/240 kB | 60/168 kB
Progress (2): 57/240 kB | 60/168 kB
Progress (2): 57/240 kB | 64/168 kB
Progress (2): 61/240 kB | 64/168 kB
Progress (2): 61/240 kB | 68/168 kB
Progress (2): 65/240 kB | 68/168 kB
Progress (2): 65/240 kB | 72/168 kB
Progress (2): 66/240 kB | 72/168 kB
Progress (2): 66/240 kB | 76/168 kB
Progress (2): 66/240 kB | 80/168 kB
Progress (2): 70/240 kB | 80/168 kB
Progress (2): 74/240 kB | 80/168 kB
Progress (2): 74/240 kB | 84/168 kB
Progress (2): 74/240 kB | 88/168 kB
Progress (2): 78/240 kB | 88/168 kB
Progress (2): 78/240 kB | 92/168 kB
Progress (2): 82/240 kB | 92/168 kB
Progress (2): 82/240 kB | 96/168 kB
Progress (2): 86/240 kB | 96/168 kB
Progress (2): 86/240 kB | 100/168 kB
Progress (2): 90/240 kB | 100/168 kB
Progress (2): 90/240 kB | 104/168 kB
Progress (2): 94/240 kB | 104/168 kB
Progress (2): 94/240 kB | 108/168 kB
Progress (2): 98/240 kB | 108/168 kB
Progress (2): 98/240 kB | 112/168 kB
Progress (2): 98/240 kB | 112/168 kB
Progress (2): 98/240 kB | 116/168 kB
Progress (2): 102/240 kB | 116/168 kB
Progress (2): 102/240 kB | 120/168 kB
Progress (2): 106/240 kB | 120/168 kB
Progress (2): 106/240 kB | 124/168 kB
Progress (2): 110/240 kB | 124/168 kB
Progress (2): 110/240 kB | 128/168 kB
Progress (2): 114/240 kB | 128/168 kB
Progress (2): 114/240 kB | 132/168 kB
Progress (2): 118/240 kB | 132/168 kB
Progress (2): 118/240 kB | 136/168 kB
Progress (2): 122/240 kB | 136/168 kB
Progress (2): 122/240 kB | 140/168 kB
Progress (2): 126/240 kB | 140/168 kB
Progress (2): 126/240 kB | 144/168 kB
Progress (2): 130/240 kB | 144/168 kB
Progress (2): 131/240 kB | 144/168 kB
Progress (2): 131/240 kB | 148/168 kB
Progress (2): 131/240 kB | 152/168 kB
Progress (2): 135/240 kB | 152/168 kB
Progress (2): 135/240 kB | 156/168 kB
Progress (2): 139/240 kB | 156/168 kB
Progress (2): 139/240 kB | 160/168 kB
Progress (2): 143/240 kB | 160/168 kB
Progress (2): 143/240 kB | 164/168 kB
Progress (2): 147/240 kB | 164/168 kB
Progress (2): 147/240 kB | 168/168 kB
Progress (2): 147/240 kB | 168 kB    
Progress (2): 151/240 kB | 168 kB
Progress (2): 155/240 kB | 168 kB
Progress (2): 159/240 kB | 168 kB
Progress (2): 163/240 kB | 168 kB
Progress (2): 164/240 kB | 168 kB
Progress (2): 168/240 kB | 168 kB
Progress (2): 172/240 kB | 168 kB
Progress (2): 176/240 kB | 168 kB
Progress (2): 180/240 kB | 168 kB
Progress (2): 184/240 kB | 168 kB
Progress (2): 188/240 kB | 168 kB
Progress (2): 192/240 kB | 168 kB
Progress (2): 196/240 kB | 168 kB
Progress (2): 197/240 kB | 168 kB
Progress (2): 201/240 kB | 168 kB
Progress (2): 205/240 kB | 168 kB
Progress (2): 209/240 kB | 168 kB
Progress (2): 213/240 kB | 168 kB
Progress (2): 217/240 kB | 168 kB
Progress (2): 221/240 kB | 168 kB
Progress (2): 225/240 kB | 168 kB
Progress (2): 229/240 kB | 168 kB
Progress (2): 233/240 kB | 168 kB
Progress (2): 237/240 kB | 168 kB
Progress (2): 240 kB | 168 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 2.8 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 958 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 316 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
Progress (1): 4.1/51 kB
Progress (1): 7.7/51 kB
Progress (1): 12/51 kB 
Progress (1): 16/51 kB
Progress (2): 16/51 kB | 4.1/79 kB
Progress (2): 20/51 kB | 4.1/79 kB
Progress (2): 20/51 kB | 7.7/79 kB
Progress (2): 24/51 kB | 7.7/79 kB
Progress (2): 24/51 kB | 12/79 kB 
Progress (2): 24/51 kB | 16/79 kB
Progress (2): 28/51 kB | 16/79 kB
Progress (2): 32/51 kB | 16/79 kB
Progress (2): 32/51 kB | 20/79 kB
Progress (2): 32/51 kB | 24/79 kB
Progress (2): 36/51 kB | 24/79 kB
Progress (2): 36/51 kB | 28/79 kB
Progress (2): 40/51 kB | 28/79 kB
Progress (2): 40/51 kB | 32/79 kB
Progress (2): 40/51 kB | 33/79 kB
Progress (2): 44/51 kB | 33/79 kB
Progress (2): 48/51 kB | 33/79 kB
Progress (2): 48/51 kB | 37/79 kB
Progress (2): 51 kB | 37/79 kB   
Progress (2): 51 kB | 41/79 kB
Progress (2): 51 kB | 45/79 kB
Progress (2): 51 kB | 49/79 kB
Progress (2): 51 kB | 53/79 kB
Progress (2): 51 kB | 57/79 kB
Progress (2): 51 kB | 61/79 kB
Progress (2): 51 kB | 65/79 kB
Progress (2): 51 kB | 69/79 kB
Progress (2): 51 kB | 73/79 kB
Progress (2): 51 kB | 77/79 kB
Progress (2): 51 kB | 79 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.2 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.6 MB/s)
Progress (1): 4.1/155 kB
Progress (1): 7.7/155 kB
Progress (1): 12/155 kB 
Progress (1): 16/155 kB
Progress (1): 20/155 kB
Progress (1): 24/155 kB
Progress (1): 28/155 kB
Progress (1): 32/155 kB
Progress (1): 33/155 kB
Progress (1): 37/155 kB
Progress (1): 41/155 kB
Progress (1): 45/155 kB
Progress (1): 49/155 kB
Progress (1): 53/155 kB
Progress (1): 57/155 kB
Progress (1): 61/155 kB
Progress (1): 65/155 kB
Progress (1): 66/155 kB
Progress (1): 70/155 kB
Progress (1): 74/155 kB
Progress (1): 78/155 kB
Progress (1): 82/155 kB
Progress (1): 86/155 kB
Progress (1): 90/155 kB
Progress (1): 94/155 kB
Progress (1): 98/155 kB
Progress (1): 98/155 kB
Progress (1): 102/155 kB
Progress (1): 106/155 kB
Progress (1): 110/155 kB
Progress (1): 114/155 kB
Progress (1): 118/155 kB
Progress (1): 122/155 kB
Progress (1): 126/155 kB
Progress (1): 130/155 kB
Progress (1): 134/155 kB
Progress (1): 138/155 kB
Progress (1): 142/155 kB
Progress (1): 146/155 kB
Progress (1): 150/155 kB
Progress (1): 154/155 kB
Progress (1): 155 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 1.9 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 353 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 198 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 238 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 290 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 926 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 159 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 528 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Progress (1): 867 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 223 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Progress (1): 692 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 8.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Progress (1): 771 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 713 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Progress (1): 4.1/111 kB
Progress (1): 7.7/111 kB
Progress (1): 12/111 kB 
Progress (1): 16/111 kB
Progress (1): 20/111 kB
Progress (1): 24/111 kB
Progress (1): 28/111 kB
Progress (1): 32/111 kB
Progress (1): 33/111 kB
Progress (2): 33/111 kB | 4.1/317 kB
Progress (2): 33/111 kB | 7.7/317 kB
Progress (2): 33/111 kB | 12/317 kB 
Progress (2): 33/111 kB | 16/317 kB
Progress (2): 33/111 kB | 20/317 kB
Progress (2): 33/111 kB | 24/317 kB
Progress (2): 33/111 kB | 28/317 kB
Progress (2): 33/111 kB | 32/317 kB
Progress (2): 33/111 kB | 33/317 kB
Progress (2): 33/111 kB | 37/317 kB
Progress (3): 33/111 kB | 37/317 kB | 4.1/27 kB
Progress (3): 33/111 kB | 41/317 kB | 4.1/27 kB
Progress (3): 33/111 kB | 41/317 kB | 7.7/27 kB
Progress (3): 33/111 kB | 45/317 kB | 7.7/27 kB
Progress (3): 33/111 kB | 49/317 kB | 7.7/27 kB
Progress (3): 37/111 kB | 49/317 kB | 7.7/27 kB
Progress (3): 41/111 kB | 49/317 kB | 7.7/27 kB
Progress (4): 41/111 kB | 49/317 kB | 7.7/27 kB | 4.1/4.7 kB
Progress (4): 45/111 kB | 49/317 kB | 7.7/27 kB | 4.1/4.7 kB
Progress (4): 45/111 kB | 53/317 kB | 7.7/27 kB | 4.1/4.7 kB
Progress (4): 45/111 kB | 53/317 kB | 12/27 kB | 4.1/4.7 kB 
Progress (4): 45/111 kB | 57/317 kB | 12/27 kB | 4.1/4.7 kB
Progress (5): 45/111 kB | 57/317 kB | 12/27 kB | 4.1/4.7 kB | 4.1/39 kB
Progress (5): 49/111 kB | 57/317 kB | 12/27 kB | 4.1/4.7 kB | 4.1/39 kB
Progress (5): 49/111 kB | 57/317 kB | 12/27 kB | 4.7 kB | 4.1/39 kB    
Progress (5): 53/111 kB | 57/317 kB | 12/27 kB | 4.7 kB | 4.1/39 kB
Progress (5): 53/111 kB | 57/317 kB | 12/27 kB | 4.7 kB | 7.7/39 kB
Progress (5): 53/111 kB | 61/317 kB | 12/27 kB | 4.7 kB | 7.7/39 kB
Progress (5): 53/111 kB | 61/317 kB | 16/27 kB | 4.7 kB | 7.7/39 kB
Progress (5): 53/111 kB | 65/317 kB | 16/27 kB | 4.7 kB | 7.7/39 kB
Progress (5): 53/111 kB | 65/317 kB | 16/27 kB | 4.7 kB | 12/39 kB 
Progress (5): 57/111 kB | 65/317 kB | 16/27 kB | 4.7 kB | 12/39 kB
Progress (5): 57/111 kB | 65/317 kB | 16/27 kB | 4.7 kB | 16/39 kB
Progress (5): 57/111 kB | 66/317 kB | 16/27 kB | 4.7 kB | 16/39 kB
Progress (5): 57/111 kB | 66/317 kB | 20/27 kB | 4.7 kB | 16/39 kB
Progress (5): 57/111 kB | 70/317 kB | 20/27 kB | 4.7 kB | 16/39 kB
Progress (5): 57/111 kB | 70/317 kB | 20/27 kB | 4.7 kB | 20/39 kB
Progress (5): 61/111 kB | 70/317 kB | 20/27 kB | 4.7 kB | 20/39 kB
Progress (5): 61/111 kB | 70/317 kB | 20/27 kB | 4.7 kB | 24/39 kB
Progress (5): 61/111 kB | 74/317 kB | 20/27 kB | 4.7 kB | 24/39 kB
Progress (5): 61/111 kB | 74/317 kB | 20/27 kB | 4.7 kB | 28/39 kB
Progress (5): 61/111 kB | 74/317 kB | 24/27 kB | 4.7 kB | 28/39 kB
Progress (5): 61/111 kB | 74/317 kB | 24/27 kB | 4.7 kB | 32/39 kB
Progress (5): 61/111 kB | 78/317 kB | 24/27 kB | 4.7 kB | 32/39 kB
Progress (5): 61/111 kB | 78/317 kB | 24/27 kB | 4.7 kB | 36/39 kB
Progress (5): 65/111 kB | 78/317 kB | 24/27 kB | 4.7 kB | 36/39 kB
Progress (5): 65/111 kB | 78/317 kB | 24/27 kB | 4.7 kB | 39 kB   
Progress (5): 65/111 kB | 82/317 kB | 24/27 kB | 4.7 kB | 39 kB
Progress (5): 65/111 kB | 86/317 kB | 24/27 kB | 4.7 kB | 39 kB
Progress (5): 65/111 kB | 90/317 kB | 24/27 kB | 4.7 kB | 39 kB
Progress (5): 65/111 kB | 90/317 kB | 27 kB | 4.7 kB | 39 kB   
Progress (5): 65/111 kB | 94/317 kB | 27 kB | 4.7 kB | 39 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Progress (4): 66/111 kB | 94/317 kB | 27 kB | 39 kB
Progress (4): 70/111 kB | 94/317 kB | 27 kB | 39 kB
Progress (4): 74/111 kB | 94/317 kB | 27 kB | 39 kB
Progress (4): 74/111 kB | 98/317 kB | 27 kB | 39 kB
Progress (4): 78/111 kB | 98/317 kB | 27 kB | 39 kB
Progress (4): 78/111 kB | 98/317 kB | 27 kB | 39 kB
Progress (4): 82/111 kB | 98/317 kB | 27 kB | 39 kB
Progress (4): 82/111 kB | 102/317 kB | 27 kB | 39 kB
Progress (4): 86/111 kB | 102/317 kB | 27 kB | 39 kB
Progress (4): 90/111 kB | 102/317 kB | 27 kB | 39 kB
Progress (4): 90/111 kB | 106/317 kB | 27 kB | 39 kB
Progress (4): 94/111 kB | 106/317 kB | 27 kB | 39 kB
Progress (4): 98/111 kB | 106/317 kB | 27 kB | 39 kB
Progress (4): 98/111 kB | 110/317 kB | 27 kB | 39 kB
Progress (4): 102/111 kB | 110/317 kB | 27 kB | 39 kB
Progress (4): 102/111 kB | 114/317 kB | 27 kB | 39 kB
Progress (4): 106/111 kB | 114/317 kB | 27 kB | 39 kB
Progress (4): 106/111 kB | 118/317 kB | 27 kB | 39 kB
Progress (4): 110/111 kB | 118/317 kB | 27 kB | 39 kB
Progress (4): 110/111 kB | 122/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 122/317 kB | 27 kB | 39 kB    
Progress (4): 111 kB | 126/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 130/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 131/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 135/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 139/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 143/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 147/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 151/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 155/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 159/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 163/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 164/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 168/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 172/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 176/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 180/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 184/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 188/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 192/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 196/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 200/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 204/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 208/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 212/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 216/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 220/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 224/317 kB | 27 kB | 39 kB
Progress (4): 111 kB | 228/317 kB | 27 kB | 39 kB
Progress (5): 111 kB | 228/317 kB | 27 kB | 39 kB | 4.1/21 kB
Progress (5): 111 kB | 228/317 kB | 27 kB | 39 kB | 7.7/21 kB
Progress (5): 111 kB | 232/317 kB | 27 kB | 39 kB | 7.7/21 kB
Progress (5): 111 kB | 232/317 kB | 27 kB | 39 kB | 12/21 kB 
Progress (5): 111 kB | 236/317 kB | 27 kB | 39 kB | 12/21 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 1.0 MB/s)
Progress (4): 236/317 kB | 27 kB | 39 kB | 16/21 kB
Progress (4): 240/317 kB | 27 kB | 39 kB | 16/21 kB
Progress (4): 240/317 kB | 27 kB | 39 kB | 20/21 kB
Progress (4): 244/317 kB | 27 kB | 39 kB | 20/21 kB
Progress (4): 244/317 kB | 27 kB | 39 kB | 21 kB   
Progress (4): 248/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 252/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 256/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 260/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 264/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 268/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 272/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 276/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 280/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 284/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 288/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 292/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 296/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 300/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 304/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 308/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 312/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 316/317 kB | 27 kB | 39 kB | 21 kB
Progress (4): 317 kB | 27 kB | 39 kB | 21 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 185 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 2.6 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 224 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 303 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 603 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 854 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 221 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 324 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 209 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 880 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar
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.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar
Progress (1): 4.1/186 kB
Progress (1): 7.7/186 kB
Progress (1): 12/186 kB 
Progress (1): 16/186 kB
Progress (1): 20/186 kB
Progress (1): 24/186 kB
Progress (2): 24/186 kB | 4.1/528 kB
Progress (2): 28/186 kB | 4.1/528 kB
Progress (2): 28/186 kB | 7.7/528 kB
Progress (2): 32/186 kB | 7.7/528 kB
Progress (3): 32/186 kB | 7.7/528 kB | 4.1/13 kB
Progress (3): 32/186 kB | 12/528 kB | 4.1/13 kB 
Progress (3): 32/186 kB | 12/528 kB | 7.7/13 kB
Progress (3): 36/186 kB | 12/528 kB | 7.7/13 kB
Progress (3): 36/186 kB | 12/528 kB | 12/13 kB 
Progress (3): 36/186 kB | 16/528 kB | 12/13 kB
Progress (3): 36/186 kB | 16/528 kB | 13 kB   
Progress (3): 40/186 kB | 16/528 kB | 13 kB
Progress (3): 40/186 kB | 20/528 kB | 13 kB
Progress (3): 40/186 kB | 24/528 kB | 13 kB
Progress (3): 44/186 kB | 24/528 kB | 13 kB
Progress (3): 44/186 kB | 28/528 kB | 13 kB
Progress (3): 44/186 kB | 32/528 kB | 13 kB
Progress (3): 48/186 kB | 32/528 kB | 13 kB
Progress (3): 48/186 kB | 33/528 kB | 13 kB
Progress (3): 52/186 kB | 33/528 kB | 13 kB
Progress (3): 52/186 kB | 37/528 kB | 13 kB
Progress (3): 56/186 kB | 37/528 kB | 13 kB
Progress (3): 56/186 kB | 41/528 kB | 13 kB
Progress (3): 60/186 kB | 41/528 kB | 13 kB
Progress (3): 60/186 kB | 45/528 kB | 13 kB
Progress (3): 64/186 kB | 45/528 kB | 13 kB
Progress (3): 64/186 kB | 49/528 kB | 13 kB
Progress (3): 68/186 kB | 49/528 kB | 13 kB
Progress (3): 68/186 kB | 53/528 kB | 13 kB
Progress (3): 72/186 kB | 53/528 kB | 13 kB
Progress (3): 72/186 kB | 57/528 kB | 13 kB
Progress (3): 76/186 kB | 57/528 kB | 13 kB
Progress (3): 76/186 kB | 61/528 kB | 13 kB
Progress (4): 76/186 kB | 61/528 kB | 13 kB | 4.1/14 kB
Progress (4): 80/186 kB | 61/528 kB | 13 kB | 4.1/14 kB
Progress (4): 80/186 kB | 61/528 kB | 13 kB | 7.7/14 kB
Progress (4): 80/186 kB | 65/528 kB | 13 kB | 7.7/14 kB
Progress (4): 80/186 kB | 65/528 kB | 13 kB | 12/14 kB 
Progress (4): 84/186 kB | 65/528 kB | 13 kB | 12/14 kB
Progress (4): 84/186 kB | 65/528 kB | 13 kB | 14 kB   
Progress (4): 84/186 kB | 66/528 kB | 13 kB | 14 kB
Progress (4): 88/186 kB | 66/528 kB | 13 kB | 14 kB
Progress (4): 88/186 kB | 70/528 kB | 13 kB | 14 kB
Progress (4): 88/186 kB | 74/528 kB | 13 kB | 14 kB
Progress (4): 92/186 kB | 74/528 kB | 13 kB | 14 kB
Progress (4): 92/186 kB | 78/528 kB | 13 kB | 14 kB
Progress (4): 96/186 kB | 78/528 kB | 13 kB | 14 kB
Progress (4): 96/186 kB | 82/528 kB | 13 kB | 14 kB
Progress (4): 100/186 kB | 82/528 kB | 13 kB | 14 kB
Progress (4): 100/186 kB | 86/528 kB | 13 kB | 14 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 494 kB/s)
Progress (4): 100/186 kB | 86/528 kB | 14 kB | 4.1/274 kB
Progress (4): 100/186 kB | 90/528 kB | 14 kB | 4.1/274 kB
Progress (4): 104/186 kB | 90/528 kB | 14 kB | 4.1/274 kB
Progress (4): 104/186 kB | 90/528 kB | 14 kB | 7.7/274 kB
                                                         
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.jar
Progress (4): 104/186 kB | 90/528 kB | 14 kB | 12/274 kB
Progress (4): 108/186 kB | 90/528 kB | 14 kB | 12/274 kB
Progress (4): 108/186 kB | 94/528 kB | 14 kB | 12/274 kB
Progress (4): 112/186 kB | 94/528 kB | 14 kB | 12/274 kB
Progress (4): 112/186 kB | 94/528 kB | 14 kB | 16/274 kB
Progress (4): 112/186 kB | 98/528 kB | 14 kB | 16/274 kB
Progress (4): 116/186 kB | 98/528 kB | 14 kB | 16/274 kB
Progress (4): 116/186 kB | 98/528 kB | 14 kB | 16/274 kB
Progress (4): 116/186 kB | 98/528 kB | 14 kB | 20/274 kB
Progress (4): 116/186 kB | 102/528 kB | 14 kB | 20/274 kB
Progress (4): 120/186 kB | 102/528 kB | 14 kB | 20/274 kB
Progress (4): 120/186 kB | 106/528 kB | 14 kB | 20/274 kB
Progress (4): 120/186 kB | 106/528 kB | 14 kB | 24/274 kB
Progress (4): 124/186 kB | 106/528 kB | 14 kB | 24/274 kB
Progress (4): 124/186 kB | 106/528 kB | 14 kB | 28/274 kB
Progress (4): 124/186 kB | 110/528 kB | 14 kB | 28/274 kB
Progress (4): 124/186 kB | 110/528 kB | 14 kB | 32/274 kB
Progress (4): 128/186 kB | 110/528 kB | 14 kB | 32/274 kB
Progress (4): 128/186 kB | 110/528 kB | 14 kB | 33/274 kB
Progress (4): 128/186 kB | 114/528 kB | 14 kB | 33/274 kB
Progress (4): 132/186 kB | 114/528 kB | 14 kB | 33/274 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.jar (14 kB at 419 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
Progress (3): 132/186 kB | 114/528 kB | 37/274 kB
Progress (3): 136/186 kB | 114/528 kB | 37/274 kB
Progress (3): 136/186 kB | 118/528 kB | 37/274 kB
Progress (3): 136/186 kB | 118/528 kB | 41/274 kB
Progress (3): 136/186 kB | 122/528 kB | 41/274 kB
Progress (3): 140/186 kB | 122/528 kB | 41/274 kB
Progress (3): 140/186 kB | 122/528 kB | 45/274 kB
Progress (3): 144/186 kB | 122/528 kB | 45/274 kB
Progress (3): 144/186 kB | 126/528 kB | 45/274 kB
Progress (3): 144/186 kB | 126/528 kB | 49/274 kB
Progress (3): 144/186 kB | 130/528 kB | 49/274 kB
Progress (3): 148/186 kB | 130/528 kB | 49/274 kB
Progress (3): 148/186 kB | 131/528 kB | 49/274 kB
Progress (3): 148/186 kB | 131/528 kB | 53/274 kB
Progress (3): 148/186 kB | 135/528 kB | 53/274 kB
Progress (3): 152/186 kB | 135/528 kB | 53/274 kB
Progress (3): 152/186 kB | 139/528 kB | 53/274 kB
Progress (3): 152/186 kB | 139/528 kB | 57/274 kB
Progress (3): 156/186 kB | 139/528 kB | 57/274 kB
Progress (3): 156/186 kB | 143/528 kB | 57/274 kB
Progress (3): 160/186 kB | 143/528 kB | 57/274 kB
Progress (3): 160/186 kB | 143/528 kB | 61/274 kB
Progress (3): 160/186 kB | 147/528 kB | 61/274 kB
Progress (4): 160/186 kB | 147/528 kB | 61/274 kB | 4.1/228 kB
Progress (4): 160/186 kB | 151/528 kB | 61/274 kB | 4.1/228 kB
Progress (4): 160/186 kB | 151/528 kB | 65/274 kB | 4.1/228 kB
Progress (4): 164/186 kB | 151/528 kB | 65/274 kB | 4.1/228 kB
Progress (4): 164/186 kB | 151/528 kB | 66/274 kB | 4.1/228 kB
Progress (4): 164/186 kB | 155/528 kB | 66/274 kB | 4.1/228 kB
Progress (4): 164/186 kB | 155/528 kB | 66/274 kB | 7.7/228 kB
Progress (4): 164/186 kB | 159/528 kB | 66/274 kB | 7.7/228 kB
Progress (4): 164/186 kB | 159/528 kB | 70/274 kB | 7.7/228 kB
Progress (4): 168/186 kB | 159/528 kB | 70/274 kB | 7.7/228 kB
Progress (4): 168/186 kB | 159/528 kB | 74/274 kB | 7.7/228 kB
Progress (4): 172/186 kB | 159/528 kB | 74/274 kB | 7.7/228 kB
Progress (4): 172/186 kB | 163/528 kB | 74/274 kB | 7.7/228 kB
Progress (4): 172/186 kB | 163/528 kB | 74/274 kB | 12/228 kB 
Progress (4): 172/186 kB | 164/528 kB | 74/274 kB | 12/228 kB
Progress (4): 176/186 kB | 164/528 kB | 74/274 kB | 12/228 kB
Progress (4): 176/186 kB | 164/528 kB | 78/274 kB | 12/228 kB
Progress (4): 180/186 kB | 164/528 kB | 78/274 kB | 12/228 kB
Progress (4): 180/186 kB | 168/528 kB | 78/274 kB | 12/228 kB
Progress (4): 180/186 kB | 168/528 kB | 78/274 kB | 16/228 kB
Progress (4): 180/186 kB | 172/528 kB | 78/274 kB | 16/228 kB
Progress (4): 184/186 kB | 172/528 kB | 78/274 kB | 16/228 kB
Progress (4): 184/186 kB | 172/528 kB | 82/274 kB | 16/228 kB
Progress (4): 186 kB | 172/528 kB | 82/274 kB | 16/228 kB    
Progress (4): 186 kB | 176/528 kB | 82/274 kB | 16/228 kB
Progress (4): 186 kB | 176/528 kB | 82/274 kB | 20/228 kB
Progress (4): 186 kB | 180/528 kB | 82/274 kB | 20/228 kB
Progress (4): 186 kB | 180/528 kB | 86/274 kB | 20/228 kB
Progress (4): 186 kB | 184/528 kB | 86/274 kB | 20/228 kB
Progress (5): 186 kB | 184/528 kB | 86/274 kB | 20/228 kB | 4.1/315 kB
Progress (5): 186 kB | 188/528 kB | 86/274 kB | 20/228 kB | 4.1/315 kB
Progress (5): 186 kB | 188/528 kB | 90/274 kB | 20/228 kB | 4.1/315 kB
Progress (5): 186 kB | 188/528 kB | 90/274 kB | 24/228 kB | 4.1/315 kB
Progress (5): 186 kB | 188/528 kB | 94/274 kB | 24/228 kB | 4.1/315 kB
Progress (5): 186 kB | 192/528 kB | 94/274 kB | 24/228 kB | 4.1/315 kB
Progress (5): 186 kB | 192/528 kB | 94/274 kB | 24/228 kB | 7.7/315 kB
Progress (5): 186 kB | 196/528 kB | 94/274 kB | 24/228 kB | 7.7/315 kB
Progress (5): 186 kB | 196/528 kB | 98/274 kB | 24/228 kB | 7.7/315 kB
Progress (5): 186 kB | 200/528 kB | 98/274 kB | 24/228 kB | 7.7/315 kB
Progress (5): 186 kB | 200/528 kB | 98/274 kB | 28/228 kB | 7.7/315 kB
Progress (5): 186 kB | 204/528 kB | 98/274 kB | 28/228 kB | 7.7/315 kB
Progress (5): 186 kB | 204/528 kB | 98/274 kB | 28/228 kB | 7.7/315 kB
Progress (5): 186 kB | 204/528 kB | 98/274 kB | 28/228 kB | 12/315 kB 
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 1.6 MB/s)
Progress (4): 204/528 kB | 102/274 kB | 28/228 kB | 12/315 kB
Progress (4): 204/528 kB | 106/274 kB | 28/228 kB | 12/315 kB
Progress (4): 208/528 kB | 106/274 kB | 28/228 kB | 12/315 kB
Progress (4): 208/528 kB | 106/274 kB | 32/228 kB | 12/315 kB
Progress (4): 212/528 kB | 106/274 kB | 32/228 kB | 12/315 kB
Progress (4): 212/528 kB | 110/274 kB | 32/228 kB | 12/315 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Progress (4): 212/528 kB | 110/274 kB | 32/228 kB | 16/315 kB
Progress (4): 212/528 kB | 114/274 kB | 32/228 kB | 16/315 kB
Progress (4): 216/528 kB | 114/274 kB | 32/228 kB | 16/315 kB
Progress (4): 216/528 kB | 114/274 kB | 33/228 kB | 16/315 kB
Progress (4): 220/528 kB | 114/274 kB | 33/228 kB | 16/315 kB
Progress (4): 220/528 kB | 118/274 kB | 33/228 kB | 16/315 kB
Progress (4): 220/528 kB | 118/274 kB | 33/228 kB | 20/315 kB
Progress (4): 224/528 kB | 118/274 kB | 33/228 kB | 20/315 kB
Progress (4): 224/528 kB | 122/274 kB | 33/228 kB | 20/315 kB
Progress (4): 224/528 kB | 122/274 kB | 37/228 kB | 20/315 kB
Progress (4): 228/528 kB | 122/274 kB | 37/228 kB | 20/315 kB
Progress (4): 228/528 kB | 122/274 kB | 37/228 kB | 24/315 kB
Progress (4): 232/528 kB | 122/274 kB | 37/228 kB | 24/315 kB
Progress (4): 232/528 kB | 122/274 kB | 41/228 kB | 24/315 kB
Progress (4): 232/528 kB | 126/274 kB | 41/228 kB | 24/315 kB
Progress (4): 232/528 kB | 126/274 kB | 45/228 kB | 24/315 kB
Progress (4): 232/528 kB | 126/274 kB | 45/228 kB | 28/315 kB
Progress (4): 236/528 kB | 126/274 kB | 45/228 kB | 28/315 kB
Progress (4): 236/528 kB | 126/274 kB | 45/228 kB | 32/315 kB
Progress (4): 240/528 kB | 126/274 kB | 45/228 kB | 32/315 kB
Progress (4): 240/528 kB | 126/274 kB | 49/228 kB | 32/315 kB
Progress (4): 240/528 kB | 130/274 kB | 49/228 kB | 32/315 kB
Progress (4): 240/528 kB | 130/274 kB | 53/228 kB | 32/315 kB
Progress (4): 244/528 kB | 130/274 kB | 53/228 kB | 32/315 kB
Progress (4): 244/528 kB | 130/274 kB | 53/228 kB | 33/315 kB
Progress (4): 248/528 kB | 130/274 kB | 53/228 kB | 33/315 kB
Progress (4): 248/528 kB | 130/274 kB | 53/228 kB | 37/315 kB
Progress (4): 248/528 kB | 130/274 kB | 57/228 kB | 37/315 kB
Progress (4): 248/528 kB | 131/274 kB | 57/228 kB | 37/315 kB
Progress (4): 248/528 kB | 131/274 kB | 61/228 kB | 37/315 kB
Progress (4): 248/528 kB | 131/274 kB | 61/228 kB | 41/315 kB
Progress (4): 252/528 kB | 131/274 kB | 61/228 kB | 41/315 kB
Progress (4): 252/528 kB | 135/274 kB | 61/228 kB | 41/315 kB
Progress (4): 252/528 kB | 135/274 kB | 65/228 kB | 41/315 kB
Progress (4): 252/528 kB | 139/274 kB | 65/228 kB | 41/315 kB
Progress (4): 256/528 kB | 139/274 kB | 65/228 kB | 41/315 kB
Progress (4): 256/528 kB | 143/274 kB | 65/228 kB | 41/315 kB
Progress (4): 256/528 kB | 143/274 kB | 65/228 kB | 45/315 kB
Progress (4): 256/528 kB | 147/274 kB | 65/228 kB | 45/315 kB
Progress (4): 260/528 kB | 147/274 kB | 65/228 kB | 45/315 kB
Progress (4): 260/528 kB | 151/274 kB | 65/228 kB | 45/315 kB
Progress (4): 260/528 kB | 155/274 kB | 65/228 kB | 45/315 kB
Progress (4): 260/528 kB | 155/274 kB | 66/228 kB | 45/315 kB
Progress (5): 260/528 kB | 155/274 kB | 66/228 kB | 45/315 kB | 4.1/38 kB
Progress (5): 260/528 kB | 159/274 kB | 66/228 kB | 45/315 kB | 4.1/38 kB
Progress (5): 264/528 kB | 159/274 kB | 66/228 kB | 45/315 kB | 4.1/38 kB
Progress (5): 264/528 kB | 159/274 kB | 66/228 kB | 49/315 kB | 4.1/38 kB
Progress (5): 268/528 kB | 159/274 kB | 66/228 kB | 49/315 kB | 4.1/38 kB
Progress (5): 268/528 kB | 159/274 kB | 66/228 kB | 53/315 kB | 4.1/38 kB
Progress (5): 268/528 kB | 163/274 kB | 66/228 kB | 53/315 kB | 4.1/38 kB
Progress (5): 268/528 kB | 163/274 kB | 70/228 kB | 53/315 kB | 4.1/38 kB
Progress (5): 268/528 kB | 163/274 kB | 70/228 kB | 53/315 kB | 7.7/38 kB
Progress (5): 268/528 kB | 163/274 kB | 74/228 kB | 53/315 kB | 7.7/38 kB
Progress (5): 268/528 kB | 164/274 kB | 74/228 kB | 53/315 kB | 7.7/38 kB
Progress (5): 268/528 kB | 164/274 kB | 74/228 kB | 57/315 kB | 7.7/38 kB
Progress (5): 272/528 kB | 164/274 kB | 74/228 kB | 57/315 kB | 7.7/38 kB
Progress (5): 272/528 kB | 164/274 kB | 74/228 kB | 61/315 kB | 7.7/38 kB
Progress (5): 272/528 kB | 168/274 kB | 74/228 kB | 61/315 kB | 7.7/38 kB
Progress (5): 272/528 kB | 168/274 kB | 78/228 kB | 61/315 kB | 7.7/38 kB
Progress (5): 272/528 kB | 168/274 kB | 78/228 kB | 61/315 kB | 12/38 kB 
Progress (5): 272/528 kB | 168/274 kB | 82/228 kB | 61/315 kB | 12/38 kB
Progress (5): 272/528 kB | 172/274 kB | 82/228 kB | 61/315 kB | 12/38 kB
Progress (5): 272/528 kB | 172/274 kB | 82/228 kB | 65/315 kB | 12/38 kB
Progress (5): 276/528 kB | 172/274 kB | 82/228 kB | 65/315 kB | 12/38 kB
Progress (5): 276/528 kB | 172/274 kB | 82/228 kB | 66/315 kB | 12/38 kB
Progress (5): 276/528 kB | 176/274 kB | 82/228 kB | 66/315 kB | 12/38 kB
Progress (5): 276/528 kB | 176/274 kB | 86/228 kB | 66/315 kB | 12/38 kB
Progress (5): 276/528 kB | 176/274 kB | 86/228 kB | 66/315 kB | 16/38 kB
Progress (5): 276/528 kB | 176/274 kB | 90/228 kB | 66/315 kB | 16/38 kB
Progress (5): 276/528 kB | 180/274 kB | 90/228 kB | 66/315 kB | 16/38 kB
Progress (5): 276/528 kB | 180/274 kB | 90/228 kB | 70/315 kB | 16/38 kB
Progress (5): 280/528 kB | 180/274 kB | 90/228 kB | 70/315 kB | 16/38 kB
Progress (5): 280/528 kB | 180/274 kB | 90/228 kB | 74/315 kB | 16/38 kB
Progress (5): 280/528 kB | 184/274 kB | 90/228 kB | 74/315 kB | 16/38 kB
Progress (5): 280/528 kB | 184/274 kB | 94/228 kB | 74/315 kB | 16/38 kB
Progress (5): 280/528 kB | 184/274 kB | 94/228 kB | 74/315 kB | 20/38 kB
Progress (5): 280/528 kB | 184/274 kB | 98/228 kB | 74/315 kB | 20/38 kB
Progress (5): 280/528 kB | 188/274 kB | 98/228 kB | 74/315 kB | 20/38 kB
Progress (5): 280/528 kB | 188/274 kB | 98/228 kB | 78/315 kB | 20/38 kB
Progress (5): 284/528 kB | 188/274 kB | 98/228 kB | 78/315 kB | 20/38 kB
Progress (5): 284/528 kB | 188/274 kB | 98/228 kB | 82/315 kB | 20/38 kB
Progress (5): 284/528 kB | 192/274 kB | 98/228 kB | 82/315 kB | 20/38 kB
Progress (5): 284/528 kB | 192/274 kB | 98/228 kB | 86/315 kB | 20/38 kB
Progress (5): 284/528 kB | 192/274 kB | 98/228 kB | 86/315 kB | 20/38 kB
Progress (5): 284/528 kB | 192/274 kB | 98/228 kB | 86/315 kB | 24/38 kB
Progress (5): 284/528 kB | 192/274 kB | 102/228 kB | 86/315 kB | 24/38 kB
Progress (5): 284/528 kB | 192/274 kB | 102/228 kB | 90/315 kB | 24/38 kB
Progress (5): 284/528 kB | 196/274 kB | 102/228 kB | 90/315 kB | 24/38 kB
Progress (5): 288/528 kB | 196/274 kB | 102/228 kB | 90/315 kB | 24/38 kB
Progress (5): 288/528 kB | 197/274 kB | 102/228 kB | 90/315 kB | 24/38 kB
Progress (5): 288/528 kB | 197/274 kB | 102/228 kB | 94/315 kB | 24/38 kB
Progress (5): 288/528 kB | 197/274 kB | 106/228 kB | 94/315 kB | 24/38 kB
Progress (5): 288/528 kB | 197/274 kB | 106/228 kB | 94/315 kB | 28/38 kB
Progress (5): 288/528 kB | 197/274 kB | 110/228 kB | 94/315 kB | 28/38 kB
Progress (5): 288/528 kB | 197/274 kB | 114/228 kB | 94/315 kB | 28/38 kB
Progress (5): 288/528 kB | 197/274 kB | 114/228 kB | 98/315 kB | 28/38 kB
Progress (5): 288/528 kB | 201/274 kB | 114/228 kB | 98/315 kB | 28/38 kB
Progress (5): 292/528 kB | 201/274 kB | 114/228 kB | 98/315 kB | 28/38 kB
Progress (5): 292/528 kB | 205/274 kB | 114/228 kB | 98/315 kB | 28/38 kB
Progress (5): 292/528 kB | 205/274 kB | 114/228 kB | 98/315 kB | 28/38 kB
Progress (5): 292/528 kB | 205/274 kB | 118/228 kB | 98/315 kB | 28/38 kB
Progress (5): 292/528 kB | 205/274 kB | 118/228 kB | 98/315 kB | 32/38 kB
Progress (5): 292/528 kB | 205/274 kB | 122/228 kB | 98/315 kB | 32/38 kB
Progress (5): 292/528 kB | 205/274 kB | 122/228 kB | 102/315 kB | 32/38 kB
Progress (5): 292/528 kB | 209/274 kB | 122/228 kB | 102/315 kB | 32/38 kB
Progress (5): 296/528 kB | 209/274 kB | 122/228 kB | 102/315 kB | 32/38 kB
Progress (5): 296/528 kB | 213/274 kB | 122/228 kB | 102/315 kB | 32/38 kB
Progress (5): 296/528 kB | 213/274 kB | 122/228 kB | 106/315 kB | 32/38 kB
Progress (5): 296/528 kB | 217/274 kB | 122/228 kB | 106/315 kB | 32/38 kB
Progress (5): 296/528 kB | 217/274 kB | 126/228 kB | 106/315 kB | 32/38 kB
Progress (5): 296/528 kB | 217/274 kB | 126/228 kB | 106/315 kB | 36/38 kB
Progress (5): 296/528 kB | 217/274 kB | 130/228 kB | 106/315 kB | 36/38 kB
Progress (5): 296/528 kB | 221/274 kB | 130/228 kB | 106/315 kB | 36/38 kB
Progress (5): 296/528 kB | 221/274 kB | 130/228 kB | 110/315 kB | 36/38 kB
Progress (5): 300/528 kB | 221/274 kB | 130/228 kB | 110/315 kB | 36/38 kB
Progress (5): 300/528 kB | 221/274 kB | 130/228 kB | 114/315 kB | 36/38 kB
Progress (5): 300/528 kB | 225/274 kB | 130/228 kB | 114/315 kB | 36/38 kB
Progress (5): 300/528 kB | 225/274 kB | 134/228 kB | 114/315 kB | 36/38 kB
Progress (5): 300/528 kB | 225/274 kB | 134/228 kB | 114/315 kB | 38 kB   
Progress (5): 300/528 kB | 225/274 kB | 138/228 kB | 114/315 kB | 38 kB
Progress (5): 300/528 kB | 229/274 kB | 138/228 kB | 114/315 kB | 38 kB
Progress (5): 300/528 kB | 229/274 kB | 138/228 kB | 118/315 kB | 38 kB
Progress (5): 304/528 kB | 229/274 kB | 138/228 kB | 118/315 kB | 38 kB
Progress (5): 304/528 kB | 229/274 kB | 138/228 kB | 122/315 kB | 38 kB
Progress (5): 304/528 kB | 229/274 kB | 138/228 kB | 122/315 kB | 38 kB
Progress (5): 304/528 kB | 229/274 kB | 142/228 kB | 122/315 kB | 38 kB
Progress (5): 304/528 kB | 229/274 kB | 142/228 kB | 126/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 142/228 kB | 126/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 142/228 kB | 130/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 146/228 kB | 130/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 146/228 kB | 134/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 150/228 kB | 134/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 154/228 kB | 134/315 kB | 38 kB
Progress (5): 308/528 kB | 229/274 kB | 158/228 kB | 134/315 kB | 38 kB
Progress (5): 312/528 kB | 229/274 kB | 158/228 kB | 134/315 kB | 38 kB
Progress (5): 312/528 kB | 229/274 kB | 162/228 kB | 134/315 kB | 38 kB
Progress (5): 312/528 kB | 233/274 kB | 162/228 kB | 134/315 kB | 38 kB
Progress (5): 312/528 kB | 233/274 kB | 162/228 kB | 138/315 kB | 38 kB
Progress (5): 312/528 kB | 237/274 kB | 162/228 kB | 138/315 kB | 38 kB
Progress (5): 312/528 kB | 237/274 kB | 166/228 kB | 138/315 kB | 38 kB
Progress (5): 316/528 kB | 237/274 kB | 166/228 kB | 138/315 kB | 38 kB
Progress (5): 316/528 kB | 237/274 kB | 170/228 kB | 138/315 kB | 38 kB
Progress (5): 316/528 kB | 241/274 kB | 170/228 kB | 138/315 kB | 38 kB
Progress (5): 316/528 kB | 241/274 kB | 174/228 kB | 138/315 kB | 38 kB
Progress (5): 316/528 kB | 241/274 kB | 174/228 kB | 142/315 kB | 38 kB
Progress (5): 316/528 kB | 241/274 kB | 178/228 kB | 142/315 kB | 38 kB
Progress (5): 316/528 kB | 245/274 kB | 178/228 kB | 142/315 kB | 38 kB
Progress (5): 320/528 kB | 245/274 kB | 178/228 kB | 142/315 kB | 38 kB
Progress (5): 320/528 kB | 249/274 kB | 178/228 kB | 142/315 kB | 38 kB
Progress (5): 320/528 kB | 249/274 kB | 182/228 kB | 142/315 kB | 38 kB
Progress (5): 320/528 kB | 249/274 kB | 182/228 kB | 146/315 kB | 38 kB
Progress (5): 320/528 kB | 249/274 kB | 186/228 kB | 146/315 kB | 38 kB
Progress (5): 320/528 kB | 253/274 kB | 186/228 kB | 146/315 kB | 38 kB
Progress (5): 324/528 kB | 253/274 kB | 186/228 kB | 146/315 kB | 38 kB
Progress (5): 324/528 kB | 257/274 kB | 186/228 kB | 146/315 kB | 38 kB
Progress (5): 328/528 kB | 257/274 kB | 186/228 kB | 146/315 kB | 38 kB
Progress (5): 328/528 kB | 257/274 kB | 190/228 kB | 146/315 kB | 38 kB
Progress (5): 328/528 kB | 257/274 kB | 190/228 kB | 150/315 kB | 38 kB
Progress (5): 328/528 kB | 257/274 kB | 194/228 kB | 150/315 kB | 38 kB
Progress (5): 332/528 kB | 257/274 kB | 194/228 kB | 150/315 kB | 38 kB
Progress (5): 332/528 kB | 261/274 kB | 194/228 kB | 150/315 kB | 38 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 168 kB/s)
Progress (4): 336/528 kB | 261/274 kB | 194/228 kB | 150/315 kB
Progress (4): 336/528 kB | 261/274 kB | 198/228 kB | 150/315 kB
Progress (4): 336/528 kB | 261/274 kB | 198/228 kB | 154/315 kB
Progress (4): 336/528 kB | 261/274 kB | 202/228 kB | 154/315 kB
Progress (4): 340/528 kB | 261/274 kB | 202/228 kB | 154/315 kB
Progress (4): 340/528 kB | 261/274 kB | 206/228 kB | 154/315 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
Progress (4): 340/528 kB | 265/274 kB | 206/228 kB | 154/315 kB
Progress (4): 340/528 kB | 265/274 kB | 210/228 kB | 154/315 kB
Progress (4): 344/528 kB | 265/274 kB | 210/228 kB | 154/315 kB
Progress (4): 344/528 kB | 265/274 kB | 214/228 kB | 154/315 kB
Progress (4): 344/528 kB | 265/274 kB | 214/228 kB | 158/315 kB
Progress (4): 344/528 kB | 265/274 kB | 218/228 kB | 158/315 kB
Progress (4): 348/528 kB | 265/274 kB | 218/228 kB | 158/315 kB
Progress (4): 348/528 kB | 265/274 kB | 222/228 kB | 158/315 kB
Progress (4): 348/528 kB | 269/274 kB | 222/228 kB | 158/315 kB
Progress (4): 348/528 kB | 269/274 kB | 226/228 kB | 158/315 kB
Progress (4): 352/528 kB | 269/274 kB | 226/228 kB | 158/315 kB
Progress (4): 352/528 kB | 269/274 kB | 226/228 kB | 162/315 kB
Progress (4): 356/528 kB | 269/274 kB | 226/228 kB | 162/315 kB
Progress (4): 356/528 kB | 269/274 kB | 228 kB | 162/315 kB    
Progress (4): 356/528 kB | 273/274 kB | 228 kB | 162/315 kB
Progress (4): 360/528 kB | 273/274 kB | 228 kB | 162/315 kB
Progress (4): 360/528 kB | 273/274 kB | 228 kB | 166/315 kB
Progress (4): 364/528 kB | 273/274 kB | 228 kB | 166/315 kB
Progress (4): 364/528 kB | 274 kB | 228 kB | 166/315 kB    
Progress (4): 368/528 kB | 274 kB | 228 kB | 166/315 kB
Progress (4): 368/528 kB | 274 kB | 228 kB | 170/315 kB
Progress (4): 372/528 kB | 274 kB | 228 kB | 170/315 kB
Progress (4): 372/528 kB | 274 kB | 228 kB | 174/315 kB
Progress (4): 376/528 kB | 274 kB | 228 kB | 174/315 kB
Progress (4): 376/528 kB | 274 kB | 228 kB | 178/315 kB
Progress (4): 380/528 kB | 274 kB | 228 kB | 178/315 kB
Progress (4): 380/528 kB | 274 kB | 228 kB | 182/315 kB
Progress (4): 384/528 kB | 274 kB | 228 kB | 182/315 kB
Progress (4): 384/528 kB | 274 kB | 228 kB | 186/315 kB
Progress (4): 388/528 kB | 274 kB | 228 kB | 186/315 kB
Progress (4): 388/528 kB | 274 kB | 228 kB | 190/315 kB
Progress (4): 392/528 kB | 274 kB | 228 kB | 190/315 kB
Progress (4): 392/528 kB | 274 kB | 228 kB | 194/315 kB
Progress (4): 396/528 kB | 274 kB | 228 kB | 194/315 kB
Progress (4): 396/528 kB | 274 kB | 228 kB | 198/315 kB
Progress (4): 400/528 kB | 274 kB | 228 kB | 198/315 kB
Progress (4): 400/528 kB | 274 kB | 228 kB | 202/315 kB
Progress (4): 404/528 kB | 274 kB | 228 kB | 202/315 kB
Progress (4): 404/528 kB | 274 kB | 228 kB | 206/315 kB
Progress (4): 408/528 kB | 274 kB | 228 kB | 206/315 kB
Progress (4): 408/528 kB | 274 kB | 228 kB | 210/315 kB
Progress (4): 412/528 kB | 274 kB | 228 kB | 210/315 kB
Progress (4): 412/528 kB | 274 kB | 228 kB | 214/315 kB
Progress (4): 416/528 kB | 274 kB | 228 kB | 214/315 kB
Progress (4): 416/528 kB | 274 kB | 228 kB | 218/315 kB
Progress (4): 420/528 kB | 274 kB | 228 kB | 218/315 kB
Progress (4): 420/528 kB | 274 kB | 228 kB | 222/315 kB
Progress (4): 424/528 kB | 274 kB | 228 kB | 222/315 kB
Progress (4): 424/528 kB | 274 kB | 228 kB | 226/315 kB
Progress (4): 428/528 kB | 274 kB | 228 kB | 226/315 kB
Progress (4): 428/528 kB | 274 kB | 228 kB | 230/315 kB
Progress (4): 432/528 kB | 274 kB | 228 kB | 230/315 kB
Progress (4): 436/528 kB | 274 kB | 228 kB | 230/315 kB
Progress (4): 440/528 kB | 274 kB | 228 kB | 230/315 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.jar (228 kB at 962 kB/s)
Progress (3): 444/528 kB | 274 kB | 230/315 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 1.1 MB/s)
Progress (3): 444/528 kB | 230/315 kB | 4.1/316 kB
Progress (3): 444/528 kB | 234/315 kB | 4.1/316 kB
Progress (3): 444/528 kB | 234/315 kB | 7.7/316 kB
Progress (3): 448/528 kB | 234/315 kB | 7.7/316 kB
Progress (3): 448/528 kB | 234/315 kB | 12/316 kB 
Progress (3): 448/528 kB | 238/315 kB | 12/316 kB
Progress (3): 448/528 kB | 238/315 kB | 16/316 kB
Progress (3): 452/528 kB | 238/315 kB | 16/316 kB
Progress (3): 452/528 kB | 238/315 kB | 20/316 kB
Progress (3): 452/528 kB | 242/315 kB | 20/316 kB
Progress (3): 452/528 kB | 242/315 kB | 24/316 kB
Progress (3): 456/528 kB | 242/315 kB | 24/316 kB
Progress (3): 456/528 kB | 246/315 kB | 24/316 kB
Progress (3): 460/528 kB | 246/315 kB | 24/316 kB
Progress (3): 460/528 kB | 246/315 kB | 28/316 kB
Progress (3): 464/528 kB | 246/315 kB | 28/316 kB
Progress (3): 464/528 kB | 250/315 kB | 28/316 kB
Progress (3): 468/528 kB | 250/315 kB | 28/316 kB
Progress (3): 468/528 kB | 250/315 kB | 32/316 kB
Progress (3): 472/528 kB | 250/315 kB | 32/316 kB
Progress (3): 472/528 kB | 254/315 kB | 32/316 kB
Progress (3): 476/528 kB | 254/315 kB | 32/316 kB
Progress (3): 476/528 kB | 254/315 kB | 33/316 kB
Progress (3): 480/528 kB | 254/315 kB | 33/316 kB
Progress (3): 480/528 kB | 254/315 kB | 37/316 kB
Progress (3): 480/528 kB | 258/315 kB | 37/316 kB
Progress (3): 480/528 kB | 258/315 kB | 41/316 kB
Progress (3): 480/528 kB | 262/315 kB | 41/316 kB
Progress (3): 484/528 kB | 262/315 kB | 41/316 kB
Progress (3): 484/528 kB | 266/315 kB | 41/316 kB
Progress (3): 484/528 kB | 266/315 kB | 45/316 kB
Progress (3): 484/528 kB | 270/315 kB | 45/316 kB
Progress (3): 488/528 kB | 270/315 kB | 45/316 kB
Progress (3): 488/528 kB | 274/315 kB | 45/316 kB
Progress (3): 488/528 kB | 274/315 kB | 49/316 kB
Progress (3): 492/528 kB | 274/315 kB | 49/316 kB
Progress (3): 492/528 kB | 274/315 kB | 53/316 kB
Progress (3): 492/528 kB | 278/315 kB | 53/316 kB
Progress (3): 496/528 kB | 278/315 kB | 53/316 kB
Progress (3): 496/528 kB | 278/315 kB | 57/316 kB
Progress (3): 500/528 kB | 278/315 kB | 57/316 kB
Progress (3): 500/528 kB | 278/315 kB | 61/316 kB
Progress (3): 500/528 kB | 282/315 kB | 61/316 kB
Progress (3): 504/528 kB | 282/315 kB | 61/316 kB
Progress (3): 504/528 kB | 282/315 kB | 65/316 kB
Progress (3): 504/528 kB | 282/315 kB | 66/316 kB
Progress (3): 504/528 kB | 282/315 kB | 70/316 kB
Progress (3): 504/528 kB | 282/315 kB | 74/316 kB
Progress (3): 508/528 kB | 282/315 kB | 74/316 kB
Progress (3): 508/528 kB | 282/315 kB | 78/316 kB
Progress (3): 508/528 kB | 286/315 kB | 78/316 kB
Progress (3): 512/528 kB | 286/315 kB | 78/316 kB
Progress (3): 512/528 kB | 286/315 kB | 82/316 kB
Progress (3): 516/528 kB | 286/315 kB | 82/316 kB
Progress (3): 516/528 kB | 286/315 kB | 86/316 kB
Progress (3): 516/528 kB | 286/315 kB | 90/316 kB
Progress (3): 516/528 kB | 290/315 kB | 90/316 kB
Progress (3): 516/528 kB | 290/315 kB | 94/316 kB
Progress (3): 516/528 kB | 294/315 kB | 94/316 kB
Progress (3): 516/528 kB | 298/315 kB | 94/316 kB
Progress (3): 516/528 kB | 302/315 kB | 94/316 kB
Progress (3): 516/528 kB | 306/315 kB | 94/316 kB
Progress (3): 520/528 kB | 306/315 kB | 94/316 kB
Progress (3): 520/528 kB | 310/315 kB | 94/316 kB
Progress (3): 520/528 kB | 310/315 kB | 98/316 kB
Progress (3): 520/528 kB | 314/315 kB | 98/316 kB
Progress (3): 520/528 kB | 315 kB | 98/316 kB    
Progress (3): 524/528 kB | 315 kB | 98/316 kB
Progress (3): 524/528 kB | 315 kB | 98/316 kB
Progress (3): 528/528 kB | 315 kB | 98/316 kB
Progress (3): 528 kB | 315 kB | 98/316 kB    
Progress (3): 528 kB | 315 kB | 102/316 kB
Progress (3): 528 kB | 315 kB | 106/316 kB
Progress (3): 528 kB | 315 kB | 110/316 kB
Progress (3): 528 kB | 315 kB | 114/316 kB
Progress (3): 528 kB | 315 kB | 118/316 kB
Progress (3): 528 kB | 315 kB | 122/316 kB
Progress (3): 528 kB | 315 kB | 126/316 kB
Progress (3): 528 kB | 315 kB | 130/316 kB
Progress (3): 528 kB | 315 kB | 131/316 kB
Progress (3): 528 kB | 315 kB | 135/316 kB
Progress (3): 528 kB | 315 kB | 139/316 kB
Progress (3): 528 kB | 315 kB | 143/316 kB
Progress (3): 528 kB | 315 kB | 147/316 kB
Progress (3): 528 kB | 315 kB | 151/316 kB
Progress (3): 528 kB | 315 kB | 155/316 kB
Progress (3): 528 kB | 315 kB | 159/316 kB
Progress (3): 528 kB | 315 kB | 163/316 kB
Progress (3): 528 kB | 315 kB | 164/316 kB
Progress (3): 528 kB | 315 kB | 168/316 kB
Progress (3): 528 kB | 315 kB | 172/316 kB
Progress (3): 528 kB | 315 kB | 176/316 kB
Progress (3): 528 kB | 315 kB | 180/316 kB
Progress (3): 528 kB | 315 kB | 184/316 kB
Progress (3): 528 kB | 315 kB | 188/316 kB
Progress (3): 528 kB | 315 kB | 192/316 kB
Progress (3): 528 kB | 315 kB | 196/316 kB
Progress (3): 528 kB | 315 kB | 200/316 kB
Progress (3): 528 kB | 315 kB | 204/316 kB
Progress (3): 528 kB | 315 kB | 208/316 kB
Progress (3): 528 kB | 315 kB | 212/316 kB
Progress (3): 528 kB | 315 kB | 216/316 kB
Progress (3): 528 kB | 315 kB | 220/316 kB
Progress (3): 528 kB | 315 kB | 224/316 kB
Progress (3): 528 kB | 315 kB | 228/316 kB
Progress (3): 528 kB | 315 kB | 232/316 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.6 MB/s)
Progress (2): 315 kB | 236/316 kB
Progress (2): 315 kB | 240/316 kB
Progress (2): 315 kB | 244/316 kB
Progress (2): 315 kB | 248/316 kB
Progress (2): 315 kB | 252/316 kB
Progress (2): 315 kB | 256/316 kB
Progress (2): 315 kB | 260/316 kB
Progress (2): 315 kB | 264/316 kB
Progress (2): 315 kB | 268/316 kB
Progress (2): 315 kB | 272/316 kB
Progress (2): 315 kB | 276/316 kB
Progress (2): 315 kB | 280/316 kB
Progress (2): 315 kB | 284/316 kB
Progress (2): 315 kB | 288/316 kB
Progress (2): 315 kB | 292/316 kB
Progress (2): 315 kB | 296/316 kB
Progress (2): 315 kB | 300/316 kB
Progress (2): 315 kB | 304/316 kB
Progress (2): 315 kB | 308/316 kB
Progress (2): 315 kB | 312/316 kB
Progress (2): 315 kB | 316/316 kB
Progress (2): 315 kB | 316 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 917 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 856 kB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 208 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
Progress (1): 4.1/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/33/maven-shared-components-33.pom (5.1 kB at 300 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 268 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (2): 16/24 kB | 4.1/263 kB
Progress (2): 16/24 kB | 7.7/263 kB
Progress (2): 16/24 kB | 12/263 kB 
Progress (2): 16/24 kB | 16/263 kB
Progress (2): 20/24 kB | 16/263 kB
Progress (2): 24/24 kB | 16/263 kB
Progress (2): 24 kB | 16/263 kB   
Progress (2): 24 kB | 20/263 kB
Progress (2): 24 kB | 24/263 kB
Progress (2): 24 kB | 28/263 kB
Progress (2): 24 kB | 32/263 kB
Progress (2): 24 kB | 33/263 kB
Progress (2): 24 kB | 37/263 kB
Progress (2): 24 kB | 41/263 kB
Progress (2): 24 kB | 45/263 kB
Progress (2): 24 kB | 49/263 kB
Progress (2): 24 kB | 53/263 kB
Progress (2): 24 kB | 57/263 kB
Progress (2): 24 kB | 61/263 kB
Progress (2): 24 kB | 65/263 kB
Progress (2): 24 kB | 66/263 kB
Progress (2): 24 kB | 70/263 kB
Progress (2): 24 kB | 74/263 kB
Progress (2): 24 kB | 78/263 kB
Progress (2): 24 kB | 82/263 kB
Progress (2): 24 kB | 86/263 kB
Progress (2): 24 kB | 90/263 kB
Progress (2): 24 kB | 94/263 kB
Progress (2): 24 kB | 98/263 kB
Progress (2): 24 kB | 98/263 kB
Progress (2): 24 kB | 102/263 kB
Progress (2): 24 kB | 106/263 kB
Progress (2): 24 kB | 110/263 kB
Progress (2): 24 kB | 114/263 kB
Progress (2): 24 kB | 118/263 kB
Progress (2): 24 kB | 122/263 kB
Progress (2): 24 kB | 126/263 kB
Progress (2): 24 kB | 130/263 kB
Progress (2): 24 kB | 131/263 kB
Progress (2): 24 kB | 135/263 kB
Progress (2): 24 kB | 139/263 kB
Progress (2): 24 kB | 143/263 kB
Progress (2): 24 kB | 147/263 kB
Progress (2): 24 kB | 151/263 kB
Progress (2): 24 kB | 155/263 kB
Progress (2): 24 kB | 159/263 kB
Progress (2): 24 kB | 163/263 kB
Progress (2): 24 kB | 167/263 kB
Progress (2): 24 kB | 171/263 kB
Progress (2): 24 kB | 175/263 kB
Progress (2): 24 kB | 179/263 kB
Progress (2): 24 kB | 183/263 kB
Progress (2): 24 kB | 187/263 kB
Progress (2): 24 kB | 191/263 kB
Progress (2): 24 kB | 195/263 kB
Progress (2): 24 kB | 199/263 kB
Progress (2): 24 kB | 203/263 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 530 kB/s)
Progress (1): 207/263 kB
Progress (1): 211/263 kB
Progress (1): 215/263 kB
Progress (1): 219/263 kB
Progress (1): 223/263 kB
Progress (1): 227/263 kB
Progress (1): 231/263 kB
Progress (1): 235/263 kB
Progress (1): 239/263 kB
Progress (1): 243/263 kB
Progress (1): 247/263 kB
Progress (1): 251/263 kB
Progress (1): 255/263 kB
Progress (1): 259/263 kB
Progress (1): 263 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 906 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0-SNAPSHOT/eclipse-collections-code-generator-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0-SNAPSHOT/eclipse-collections-code-generator-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0-SNAPSHOT/eclipse-collections-code-generator-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
[INFO] Building Eclipse Collections Code Generator Maven Plugin 10.1.0-SNAPSHOT [3/18]
[INFO] ----------------------------[ maven-plugin ]----------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.pom (13 kB at 614 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom
Progress (1): 4.1/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.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 570 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar
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/maven/plugins/maven-plugin-plugin/3.6.0/maven-plugin-plugin-3.6.0.jar (53 kB at 2.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Progress (1): 601 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 33 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 418 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 47 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 316 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 36 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Progress (1): 723 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 38 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom (4.6 kB at 241 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
Progress (2): 10 kB | 4.1/78 kB
Progress (2): 10 kB | 7.7/78 kB
Progress (2): 10 kB | 12/78 kB 
Progress (2): 10 kB | 16/78 kB
Progress (2): 10 kB | 20/78 kB
Progress (2): 10 kB | 24/78 kB
Progress (2): 10 kB | 28/78 kB
Progress (2): 10 kB | 32/78 kB
Progress (3): 10 kB | 32/78 kB | 4.1/105 kB
Progress (3): 10 kB | 32/78 kB | 7.7/105 kB
Progress (3): 10 kB | 36/78 kB | 7.7/105 kB
Progress (3): 10 kB | 40/78 kB | 7.7/105 kB
Progress (3): 10 kB | 44/78 kB | 7.7/105 kB
Progress (3): 10 kB | 48/78 kB | 7.7/105 kB
Progress (3): 10 kB | 48/78 kB | 12/105 kB 
Progress (3): 10 kB | 48/78 kB | 16/105 kB
Progress (4): 10 kB | 48/78 kB | 16/105 kB | 4.1/51 kB
Progress (4): 10 kB | 48/78 kB | 20/105 kB | 4.1/51 kB
Progress (4): 10 kB | 48/78 kB | 20/105 kB | 7.7/51 kB
Progress (4): 10 kB | 52/78 kB | 20/105 kB | 7.7/51 kB
Progress (4): 10 kB | 52/78 kB | 20/105 kB | 12/51 kB 
Progress (4): 10 kB | 52/78 kB | 24/105 kB | 12/51 kB
Progress (5): 10 kB | 52/78 kB | 24/105 kB | 12/51 kB | 4.1/30 kB
Progress (5): 10 kB | 52/78 kB | 24/105 kB | 16/51 kB | 4.1/30 kB
Progress (5): 10 kB | 56/78 kB | 24/105 kB | 16/51 kB | 4.1/30 kB
Progress (5): 10 kB | 56/78 kB | 24/105 kB | 16/51 kB | 7.7/30 kB
Progress (5): 10 kB | 56/78 kB | 28/105 kB | 16/51 kB | 7.7/30 kB
Progress (5): 10 kB | 56/78 kB | 28/105 kB | 16/51 kB | 12/30 kB 
Progress (5): 10 kB | 60/78 kB | 28/105 kB | 16/51 kB | 12/30 kB
Progress (5): 10 kB | 60/78 kB | 28/105 kB | 20/51 kB | 12/30 kB
Progress (5): 10 kB | 64/78 kB | 28/105 kB | 20/51 kB | 12/30 kB
Progress (5): 10 kB | 64/78 kB | 28/105 kB | 20/51 kB | 16/30 kB
Progress (5): 10 kB | 68/78 kB | 28/105 kB | 20/51 kB | 16/30 kB
Progress (5): 10 kB | 72/78 kB | 28/105 kB | 20/51 kB | 16/30 kB
Progress (5): 10 kB | 76/78 kB | 28/105 kB | 20/51 kB | 16/30 kB
Progress (5): 10 kB | 76/78 kB | 32/105 kB | 20/51 kB | 16/30 kB
Progress (5): 10 kB | 78 kB | 32/105 kB | 20/51 kB | 16/30 kB   
Progress (5): 10 kB | 78 kB | 32/105 kB | 20/51 kB | 20/30 kB
Progress (5): 10 kB | 78 kB | 32/105 kB | 24/51 kB | 20/30 kB
Progress (5): 10 kB | 78 kB | 32/105 kB | 24/51 kB | 24/30 kB
Progress (5): 10 kB | 78 kB | 33/105 kB | 24/51 kB | 24/30 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 307 kB/s)
Progress (4): 78 kB | 37/105 kB | 24/51 kB | 24/30 kB
Progress (4): 78 kB | 37/105 kB | 24/51 kB | 28/30 kB
Progress (4): 78 kB | 37/105 kB | 28/51 kB | 28/30 kB
Progress (4): 78 kB | 37/105 kB | 28/51 kB | 30 kB   
Progress (4): 78 kB | 41/105 kB | 28/51 kB | 30 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar
Progress (4): 78 kB | 45/105 kB | 28/51 kB | 30 kB
Progress (4): 78 kB | 45/105 kB | 32/51 kB | 30 kB
Progress (4): 78 kB | 49/105 kB | 32/51 kB | 30 kB
Progress (4): 78 kB | 49/105 kB | 36/51 kB | 30 kB
Progress (4): 78 kB | 53/105 kB | 36/51 kB | 30 kB
Progress (4): 78 kB | 57/105 kB | 36/51 kB | 30 kB
Progress (4): 78 kB | 57/105 kB | 40/51 kB | 30 kB
Progress (4): 78 kB | 61/105 kB | 40/51 kB | 30 kB
Progress (4): 78 kB | 65/105 kB | 40/51 kB | 30 kB
Progress (4): 78 kB | 65/105 kB | 44/51 kB | 30 kB
Progress (4): 78 kB | 66/105 kB | 44/51 kB | 30 kB
Progress (4): 78 kB | 66/105 kB | 48/51 kB | 30 kB
Progress (4): 78 kB | 70/105 kB | 48/51 kB | 30 kB
Progress (4): 78 kB | 70/105 kB | 51 kB | 30 kB   
Progress (4): 78 kB | 74/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 78/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 82/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 86/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 90/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 94/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 98/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 102/105 kB | 51 kB | 30 kB
Progress (4): 78 kB | 105 kB | 51 kB | 30 kB    
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 4.1/21 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 7.7/21 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 12/21 kB 
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 16/21 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 20/21 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 21 kB   
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 439 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.jar
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 4.1/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 7.7/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 12/52 kB 
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 16/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 20/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 24/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 28/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 32/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 36/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 40/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 44/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 48/52 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 52 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-5/wagon-provider-api-1.0-alpha-5.jar (52 kB at 806 kB/s)
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.jar
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 4.1/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 7.7/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 12/164 kB 
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 16/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 20/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 24/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 28/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 32/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 33/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 37/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 41/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 45/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 49/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 53/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 57/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 61/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 65/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 66/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 70/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 74/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 78/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 82/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 86/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 90/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 94/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 98/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 98/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 102/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 106/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 110/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 114/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 118/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 122/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 126/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 130/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 134/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 138/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 142/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 146/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 150/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 154/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 158/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 162/164 kB
Progress (5): 78 kB | 105 kB | 51 kB | 30 kB | 164 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.jar (164 kB at 1.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 1.1 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 317 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 817 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 482 kB/s)
Progress (1): 4.1/195 kB
Progress (1): 7.7/195 kB
Progress (2): 7.7/195 kB | 4.1/79 kB
Progress (2): 7.7/195 kB | 7.7/79 kB
Progress (2): 7.7/195 kB | 12/79 kB 
Progress (2): 7.7/195 kB | 16/79 kB
Progress (2): 7.7/195 kB | 20/79 kB
Progress (2): 12/195 kB | 20/79 kB 
Progress (2): 12/195 kB | 24/79 kB
Progress (2): 16/195 kB | 24/79 kB
Progress (2): 16/195 kB | 28/79 kB
Progress (2): 16/195 kB | 32/79 kB
Progress (2): 20/195 kB | 32/79 kB
Progress (2): 20/195 kB | 33/79 kB
Progress (2): 24/195 kB | 33/79 kB
Progress (2): 24/195 kB | 37/79 kB
Progress (2): 24/195 kB | 41/79 kB
Progress (2): 24/195 kB | 45/79 kB
Progress (2): 28/195 kB | 45/79 kB
Progress (2): 28/195 kB | 49/79 kB
Progress (2): 32/195 kB | 49/79 kB
Progress (2): 33/195 kB | 49/79 kB
Progress (2): 33/195 kB | 53/79 kB
Progress (2): 33/195 kB | 57/79 kB
Progress (2): 33/195 kB | 61/79 kB
Progress (2): 33/195 kB | 65/79 kB
Progress (2): 33/195 kB | 66/79 kB
Progress (2): 33/195 kB | 70/79 kB
Progress (2): 33/195 kB | 74/79 kB
Progress (2): 33/195 kB | 78/79 kB
Progress (2): 33/195 kB | 79 kB   
Progress (2): 37/195 kB | 79 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 583 kB/s)
Progress (1): 41/195 kB
Progress (1): 45/195 kB
Progress (1): 49/195 kB
Progress (1): 53/195 kB
Progress (1): 57/195 kB
Progress (1): 61/195 kB
Progress (1): 65/195 kB
Progress (1): 66/195 kB
Progress (1): 70/195 kB
Progress (1): 74/195 kB
Progress (1): 78/195 kB
Progress (1): 82/195 kB
Progress (1): 86/195 kB
Progress (1): 90/195 kB
Progress (1): 94/195 kB
Progress (1): 98/195 kB
Progress (1): 102/195 kB
Progress (1): 106/195 kB
Progress (1): 110/195 kB
Progress (1): 114/195 kB
Progress (1): 118/195 kB
Progress (1): 122/195 kB
Progress (1): 126/195 kB
Progress (1): 130/195 kB
Progress (1): 134/195 kB
Progress (1): 138/195 kB
Progress (1): 142/195 kB
Progress (1): 146/195 kB
Progress (1): 150/195 kB
Progress (1): 154/195 kB
Progress (1): 158/195 kB
Progress (1): 162/195 kB
Progress (1): 166/195 kB
Progress (1): 170/195 kB
Progress (1): 174/195 kB
Progress (1): 178/195 kB
Progress (1): 182/195 kB
Progress (1): 186/195 kB
Progress (1): 190/195 kB
Progress (1): 194/195 kB
Progress (1): 195 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.pom (2.8 kB at 155 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.pom (3.9 kB at 219 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (1.9 kB at 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 966 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 215 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 174 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 197 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Progress (1): 4.1/9.2 kB
Progress (1): 7.7/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 461 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.pom (2.9 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.pom (16 kB at 917 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.pom (4.0 kB at 212 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 431 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 219 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 199 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
Progress (1): 4.1/114 kB
Progress (1): 7.7/114 kB
Progress (1): 12/114 kB 
Progress (1): 16/114 kB
Progress (1): 20/114 kB
Progress (1): 24/114 kB
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 (2): 44/114 kB | 4.1/49 kB
Progress (2): 48/114 kB | 4.1/49 kB
Progress (2): 48/114 kB | 7.7/49 kB
Progress (3): 48/114 kB | 7.7/49 kB | 4.1/24 kB
Progress (3): 48/114 kB | 12/49 kB | 4.1/24 kB 
Progress (3): 48/114 kB | 16/49 kB | 4.1/24 kB
Progress (4): 48/114 kB | 16/49 kB | 4.1/24 kB | 4.1/50 kB
Progress (4): 52/114 kB | 16/49 kB | 4.1/24 kB | 4.1/50 kB
Progress (4): 52/114 kB | 16/49 kB | 4.1/24 kB | 7.7/50 kB
Progress (4): 52/114 kB | 20/49 kB | 4.1/24 kB | 7.7/50 kB
Progress (4): 52/114 kB | 20/49 kB | 7.7/24 kB | 7.7/50 kB
Progress (4): 52/114 kB | 24/49 kB | 7.7/24 kB | 7.7/50 kB
Progress (4): 52/114 kB | 24/49 kB | 7.7/24 kB | 12/50 kB 
Progress (4): 52/114 kB | 28/49 kB | 7.7/24 kB | 12/50 kB
Progress (4): 56/114 kB | 28/49 kB | 7.7/24 kB | 12/50 kB
Progress (4): 56/114 kB | 32/49 kB | 7.7/24 kB | 12/50 kB
Progress (4): 60/114 kB | 32/49 kB | 7.7/24 kB | 12/50 kB
Progress (4): 60/114 kB | 32/49 kB | 7.7/24 kB | 16/50 kB
Progress (4): 60/114 kB | 32/49 kB | 12/24 kB | 16/50 kB 
Progress (5): 60/114 kB | 32/49 kB | 12/24 kB | 16/50 kB | 4.1/80 kB
Progress (5): 60/114 kB | 32/49 kB | 16/24 kB | 16/50 kB | 4.1/80 kB
Progress (5): 60/114 kB | 32/49 kB | 16/24 kB | 20/50 kB | 4.1/80 kB
Progress (5): 64/114 kB | 32/49 kB | 16/24 kB | 20/50 kB | 4.1/80 kB
Progress (5): 64/114 kB | 36/49 kB | 16/24 kB | 20/50 kB | 4.1/80 kB
Progress (5): 68/114 kB | 36/49 kB | 16/24 kB | 20/50 kB | 4.1/80 kB
Progress (5): 68/114 kB | 36/49 kB | 16/24 kB | 24/50 kB | 4.1/80 kB
Progress (5): 68/114 kB | 36/49 kB | 20/24 kB | 24/50 kB | 4.1/80 kB
Progress (5): 68/114 kB | 36/49 kB | 20/24 kB | 28/50 kB | 4.1/80 kB
Progress (5): 68/114 kB | 36/49 kB | 20/24 kB | 28/50 kB | 7.7/80 kB
Progress (5): 68/114 kB | 36/49 kB | 20/24 kB | 32/50 kB | 7.7/80 kB
Progress (5): 68/114 kB | 36/49 kB | 20/24 kB | 32/50 kB | 12/80 kB 
Progress (5): 68/114 kB | 36/49 kB | 24 kB | 32/50 kB | 12/80 kB   
Progress (5): 72/114 kB | 36/49 kB | 24 kB | 32/50 kB | 12/80 kB
Progress (5): 72/114 kB | 40/49 kB | 24 kB | 32/50 kB | 12/80 kB
Progress (5): 76/114 kB | 40/49 kB | 24 kB | 32/50 kB | 12/80 kB
Progress (5): 76/114 kB | 44/49 kB | 24 kB | 32/50 kB | 12/80 kB
Progress (5): 76/114 kB | 44/49 kB | 24 kB | 32/50 kB | 16/80 kB
Progress (5): 76/114 kB | 44/49 kB | 24 kB | 36/50 kB | 16/80 kB
Progress (5): 76/114 kB | 44/49 kB | 24 kB | 36/50 kB | 20/80 kB
Progress (5): 76/114 kB | 48/49 kB | 24 kB | 36/50 kB | 20/80 kB
Progress (5): 80/114 kB | 48/49 kB | 24 kB | 36/50 kB | 20/80 kB
Progress (5): 80/114 kB | 49 kB | 24 kB | 36/50 kB | 20/80 kB   
Progress (5): 80/114 kB | 49 kB | 24 kB | 36/50 kB | 24/80 kB
Progress (5): 80/114 kB | 49 kB | 24 kB | 40/50 kB | 24/80 kB
Progress (5): 80/114 kB | 49 kB | 24 kB | 40/50 kB | 28/80 kB
Progress (5): 80/114 kB | 49 kB | 24 kB | 44/50 kB | 28/80 kB
Progress (5): 84/114 kB | 49 kB | 24 kB | 44/50 kB | 28/80 kB
Progress (5): 84/114 kB | 49 kB | 24 kB | 48/50 kB | 28/80 kB
Progress (5): 84/114 kB | 49 kB | 24 kB | 48/50 kB | 32/80 kB
Progress (5): 84/114 kB | 49 kB | 24 kB | 50 kB | 32/80 kB   
Progress (5): 88/114 kB | 49 kB | 24 kB | 50 kB | 32/80 kB
Progress (5): 88/114 kB | 49 kB | 24 kB | 50 kB | 33/80 kB
Progress (5): 92/114 kB | 49 kB | 24 kB | 50 kB | 33/80 kB
Progress (5): 92/114 kB | 49 kB | 24 kB | 50 kB | 37/80 kB
Progress (5): 96/114 kB | 49 kB | 24 kB | 50 kB | 37/80 kB
Progress (5): 96/114 kB | 49 kB | 24 kB | 50 kB | 41/80 kB
Progress (5): 100/114 kB | 49 kB | 24 kB | 50 kB | 41/80 kB
Progress (5): 100/114 kB | 49 kB | 24 kB | 50 kB | 45/80 kB
Progress (5): 104/114 kB | 49 kB | 24 kB | 50 kB | 45/80 kB
Progress (5): 104/114 kB | 49 kB | 24 kB | 50 kB | 49/80 kB
Progress (5): 108/114 kB | 49 kB | 24 kB | 50 kB | 49/80 kB
Progress (5): 108/114 kB | 49 kB | 24 kB | 50 kB | 53/80 kB
Progress (5): 112/114 kB | 49 kB | 24 kB | 50 kB | 53/80 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.6.0/maven-plugin-tools-api-3.6.0.jar (24 kB at 575 kB/s)
Progress (4): 112/114 kB | 49 kB | 50 kB | 57/80 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.6.0/maven-plugin-tools-generators-3.6.0.jar (49 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Progress (3): 114 kB | 50 kB | 57/80 kB
Progress (3): 114 kB | 50 kB | 61/80 kB
Progress (3): 114 kB | 50 kB | 65/80 kB
Progress (3): 114 kB | 50 kB | 66/80 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
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 741 kB/s)
Progress (2): 114 kB | 70/80 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar
Progress (3): 114 kB | 70/80 kB | 4.1/33 kB
Progress (3): 114 kB | 74/80 kB | 4.1/33 kB
Progress (3): 114 kB | 74/80 kB | 7.7/33 kB
Progress (3): 114 kB | 78/80 kB | 7.7/33 kB
Progress (3): 114 kB | 80 kB | 7.7/33 kB   
Progress (3): 114 kB | 80 kB | 12/33 kB 
Progress (3): 114 kB | 80 kB | 16/33 kB
Progress (3): 114 kB | 80 kB | 20/33 kB
Progress (3): 114 kB | 80 kB | 24/33 kB
Progress (3): 114 kB | 80 kB | 28/33 kB
Progress (3): 114 kB | 80 kB | 32/33 kB
Progress (3): 114 kB | 80 kB | 33 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 951 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar
Progress (2): 33 kB | 4.1/18 kB
Progress (2): 33 kB | 7.7/18 kB
Progress (2): 33 kB | 12/18 kB 
Progress (2): 33 kB | 16/18 kB
Progress (3): 33 kB | 16/18 kB | 4.1/250 kB
Progress (3): 33 kB | 16/18 kB | 7.7/250 kB
Progress (3): 33 kB | 16/18 kB | 12/250 kB 
Progress (3): 33 kB | 16/18 kB | 16/250 kB
Progress (3): 33 kB | 18 kB | 16/250 kB   
Progress (3): 33 kB | 18 kB | 20/250 kB
Progress (3): 33 kB | 18 kB | 24/250 kB
Progress (3): 33 kB | 18 kB | 28/250 kB
Progress (3): 33 kB | 18 kB | 32/250 kB
Progress (3): 33 kB | 18 kB | 33/250 kB
Progress (3): 33 kB | 18 kB | 37/250 kB
Progress (3): 33 kB | 18 kB | 41/250 kB
Progress (3): 33 kB | 18 kB | 45/250 kB
Progress (3): 33 kB | 18 kB | 49/250 kB
Progress (3): 33 kB | 18 kB | 53/250 kB
Progress (3): 33 kB | 18 kB | 57/250 kB
Progress (4): 33 kB | 18 kB | 57/250 kB | 4.1/313 kB
Progress (4): 33 kB | 18 kB | 57/250 kB | 7.7/313 kB
Progress (4): 33 kB | 18 kB | 61/250 kB | 7.7/313 kB
Progress (4): 33 kB | 18 kB | 61/250 kB | 12/313 kB 
Progress (4): 33 kB | 18 kB | 61/250 kB | 16/313 kB
Progress (4): 33 kB | 18 kB | 65/250 kB | 16/313 kB
Progress (4): 33 kB | 18 kB | 65/250 kB | 20/313 kB
Progress (4): 33 kB | 18 kB | 66/250 kB | 20/313 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.6.0/maven-plugin-tools-java-3.6.0.jar (18 kB at 185 kB/s)
Progress (3): 33 kB | 66/250 kB | 24/313 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar
Progress (3): 33 kB | 70/250 kB | 24/313 kB
Progress (3): 33 kB | 70/250 kB | 28/313 kB
Progress (3): 33 kB | 74/250 kB | 28/313 kB
Progress (3): 33 kB | 74/250 kB | 32/313 kB
Progress (3): 33 kB | 78/250 kB | 32/313 kB
Progress (3): 33 kB | 78/250 kB | 33/313 kB
Progress (3): 33 kB | 82/250 kB | 33/313 kB
Progress (3): 33 kB | 82/250 kB | 37/313 kB
Progress (3): 33 kB | 86/250 kB | 37/313 kB
Progress (3): 33 kB | 86/250 kB | 41/313 kB
Progress (3): 33 kB | 90/250 kB | 41/313 kB
Progress (3): 33 kB | 90/250 kB | 45/313 kB
Progress (3): 33 kB | 94/250 kB | 45/313 kB
Progress (3): 33 kB | 94/250 kB | 49/313 kB
Progress (3): 33 kB | 98/250 kB | 49/313 kB
Progress (3): 33 kB | 98/250 kB | 53/313 kB
Progress (3): 33 kB | 98/250 kB | 53/313 kB
Progress (3): 33 kB | 98/250 kB | 57/313 kB
Progress (3): 33 kB | 102/250 kB | 57/313 kB
Progress (3): 33 kB | 106/250 kB | 57/313 kB
Progress (3): 33 kB | 106/250 kB | 61/313 kB
Progress (3): 33 kB | 110/250 kB | 61/313 kB
Progress (3): 33 kB | 110/250 kB | 65/313 kB
Progress (3): 33 kB | 114/250 kB | 65/313 kB
Progress (3): 33 kB | 114/250 kB | 66/313 kB
Progress (3): 33 kB | 118/250 kB | 66/313 kB
Progress (3): 33 kB | 118/250 kB | 70/313 kB
Progress (3): 33 kB | 122/250 kB | 70/313 kB
Progress (3): 33 kB | 122/250 kB | 74/313 kB
Progress (4): 33 kB | 122/250 kB | 74/313 kB | 4.1/43 kB
Progress (4): 33 kB | 122/250 kB | 78/313 kB | 4.1/43 kB
Progress (4): 33 kB | 126/250 kB | 78/313 kB | 4.1/43 kB
Progress (4): 33 kB | 126/250 kB | 82/313 kB | 4.1/43 kB
Progress (4): 33 kB | 126/250 kB | 82/313 kB | 7.7/43 kB
Progress (4): 33 kB | 130/250 kB | 82/313 kB | 7.7/43 kB
Progress (4): 33 kB | 130/250 kB | 82/313 kB | 12/43 kB 
Progress (4): 33 kB | 130/250 kB | 86/313 kB | 12/43 kB
Progress (4): 33 kB | 130/250 kB | 86/313 kB | 16/43 kB
Progress (4): 33 kB | 131/250 kB | 86/313 kB | 16/43 kB
Progress (4): 33 kB | 131/250 kB | 90/313 kB | 16/43 kB
Progress (4): 33 kB | 135/250 kB | 90/313 kB | 16/43 kB
Progress (4): 33 kB | 135/250 kB | 90/313 kB | 20/43 kB
Progress (4): 33 kB | 135/250 kB | 94/313 kB | 20/43 kB
Progress (4): 33 kB | 139/250 kB | 94/313 kB | 20/43 kB
Progress (4): 33 kB | 139/250 kB | 98/313 kB | 20/43 kB
Progress (4): 33 kB | 143/250 kB | 98/313 kB | 20/43 kB
Progress (4): 33 kB | 143/250 kB | 98/313 kB | 24/43 kB
Progress (4): 33 kB | 147/250 kB | 98/313 kB | 24/43 kB
Progress (4): 33 kB | 147/250 kB | 98/313 kB | 24/43 kB
Progress (4): 33 kB | 151/250 kB | 98/313 kB | 24/43 kB
Progress (4): 33 kB | 151/250 kB | 98/313 kB | 28/43 kB
Progress (4): 33 kB | 151/250 kB | 102/313 kB | 28/43 kB
Progress (4): 33 kB | 155/250 kB | 102/313 kB | 28/43 kB
Progress (4): 33 kB | 155/250 kB | 106/313 kB | 28/43 kB
Progress (4): 33 kB | 155/250 kB | 110/313 kB | 28/43 kB
Progress (4): 33 kB | 155/250 kB | 114/313 kB | 28/43 kB
Progress (4): 33 kB | 155/250 kB | 114/313 kB | 32/43 kB
Progress (4): 33 kB | 155/250 kB | 118/313 kB | 32/43 kB
Progress (5): 33 kB | 155/250 kB | 118/313 kB | 32/43 kB | 4.1/74 kB
Progress (5): 33 kB | 159/250 kB | 118/313 kB | 32/43 kB | 4.1/74 kB
Progress (5): 33 kB | 159/250 kB | 118/313 kB | 32/43 kB | 7.7/74 kB
Progress (5): 33 kB | 159/250 kB | 122/313 kB | 32/43 kB | 7.7/74 kB
Progress (5): 33 kB | 159/250 kB | 122/313 kB | 36/43 kB | 7.7/74 kB
Progress (5): 33 kB | 159/250 kB | 126/313 kB | 36/43 kB | 7.7/74 kB
Progress (5): 33 kB | 159/250 kB | 126/313 kB | 36/43 kB | 12/74 kB 
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 198 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar
Progress (4): 163/250 kB | 126/313 kB | 36/43 kB | 12/74 kB
Progress (4): 163/250 kB | 126/313 kB | 36/43 kB | 16/74 kB
Progress (4): 167/250 kB | 126/313 kB | 36/43 kB | 16/74 kB
Progress (4): 167/250 kB | 130/313 kB | 36/43 kB | 16/74 kB
Progress (4): 167/250 kB | 130/313 kB | 40/43 kB | 16/74 kB
Progress (4): 167/250 kB | 131/313 kB | 40/43 kB | 16/74 kB
Progress (4): 171/250 kB | 131/313 kB | 40/43 kB | 16/74 kB
Progress (4): 171/250 kB | 131/313 kB | 40/43 kB | 20/74 kB
Progress (4): 175/250 kB | 131/313 kB | 40/43 kB | 20/74 kB
Progress (4): 179/250 kB | 131/313 kB | 40/43 kB | 20/74 kB
Progress (4): 179/250 kB | 135/313 kB | 40/43 kB | 20/74 kB
Progress (4): 179/250 kB | 135/313 kB | 43 kB | 20/74 kB   
Progress (4): 179/250 kB | 139/313 kB | 43 kB | 20/74 kB
Progress (4): 183/250 kB | 139/313 kB | 43 kB | 20/74 kB
Progress (4): 187/250 kB | 139/313 kB | 43 kB | 20/74 kB
Progress (4): 187/250 kB | 139/313 kB | 43 kB | 24/74 kB
Progress (4): 191/250 kB | 139/313 kB | 43 kB | 24/74 kB
Progress (4): 191/250 kB | 143/313 kB | 43 kB | 24/74 kB
Progress (4): 191/250 kB | 143/313 kB | 43 kB | 28/74 kB
Progress (4): 195/250 kB | 143/313 kB | 43 kB | 28/74 kB
Progress (4): 195/250 kB | 143/313 kB | 43 kB | 32/74 kB
Progress (4): 195/250 kB | 147/313 kB | 43 kB | 32/74 kB
Progress (4): 195/250 kB | 147/313 kB | 43 kB | 33/74 kB
Progress (4): 199/250 kB | 147/313 kB | 43 kB | 33/74 kB
Progress (4): 199/250 kB | 151/313 kB | 43 kB | 33/74 kB
Progress (4): 203/250 kB | 151/313 kB | 43 kB | 33/74 kB
Progress (4): 203/250 kB | 151/313 kB | 43 kB | 37/74 kB
Progress (4): 203/250 kB | 155/313 kB | 43 kB | 37/74 kB
Progress (4): 203/250 kB | 155/313 kB | 43 kB | 41/74 kB
Progress (4): 207/250 kB | 155/313 kB | 43 kB | 41/74 kB
Progress (4): 207/250 kB | 159/313 kB | 43 kB | 41/74 kB
Progress (4): 211/250 kB | 159/313 kB | 43 kB | 41/74 kB
Progress (4): 211/250 kB | 159/313 kB | 43 kB | 45/74 kB
Progress (4): 215/250 kB | 159/313 kB | 43 kB | 45/74 kB
Progress (4): 215/250 kB | 159/313 kB | 43 kB | 49/74 kB
Progress (4): 215/250 kB | 163/313 kB | 43 kB | 49/74 kB
Progress (4): 215/250 kB | 163/313 kB | 43 kB | 53/74 kB
Progress (4): 219/250 kB | 163/313 kB | 43 kB | 53/74 kB
Progress (4): 219/250 kB | 163/313 kB | 43 kB | 57/74 kB
Progress (4): 223/250 kB | 163/313 kB | 43 kB | 57/74 kB
Progress (4): 223/250 kB | 164/313 kB | 43 kB | 57/74 kB
Progress (4): 227/250 kB | 164/313 kB | 43 kB | 57/74 kB
Progress (4): 227/250 kB | 164/313 kB | 43 kB | 61/74 kB
Progress (4): 231/250 kB | 164/313 kB | 43 kB | 61/74 kB
Progress (4): 231/250 kB | 168/313 kB | 43 kB | 61/74 kB
Progress (4): 235/250 kB | 168/313 kB | 43 kB | 61/74 kB
Progress (4): 235/250 kB | 168/313 kB | 43 kB | 65/74 kB
Progress (5): 235/250 kB | 168/313 kB | 43 kB | 65/74 kB | 4.1/14 kB
Progress (5): 235/250 kB | 172/313 kB | 43 kB | 65/74 kB | 4.1/14 kB
Progress (5): 235/250 kB | 172/313 kB | 43 kB | 65/74 kB | 7.7/14 kB
Progress (5): 235/250 kB | 172/313 kB | 43 kB | 69/74 kB | 7.7/14 kB
Progress (5): 239/250 kB | 172/313 kB | 43 kB | 69/74 kB | 7.7/14 kB
Progress (5): 239/250 kB | 172/313 kB | 43 kB | 73/74 kB | 7.7/14 kB
Progress (5): 239/250 kB | 172/313 kB | 43 kB | 73/74 kB | 12/14 kB 
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.6.0/maven-plugin-tools-annotations-3.6.0.jar (43 kB at 240 kB/s)
Progress (4): 239/250 kB | 176/313 kB | 73/74 kB | 12/14 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Progress (4): 239/250 kB | 176/313 kB | 73/74 kB | 14 kB
Progress (4): 239/250 kB | 176/313 kB | 74 kB | 14 kB   
Progress (4): 243/250 kB | 176/313 kB | 74 kB | 14 kB
Progress (4): 243/250 kB | 180/313 kB | 74 kB | 14 kB
Progress (4): 247/250 kB | 180/313 kB | 74 kB | 14 kB
Progress (4): 247/250 kB | 184/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 184/313 kB | 74 kB | 14 kB    
Progress (4): 250 kB | 188/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 192/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 196/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 200/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 204/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 208/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 212/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 216/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 220/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 224/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 228/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 232/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 236/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 240/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 244/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 248/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 252/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 256/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 260/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 264/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 268/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 272/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 276/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 280/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 284/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 288/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 292/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 296/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 300/313 kB | 74 kB | 14 kB
Progress (4): 250 kB | 304/313 kB | 74 kB | 14 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 1.3 MB/s)
Progress (3): 308/313 kB | 74 kB | 14 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
Progress (3): 312/313 kB | 74 kB | 14 kB
Progress (3): 313 kB | 74 kB | 14 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
Progress (3): 313 kB | 74 kB | 4.1/165 kB
Progress (3): 313 kB | 74 kB | 7.7/165 kB
Progress (3): 313 kB | 74 kB | 12/165 kB 
Progress (3): 313 kB | 74 kB | 16/165 kB
Progress (3): 313 kB | 74 kB | 20/165 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 278 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M5/qdox-2.0-M5.jar (313 kB at 1.2 MB/s)
Progress (2): 20/165 kB | 4.1/78 kB
Progress (2): 20/165 kB | 7.7/78 kB
Progress (3): 20/165 kB | 7.7/78 kB | 4.1/53 kB
Progress (3): 20/165 kB | 12/78 kB | 4.1/53 kB 
Progress (3): 24/165 kB | 12/78 kB | 4.1/53 kB
Progress (3): 24/165 kB | 16/78 kB | 4.1/53 kB
Progress (3): 24/165 kB | 16/78 kB | 7.7/53 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Progress (3): 24/165 kB | 16/78 kB | 12/53 kB
Progress (3): 24/165 kB | 20/78 kB | 12/53 kB
Progress (3): 28/165 kB | 20/78 kB | 12/53 kB
Progress (3): 28/165 kB | 24/78 kB | 12/53 kB
Progress (3): 28/165 kB | 24/78 kB | 16/53 kB
Progress (3): 28/165 kB | 28/78 kB | 16/53 kB
Progress (3): 28/165 kB | 28/78 kB | 20/53 kB
Progress (3): 32/165 kB | 28/78 kB | 20/53 kB
Progress (3): 32/165 kB | 28/78 kB | 24/53 kB
Progress (3): 32/165 kB | 32/78 kB | 24/53 kB
Progress (3): 33/165 kB | 32/78 kB | 24/53 kB
Progress (3): 33/165 kB | 33/78 kB | 24/53 kB
Progress (3): 37/165 kB | 33/78 kB | 24/53 kB
Progress (3): 37/165 kB | 33/78 kB | 28/53 kB
Progress (3): 41/165 kB | 33/78 kB | 28/53 kB
Progress (3): 41/165 kB | 37/78 kB | 28/53 kB
Progress (3): 41/165 kB | 37/78 kB | 32/53 kB
Progress (3): 41/165 kB | 41/78 kB | 32/53 kB
Progress (3): 45/165 kB | 41/78 kB | 32/53 kB
Progress (3): 45/165 kB | 41/78 kB | 36/53 kB
Progress (3): 49/165 kB | 41/78 kB | 36/53 kB
Progress (3): 49/165 kB | 45/78 kB | 36/53 kB
Progress (3): 49/165 kB | 45/78 kB | 40/53 kB
Progress (3): 53/165 kB | 45/78 kB | 40/53 kB
Progress (3): 53/165 kB | 49/78 kB | 40/53 kB
Progress (3): 53/165 kB | 49/78 kB | 44/53 kB
Progress (3): 57/165 kB | 49/78 kB | 44/53 kB
Progress (3): 57/165 kB | 49/78 kB | 48/53 kB
Progress (3): 57/165 kB | 53/78 kB | 48/53 kB
Progress (3): 61/165 kB | 53/78 kB | 48/53 kB
Progress (3): 61/165 kB | 57/78 kB | 48/53 kB
Progress (3): 61/165 kB | 57/78 kB | 52/53 kB
Progress (3): 65/165 kB | 57/78 kB | 52/53 kB
Progress (3): 65/165 kB | 57/78 kB | 53 kB   
Progress (3): 65/165 kB | 61/78 kB | 53 kB
Progress (3): 66/165 kB | 61/78 kB | 53 kB
Progress (3): 66/165 kB | 65/78 kB | 53 kB
Progress (3): 70/165 kB | 65/78 kB | 53 kB
Progress (3): 74/165 kB | 65/78 kB | 53 kB
Progress (3): 78/165 kB | 65/78 kB | 53 kB
Progress (3): 82/165 kB | 65/78 kB | 53 kB
Progress (3): 86/165 kB | 65/78 kB | 53 kB
Progress (3): 90/165 kB | 65/78 kB | 53 kB
Progress (3): 94/165 kB | 65/78 kB | 53 kB
Progress (3): 98/165 kB | 65/78 kB | 53 kB
Progress (3): 98/165 kB | 65/78 kB | 53 kB
Progress (3): 102/165 kB | 65/78 kB | 53 kB
Progress (3): 106/165 kB | 65/78 kB | 53 kB
Progress (3): 110/165 kB | 65/78 kB | 53 kB
Progress (3): 114/165 kB | 65/78 kB | 53 kB
Progress (3): 118/165 kB | 65/78 kB | 53 kB
Progress (3): 122/165 kB | 65/78 kB | 53 kB
Progress (3): 126/165 kB | 65/78 kB | 53 kB
Progress (3): 130/165 kB | 65/78 kB | 53 kB
Progress (3): 131/165 kB | 65/78 kB | 53 kB
Progress (3): 135/165 kB | 65/78 kB | 53 kB
Progress (3): 139/165 kB | 65/78 kB | 53 kB
Progress (3): 143/165 kB | 65/78 kB | 53 kB
Progress (3): 147/165 kB | 65/78 kB | 53 kB
Progress (3): 151/165 kB | 65/78 kB | 53 kB
Progress (3): 155/165 kB | 65/78 kB | 53 kB
Progress (3): 159/165 kB | 65/78 kB | 53 kB
Progress (3): 163/165 kB | 65/78 kB | 53 kB
Progress (4): 163/165 kB | 65/78 kB | 53 kB | 4.1/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 4.1/165 kB    
Progress (4): 165 kB | 65/78 kB | 53 kB | 7.7/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 12/165 kB 
Progress (4): 165 kB | 65/78 kB | 53 kB | 16/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 20/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 24/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 28/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 32/165 kB
Progress (4): 165 kB | 65/78 kB | 53 kB | 33/165 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 33/165 kB | 4.1/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 37/165 kB | 4.1/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 37/165 kB | 7.7/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 41/165 kB | 7.7/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 41/165 kB | 12/243 kB 
Progress (5): 165 kB | 65/78 kB | 53 kB | 45/165 kB | 12/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 45/165 kB | 16/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 49/165 kB | 16/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 49/165 kB | 20/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 53/165 kB | 20/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 53/165 kB | 24/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 57/165 kB | 24/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 57/165 kB | 28/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 61/165 kB | 28/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 61/165 kB | 32/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 65/165 kB | 32/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 65/165 kB | 33/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 66/165 kB | 33/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 66/165 kB | 37/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 70/165 kB | 37/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 70/165 kB | 41/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 74/165 kB | 41/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 74/165 kB | 45/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 74/165 kB | 49/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 78/165 kB | 49/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 78/165 kB | 53/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 82/165 kB | 53/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 82/165 kB | 57/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 86/165 kB | 57/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 90/165 kB | 57/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 90/165 kB | 61/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 94/165 kB | 61/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 94/165 kB | 65/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 98/165 kB | 65/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 98/165 kB | 66/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 98/165 kB | 66/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 98/165 kB | 70/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 102/165 kB | 70/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 102/165 kB | 74/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 106/165 kB | 74/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 106/165 kB | 78/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 110/165 kB | 78/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 110/165 kB | 82/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 114/165 kB | 82/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 114/165 kB | 86/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 118/165 kB | 86/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 118/165 kB | 90/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 122/165 kB | 90/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 122/165 kB | 94/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 126/165 kB | 94/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 126/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 130/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 130/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 134/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 138/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 142/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 146/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 150/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 154/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 158/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 162/165 kB | 98/243 kB
Progress (5): 165 kB | 65/78 kB | 53 kB | 165 kB | 98/243 kB    
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 449 kB/s)
Progress (3): 65/78 kB | 165 kB | 102/243 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar
Progress (3): 65/78 kB | 165 kB | 106/243 kB
Progress (3): 65/78 kB | 165 kB | 110/243 kB
Progress (3): 65/78 kB | 165 kB | 114/243 kB
Progress (3): 65/78 kB | 165 kB | 118/243 kB
Progress (3): 65/78 kB | 165 kB | 122/243 kB
Progress (3): 65/78 kB | 165 kB | 126/243 kB
Progress (3): 65/78 kB | 165 kB | 130/243 kB
Progress (3): 65/78 kB | 165 kB | 131/243 kB
Progress (3): 65/78 kB | 165 kB | 135/243 kB
Progress (3): 65/78 kB | 165 kB | 139/243 kB
Progress (3): 65/78 kB | 165 kB | 143/243 kB
Progress (3): 65/78 kB | 165 kB | 147/243 kB
Progress (3): 65/78 kB | 165 kB | 151/243 kB
Progress (3): 65/78 kB | 165 kB | 155/243 kB
Progress (3): 65/78 kB | 165 kB | 159/243 kB
Progress (3): 65/78 kB | 165 kB | 163/243 kB
Progress (3): 65/78 kB | 165 kB | 164/243 kB
Progress (3): 65/78 kB | 165 kB | 168/243 kB
Progress (3): 65/78 kB | 165 kB | 172/243 kB
Progress (3): 65/78 kB | 165 kB | 176/243 kB
Progress (3): 65/78 kB | 165 kB | 180/243 kB
Progress (3): 65/78 kB | 165 kB | 184/243 kB
Progress (3): 65/78 kB | 165 kB | 188/243 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 440 kB/s)
Progress (3): 65/78 kB | 188/243 kB | 4.1/7.9 kB
Progress (3): 65/78 kB | 192/243 kB | 4.1/7.9 kB
Progress (3): 65/78 kB | 192/243 kB | 7.7/7.9 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar
Progress (3): 65/78 kB | 192/243 kB | 7.9 kB
Progress (3): 65/78 kB | 196/243 kB | 7.9 kB
Progress (3): 65/78 kB | 197/243 kB | 7.9 kB
Progress (3): 65/78 kB | 201/243 kB | 7.9 kB
Progress (3): 65/78 kB | 205/243 kB | 7.9 kB
Progress (4): 65/78 kB | 205/243 kB | 7.9 kB | 4.1/293 kB
Progress (4): 65/78 kB | 209/243 kB | 7.9 kB | 4.1/293 kB
Progress (4): 65/78 kB | 209/243 kB | 7.9 kB | 7.7/293 kB
Progress (4): 65/78 kB | 213/243 kB | 7.9 kB | 7.7/293 kB
Progress (4): 65/78 kB | 213/243 kB | 7.9 kB | 12/293 kB 
Progress (4): 65/78 kB | 217/243 kB | 7.9 kB | 12/293 kB
Progress (4): 65/78 kB | 217/243 kB | 7.9 kB | 16/293 kB
Progress (4): 65/78 kB | 221/243 kB | 7.9 kB | 16/293 kB
Progress (4): 65/78 kB | 221/243 kB | 7.9 kB | 20/293 kB
Progress (4): 65/78 kB | 225/243 kB | 7.9 kB | 20/293 kB
Progress (4): 65/78 kB | 225/243 kB | 7.9 kB | 24/293 kB
Progress (4): 65/78 kB | 229/243 kB | 7.9 kB | 24/293 kB
Progress (4): 65/78 kB | 229/243 kB | 7.9 kB | 28/293 kB
Progress (4): 65/78 kB | 233/243 kB | 7.9 kB | 28/293 kB
Progress (4): 65/78 kB | 233/243 kB | 7.9 kB | 32/293 kB
Progress (4): 65/78 kB | 237/243 kB | 7.9 kB | 32/293 kB
Progress (4): 65/78 kB | 237/243 kB | 7.9 kB | 33/293 kB
Progress (4): 65/78 kB | 241/243 kB | 7.9 kB | 33/293 kB
Progress (4): 65/78 kB | 241/243 kB | 7.9 kB | 37/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 37/293 kB    
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 41/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 45/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 49/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 53/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 57/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 61/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 65/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 66/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 70/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 74/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 78/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 82/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 86/293 kB
Progress (4): 65/78 kB | 243 kB | 7.9 kB | 90/293 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 90/293 kB | 4.1/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 94/293 kB | 4.1/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 98/293 kB | 4.1/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 98/293 kB | 4.1/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 98/293 kB | 7.7/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 102/293 kB | 7.7/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 102/293 kB | 12/196 kB 
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 106/293 kB | 12/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 106/293 kB | 16/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 110/293 kB | 16/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 110/293 kB | 20/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 114/293 kB | 20/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 114/293 kB | 24/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 118/293 kB | 24/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 118/293 kB | 28/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 122/293 kB | 28/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 122/293 kB | 32/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 126/293 kB | 32/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 126/293 kB | 33/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 130/293 kB | 33/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 130/293 kB | 37/196 kB
Progress (5): 65/78 kB | 243 kB | 7.9 kB | 131/293 kB | 37/196 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 622 kB/s)
Progress (4): 65/78 kB | 7.9 kB | 135/293 kB | 37/196 kB
Progress (4): 65/78 kB | 7.9 kB | 135/293 kB | 41/196 kB
Progress (4): 65/78 kB | 7.9 kB | 139/293 kB | 41/196 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar
Progress (4): 65/78 kB | 7.9 kB | 143/293 kB | 41/196 kB
Progress (4): 65/78 kB | 7.9 kB | 143/293 kB | 45/196 kB
Progress (4): 65/78 kB | 7.9 kB | 147/293 kB | 45/196 kB
Progress (4): 65/78 kB | 7.9 kB | 147/293 kB | 49/196 kB
Progress (4): 65/78 kB | 7.9 kB | 151/293 kB | 49/196 kB
Progress (4): 65/78 kB | 7.9 kB | 155/293 kB | 49/196 kB
Progress (4): 65/78 kB | 7.9 kB | 155/293 kB | 53/196 kB
Progress (4): 65/78 kB | 7.9 kB | 159/293 kB | 53/196 kB
Progress (4): 65/78 kB | 7.9 kB | 159/293 kB | 57/196 kB
Progress (4): 65/78 kB | 7.9 kB | 163/293 kB | 57/196 kB
Progress (4): 65/78 kB | 7.9 kB | 164/293 kB | 57/196 kB
Progress (4): 65/78 kB | 7.9 kB | 164/293 kB | 61/196 kB
Progress (4): 65/78 kB | 7.9 kB | 168/293 kB | 61/196 kB
Progress (4): 65/78 kB | 7.9 kB | 168/293 kB | 65/196 kB
Progress (4): 65/78 kB | 7.9 kB | 172/293 kB | 65/196 kB
Progress (4): 65/78 kB | 7.9 kB | 172/293 kB | 66/196 kB
Progress (4): 65/78 kB | 7.9 kB | 176/293 kB | 66/196 kB
Progress (4): 65/78 kB | 7.9 kB | 176/293 kB | 70/196 kB
Progress (4): 65/78 kB | 7.9 kB | 180/293 kB | 70/196 kB
Progress (4): 65/78 kB | 7.9 kB | 180/293 kB | 74/196 kB
Progress (4): 65/78 kB | 7.9 kB | 184/293 kB | 74/196 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 20 kB/s)
Progress (3): 65/78 kB | 184/293 kB | 78/196 kB
Progress (3): 65/78 kB | 188/293 kB | 78/196 kB
Progress (3): 65/78 kB | 188/293 kB | 82/196 kB
Progress (3): 65/78 kB | 192/293 kB | 82/196 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Progress (3): 65/78 kB | 192/293 kB | 86/196 kB
Progress (3): 65/78 kB | 196/293 kB | 86/196 kB
Progress (3): 65/78 kB | 196/293 kB | 90/196 kB
Progress (3): 65/78 kB | 197/293 kB | 90/196 kB
Progress (3): 65/78 kB | 197/293 kB | 94/196 kB
Progress (3): 65/78 kB | 201/293 kB | 94/196 kB
Progress (3): 65/78 kB | 201/293 kB | 98/196 kB
Progress (3): 65/78 kB | 205/293 kB | 98/196 kB
Progress (3): 65/78 kB | 209/293 kB | 98/196 kB
Progress (3): 65/78 kB | 213/293 kB | 98/196 kB
Progress (3): 65/78 kB | 217/293 kB | 98/196 kB
Progress (3): 65/78 kB | 221/293 kB | 98/196 kB
Progress (3): 65/78 kB | 221/293 kB | 98/196 kB
Progress (3): 65/78 kB | 225/293 kB | 98/196 kB
Progress (3): 65/78 kB | 225/293 kB | 102/196 kB
Progress (3): 65/78 kB | 229/293 kB | 102/196 kB
Progress (3): 65/78 kB | 229/293 kB | 106/196 kB
Progress (3): 65/78 kB | 229/293 kB | 106/196 kB
Progress (4): 65/78 kB | 229/293 kB | 106/196 kB | 4.1/46 kB
Progress (4): 65/78 kB | 229/293 kB | 110/196 kB | 4.1/46 kB
Progress (4): 65/78 kB | 229/293 kB | 110/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 233/293 kB | 110/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 233/293 kB | 114/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 237/293 kB | 114/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 237/293 kB | 118/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 241/293 kB | 118/196 kB | 7.7/46 kB
Progress (4): 65/78 kB | 241/293 kB | 118/196 kB | 12/46 kB 
Progress (4): 65/78 kB | 245/293 kB | 118/196 kB | 12/46 kB
Progress (4): 65/78 kB | 245/293 kB | 122/196 kB | 12/46 kB
Progress (4): 65/78 kB | 249/293 kB | 122/196 kB | 12/46 kB
Progress (4): 65/78 kB | 249/293 kB | 122/196 kB | 16/46 kB
Progress (4): 65/78 kB | 253/293 kB | 122/196 kB | 16/46 kB
Progress (4): 65/78 kB | 253/293 kB | 126/196 kB | 16/46 kB
Progress (4): 65/78 kB | 257/293 kB | 126/196 kB | 16/46 kB
Progress (4): 65/78 kB | 257/293 kB | 126/196 kB | 20/46 kB
Progress (4): 65/78 kB | 261/293 kB | 126/196 kB | 20/46 kB
Progress (4): 65/78 kB | 261/293 kB | 130/196 kB | 20/46 kB
Progress (4): 65/78 kB | 265/293 kB | 130/196 kB | 20/46 kB
Progress (4): 65/78 kB | 265/293 kB | 130/196 kB | 24/46 kB
Progress (4): 65/78 kB | 269/293 kB | 130/196 kB | 24/46 kB
Progress (4): 65/78 kB | 269/293 kB | 130/196 kB | 28/46 kB
Progress (4): 65/78 kB | 273/293 kB | 130/196 kB | 28/46 kB
Progress (4): 65/78 kB | 273/293 kB | 131/196 kB | 28/46 kB
Progress (4): 65/78 kB | 277/293 kB | 131/196 kB | 28/46 kB
Progress (4): 65/78 kB | 277/293 kB | 131/196 kB | 32/46 kB
Progress (4): 65/78 kB | 281/293 kB | 131/196 kB | 32/46 kB
Progress (4): 65/78 kB | 281/293 kB | 135/196 kB | 32/46 kB
Progress (4): 65/78 kB | 285/293 kB | 135/196 kB | 32/46 kB
Progress (4): 65/78 kB | 285/293 kB | 135/196 kB | 33/46 kB
Progress (4): 65/78 kB | 289/293 kB | 135/196 kB | 33/46 kB
Progress (4): 65/78 kB | 293 kB | 135/196 kB | 33/46 kB    
Progress (4): 65/78 kB | 293 kB | 139/196 kB | 33/46 kB
Progress (4): 65/78 kB | 293 kB | 139/196 kB | 37/46 kB
Progress (4): 65/78 kB | 293 kB | 143/196 kB | 37/46 kB
Progress (5): 65/78 kB | 293 kB | 143/196 kB | 37/46 kB | 4.1/316 kB
Progress (5): 65/78 kB | 293 kB | 147/196 kB | 37/46 kB | 4.1/316 kB
Progress (5): 65/78 kB | 293 kB | 147/196 kB | 41/46 kB | 4.1/316 kB
Progress (5): 65/78 kB | 293 kB | 151/196 kB | 41/46 kB | 4.1/316 kB
Progress (5): 65/78 kB | 293 kB | 151/196 kB | 41/46 kB | 7.7/316 kB
Progress (5): 65/78 kB | 293 kB | 155/196 kB | 41/46 kB | 7.7/316 kB
Progress (5): 65/78 kB | 293 kB | 155/196 kB | 45/46 kB | 7.7/316 kB
Progress (5): 65/78 kB | 293 kB | 159/196 kB | 45/46 kB | 7.7/316 kB
Progress (5): 65/78 kB | 293 kB | 159/196 kB | 45/46 kB | 12/316 kB 
Progress (5): 65/78 kB | 293 kB | 163/196 kB | 45/46 kB | 12/316 kB
Progress (5): 65/78 kB | 293 kB | 163/196 kB | 46 kB | 12/316 kB   
Progress (5): 65/78 kB | 293 kB | 167/196 kB | 46 kB | 12/316 kB
Progress (5): 65/78 kB | 293 kB | 167/196 kB | 46 kB | 16/316 kB
Progress (5): 65/78 kB | 293 kB | 171/196 kB | 46 kB | 16/316 kB
Progress (5): 65/78 kB | 293 kB | 171/196 kB | 46 kB | 20/316 kB
Progress (5): 65/78 kB | 293 kB | 175/196 kB | 46 kB | 20/316 kB
Progress (5): 65/78 kB | 293 kB | 175/196 kB | 46 kB | 24/316 kB
Progress (5): 65/78 kB | 293 kB | 179/196 kB | 46 kB | 24/316 kB
Progress (5): 65/78 kB | 293 kB | 179/196 kB | 46 kB | 28/316 kB
Progress (5): 65/78 kB | 293 kB | 183/196 kB | 46 kB | 28/316 kB
Progress (5): 65/78 kB | 293 kB | 183/196 kB | 46 kB | 32/316 kB
Progress (5): 65/78 kB | 293 kB | 187/196 kB | 46 kB | 32/316 kB
Progress (5): 65/78 kB | 293 kB | 187/196 kB | 46 kB | 33/316 kB
Progress (5): 65/78 kB | 293 kB | 191/196 kB | 46 kB | 33/316 kB
Progress (5): 65/78 kB | 293 kB | 191/196 kB | 46 kB | 37/316 kB
Progress (5): 65/78 kB | 293 kB | 195/196 kB | 46 kB | 37/316 kB
Progress (5): 65/78 kB | 293 kB | 195/196 kB | 46 kB | 41/316 kB
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 41/316 kB    
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 45/316 kB
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 49/316 kB
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 53/316 kB
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 57/316 kB
Progress (5): 65/78 kB | 293 kB | 196 kB | 46 kB | 61/316 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 609 kB/s)
Progress (4): 65/78 kB | 196 kB | 46 kB | 65/316 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Progress (4): 69/78 kB | 196 kB | 46 kB | 65/316 kB
Progress (4): 69/78 kB | 196 kB | 46 kB | 66/316 kB
Progress (4): 73/78 kB | 196 kB | 46 kB | 66/316 kB
Progress (4): 73/78 kB | 196 kB | 46 kB | 70/316 kB
Progress (4): 73/78 kB | 196 kB | 46 kB | 74/316 kB
Progress (4): 73/78 kB | 196 kB | 46 kB | 78/316 kB
Progress (4): 73/78 kB | 196 kB | 46 kB | 82/316 kB
Progress (4): 77/78 kB | 196 kB | 46 kB | 82/316 kB
Progress (4): 77/78 kB | 196 kB | 46 kB | 86/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 86/316 kB   
Progress (4): 78 kB | 196 kB | 46 kB | 90/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 94/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 98/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 98/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 102/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 106/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 110/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 114/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 118/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 122/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 126/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 130/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 131/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 135/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 139/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 143/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 147/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 151/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 155/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 159/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 163/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 164/316 kB
Progress (4): 78 kB | 196 kB | 46 kB | 168/316 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 93 kB/s)
Progress (3): 78 kB | 196 kB | 172/316 kB
Progress (3): 78 kB | 196 kB | 176/316 kB
Progress (3): 78 kB | 196 kB | 180/316 kB
Progress (3): 78 kB | 196 kB | 184/316 kB
Progress (3): 78 kB | 196 kB | 188/316 kB
Progress (3): 78 kB | 196 kB | 192/316 kB
Progress (3): 78 kB | 196 kB | 196/316 kB
Progress (3): 78 kB | 196 kB | 200/316 kB
Progress (3): 78 kB | 196 kB | 204/316 kB
Progress (3): 78 kB | 196 kB | 208/316 kB
Progress (3): 78 kB | 196 kB | 212/316 kB
Progress (3): 78 kB | 196 kB | 216/316 kB
Progress (3): 78 kB | 196 kB | 220/316 kB
Progress (3): 78 kB | 196 kB | 224/316 kB
Progress (3): 78 kB | 196 kB | 228/316 kB
Progress (3): 78 kB | 196 kB | 232/316 kB
Progress (3): 78 kB | 196 kB | 236/316 kB
Progress (4): 78 kB | 196 kB | 236/316 kB | 4.1/262 kB
Progress (4): 78 kB | 196 kB | 240/316 kB | 4.1/262 kB
Progress (4): 78 kB | 196 kB | 240/316 kB | 7.7/262 kB
Progress (4): 78 kB | 196 kB | 244/316 kB | 7.7/262 kB
Progress (4): 78 kB | 196 kB | 244/316 kB | 12/262 kB 
Progress (4): 78 kB | 196 kB | 248/316 kB | 12/262 kB
Progress (4): 78 kB | 196 kB | 248/316 kB | 16/262 kB
Progress (4): 78 kB | 196 kB | 252/316 kB | 16/262 kB
Progress (4): 78 kB | 196 kB | 252/316 kB | 20/262 kB
Progress (4): 78 kB | 196 kB | 256/316 kB | 20/262 kB
Progress (4): 78 kB | 196 kB | 256/316 kB | 24/262 kB
Progress (4): 78 kB | 196 kB | 260/316 kB | 24/262 kB
Progress (4): 78 kB | 196 kB | 260/316 kB | 28/262 kB
Progress (4): 78 kB | 196 kB | 264/316 kB | 28/262 kB
Progress (4): 78 kB | 196 kB | 264/316 kB | 32/262 kB
Progress (4): 78 kB | 196 kB | 268/316 kB | 32/262 kB
Progress (4): 78 kB | 196 kB | 268/316 kB | 33/262 kB
Progress (4): 78 kB | 196 kB | 272/316 kB | 33/262 kB
Progress (4): 78 kB | 196 kB | 272/316 kB | 37/262 kB
Progress (4): 78 kB | 196 kB | 276/316 kB | 37/262 kB
Progress (4): 78 kB | 196 kB | 280/316 kB | 37/262 kB
Progress (4): 78 kB | 196 kB | 284/316 kB | 37/262 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 388 kB/s)
Progress (3): 78 kB | 284/316 kB | 41/262 kB
Progress (3): 78 kB | 288/316 kB | 41/262 kB
Progress (3): 78 kB | 288/316 kB | 45/262 kB
Progress (3): 78 kB | 292/316 kB | 45/262 kB
Progress (3): 78 kB | 292/316 kB | 49/262 kB
Progress (3): 78 kB | 296/316 kB | 49/262 kB
Progress (3): 78 kB | 300/316 kB | 49/262 kB
Progress (3): 78 kB | 300/316 kB | 53/262 kB
Progress (3): 78 kB | 304/316 kB | 53/262 kB
Progress (3): 78 kB | 304/316 kB | 57/262 kB
Progress (3): 78 kB | 308/316 kB | 57/262 kB
Progress (3): 78 kB | 308/316 kB | 61/262 kB
Progress (3): 78 kB | 312/316 kB | 61/262 kB
Progress (3): 78 kB | 312/316 kB | 65/262 kB
Progress (3): 78 kB | 316 kB | 65/262 kB    
Progress (3): 78 kB | 316 kB | 66/262 kB
Progress (3): 78 kB | 316 kB | 70/262 kB
Progress (3): 78 kB | 316 kB | 74/262 kB
Progress (3): 78 kB | 316 kB | 78/262 kB
Progress (3): 78 kB | 316 kB | 82/262 kB
Progress (3): 78 kB | 316 kB | 86/262 kB
Progress (3): 78 kB | 316 kB | 90/262 kB
Progress (3): 78 kB | 316 kB | 94/262 kB
Progress (3): 78 kB | 316 kB | 98/262 kB
Progress (3): 78 kB | 316 kB | 102/262 kB
Progress (3): 78 kB | 316 kB | 106/262 kB
Progress (3): 78 kB | 316 kB | 110/262 kB
Progress (3): 78 kB | 316 kB | 114/262 kB
Progress (3): 78 kB | 316 kB | 118/262 kB
Progress (3): 78 kB | 316 kB | 122/262 kB
Progress (3): 78 kB | 316 kB | 126/262 kB
Progress (3): 78 kB | 316 kB | 130/262 kB
Progress (3): 78 kB | 316 kB | 134/262 kB
Progress (3): 78 kB | 316 kB | 138/262 kB
Progress (3): 78 kB | 316 kB | 142/262 kB
Progress (3): 78 kB | 316 kB | 146/262 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 136 kB/s)
Progress (2): 316 kB | 150/262 kB
Progress (2): 316 kB | 154/262 kB
Progress (2): 316 kB | 158/262 kB
Progress (2): 316 kB | 162/262 kB
Progress (2): 316 kB | 166/262 kB
Progress (2): 316 kB | 170/262 kB
Progress (2): 316 kB | 174/262 kB
Progress (2): 316 kB | 178/262 kB
Progress (2): 316 kB | 182/262 kB
Progress (2): 316 kB | 186/262 kB
Progress (2): 316 kB | 190/262 kB
Progress (2): 316 kB | 194/262 kB
Progress (2): 316 kB | 198/262 kB
Progress (2): 316 kB | 202/262 kB
Progress (2): 316 kB | 206/262 kB
Progress (2): 316 kB | 210/262 kB
Progress (2): 316 kB | 214/262 kB
Progress (2): 316 kB | 218/262 kB
Progress (2): 316 kB | 222/262 kB
Progress (2): 316 kB | 226/262 kB
Progress (2): 316 kB | 230/262 kB
Progress (2): 316 kB | 234/262 kB
Progress (2): 316 kB | 238/262 kB
Progress (2): 316 kB | 242/262 kB
Progress (2): 316 kB | 246/262 kB
Progress (2): 316 kB | 250/262 kB
Progress (2): 316 kB | 254/262 kB
Progress (2): 316 kB | 258/262 kB
Progress (2): 316 kB | 262/262 kB
Progress (2): 316 kB | 262 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 543 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 439 kB/s)
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 1 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-code-generator-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0-SNAPSHOT/eclipse-collections-code-generator-maven-plugin-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
[INFO] Building Eclipse Collections API 10.1.0-SNAPSHOT                  [4/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-api ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-api ---
[INFO] 
[INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0-SNAPSHOT:generate (default) @ eclipse-collections-api ---
[INFO] Generating sources to eclipse-collections-api
[INFO] Generated 1163 files
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1383 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-api/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-api ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-api ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-api ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0-SNAPSHOT/eclipse-collections-api-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0-SNAPSHOT/eclipse-collections-api-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0-SNAPSHOT/eclipse-collections-api-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
[INFO] Building Eclipse Collections Main Library 10.1.0-SNAPSHOT         [5/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections ---
[INFO] 
[INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0-SNAPSHOT:generate (default) @ eclipse-collections ---
[INFO] Generating sources to eclipse-collections
[INFO] Generated 1429 files
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2077 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections/target/classes
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
/home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[55,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[80,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2298,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2302,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2308,83] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2310,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2312,34] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/new-version/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2314,32] Unsafe is internal proprietary API and may be removed in a future release
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.1.0-SNAPSHOT/eclipse-collections-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.1.0-SNAPSHOT/eclipse-collections-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections/10.1.0-SNAPSHOT/eclipse-collections-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
[INFO] Building Eclipse Collections Test Utilities 10.1.0-SNAPSHOT       [6/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.pom (4.4 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.5/org.jacoco.build-0.8.5.pom (41 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar
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/jacoco/jacoco-maven-plugin/0.8.5/jacoco-maven-plugin-0.8.5.jar (53 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-testutils ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-testutils ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-testutils ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 194 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 291 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 532 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 271 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 167 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 823 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 99 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Progress (1): 588 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 356 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 295 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 576 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 266 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 178 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 68 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 145 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 956 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 186 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 376 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Progress (1): 738 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 46 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 213 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 409 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 273 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 291 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 899 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 186 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 162 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 305 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Progress (1): 4.1/9.1 kB
Progress (1): 7.7/9.1 kB
Progress (1): 9.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 505 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Progress (1): 346 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 5.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5.pom (3.5 kB at 195 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.pom (2.1 kB at 123 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom (3.7 kB at 175 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 166 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.pom (1.9 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
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
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
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.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (1): 20/38 kB
Progress (1): 24/38 kB
Progress (1): 28/38 kB
Progress (1): 32/38 kB
Progress (1): 36/38 kB
Progress (1): 38 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar
Progress (1): 4.1/39 kB
Progress (1): 7.7/39 kB
Progress (1): 12/39 kB 
Progress (1): 16/39 kB
Progress (1): 20/39 kB
Progress (1): 24/39 kB
Progress (1): 28/39 kB
Progress (1): 32/39 kB
Progress (1): 36/39 kB
Progress (1): 39 kB   
Progress (2): 39 kB | 4.1/237 kB
Progress (2): 39 kB | 7.7/237 kB
Progress (2): 39 kB | 12/237 kB 
Progress (2): 39 kB | 16/237 kB
Progress (2): 39 kB | 20/237 kB
Progress (2): 39 kB | 24/237 kB
Progress (2): 39 kB | 28/237 kB
Progress (2): 39 kB | 32/237 kB
Progress (2): 39 kB | 33/237 kB
Progress (2): 39 kB | 37/237 kB
Progress (2): 39 kB | 41/237 kB
Progress (2): 39 kB | 45/237 kB
Progress (2): 39 kB | 49/237 kB
Progress (2): 39 kB | 53/237 kB
Progress (2): 39 kB | 57/237 kB
Progress (2): 39 kB | 61/237 kB
Progress (2): 39 kB | 65/237 kB
Progress (2): 39 kB | 66/237 kB
Progress (2): 39 kB | 70/237 kB
Progress (2): 39 kB | 74/237 kB
Progress (2): 39 kB | 78/237 kB
Progress (2): 39 kB | 82/237 kB
Progress (2): 39 kB | 86/237 kB
Progress (2): 39 kB | 90/237 kB
Progress (2): 39 kB | 94/237 kB
Progress (2): 39 kB | 98/237 kB
Progress (2): 39 kB | 98/237 kB
Progress (2): 39 kB | 102/237 kB
Progress (2): 39 kB | 106/237 kB
Progress (2): 39 kB | 110/237 kB
Progress (2): 39 kB | 114/237 kB
Progress (2): 39 kB | 118/237 kB
Progress (2): 39 kB | 122/237 kB
Progress (2): 39 kB | 126/237 kB
Progress (2): 39 kB | 130/237 kB
Progress (2): 39 kB | 134/237 kB
Progress (2): 39 kB | 138/237 kB
Progress (2): 39 kB | 142/237 kB
Progress (2): 39 kB | 146/237 kB
Progress (2): 39 kB | 150/237 kB
Progress (2): 39 kB | 154/237 kB
Progress (2): 39 kB | 158/237 kB
Progress (2): 39 kB | 162/237 kB
Progress (2): 39 kB | 166/237 kB
Progress (2): 39 kB | 170/237 kB
Progress (2): 39 kB | 174/237 kB
Progress (2): 39 kB | 178/237 kB
Progress (2): 39 kB | 182/237 kB
Progress (2): 39 kB | 186/237 kB
Progress (2): 39 kB | 190/237 kB
Progress (2): 39 kB | 194/237 kB
Progress (2): 39 kB | 198/237 kB
Progress (2): 39 kB | 202/237 kB
Progress (2): 39 kB | 206/237 kB
Progress (2): 39 kB | 210/237 kB
Progress (2): 39 kB | 214/237 kB
Progress (2): 39 kB | 218/237 kB
Progress (2): 39 kB | 222/237 kB
Progress (2): 39 kB | 226/237 kB
Progress (2): 39 kB | 230/237 kB
Progress (2): 39 kB | 234/237 kB
Progress (2): 39 kB | 237 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 3.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Progress (2): 39 kB | 4.1/17 kB
Progress (2): 39 kB | 7.7/17 kB
Progress (2): 39 kB | 12/17 kB 
Progress (2): 39 kB | 16/17 kB
Progress (2): 39 kB | 17 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 380 kB/s)
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.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 152 kB/s)
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.jar
Progress (1): 4.1/123 kB
Progress (2): 4.1/123 kB | 4.1/37 kB
Progress (2): 7.7/123 kB | 4.1/37 kB
Progress (2): 7.7/123 kB | 7.7/37 kB
Progress (2): 12/123 kB | 7.7/37 kB 
Progress (2): 12/123 kB | 12/37 kB 
Progress (2): 16/123 kB | 12/37 kB
Progress (2): 16/123 kB | 16/37 kB
Progress (2): 20/123 kB | 16/37 kB
Progress (2): 20/123 kB | 20/37 kB
Progress (2): 24/123 kB | 20/37 kB
Progress (2): 24/123 kB | 24/37 kB
Progress (2): 28/123 kB | 24/37 kB
Progress (2): 28/123 kB | 28/37 kB
Progress (2): 32/123 kB | 28/37 kB
Progress (2): 32/123 kB | 32/37 kB
Progress (2): 33/123 kB | 32/37 kB
Progress (2): 33/123 kB | 36/37 kB
Progress (2): 33/123 kB | 37 kB   
Progress (2): 37/123 kB | 37 kB
Progress (2): 41/123 kB | 37 kB
Progress (2): 45/123 kB | 37 kB
Progress (2): 49/123 kB | 37 kB
Progress (2): 53/123 kB | 37 kB
Progress (2): 57/123 kB | 37 kB
Progress (2): 61/123 kB | 37 kB
Progress (2): 65/123 kB | 37 kB
Progress (2): 66/123 kB | 37 kB
Progress (2): 70/123 kB | 37 kB
Progress (2): 74/123 kB | 37 kB
Progress (2): 78/123 kB | 37 kB
Progress (2): 82/123 kB | 37 kB
Progress (2): 86/123 kB | 37 kB
Progress (2): 90/123 kB | 37 kB
Progress (2): 94/123 kB | 37 kB
Progress (2): 98/123 kB | 37 kB
Progress (2): 102/123 kB | 37 kB
Progress (2): 106/123 kB | 37 kB
Progress (2): 110/123 kB | 37 kB
Progress (2): 114/123 kB | 37 kB
Progress (2): 118/123 kB | 37 kB
Progress (2): 122/123 kB | 37 kB
Progress (2): 123 kB | 37 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.jar (123 kB at 899 kB/s)
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.jar
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.jar (37 kB at 266 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (2): 20/30 kB | 4.1/158 kB
Progress (2): 20/30 kB | 7.7/158 kB
Progress (2): 20/30 kB | 12/158 kB 
Progress (2): 24/30 kB | 12/158 kB
Progress (2): 24/30 kB | 16/158 kB
Progress (2): 28/30 kB | 16/158 kB
Progress (2): 28/30 kB | 20/158 kB
Progress (2): 30 kB | 20/158 kB   
Progress (2): 30 kB | 24/158 kB
Progress (2): 30 kB | 28/158 kB
Progress (2): 30 kB | 32/158 kB
Progress (2): 30 kB | 33/158 kB
Progress (2): 30 kB | 37/158 kB
Progress (2): 30 kB | 41/158 kB
Progress (2): 30 kB | 45/158 kB
Progress (2): 30 kB | 49/158 kB
Progress (2): 30 kB | 53/158 kB
Progress (2): 30 kB | 57/158 kB
Progress (2): 30 kB | 61/158 kB
Progress (2): 30 kB | 65/158 kB
Progress (2): 30 kB | 66/158 kB
Progress (2): 30 kB | 70/158 kB
Progress (2): 30 kB | 74/158 kB
Progress (2): 30 kB | 78/158 kB
Progress (2): 30 kB | 82/158 kB
Progress (2): 30 kB | 86/158 kB
Progress (2): 30 kB | 90/158 kB
Progress (2): 30 kB | 94/158 kB
Progress (2): 30 kB | 98/158 kB
Progress (2): 30 kB | 98/158 kB
Progress (2): 30 kB | 102/158 kB
Progress (2): 30 kB | 106/158 kB
Progress (2): 30 kB | 110/158 kB
Progress (2): 30 kB | 114/158 kB
Progress (2): 30 kB | 118/158 kB
Progress (2): 30 kB | 122/158 kB
Progress (2): 30 kB | 126/158 kB
Progress (2): 30 kB | 130/158 kB
Progress (2): 30 kB | 134/158 kB
Progress (2): 30 kB | 138/158 kB
Progress (2): 30 kB | 142/158 kB
Progress (2): 30 kB | 146/158 kB
Progress (2): 30 kB | 150/158 kB
Progress (2): 30 kB | 154/158 kB
Progress (2): 30 kB | 158 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.jar (30 kB at 185 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar
Progress (2): 158 kB | 4.1/11 kB
Progress (2): 158 kB | 7.7/11 kB
Progress (2): 158 kB | 11 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 856 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
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.jar (11 kB at 59 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (1): 0.1/1.2 MB
Progress (2): 0.1/1.2 MB | 4.1/305 kB
Progress (2): 0.1/1.2 MB | 7.7/305 kB
Progress (2): 0.1/1.2 MB | 7.7/305 kB
Progress (2): 0.1/1.2 MB | 12/305 kB 
Progress (2): 0.1/1.2 MB | 12/305 kB
Progress (2): 0.1/1.2 MB | 16/305 kB
Progress (2): 0.1/1.2 MB | 16/305 kB
Progress (2): 0.1/1.2 MB | 20/305 kB
Progress (2): 0.2/1.2 MB | 20/305 kB
Progress (2): 0.2/1.2 MB | 24/305 kB
Progress (2): 0.2/1.2 MB | 28/305 kB
Progress (2): 0.2/1.2 MB | 28/305 kB
Progress (2): 0.2/1.2 MB | 32/305 kB
Progress (2): 0.2/1.2 MB | 32/305 kB
Progress (2): 0.2/1.2 MB | 36/305 kB
Progress (2): 0.2/1.2 MB | 40/305 kB
Progress (2): 0.2/1.2 MB | 40/305 kB
Progress (2): 0.2/1.2 MB | 44/305 kB
Progress (2): 0.2/1.2 MB | 44/305 kB
Progress (2): 0.2/1.2 MB | 48/305 kB
Progress (2): 0.2/1.2 MB | 52/305 kB
Progress (2): 0.2/1.2 MB | 52/305 kB
Progress (2): 0.2/1.2 MB | 56/305 kB
Progress (2): 0.2/1.2 MB | 56/305 kB
Progress (2): 0.2/1.2 MB | 60/305 kB
Progress (2): 0.2/1.2 MB | 64/305 kB
Progress (2): 0.2/1.2 MB | 64/305 kB
Progress (2): 0.2/1.2 MB | 68/305 kB
Progress (2): 0.2/1.2 MB | 68/305 kB
Progress (2): 0.2/1.2 MB | 72/305 kB
Progress (2): 0.2/1.2 MB | 72/305 kB
Progress (2): 0.2/1.2 MB | 76/305 kB
Progress (2): 0.2/1.2 MB | 76/305 kB
Progress (2): 0.2/1.2 MB | 80/305 kB
Progress (2): 0.2/1.2 MB | 80/305 kB
Progress (2): 0.2/1.2 MB | 80/305 kB
Progress (2): 0.2/1.2 MB | 84/305 kB
Progress (2): 0.2/1.2 MB | 88/305 kB
Progress (2): 0.2/1.2 MB | 88/305 kB
Progress (2): 0.2/1.2 MB | 88/305 kB
Progress (2): 0.2/1.2 MB | 92/305 kB
Progress (2): 0.2/1.2 MB | 96/305 kB
Progress (2): 0.2/1.2 MB | 96/305 kB
Progress (2): 0.2/1.2 MB | 100/305 kB
Progress (2): 0.2/1.2 MB | 100/305 kB
Progress (2): 0.2/1.2 MB | 104/305 kB
Progress (2): 0.2/1.2 MB | 104/305 kB
Progress (2): 0.2/1.2 MB | 108/305 kB
Progress (2): 0.2/1.2 MB | 108/305 kB
Progress (2): 0.2/1.2 MB | 112/305 kB
Progress (2): 0.2/1.2 MB | 112/305 kB
Progress (2): 0.2/1.2 MB | 116/305 kB
Progress (2): 0.2/1.2 MB | 116/305 kB
Progress (2): 0.2/1.2 MB | 120/305 kB
Progress (2): 0.2/1.2 MB | 120/305 kB
Progress (2): 0.2/1.2 MB | 124/305 kB
Progress (2): 0.2/1.2 MB | 124/305 kB
Progress (2): 0.2/1.2 MB | 128/305 kB
Progress (2): 0.2/1.2 MB | 128/305 kB
Progress (2): 0.2/1.2 MB | 132/305 kB
Progress (2): 0.2/1.2 MB | 132/305 kB
Progress (2): 0.2/1.2 MB | 136/305 kB
Progress (2): 0.3/1.2 MB | 136/305 kB
Progress (2): 0.3/1.2 MB | 140/305 kB
Progress (2): 0.3/1.2 MB | 140/305 kB
Progress (2): 0.3/1.2 MB | 144/305 kB
Progress (2): 0.3/1.2 MB | 144/305 kB
Progress (2): 0.3/1.2 MB | 148/305 kB
Progress (2): 0.3/1.2 MB | 148/305 kB
Progress (2): 0.3/1.2 MB | 152/305 kB
Progress (2): 0.3/1.2 MB | 152/305 kB
Progress (2): 0.3/1.2 MB | 156/305 kB
Progress (2): 0.3/1.2 MB | 156/305 kB
Progress (2): 0.3/1.2 MB | 160/305 kB
Progress (2): 0.3/1.2 MB | 160/305 kB
Progress (2): 0.3/1.2 MB | 164/305 kB
Progress (2): 0.3/1.2 MB | 164/305 kB
Progress (2): 0.3/1.2 MB | 168/305 kB
Progress (2): 0.3/1.2 MB | 168/305 kB
Progress (2): 0.3/1.2 MB | 172/305 kB
Progress (2): 0.3/1.2 MB | 172/305 kB
Progress (2): 0.3/1.2 MB | 176/305 kB
Progress (2): 0.3/1.2 MB | 176/305 kB
Progress (2): 0.3/1.2 MB | 180/305 kB
Progress (2): 0.3/1.2 MB | 180/305 kB
Progress (2): 0.3/1.2 MB | 184/305 kB
Progress (2): 0.3/1.2 MB | 184/305 kB
Progress (2): 0.3/1.2 MB | 188/305 kB
Progress (2): 0.3/1.2 MB | 188/305 kB
Progress (2): 0.3/1.2 MB | 192/305 kB
Progress (2): 0.3/1.2 MB | 192/305 kB
Progress (2): 0.3/1.2 MB | 196/305 kB
Progress (2): 0.3/1.2 MB | 196/305 kB
Progress (2): 0.3/1.2 MB | 200/305 kB
Progress (2): 0.3/1.2 MB | 200/305 kB
Progress (2): 0.3/1.2 MB | 204/305 kB
Progress (2): 0.3/1.2 MB | 204/305 kB
Progress (2): 0.3/1.2 MB | 208/305 kB
Progress (2): 0.3/1.2 MB | 208/305 kB
Progress (2): 0.3/1.2 MB | 212/305 kB
Progress (2): 0.3/1.2 MB | 212/305 kB
Progress (2): 0.3/1.2 MB | 216/305 kB
Progress (2): 0.3/1.2 MB | 216/305 kB
Progress (2): 0.3/1.2 MB | 220/305 kB
Progress (2): 0.3/1.2 MB | 220/305 kB
Progress (2): 0.3/1.2 MB | 224/305 kB
Progress (2): 0.3/1.2 MB | 224/305 kB
Progress (2): 0.3/1.2 MB | 228/305 kB
Progress (2): 0.3/1.2 MB | 228/305 kB
Progress (2): 0.3/1.2 MB | 232/305 kB
Progress (2): 0.3/1.2 MB | 232/305 kB
Progress (2): 0.3/1.2 MB | 236/305 kB
Progress (2): 0.4/1.2 MB | 236/305 kB
Progress (2): 0.4/1.2 MB | 240/305 kB
Progress (2): 0.4/1.2 MB | 240/305 kB
Progress (2): 0.4/1.2 MB | 244/305 kB
Progress (2): 0.4/1.2 MB | 244/305 kB
Progress (2): 0.4/1.2 MB | 248/305 kB
Progress (2): 0.4/1.2 MB | 248/305 kB
Progress (2): 0.4/1.2 MB | 252/305 kB
Progress (2): 0.4/1.2 MB | 256/305 kB
Progress (2): 0.4/1.2 MB | 256/305 kB
Progress (2): 0.4/1.2 MB | 256/305 kB
Progress (2): 0.4/1.2 MB | 260/305 kB
Progress (2): 0.4/1.2 MB | 260/305 kB
Progress (2): 0.4/1.2 MB | 264/305 kB
Progress (2): 0.4/1.2 MB | 264/305 kB
Progress (2): 0.4/1.2 MB | 264/305 kB
Progress (2): 0.4/1.2 MB | 268/305 kB
Progress (2): 0.4/1.2 MB | 272/305 kB
Progress (2): 0.4/1.2 MB | 272/305 kB
Progress (2): 0.4/1.2 MB | 272/305 kB
Progress (2): 0.4/1.2 MB | 276/305 kB
Progress (2): 0.4/1.2 MB | 280/305 kB
Progress (2): 0.4/1.2 MB | 280/305 kB
Progress (2): 0.4/1.2 MB | 280/305 kB
Progress (2): 0.4/1.2 MB | 284/305 kB
Progress (2): 0.4/1.2 MB | 288/305 kB
Progress (2): 0.4/1.2 MB | 288/305 kB
Progress (2): 0.4/1.2 MB | 288/305 kB
Progress (2): 0.4/1.2 MB | 292/305 kB
Progress (2): 0.4/1.2 MB | 296/305 kB
Progress (2): 0.4/1.2 MB | 296/305 kB
Progress (2): 0.4/1.2 MB | 300/305 kB
Progress (2): 0.4/1.2 MB | 300/305 kB
Progress (2): 0.4/1.2 MB | 300/305 kB
Progress (2): 0.4/1.2 MB | 300/305 kB
Progress (2): 0.4/1.2 MB | 304/305 kB
Progress (2): 0.4/1.2 MB | 304/305 kB
Progress (2): 0.4/1.2 MB | 305 kB    
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.4/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.5/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.6/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
Progress (2): 0.7/1.2 MB | 305 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.0 MB/s)
Progress (1): 0.7/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.7/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/43 kB
Progress (2): 0.8/1.2 MB | 4.1/43 kB
Progress (2): 0.8/1.2 MB | 7.7/43 kB
Progress (2): 0.8/1.2 MB | 7.7/43 kB
Progress (2): 0.8/1.2 MB | 12/43 kB 
Progress (2): 0.8/1.2 MB | 12/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 16/43 kB
Progress (2): 0.8/1.2 MB | 20/43 kB
Progress (2): 0.8/1.2 MB | 20/43 kB
Progress (2): 0.8/1.2 MB | 20/43 kB
Progress (2): 0.8/1.2 MB | 24/43 kB
Progress (2): 0.8/1.2 MB | 24/43 kB
Progress (2): 0.8/1.2 MB | 28/43 kB
Progress (2): 0.8/1.2 MB | 32/43 kB
Progress (2): 0.8/1.2 MB | 36/43 kB
Progress (2): 0.8/1.2 MB | 40/43 kB
Progress (2): 0.8/1.2 MB | 43 kB   
Progress (3): 0.8/1.2 MB | 43 kB | 4.1/245 kB
Progress (3): 0.8/1.2 MB | 43 kB | 4.1/245 kB
Progress (3): 0.8/1.2 MB | 43 kB | 4.1/245 kB
Progress (3): 0.8/1.2 MB | 43 kB | 4.1/245 kB
Progress (4): 0.8/1.2 MB | 43 kB | 4.1/245 kB | 4.1/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 7.7/245 kB | 4.1/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 7.7/245 kB | 7.7/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 7.7/49 kB 
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 12/49 kB 
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 16/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 20/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 20/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 12/245 kB | 24/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 16/245 kB | 24/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 16/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 20/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 24/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 28/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 32/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 36/245 kB | 28/49 kB
Progress (4): 0.8/1.2 MB | 43 kB | 40/245 kB | 28/49 kB
Progress (5): 0.8/1.2 MB | 43 kB | 40/245 kB | 28/49 kB | 4.1/30 kB
Progress (5): 0.8/1.2 MB | 43 kB | 40/245 kB | 28/49 kB | 4.1/30 kB
Progress (5): 0.8/1.2 MB | 43 kB | 40/245 kB | 28/49 kB | 7.7/30 kB
Progress (5): 0.8/1.2 MB | 43 kB | 44/245 kB | 28/49 kB | 7.7/30 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 111 kB/s)
Progress (4): 0.8/1.2 MB | 44/245 kB | 32/49 kB | 7.7/30 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Progress (4): 0.8/1.2 MB | 48/245 kB | 32/49 kB | 7.7/30 kB
Progress (4): 0.8/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB 
Progress (4): 0.8/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.8/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 12/30 kB
Progress (4): 0.9/1.2 MB | 48/245 kB | 32/49 kB | 16/30 kB
Progress (4): 0.9/1.2 MB | 52/245 kB | 32/49 kB | 16/30 kB
Progress (4): 0.9/1.2 MB | 52/245 kB | 32/49 kB | 20/30 kB
Progress (4): 0.9/1.2 MB | 52/245 kB | 36/49 kB | 20/30 kB
Progress (4): 0.9/1.2 MB | 52/245 kB | 36/49 kB | 24/30 kB
Progress (4): 0.9/1.2 MB | 56/245 kB | 36/49 kB | 24/30 kB
Progress (4): 0.9/1.2 MB | 56/245 kB | 36/49 kB | 24/30 kB
Progress (4): 0.9/1.2 MB | 56/245 kB | 36/49 kB | 28/30 kB
Progress (4): 0.9/1.2 MB | 56/245 kB | 40/49 kB | 28/30 kB
Progress (4): 0.9/1.2 MB | 56/245 kB | 40/49 kB | 30 kB   
Progress (4): 0.9/1.2 MB | 56/245 kB | 40/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 60/245 kB | 40/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 60/245 kB | 40/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 60/245 kB | 44/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 60/245 kB | 44/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 64/245 kB | 44/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 64/245 kB | 48/49 kB | 30 kB
Progress (4): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 4.1/50 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 4.1/50 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 4.1/50 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 7.7/50 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 7.7/50 kB
Progress (5): 0.9/1.2 MB | 68/245 kB | 48/49 kB | 30 kB | 12/50 kB 
Progress (5): 0.9/1.2 MB | 72/245 kB | 48/49 kB | 30 kB | 12/50 kB
Progress (5): 0.9/1.2 MB | 72/245 kB | 49 kB | 30 kB | 12/50 kB   
Progress (5): 0.9/1.2 MB | 72/245 kB | 49 kB | 30 kB | 16/50 kB
Progress (5): 0.9/1.2 MB | 72/245 kB | 49 kB | 30 kB | 16/50 kB
Progress (5): 0.9/1.2 MB | 76/245 kB | 49 kB | 30 kB | 16/50 kB
Progress (5): 0.9/1.2 MB | 76/245 kB | 49 kB | 30 kB | 20/50 kB
Progress (5): 0.9/1.2 MB | 80/245 kB | 49 kB | 30 kB | 20/50 kB
Progress (5): 0.9/1.2 MB | 80/245 kB | 49 kB | 30 kB | 20/50 kB
Progress (5): 0.9/1.2 MB | 84/245 kB | 49 kB | 30 kB | 20/50 kB
Progress (5): 0.9/1.2 MB | 84/245 kB | 49 kB | 30 kB | 24/50 kB
Progress (5): 0.9/1.2 MB | 88/245 kB | 49 kB | 30 kB | 24/50 kB
Progress (5): 0.9/1.2 MB | 88/245 kB | 49 kB | 30 kB | 28/50 kB
Progress (5): 0.9/1.2 MB | 88/245 kB | 49 kB | 30 kB | 28/50 kB
Progress (5): 0.9/1.2 MB | 88/245 kB | 49 kB | 30 kB | 32/50 kB
Progress (5): 0.9/1.2 MB | 92/245 kB | 49 kB | 30 kB | 32/50 kB
Progress (5): 0.9/1.2 MB | 92/245 kB | 49 kB | 30 kB | 32/50 kB
Progress (5): 0.9/1.2 MB | 96/245 kB | 49 kB | 30 kB | 32/50 kB
Progress (5): 0.9/1.2 MB | 96/245 kB | 49 kB | 30 kB | 36/50 kB
Progress (5): 0.9/1.2 MB | 100/245 kB | 49 kB | 30 kB | 36/50 kB
Progress (5): 0.9/1.2 MB | 100/245 kB | 49 kB | 30 kB | 36/50 kB
Progress (5): 0.9/1.2 MB | 104/245 kB | 49 kB | 30 kB | 36/50 kB
Progress (5): 0.9/1.2 MB | 104/245 kB | 49 kB | 30 kB | 40/50 kB
Progress (5): 0.9/1.2 MB | 108/245 kB | 49 kB | 30 kB | 40/50 kB
Progress (5): 0.9/1.2 MB | 108/245 kB | 49 kB | 30 kB | 40/50 kB
Progress (5): 0.9/1.2 MB | 108/245 kB | 49 kB | 30 kB | 44/50 kB
Progress (5): 0.9/1.2 MB | 112/245 kB | 49 kB | 30 kB | 44/50 kB
Progress (5): 0.9/1.2 MB | 112/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 0.9/1.2 MB | 112/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 0.9/1.2 MB | 116/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 0.9/1.2 MB | 116/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 0.9/1.2 MB | 120/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 120/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 124/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 124/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 128/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 128/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 132/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 132/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 136/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 136/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 140/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 144/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 144/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 148/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 148/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 152/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 152/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 156/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 156/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 160/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 160/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 164/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 164/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 168/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 168/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 172/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 172/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 176/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 176/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 180/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 180/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 184/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 184/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 188/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 188/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 192/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 192/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 196/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 196/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 200/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 200/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 204/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 204/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 208/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 208/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 212/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 212/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 216/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 216/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 220/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 220/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.0/1.2 MB | 224/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 224/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 228/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 228/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 232/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 232/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 236/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 236/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 240/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 240/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 244/245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB    
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.1/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.2/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.2/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.2/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.2/1.2 MB | 245 kB | 49 kB | 30 kB | 48/50 kB
Progress (5): 1.2/1.2 MB | 245 kB | 49 kB | 30 kB | 48/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 63 kB/s)
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/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
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2/1.2 MB | 245 kB | 49 kB | 48/50 kB
Progress (4): 1.2 MB | 245 kB | 49 kB | 48/50 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.jar (49 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Progress (4): 1.2 MB | 245 kB | 48/50 kB | 4.1/52 kB
Progress (4): 1.2 MB | 245 kB | 48/50 kB | 7.7/52 kB
Progress (4): 1.2 MB | 245 kB | 48/50 kB | 12/52 kB 
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 489 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
Progress (3): 1.2 MB | 48/50 kB | 16/52 kB
Progress (4): 1.2 MB | 48/50 kB | 16/52 kB | 4.1/15 kB
Progress (4): 1.2 MB | 48/50 kB | 20/52 kB | 4.1/15 kB
Progress (4): 1.2 MB | 48/50 kB | 20/52 kB | 7.7/15 kB
Progress (4): 1.2 MB | 48/50 kB | 24/52 kB | 7.7/15 kB
Progress (4): 1.2 MB | 48/50 kB | 24/52 kB | 12/15 kB 
Progress (4): 1.2 MB | 48/50 kB | 24/52 kB | 15 kB   
Progress (4): 1.2 MB | 48/50 kB | 28/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 32/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 36/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 40/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 44/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 48/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 52/52 kB | 15 kB
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 15 kB   
Progress (5): 1.2 MB | 48/50 kB | 52 kB | 15 kB | 4.1/37 kB
Progress (5): 1.2 MB | 48/50 kB | 52 kB | 15 kB | 7.7/37 kB
Progress (5): 1.2 MB | 48/50 kB | 52 kB | 15 kB | 12/37 kB 
Progress (5): 1.2 MB | 48/50 kB | 52 kB | 15 kB | 16/37 kB
Progress (5): 1.2 MB | 48/50 kB | 52 kB | 15 kB | 20/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 29 kB/s)
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 24/37 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 28/37 kB
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 32/37 kB
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 36/37 kB
Progress (4): 1.2 MB | 48/50 kB | 52 kB | 37 kB   
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 102 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar
Progress (3): 48/50 kB | 37 kB | 4.1/91 kB
Progress (3): 48/50 kB | 37 kB | 7.7/91 kB
Progress (3): 48/50 kB | 37 kB | 12/91 kB 
Progress (3): 48/50 kB | 37 kB | 16/91 kB
Progress (3): 48/50 kB | 37 kB | 20/91 kB
Progress (3): 48/50 kB | 37 kB | 24/91 kB
Progress (3): 48/50 kB | 37 kB | 28/91 kB
Progress (3): 48/50 kB | 37 kB | 32/91 kB
Progress (4): 48/50 kB | 37 kB | 32/91 kB | 4.1/109 kB
Progress (4): 48/50 kB | 37 kB | 33/91 kB | 4.1/109 kB
Progress (4): 48/50 kB | 37 kB | 33/91 kB | 7.7/109 kB
Progress (4): 48/50 kB | 37 kB | 37/91 kB | 7.7/109 kB
Progress (4): 48/50 kB | 37 kB | 41/91 kB | 7.7/109 kB
Progress (4): 48/50 kB | 37 kB | 41/91 kB | 12/109 kB 
Progress (4): 48/50 kB | 37 kB | 45/91 kB | 12/109 kB
Progress (5): 48/50 kB | 37 kB | 45/91 kB | 12/109 kB | 4.1/282 kB
Progress (5): 48/50 kB | 37 kB | 49/91 kB | 12/109 kB | 4.1/282 kB
Progress (5): 48/50 kB | 37 kB | 49/91 kB | 16/109 kB | 4.1/282 kB
Progress (5): 48/50 kB | 37 kB | 53/91 kB | 16/109 kB | 4.1/282 kB
Progress (5): 48/50 kB | 37 kB | 53/91 kB | 16/109 kB | 7.7/282 kB
Progress (5): 48/50 kB | 37 kB | 57/91 kB | 16/109 kB | 7.7/282 kB
Progress (5): 48/50 kB | 37 kB | 57/91 kB | 20/109 kB | 7.7/282 kB
Progress (5): 48/50 kB | 37 kB | 61/91 kB | 20/109 kB | 7.7/282 kB
Progress (5): 48/50 kB | 37 kB | 61/91 kB | 20/109 kB | 12/282 kB 
Progress (5): 48/50 kB | 37 kB | 61/91 kB | 20/109 kB | 16/282 kB
Progress (5): 48/50 kB | 37 kB | 65/91 kB | 20/109 kB | 16/282 kB
Progress (5): 48/50 kB | 37 kB | 65/91 kB | 24/109 kB | 16/282 kB
Progress (5): 48/50 kB | 37 kB | 69/91 kB | 24/109 kB | 16/282 kB
Progress (5): 48/50 kB | 37 kB | 69/91 kB | 24/109 kB | 20/282 kB
Progress (5): 48/50 kB | 37 kB | 73/91 kB | 24/109 kB | 20/282 kB
Progress (5): 48/50 kB | 37 kB | 73/91 kB | 28/109 kB | 20/282 kB
Progress (5): 48/50 kB | 37 kB | 77/91 kB | 28/109 kB | 20/282 kB
Progress (5): 48/50 kB | 37 kB | 77/91 kB | 28/109 kB | 24/282 kB
Progress (5): 48/50 kB | 37 kB | 81/91 kB | 28/109 kB | 24/282 kB
Progress (5): 48/50 kB | 37 kB | 81/91 kB | 32/109 kB | 24/282 kB
Progress (5): 48/50 kB | 37 kB | 85/91 kB | 32/109 kB | 24/282 kB
Progress (5): 48/50 kB | 37 kB | 85/91 kB | 32/109 kB | 28/282 kB
Progress (5): 48/50 kB | 37 kB | 89/91 kB | 32/109 kB | 28/282 kB
Progress (5): 48/50 kB | 37 kB | 89/91 kB | 33/109 kB | 28/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 28/282 kB   
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 32/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 33/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 37/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 41/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 45/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 49/282 kB
Progress (5): 48/50 kB | 37 kB | 91 kB | 33/109 kB | 53/282 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 157 kB/s)
Progress (4): 48/50 kB | 37 kB | 37/109 kB | 53/282 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar
Progress (4): 48/50 kB | 37 kB | 37/109 kB | 57/282 kB
Progress (4): 48/50 kB | 37 kB | 41/109 kB | 57/282 kB
Progress (4): 48/50 kB | 37 kB | 41/109 kB | 61/282 kB
Progress (4): 48/50 kB | 37 kB | 45/109 kB | 61/282 kB
Progress (4): 48/50 kB | 37 kB | 45/109 kB | 65/282 kB
Progress (4): 48/50 kB | 37 kB | 49/109 kB | 65/282 kB
Progress (4): 48/50 kB | 37 kB | 49/109 kB | 66/282 kB
Progress (4): 48/50 kB | 37 kB | 53/109 kB | 66/282 kB
Progress (4): 48/50 kB | 37 kB | 53/109 kB | 70/282 kB
Progress (4): 48/50 kB | 37 kB | 57/109 kB | 70/282 kB
Progress (4): 48/50 kB | 37 kB | 57/109 kB | 74/282 kB
Progress (4): 48/50 kB | 37 kB | 61/109 kB | 74/282 kB
Progress (4): 48/50 kB | 37 kB | 61/109 kB | 78/282 kB
Progress (4): 48/50 kB | 37 kB | 65/109 kB | 78/282 kB
Progress (4): 48/50 kB | 37 kB | 65/109 kB | 82/282 kB
Progress (4): 48/50 kB | 37 kB | 66/109 kB | 82/282 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 64 kB/s)
Progress (3): 48/50 kB | 70/109 kB | 82/282 kB
Progress (3): 48/50 kB | 70/109 kB | 86/282 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
Progress (3): 48/50 kB | 70/109 kB | 90/282 kB
Progress (3): 48/50 kB | 74/109 kB | 90/282 kB
Progress (3): 48/50 kB | 74/109 kB | 94/282 kB
Progress (3): 48/50 kB | 74/109 kB | 98/282 kB
Progress (3): 48/50 kB | 78/109 kB | 98/282 kB
Progress (3): 48/50 kB | 78/109 kB | 102/282 kB
Progress (3): 48/50 kB | 78/109 kB | 106/282 kB
Progress (3): 48/50 kB | 82/109 kB | 106/282 kB
Progress (3): 48/50 kB | 82/109 kB | 110/282 kB
Progress (3): 48/50 kB | 82/109 kB | 114/282 kB
Progress (3): 48/50 kB | 86/109 kB | 114/282 kB
Progress (3): 48/50 kB | 86/109 kB | 118/282 kB
Progress (3): 48/50 kB | 90/109 kB | 118/282 kB
Progress (3): 48/50 kB | 90/109 kB | 122/282 kB
Progress (3): 48/50 kB | 90/109 kB | 126/282 kB
Progress (3): 48/50 kB | 94/109 kB | 126/282 kB
Progress (3): 48/50 kB | 94/109 kB | 130/282 kB
Progress (3): 48/50 kB | 98/109 kB | 130/282 kB
Progress (3): 48/50 kB | 98/109 kB | 134/282 kB
Progress (3): 48/50 kB | 98/109 kB | 138/282 kB
Progress (3): 48/50 kB | 102/109 kB | 138/282 kB
Progress (3): 48/50 kB | 102/109 kB | 142/282 kB
Progress (3): 48/50 kB | 106/109 kB | 142/282 kB
Progress (3): 48/50 kB | 106/109 kB | 146/282 kB
Progress (3): 48/50 kB | 109 kB | 146/282 kB    
Progress (3): 48/50 kB | 109 kB | 150/282 kB
Progress (3): 48/50 kB | 109 kB | 154/282 kB
Progress (3): 48/50 kB | 109 kB | 158/282 kB
Progress (3): 48/50 kB | 109 kB | 162/282 kB
Progress (3): 48/50 kB | 109 kB | 166/282 kB
Progress (3): 48/50 kB | 109 kB | 170/282 kB
Progress (3): 48/50 kB | 109 kB | 174/282 kB
Progress (3): 48/50 kB | 109 kB | 178/282 kB
Progress (3): 48/50 kB | 109 kB | 182/282 kB
Progress (3): 48/50 kB | 109 kB | 186/282 kB
Progress (3): 48/50 kB | 109 kB | 190/282 kB
Progress (3): 48/50 kB | 109 kB | 194/282 kB
Progress (3): 48/50 kB | 109 kB | 198/282 kB
Progress (3): 48/50 kB | 109 kB | 202/282 kB
Progress (3): 48/50 kB | 109 kB | 206/282 kB
Progress (3): 48/50 kB | 109 kB | 210/282 kB
Progress (3): 48/50 kB | 109 kB | 214/282 kB
Progress (3): 48/50 kB | 109 kB | 218/282 kB
Progress (3): 48/50 kB | 109 kB | 222/282 kB
Progress (3): 48/50 kB | 109 kB | 226/282 kB
Progress (3): 48/50 kB | 109 kB | 230/282 kB
Progress (3): 48/50 kB | 109 kB | 234/282 kB
Progress (3): 48/50 kB | 109 kB | 238/282 kB
Progress (3): 48/50 kB | 109 kB | 242/282 kB
Progress (3): 48/50 kB | 109 kB | 246/282 kB
Progress (3): 48/50 kB | 109 kB | 250/282 kB
Progress (3): 48/50 kB | 109 kB | 254/282 kB
Progress (3): 48/50 kB | 109 kB | 258/282 kB
Progress (3): 48/50 kB | 109 kB | 262/282 kB
Progress (4): 48/50 kB | 109 kB | 262/282 kB | 4.1/195 kB
Progress (4): 48/50 kB | 109 kB | 266/282 kB | 4.1/195 kB
Progress (5): 48/50 kB | 109 kB | 266/282 kB | 4.1/195 kB | 4.1/115 kB
Progress (5): 48/50 kB | 109 kB | 266/282 kB | 7.7/195 kB | 4.1/115 kB
Progress (5): 48/50 kB | 109 kB | 266/282 kB | 7.7/195 kB | 7.7/115 kB
Progress (5): 48/50 kB | 109 kB | 270/282 kB | 7.7/195 kB | 7.7/115 kB
Progress (5): 48/50 kB | 109 kB | 270/282 kB | 7.7/195 kB | 12/115 kB 
Progress (5): 50 kB | 109 kB | 270/282 kB | 7.7/195 kB | 12/115 kB   
Progress (5): 50 kB | 109 kB | 270/282 kB | 12/195 kB | 12/115 kB 
Progress (5): 50 kB | 109 kB | 270/282 kB | 12/195 kB | 16/115 kB
Progress (5): 50 kB | 109 kB | 274/282 kB | 12/195 kB | 16/115 kB
Progress (5): 50 kB | 109 kB | 274/282 kB | 12/195 kB | 20/115 kB
Progress (5): 50 kB | 109 kB | 274/282 kB | 16/195 kB | 20/115 kB
Progress (5): 50 kB | 109 kB | 274/282 kB | 16/195 kB | 24/115 kB
Progress (5): 50 kB | 109 kB | 278/282 kB | 16/195 kB | 24/115 kB
Progress (5): 50 kB | 109 kB | 278/282 kB | 16/195 kB | 28/115 kB
Progress (5): 50 kB | 109 kB | 278/282 kB | 16/195 kB | 32/115 kB
Progress (5): 50 kB | 109 kB | 278/282 kB | 20/195 kB | 32/115 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 181 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar
Progress (4): 50 kB | 278/282 kB | 20/195 kB | 33/115 kB
Progress (4): 50 kB | 282/282 kB | 20/195 kB | 33/115 kB
Progress (4): 50 kB | 282/282 kB | 24/195 kB | 33/115 kB
Progress (4): 50 kB | 282 kB | 24/195 kB | 33/115 kB    
Progress (4): 50 kB | 282 kB | 24/195 kB | 37/115 kB
Progress (4): 50 kB | 282 kB | 28/195 kB | 37/115 kB
Progress (4): 50 kB | 282 kB | 28/195 kB | 41/115 kB
Progress (4): 50 kB | 282 kB | 32/195 kB | 41/115 kB
Progress (4): 50 kB | 282 kB | 32/195 kB | 45/115 kB
Progress (4): 50 kB | 282 kB | 33/195 kB | 45/115 kB
Progress (4): 50 kB | 282 kB | 33/195 kB | 49/115 kB
Progress (4): 50 kB | 282 kB | 37/195 kB | 49/115 kB
Progress (4): 50 kB | 282 kB | 37/195 kB | 53/115 kB
Progress (4): 50 kB | 282 kB | 41/195 kB | 53/115 kB
Progress (4): 50 kB | 282 kB | 41/195 kB | 57/115 kB
Progress (4): 50 kB | 282 kB | 45/195 kB | 57/115 kB
Progress (4): 50 kB | 282 kB | 45/195 kB | 61/115 kB
Progress (4): 50 kB | 282 kB | 49/195 kB | 61/115 kB
Progress (4): 50 kB | 282 kB | 49/195 kB | 65/115 kB
Progress (4): 50 kB | 282 kB | 53/195 kB | 65/115 kB
Progress (4): 50 kB | 282 kB | 53/195 kB | 66/115 kB
Progress (4): 50 kB | 282 kB | 57/195 kB | 66/115 kB
Progress (4): 50 kB | 282 kB | 57/195 kB | 70/115 kB
Progress (4): 50 kB | 282 kB | 61/195 kB | 70/115 kB
Progress (4): 50 kB | 282 kB | 61/195 kB | 74/115 kB
Progress (4): 50 kB | 282 kB | 65/195 kB | 74/115 kB
Progress (4): 50 kB | 282 kB | 65/195 kB | 78/115 kB
Progress (4): 50 kB | 282 kB | 66/195 kB | 78/115 kB
Progress (4): 50 kB | 282 kB | 66/195 kB | 82/115 kB
Progress (4): 50 kB | 282 kB | 70/195 kB | 82/115 kB
Progress (4): 50 kB | 282 kB | 70/195 kB | 86/115 kB
Progress (4): 50 kB | 282 kB | 74/195 kB | 86/115 kB
Progress (4): 50 kB | 282 kB | 74/195 kB | 90/115 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 83 kB/s)
Progress (3): 282 kB | 74/195 kB | 94/115 kB
Progress (3): 282 kB | 78/195 kB | 94/115 kB
Progress (3): 282 kB | 78/195 kB | 98/115 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
Progress (3): 282 kB | 78/195 kB | 102/115 kB
Progress (3): 282 kB | 82/195 kB | 102/115 kB
Progress (3): 282 kB | 82/195 kB | 106/115 kB
Progress (3): 282 kB | 86/195 kB | 106/115 kB
Progress (3): 282 kB | 86/195 kB | 110/115 kB
Progress (3): 282 kB | 90/195 kB | 110/115 kB
Progress (3): 282 kB | 90/195 kB | 114/115 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar (282 kB at 460 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
Progress (2): 94/195 kB | 114/115 kB
Progress (2): 98/195 kB | 114/115 kB
Progress (2): 98/195 kB | 115 kB    
Progress (2): 98/195 kB | 115 kB
Progress (3): 98/195 kB | 115 kB | 4.1/70 kB
Progress (3): 102/195 kB | 115 kB | 4.1/70 kB
Progress (3): 102/195 kB | 115 kB | 7.7/70 kB
Progress (3): 106/195 kB | 115 kB | 7.7/70 kB
Progress (3): 106/195 kB | 115 kB | 12/70 kB 
Progress (3): 110/195 kB | 115 kB | 12/70 kB
Progress (3): 110/195 kB | 115 kB | 16/70 kB
Progress (3): 114/195 kB | 115 kB | 16/70 kB
Progress (3): 114/195 kB | 115 kB | 20/70 kB
Progress (3): 118/195 kB | 115 kB | 20/70 kB
Progress (3): 118/195 kB | 115 kB | 24/70 kB
Progress (3): 118/195 kB | 115 kB | 28/70 kB
Progress (3): 118/195 kB | 115 kB | 32/70 kB
Progress (3): 118/195 kB | 115 kB | 33/70 kB
Progress (3): 118/195 kB | 115 kB | 37/70 kB
Progress (3): 118/195 kB | 115 kB | 41/70 kB
Progress (3): 118/195 kB | 115 kB | 45/70 kB
Progress (3): 122/195 kB | 115 kB | 45/70 kB
Progress (3): 122/195 kB | 115 kB | 49/70 kB
Progress (3): 126/195 kB | 115 kB | 49/70 kB
Progress (3): 126/195 kB | 115 kB | 53/70 kB
Progress (3): 126/195 kB | 115 kB | 57/70 kB
Progress (3): 126/195 kB | 115 kB | 61/70 kB
Progress (3): 126/195 kB | 115 kB | 65/70 kB
Progress (4): 126/195 kB | 115 kB | 65/70 kB | 4.1/33 kB
Progress (4): 126/195 kB | 115 kB | 69/70 kB | 4.1/33 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 169 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar
Progress (4): 126/195 kB | 69/70 kB | 4.1/33 kB | 4.1/50 kB
Progress (4): 130/195 kB | 69/70 kB | 4.1/33 kB | 4.1/50 kB
Progress (4): 130/195 kB | 69/70 kB | 4.1/33 kB | 7.7/50 kB
Progress (4): 130/195 kB | 70 kB | 4.1/33 kB | 7.7/50 kB   
Progress (4): 130/195 kB | 70 kB | 4.1/33 kB | 12/50 kB 
Progress (4): 130/195 kB | 70 kB | 7.7/33 kB | 12/50 kB
Progress (4): 130/195 kB | 70 kB | 7.7/33 kB | 16/50 kB
Progress (4): 130/195 kB | 70 kB | 12/33 kB | 16/50 kB 
Progress (4): 131/195 kB | 70 kB | 12/33 kB | 16/50 kB
Progress (4): 131/195 kB | 70 kB | 16/33 kB | 16/50 kB
Progress (4): 135/195 kB | 70 kB | 16/33 kB | 16/50 kB
Progress (4): 135/195 kB | 70 kB | 16/33 kB | 20/50 kB
Progress (4): 139/195 kB | 70 kB | 16/33 kB | 20/50 kB
Progress (4): 139/195 kB | 70 kB | 20/33 kB | 20/50 kB
Progress (4): 143/195 kB | 70 kB | 20/33 kB | 20/50 kB
Progress (4): 143/195 kB | 70 kB | 20/33 kB | 24/50 kB
Progress (4): 147/195 kB | 70 kB | 20/33 kB | 24/50 kB
Progress (4): 147/195 kB | 70 kB | 24/33 kB | 24/50 kB
Progress (4): 147/195 kB | 70 kB | 24/33 kB | 28/50 kB
Progress (4): 151/195 kB | 70 kB | 24/33 kB | 28/50 kB
Progress (4): 151/195 kB | 70 kB | 24/33 kB | 32/50 kB
Progress (4): 151/195 kB | 70 kB | 28/33 kB | 32/50 kB
Progress (4): 151/195 kB | 70 kB | 28/33 kB | 36/50 kB
Progress (4): 151/195 kB | 70 kB | 28/33 kB | 40/50 kB
Progress (4): 155/195 kB | 70 kB | 28/33 kB | 40/50 kB
Progress (4): 155/195 kB | 70 kB | 32/33 kB | 40/50 kB
Progress (4): 159/195 kB | 70 kB | 32/33 kB | 40/50 kB
Progress (4): 159/195 kB | 70 kB | 32/33 kB | 44/50 kB
Progress (4): 163/195 kB | 70 kB | 32/33 kB | 44/50 kB
Progress (4): 163/195 kB | 70 kB | 33/33 kB | 44/50 kB
Progress (4): 167/195 kB | 70 kB | 33/33 kB | 44/50 kB
Progress (4): 167/195 kB | 70 kB | 33/33 kB | 48/50 kB
Progress (4): 171/195 kB | 70 kB | 33/33 kB | 48/50 kB
Progress (4): 171/195 kB | 70 kB | 33 kB | 48/50 kB   
Progress (4): 175/195 kB | 70 kB | 33 kB | 48/50 kB
Progress (4): 175/195 kB | 70 kB | 33 kB | 50 kB   
Progress (4): 179/195 kB | 70 kB | 33 kB | 50 kB
Progress (4): 183/195 kB | 70 kB | 33 kB | 50 kB
Progress (4): 187/195 kB | 70 kB | 33 kB | 50 kB
Progress (4): 191/195 kB | 70 kB | 33 kB | 50 kB
Progress (4): 195/195 kB | 70 kB | 33 kB | 50 kB
Progress (4): 195 kB | 70 kB | 33 kB | 50 kB    
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 4.1/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 7.7/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 12/129 kB 
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 16/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 20/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 24/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 28/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 32/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 33/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 37/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 41/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 45/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 49/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 53/129 kB
Progress (5): 195 kB | 70 kB | 33 kB | 50 kB | 57/129 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 72 kB/s)
Progress (4): 195 kB | 70 kB | 33 kB | 61/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 65/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 66/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 70/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 74/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 78/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 82/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 86/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 90/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 94/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 98/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 102/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 106/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 110/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 114/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 118/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 122/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 126/129 kB
Progress (4): 195 kB | 70 kB | 33 kB | 129 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar (129 kB at 168 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.5/org.jacoco.core-0.8.5.jar (195 kB at 251 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 43 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar (70 kB at 90 kB/s)
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-testutils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-testutils ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/surefire-reports
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.pom (3.1 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.22.2/surefire-providers-2.22.2.pom (2.5 kB at 89 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar
Progress (1): 4.1/85 kB
Progress (1): 7.7/85 kB
Progress (1): 12/85 kB 
Progress (1): 16/85 kB
Progress (1): 20/85 kB
Progress (1): 24/85 kB
Progress (1): 28/85 kB
Progress (1): 32/85 kB
Progress (1): 33/85 kB
Progress (1): 37/85 kB
Progress (1): 41/85 kB
Progress (1): 45/85 kB
Progress (1): 49/85 kB
Progress (1): 53/85 kB
Progress (1): 57/85 kB
Progress (1): 61/85 kB
Progress (1): 65/85 kB
Progress (1): 69/85 kB
Progress (1): 73/85 kB
Progress (1): 77/85 kB
Progress (1): 81/85 kB
Progress (1): 85 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.22.2/surefire-junit4-2.22.2.jar (85 kB at 4.0 MB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
[INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[INFO] Running org.eclipse.collections.impl.test.VerifyTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.998 s - in org.eclipse.collections.impl.test.VerifyTest
[INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-testutils ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-testutils ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-testutils ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0-SNAPSHOT/eclipse-collections-testutils-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0-SNAPSHOT/eclipse-collections-testutils-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0-SNAPSHOT/eclipse-collections-testutils-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
[INFO] Building Eclipse Collections Fork Join Utilities 10.1.0-SNAPSHOT  [7/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ eclipse-collections-forkjoin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ eclipse-collections-forkjoin ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ eclipse-collections-forkjoin ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eclipse-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ eclipse-collections-forkjoin ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.forkjoin.FJIterateTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.668 s - in org.eclipse.collections.impl.forkjoin.FJIterateTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ eclipse-collections-forkjoin ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ eclipse-collections-forkjoin ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ eclipse-collections-forkjoin ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0-SNAPSHOT/eclipse-collections-forkjoin-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0-SNAPSHOT/eclipse-collections-forkjoin-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0-SNAPSHOT/eclipse-collections-forkjoin-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
[INFO] Building Eclipse Collections Unit Test Suite 10.1.0-SNAPSHOT      [8/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.pom
Progress (1): 786 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.pom (786 B at 36 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar
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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 1.9 MB/s)
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-nop/1.7.25/slf4j-nop-1.7.25.jar (4.0 kB at 103 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- eclipse-collections-code-generator-maven-plugin:10.1.0-SNAPSHOT:generate (list) @ unit-tests ---
[INFO] Generating sources to unit-tests
[INFO] Generated 2196 files
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2718 source files to /home/jenkins/agent/workspace/new-version/unit-tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/unit-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.LongArrayListTest
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.collections.impl.list.mutable.primitive.LongArrayListTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ImmutableBooleanHashSetTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.set.mutable.primitive.ImmutableBooleanHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackTest
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.factory.primitive.CharStacksTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapTest
[INFO] Running org.eclipse.collections.impl.set.primitive.ImmutableBooleanSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.primitive.ImmutableBooleanSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanEmptySetTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanEmptySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ByteObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseShortIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.lazy.primitive.ReverseShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.primitive.FloatDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.BagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.factory.BagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.primitive.FloatByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.factory.primitive.ShortStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.LongPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.LongPredicatesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.AnagramTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.AnagramTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMap2Test
[INFO] Running org.eclipse.collections.impl.bag.mutable.HashBagTest
[INFO] Tests run: 217, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 s - in org.eclipse.collections.impl.bag.mutable.HashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortIntPairImplTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.057 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.SelectIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.iterator.SelectIteratorTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.DoublePredicatesTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.factory.primitive.DoublePredicatesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.007 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.block.function.primitive.DoubleCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.primitive.ShortObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.primitive.FloatBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortEmptySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectFloatIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.lazy.primitive.SelectFloatIterableTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.factory.primitive.DoubleStacksTest
[INFO] Running org.eclipse.collections.impl.list.IntervalTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.list.IntervalTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableDecapletonListTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s - in org.eclipse.collections.impl.list.immutable.ImmutableDecapletonListTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.primitive.ObjectShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.primitive.IntFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CharAdapterTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.string.immutable.CharAdapterTest
[INFO] Running org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapIntIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.lazy.primitive.TapIntIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntIntProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectDoubleIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.lazy.primitive.CollectDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyBooleanIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyBooleanIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.primitive.IntByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleIntPairImplTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntSingletonStackTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ByteShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyLongIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyLongIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategyTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.primitive.IntDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ImmutableTreeSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.789 s - in org.eclipse.collections.impl.lazy.parallel.set.ImmutableTreeSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagTest
[INFO] Tests run: 213, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 s - in org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSortedSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Tests run: 268, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterableTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectLongToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.primitive.CollectLongToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.ShortSetsTest
[INFO] Running org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategyTest
[INFO] Tests run: 220, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s - in org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ObjectLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterTest
[INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.factory.primitive.LongSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.IntPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.IntPredicatesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.ListsTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.factory.ListsTest
[INFO] Running org.eclipse.collections.impl.tuple.TuplesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.TuplesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectDistinctSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.154 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectDistinctSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectCharIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.lazy.primitive.SelectCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.stream.PrimitiveStreamsTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.stream.PrimitiveStreamsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedLongIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedLongIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectCharProcedureTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyTest
[INFO] Tests run: 242, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelBagTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagTest
[INFO] Tests run: 220, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelCollectListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.338 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelCollectListIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ByteFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.IntArrayListTest
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.list.mutable.primitive.IntArrayListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapTest
[INFO] Running org.eclipse.collections.impl.block.CheckedBlocksTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.block.CheckedBlocksTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategyTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ByteBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.primitive.LongLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIteratorTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.mutable.FastListAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterTest
[INFO] Tests run: 237, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s - in org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.ShortBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.IntIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.IntIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapTest
[INFO] Running org.eclipse.collections.impl.lazy.DropIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.DropIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.BooleanCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.BooleanCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyByteIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.primitive.LazyByteIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ObjectCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.LongCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapTest
[INFO] Running org.eclipse.collections.impl.block.factory.Predicates2Test
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.block.factory.Predicates2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.MultiReaderUnifiedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s - in org.eclipse.collections.impl.lazy.parallel.set.MultiReaderUnifiedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.DoubleIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.SynchronizedMutableListTest
[INFO] Tests run: 268, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListTest
[INFO] Tests run: 292, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapDoubleIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.lazy.primitive.TapDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ShortArrayListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.list.mutable.primitive.ShortArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.primitive.ShortLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectMultiReaderSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.699 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectMultiReaderSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.primitive.LongDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyOverridesTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyOverridesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleBytePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseEntrySetTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseEntrySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.CharPredicatesTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicatesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionTest
[INFO] Running org.eclipse.collections.impl.lazy.LazyIterableAdapterTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.lazy.LazyIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseCharIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.ReverseCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.FloatStacksTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.function.CaseFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.CaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteMapKeySetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.CharShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.DoubleByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.primitive.IntObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.TapIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.TapIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectIfProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CollectIfProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntIntPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyBooleanIterableAdapterTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.lazy.primitive.LazyBooleanIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharIntPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.FixedSizeMapFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.factory.FixedSizeMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteEmptySetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelCollectBagTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.81 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelCollectBagTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ByteBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanSingletonStackTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.NonParallelUnsortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.collections.impl.lazy.parallel.set.NonParallelUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ObjectBooleanMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ObjectBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.ShortIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.ShortIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.block.function.PrimitiveFunctionsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.PrimitiveFunctionsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.CompositeIterableTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.lazy.CompositeIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableSortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableSortedSetParallelTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetTest
[INFO] Tests run: 238, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s - in org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListTest
[INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.block.factory.IntegerPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.IntegerPredicatesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapByteIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.TapByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongBytePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListTest
[INFO] Tests run: 314, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in org.eclipse.collections.impl.list.mutable.FastListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.TakeIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.TakeIteratorTest
[INFO] Running org.eclipse.collections.impl.factory.StringsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.StringsTest
[INFO] Running org.eclipse.collections.impl.lazy.ZipIterableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.ZipIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.block.comparator.FunctionComparatorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.comparator.FunctionComparatorTest
[INFO] Running org.eclipse.collections.impl.lazy.SelectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.lazy.SelectIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelCollectDistinctTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.831 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelCollectDistinctTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.set.fixed.TripletonSetTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.set.fixed.TripletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.function.MinSizeFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.MinSizeFunctionTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableArrayListTest
[INFO] Tests run: 168, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.collections.impl.list.immutable.ImmutableArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapShortIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapShortIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.ShortCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.ShortCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.CharIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.multimap.UnifiedSetWithHashingStrategyMultimapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.UnifiedSetWithHashingStrategyMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSelectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.813 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSelectSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetOverridesTest
[INFO] Tests run: 229, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetOverridesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.set.fixed.DoubletonSetTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.fixed.DoubletonSetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapTest
[INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableEmptyListTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.collections.impl.list.immutable.ImmutableEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.ZipWithIndexIterableTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.ZipWithIndexIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.primitive.IntLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagTest
[INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableRichIterableTest
[INFO] Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.collections.impl.UnmodifiableRichIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetTest
[INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapTest
[INFO] Running org.eclipse.collections.impl.utility.ArrayIterateTest
[INFO] Tests run: 137, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.utility.ArrayIterateTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSynchronizedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.553 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSynchronizedSetIterableTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteShortProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.primitive.ByteIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharEmptySetTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedIntIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedIntIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.719 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSetIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapBooleanIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.TapBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.FlatCollectIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.iterator.FlatCollectIteratorTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.CounterTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.CounterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.CharBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.DoubleObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.FloatListsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.utility.IterateTest
[INFO] Tests run: 191, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.collections.impl.utility.IterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanBagsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.BooleanBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringPredicates2Test
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.StringPredicates2Test
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.FloatObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.multimap.bag.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyCharIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.utility.primitive.LazyCharIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.LazyIterateTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.utility.LazyIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.NonInstantiableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.NonInstantiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortShortMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.UnmodifiableBagTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.mutable.UnmodifiableBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenIntHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenIntHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.FloatFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.primitive.DoubleCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetTest
[INFO] Tests run: 236, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.883 s - in org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ShortShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.factory.PredicatesTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.block.factory.PredicatesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsUnmodifiableTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetTest
[INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.IntHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.bag.mutable.primitive.IntHashBagTest
[INFO] Running org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.CharHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.set.mutable.primitive.CharHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSubListTest
[INFO] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.collections.impl.list.immutable.ImmutableSubListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.primitive.LongByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ObjectIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.fixed.SingletonMapTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.fixed.SingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseLongIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.ReverseLongIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.ByteCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.ByteCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelIterateTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.773 s - in org.eclipse.collections.impl.parallel.ParallelIterateTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsWriteUntouchableTest
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.utility.IterateNullTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.utility.IterateNullTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.LongObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.LongFunctionImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.LongFunctionImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverse2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverse2Test
[INFO] Running org.eclipse.collections.impl.UnmodifiableMapEntrySetTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.UnmodifiableMapEntrySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.UnmodifiableSortedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.UnmodifiableSortedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s - in org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayListTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.FloatShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.fixed.ArrayAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectMultiReaderSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.73 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectMultiReaderSetIterableTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableEmptySetTest
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.collections.impl.set.immutable.ImmutableEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterableTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedDoubleIterableTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.factory.primitive.FloatSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelSelectBagTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelSelectBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSelectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.208 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSelectSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapTest
[INFO] Running org.eclipse.collections.impl.block.predicate.PairPredicateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.predicate.PairPredicateTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ObjectByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectBooleanToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectBooleanToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.CharPredicateTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableEmptySortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableEmptySortedSetParallelTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongShortProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.Procedures2Test
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.procedure.Procedures2Test
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanListsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.BooleanListsTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.CollectionAdapterTest
[INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.eclipse.collections.impl.collection.mutable.CollectionAdapterTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.IntStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.IntStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetTest
[INFO] Tests run: 229, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.SynchronizedSortedBagTest
[INFO] Tests run: 235, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 s - in org.eclipse.collections.impl.bag.sorted.mutable.SynchronizedSortedBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringPredicatesTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.factory.StringPredicatesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectIntIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.CollectIntIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapTest
[INFO] Running org.eclipse.collections.impl.utility.ArrayListIterateTest
[INFO] Tests run: 136, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.utility.ArrayListIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableSingletonMapTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.ImmutableSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.DoubleBagsTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CharCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.procedure.primitive.CharCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ByteCharPairImplTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackTest
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ShortCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectCharIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.primitive.CollectCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetAdapterTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s - in org.eclipse.collections.impl.set.mutable.SetAdapterTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapTest
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.function.Functions0Test
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.Functions0Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelUnsortedSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.list.FastListMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.multimap.list.FastListMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapCharIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.primitive.TapCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.NullSafeSortingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.NullSafeSortingTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.HashingStrategyBagsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.HashingStrategyBagsTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.CharListsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.BiMapsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.BiMapsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.fixed.EmptyListTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.fixed.EmptyListTest
[INFO] Running org.eclipse.collections.impl.list.fixed.FixedSizeListFactoryTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.fixed.FixedSizeListFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntBytePairImplTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleEmptySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleEmptySetTest
[INFO] Running org.eclipse.collections.impl.PersonAndPetKataTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.PersonAndPetKataTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.CharCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.block.factory.FunctionsTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.block.factory.FunctionsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsReadUntouchableTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.factory.MapsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.MapsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsWriteUntouchableTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.fixed.TripletonMapTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.fixed.TripletonMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.LongHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.collections.impl.set.mutable.primitive.LongHashSetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.CharBagsTest
[INFO] Running org.eclipse.collections.impl.block.function.AddFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.AddFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ByteLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.SetAdapterParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.collections.impl.lazy.parallel.set.SetAdapterParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedPutHashBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedPutHashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectIntIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.SelectIntIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.function.MultiplyFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.MultiplyFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.LongBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableHashBagTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.collections.impl.bag.immutable.ImmutableHashBagTest
[INFO] Running org.eclipse.collections.impl.factory.HashingStrategySetsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.HashingStrategySetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collector.Collectors2Test
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.149 s - in org.eclipse.collections.impl.collector.Collectors2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ProceduresTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.ProceduresTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharShortPairImplTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectIntToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectIntToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectDistinctSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.128 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectDistinctSetIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.TakeWhileIteratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.iterator.TakeWhileIteratorTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.MultiReaderFastListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.collections.impl.lazy.parallel.list.MultiReaderFastListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackTest
[INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.MapAdapterTest
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.MapAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointAdapterTest
[INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.string.immutable.CodePointAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagTest
[INFO] Tests run: 236, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s - in org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyFloatIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyFloatIterateTest
[INFO] Running org.eclipse.collections.impl.lazy.ChunkIterableTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.ChunkIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectDistinctSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.657 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectDistinctSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ByteLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.DoubleDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunnerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunnerTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanSingletonMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.DropWhileIterableTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.lazy.DropWhileIterableTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenDoubleHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenDoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelDistinctListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.669 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelDistinctListIterableTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharLongProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ImmutableListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 s - in org.eclipse.collections.impl.lazy.parallel.list.ImmutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetAdapterAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.SetAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnifiedMapOverridesTest
[INFO] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapOverridesTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.CollectionAdapterAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.collection.mutable.CollectionAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongLongMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxSizeFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.MaxSizeFunctionTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.MemoryEfficientMutableSetParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s - in org.eclipse.collections.impl.lazy.parallel.set.MemoryEfficientMutableSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongIntPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.SynchronizedMutableSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s - in org.eclipse.collections.impl.lazy.parallel.set.SynchronizedMutableSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.factory.primitive.DoubleSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.BooleanIterableIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.BooleanIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.fixed.DoubletonMapTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.fixed.DoubletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListSubListTest
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.list.fixed.SingletonListSubListTest
[INFO] Running org.eclipse.collections.impl.set.fixed.SingletonSetTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.set.fixed.SingletonSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.CollectIteratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.CollectIteratorTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ListAdapterParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.collections.impl.lazy.parallel.list.ListAdapterParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseFloatIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.lazy.primitive.ReverseFloatIterableTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.fixed.DoubletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.list.fixed.DoubletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapTest
[INFO] Running org.eclipse.collections.impl.SynchronizedRichIterableTest
[INFO] Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.collections.impl.SynchronizedRichIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ByteIntPairImplTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.predicate.MapEntryPredicateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.block.predicate.MapEntryPredicateTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectFloatIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.lazy.primitive.CollectFloatIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.AbstractImmutableEntryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.AbstractImmutableEntryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.RandomAccessListAdapterParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s - in org.eclipse.collections.impl.lazy.parallel.list.RandomAccessListAdapterParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.CharArrayListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.primitive.CharArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteByteProcedureTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ByteListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.ByteListsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetTest
[INFO] Running org.eclipse.collections.impl.lazy.TapIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.lazy.TapIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.IntBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.IntBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.IterablesTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.factory.IterablesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.fixed.EmptyMapTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.fixed.EmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ObjectFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.ArrayStackTest
[INFO] Tests run: 225, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 s - in org.eclipse.collections.impl.stack.mutable.ArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.DistinctIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.lazy.DistinctIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortProcedureTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListTest
[INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.FloatCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.primitive.FloatCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapLongIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapLongIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.FloatPredicatesTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.FloatPredicatesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.ShortListsTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongCharPairImplTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableNonupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.collections.impl.list.immutable.ImmutableNonupletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyFloatIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.LazyFloatIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteLongProcedureTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.994 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableBagFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.immutable.ImmutableBagFactoryTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Tests run: 271, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s - in org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortLongProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectShortIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.SelectShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.FloatCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListTest
[INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListTest
[INFO] Running org.eclipse.collections.impl.utility.ListIterateTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.utility.ListIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleLongPairImplTest
[INFO] Running org.eclipse.collections.impl.utility.StringIterateTest
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.utility.StringIterateTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetAsPoolTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetAsPoolTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnmodifiableUnsortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 s - in org.eclipse.collections.impl.lazy.parallel.set.UnmodifiableUnsortedSetParallelTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.DoubleCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.DoubleCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.CompositeListParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.collections.impl.lazy.parallel.list.CompositeListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.BooleanDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.CompositeFastListTest
[INFO] Tests run: 282, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.698 s - in org.eclipse.collections.impl.list.mutable.CompositeFastListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapCustomLockTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapCustomLockTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BytePredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.BytePredicatesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.LongStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntCharProcedureTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ObjectBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ObjectBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatFloatMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyDoubleIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.primitive.LazyDoubleIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ByteCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelSelectUnsortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.902 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelSelectUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterateTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBagTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ShortShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.fixed.TripletonListTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.fixed.TripletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.ShortCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.primitive.ShortCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectFloatProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackTest
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapFloatIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.primitive.TapFloatIterableTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.LongHashSetExtraTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s - in org.eclipse.collections.impl.set.mutable.primitive.LongHashSetExtraTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSingletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.collections.impl.list.immutable.ImmutableSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuintupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.fixed.QuintupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortBytePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.function.IfFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.IfFunctionTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedCharIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedCharIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatBytePairImplTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.SynchronizedMutableListParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.collections.impl.lazy.parallel.list.SynchronizedMutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.BooleanIntPairImplTest
[INFO] Running org.eclipse.collections.impl.multimap.set.SynchronizedPutUnifiedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.multimap.set.SynchronizedPutUnifiedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.IterableIterateTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.utility.internal.IterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.IntCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.ArrayAdapterTest
[INFO] Tests run: 277, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.IntHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.collections.impl.set.mutable.primitive.IntHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectLongIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.lazy.primitive.SelectLongIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.factory.MultimapsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.factory.MultimapsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapTest
[INFO] Running org.eclipse.collections.impl.set.fixed.EmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.fixed.EmptySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectLongToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectLongToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleDoubleMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetLogicTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.SetLogicTest
[INFO] Running org.eclipse.collections.impl.block.function.MinAndMaxBlocksTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.MinAndMaxBlocksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenShortHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenShortHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ObjectIntProceduresTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.procedure.ObjectIntProceduresTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleListsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.DoubleListsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointListTest
[INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.string.immutable.CodePointListTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharBytePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.CharSetsTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet2Test
[INFO] Tests run: 234, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongLongProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectByteIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.CollectByteIterableTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.ByteCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.primitive.ByteCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ObjectDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseKeySetTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.ZipIteratorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.ZipIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagTest
[INFO] Tests run: 208, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CharFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.CharFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap2Test
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongListsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.LongListsTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackTest
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.list.mutable.ListAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.utility.OrderedIterateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.OrderedIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyOverridesTest
[INFO] Tests run: 242, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyOverridesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ShortFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapTest
[INFO] Running org.eclipse.collections.impl.set.fixed.FixedSizeSetFactoryTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.fixed.FixedSizeSetFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanEmptyMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatCharPairImplTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapTest
[INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableMapFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.ImmutableMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleLongProcedureTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntEmptySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.CharDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.block.factory.ComparatorsTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.ComparatorsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.LazyIntIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.FloatIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatLongProcedureTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.BooleanCaseFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.primitive.BooleanCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.UnmodifiableMutableListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s - in org.eclipse.collections.impl.lazy.parallel.list.UnmodifiableMutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsReadUntouchableTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.ShortIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.ShortIterableIterateTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseIntIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.primitive.ReverseIntIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.FloatCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.FloatCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatEmptySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ByteDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.CaseProcedureTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ByteBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.ByteBagsTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ByteDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.block.factory.MultimapFunctionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.MultimapFunctionsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapTest
[INFO] Running org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.block.function.StringFunctionsTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.StringFunctionsTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapTest
[INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenCharHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenCharHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.UnmodifiableStackTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.collections.impl.stack.mutable.UnmodifiableStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.SelectInstancesOfIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.lazy.SelectInstancesOfIterableTest
[INFO] Running org.eclipse.collections.impl.block.factory.HashingStrategiesTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.factory.HashingStrategiesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ChainedProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.ChainedProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Running org.eclipse.collections.impl.list.primitive.IntIntervalTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.list.primitive.IntIntervalTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.block.function.SubtractFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.SubtractFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelIterate2Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.parallel.ParallelIterate2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenByteHashSetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenByteHashSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.FlatCollectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.lazy.FlatCollectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapTest
[INFO] Running org.eclipse.collections.impl.block.function.Functions2Test
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.Functions2Test
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedFloatIterableTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedFloatIterableTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.TreeBagTest
[INFO] Tests run: 238, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s - in org.eclipse.collections.impl.bag.sorted.mutable.TreeBagTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ByteSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.ByteSetsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.RejectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.RejectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuadrupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.fixed.QuadrupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.TakeWhileIterableTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.lazy.TakeWhileIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.IntListsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.IntListsTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectShortIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.CollectShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongByteProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectFloatToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectFloatToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenFloatHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenFloatHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategy2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategy2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectDistinctSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.803 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectDistinctSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.704 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ByteByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.RandomAccessListIterateTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.utility.internal.RandomAccessListIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedByteIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectIntToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.primitive.CollectIntToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelMapIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.parallel.ParallelMapIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetAdapterParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetAdapterParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatIntPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectBooleanToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectBooleanToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.ByteIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.ByteIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.LazyByteIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ByteStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.ByteStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentHashMapTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.collections.impl.map.mutable.ConcurrentHashMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetTest
[INFO] Tests run: 211, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectByteIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.SelectByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntLongProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseByteIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.ReverseByteIterableTest
[INFO] Running org.eclipse.collections.impl.factory.StacksTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.StacksTest
[INFO] Running org.eclipse.collections.impl.block.factory.LongPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.factory.LongPredicatesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMapTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.UnmodifiableMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapTest
[INFO] Running org.eclipse.collections.impl.collector.Collectors2AdditionalTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.068 s - in org.eclipse.collections.impl.collector.Collectors2AdditionalTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ImmutableUnifiedSetParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s - in org.eclipse.collections.impl.lazy.parallel.set.ImmutableUnifiedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMapTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.SortedSetsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.SortedSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.SynchronizedBagTest
[INFO] Tests run: 205, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.collections.impl.bag.mutable.SynchronizedBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapCustomLockTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapCustomLockTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.FloatLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedureTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SextupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.fixed.SextupletonListTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.FloatBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.DropIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.DropIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.list.SynchronizedPutFastListMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.list.SynchronizedPutFastListMultimapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.IntCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.CharLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.LongIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyIntIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyIntIterateTest
[INFO] Running org.eclipse.collections.impl.multimap.list.ImmutableListMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.multimap.list.ImmutableListMultimapTest
[INFO] Running org.eclipse.collections.impl.lazy.CollectIterableTest
[INFO] Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.lazy.CollectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyDefaultParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyDefaultParallelTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.BooleanLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap2Test
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleCharPairImplTest
[INFO] Running org.eclipse.collections.impl.EmptyIteratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.EmptyIteratorTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyShortIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.primitive.LazyShortIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenLongHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenLongHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanBytePairImplTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.BooleanStacksTest
[INFO] Running org.eclipse.collections.impl.utility.MapIterateTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.utility.MapIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.CharByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.LongLongPairImplTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapEntrySetTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapEntrySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplNoIteratorTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplNoIteratorTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelArrayIterateTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.parallel.ParallelArrayIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.factory.primitive.BooleanSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.TakeIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.lazy.TakeIterableTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackTest
[INFO] Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.IntCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.primitive.IntCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapTest
[INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapTest
[INFO] Tests run: 167, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectShortToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectShortToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.IntSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.IntSetsTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.factory.HashingStrategyMapsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.HashingStrategyMapsTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSelectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.094 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSelectSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharCharProcedureTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.LongCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.primitive.LongCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet2Test
[INFO] Tests run: 214, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.IntIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.IntIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.ByteIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.ByteIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectLongIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.CollectLongIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.list.fixed.SingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapKeySetTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.HashBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.multimap.bag.HashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.MutableSortedBagFactoryTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.sorted.mutable.MutableSortedBagFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectShortToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectShortToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanObjectPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanObjectPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackTest
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.FloatFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntShortProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedSortedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedSortedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ByteFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategyTest
[INFO] Tests run: 131, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CharCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.CharCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharCharMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.IfProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ByteShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.SetsTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.factory.SetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.482 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSetIterableTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSynchronizedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.727 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSynchronizedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelSelectListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.378 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelSelectListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableTripletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.collections.impl.list.immutable.ImmutableTripletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatDoublePairImplTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnifiedMapTest
[INFO] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapTest
[INFO] Tests run: 188, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ByteBytePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ByteBytePairImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapValuesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 152458, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ unit-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ unit-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ unit-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/target/unit-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/10.1.0-SNAPSHOT/unit-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests/10.1.0-SNAPSHOT/unit-tests-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.collections:serialization-tests >-------------
[INFO] Building Eclipse Collections Serialization Test Suite 10.1.0-SNAPSHOT [9/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ serialization-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ serialization-tests ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ serialization-tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/serialization-tests/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ serialization-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ serialization-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ serialization-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/serialization-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ serialization-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 881 source files to /home/jenkins/agent/workspace/new-version/serialization-tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ serialization-tests ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/serialization-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.RejectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.RejectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.ArrayStackSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.stack.mutable.ArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.CountCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.CountCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.TripletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.set.fixed.TripletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.SynchronizedMutableListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.AppendStringProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.AppendStringProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.ComparatorsSerializationTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.block.factory.ComparatorsSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfProcedureWithSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.IfProcedureWithSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MinSizeFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.function.MinSizeFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.IfFunctionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.IfFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.CharHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.mutable.primitive.CharHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.SynchronizedBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.mutable.SynchronizedBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2SerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MinByProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MinByProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.SubtractFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.SubtractFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.SelectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.SelectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.checked.CheckedFunctionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.checked.CheckedFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.IntervalSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.IntervalSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CountProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CountProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.MapAdapterSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.MapAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.PairPredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.predicate.PairPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.immutable.ImmutableEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListSerializationTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectIterableSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.lazy.primitive.CollectIterableSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CharFunctionSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.primitive.CharFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuintupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.list.fixed.QuintupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectLongProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringPredicates2SerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.block.factory.StringPredicates2SerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MaxByProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MaxByProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.immutable.ImmutableArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.MapEntrySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.MapEntrySerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.UnmodifiableBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.UnmodifiableBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.LongFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.LongFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MapPutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MapPutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableNonupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableNonupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.CodePointPredicateSerializationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.block.predicate.CodePointPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.CompositeFastListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.mutable.CompositeFastListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ChainedProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.ChainedProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.FlatCollectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.FlatCollectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.NoopProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.NoopProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.set.strategy.UnifiedSetWithHashingStrategyMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.checked.CheckedPredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.checked.CheckedPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableRichIterableSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.UnmodifiableRichIterableSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.RejectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.RejectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.SingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.fixed.SingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.PrimitiveCaseFunctionSerializationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.block.function.primitive.PrimitiveCaseFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.CaseFunctionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.CaseFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.tuple.TuplesSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.TuplesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.HashBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.bag.HashBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.PrimitiveTuplesSerializationTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.collections.impl.tuple.primitive.PrimitiveTuplesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.ImmutableSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2SerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.string.immutable.CodePointListSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.SumOfIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.checked.CheckedFunction0SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.checked.CheckedFunction0SerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongLongMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongLongMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.DoubletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.fixed.DoubletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Functions2SerializationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.block.factory.Functions2SerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.primitive.IntIntervalSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.primitive.IntIntervalSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MaxProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MaxProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.CollectionAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.collection.mutable.CollectionAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnifiedMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.HashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.HashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CodePointFunctionSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.primitive.CodePointFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.PassThruCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.PassThruCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.PassThruFunction0SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.PassThruFunction0SerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.bag.immutable.ImmutableHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.CollectIfProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.CollectIfProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.LongArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.LongArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.tuple.AbstractImmutableEntrySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.AbstractImmutableEntrySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BytePredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.block.factory.primitive.BytePredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ComparatorProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.ComparatorProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.CharArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.CharArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MultimapEachPutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MultimapEachPutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.BagAddOccurrencesProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.BagAddOccurrencesProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.DoublePredicatesSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.factory.primitive.DoublePredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.EmptySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.fixed.EmptySetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.AtomicCountProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.AtomicCountProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CounterProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CounterProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.AdaptObjectIntProcedureToProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.AdaptObjectIntProcedureToProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.DropWhileIterablePredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.DropWhileIterablePredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectCharProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectCharProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.DoubletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.fixed.DoubletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.InjectIntoDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfFloatProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.SumOfFloatProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MinComparatorProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MinComparatorProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MinFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.MinFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.checked.CheckedFunction2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.checked.CheckedFunction2SerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CollectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharCharMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharCharMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategySerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MultimapPutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MultimapPutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.DropIterablePredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.predicate.DropIterablePredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoFloatProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.InjectIntoFloatProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.AddFunctionSerializationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.AddFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.PredicatesSerializationTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.PredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuadrupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.fixed.QuadrupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.SingletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.fixed.SingletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.comparator.FunctionComparatorSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.comparator.FunctionComparatorSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.ListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.FunctionsSerializationTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.block.factory.FunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.UnmodifiableMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.comparator.primitive.LongFunctionComparatorSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.comparator.primitive.LongFunctionComparatorSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.IntPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.primitive.IntPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.comparator.primitive.DoubleFunctionComparatorSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.comparator.primitive.DoubleFunctionComparatorSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoLongProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.InjectIntoLongProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.MultimapFunctionsSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.MultimapFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.ordered.mutable.UnmodifiableMutableOrderedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.ordered.mutable.UnmodifiableMutableOrderedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.InjectIntoProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.IntArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.IntArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SelectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.SelectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableTripletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableTripletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.LongPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.factory.primitive.LongPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.UnmodifiableStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.mutable.UnmodifiableStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.GroupByUniqueKeyProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.GroupByUniqueKeyProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SextupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.list.fixed.SextupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleDoubleMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleDoubleMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsSeralizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsSeralizationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.CharPredicatesSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfLongProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.SumOfLongProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.PrimitiveCaseProcedureSerializationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.block.procedure.primitive.PrimitiveCaseProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.ObjectIntProceduresSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.ObjectIntProceduresSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Procedures2SerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.Procedures2SerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.TripletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.fixed.TripletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctionsSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MapEntryToProcedure2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MapEntryToProcedure2SerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.EmptyListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.fixed.EmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.SumOfDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.block.function.MaxFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.fixed.SingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.ArrayAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.IfProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Functions0SerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.factory.Functions0SerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.PartitionArrayStackPartitionProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.PartitionArrayStackPartitionProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.FastListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteByteMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteByteMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ShortArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.ShortArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.FlatCollectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.FlatCollectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.ConcurrentHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringFunctionsSerializationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s - in org.eclipse.collections.impl.block.factory.StringFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.CollectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.CollectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfObjectIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.IfObjectIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CharAdapterSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.string.immutable.CharAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CaseProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CaseProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableEmptySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.ImmutableEmptySetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntIntMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntIntMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectionAddProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CollectionAddProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MapCollectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MapCollectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableDecapletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableDecapletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.IntHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.IntHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MinProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MinProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.HashingStrategiesSerializationTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.block.factory.HashingStrategiesSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointAdapterSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.string.immutable.CodePointAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.LongPredicatesSerializationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.block.factory.LongPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxSizeFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.function.MaxSizeFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortShortMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortShortMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.CounterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.CounterSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.IntegerPredicatesSerializationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.factory.IntegerPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.ProceduresSerializationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.factory.ProceduresSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.SetAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.TripletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.fixed.TripletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MaxComparatorProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MaxComparatorProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.IntHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.IntHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.InjectIntoIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.primitive.CharPredicateSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.predicate.primitive.CharPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.comparator.primitive.IntFunctionComparatorSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.comparator.primitive.IntFunctionComparatorSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.BlocksSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.BlocksSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.ImmutableListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.multimap.list.ImmutableListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectIfProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CollectIfProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.FastListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.list.FastListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectShortProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectShortProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.TreeBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.sorted.mutable.TreeBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatFloatMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatFloatMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.EmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.fixed.EmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.tuple.ImmutableEntrySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.ImmutableEntrySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Predicates2SerializationTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.block.factory.Predicates2SerializationTest
[INFO] Running org.eclipse.collections.impl.SynchronizedRichIterableSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.SynchronizedRichIterableSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsSeralizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsSeralizationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.ImmutableSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.LongHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.LongHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MultiplyFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.MultiplyFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringPredicatesSerializationTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.block.factory.StringPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.FloatPredicatesSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.factory.primitive.FloatPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.DoubletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.fixed.DoubletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.IntegerFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.IntegerFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableEntryWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEntryWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.PrimitiveFunctionsSerializationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.factory.primitive.PrimitiveFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagSerializationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1352, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ serialization-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ serialization-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ serialization-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ serialization-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/target/serialization-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/10.1.0-SNAPSHOT/serialization-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/serialization-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/serialization-tests/10.1.0-SNAPSHOT/serialization-tests-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
[INFO] Building Eclipse Collections JCStress Test Suite 10.1.0-SNAPSHOT [10/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom (7.3 kB at 136 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar
Progress (1): 4.1/101 kB
Progress (1): 7.7/101 kB
Progress (1): 12/101 kB 
Progress (1): 16/101 kB
Progress (1): 20/101 kB
Progress (1): 24/101 kB
Progress (1): 28/101 kB
Progress (1): 32/101 kB
Progress (1): 33/101 kB
Progress (1): 37/101 kB
Progress (1): 41/101 kB
Progress (1): 45/101 kB
Progress (1): 49/101 kB
Progress (1): 53/101 kB
Progress (1): 57/101 kB
Progress (1): 61/101 kB
Progress (1): 65/101 kB
Progress (1): 69/101 kB
Progress (1): 73/101 kB
Progress (1): 77/101 kB
Progress (1): 81/101 kB
Progress (1): 85/101 kB
Progress (1): 89/101 kB
Progress (1): 93/101 kB
Progress (1): 97/101 kB
Progress (1): 101/101 kB
Progress (1): 101 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar (101 kB at 723 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.pom (7.4 kB at 368 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-parent/0.4/jcstress-parent-0.4.pom (12 kB at 466 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.pom (11 kB at 452 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.1/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.2/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.3/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (1): 0.4/1.0 MB
Progress (2): 0.4/1.0 MB | 4.1/62 kB
Progress (2): 0.4/1.0 MB | 4.1/62 kB
Progress (2): 0.4/1.0 MB | 7.7/62 kB
Progress (2): 0.4/1.0 MB | 7.7/62 kB
Progress (2): 0.4/1.0 MB | 12/62 kB 
Progress (2): 0.4/1.0 MB | 16/62 kB
Progress (2): 0.4/1.0 MB | 16/62 kB
Progress (2): 0.5/1.0 MB | 16/62 kB
Progress (2): 0.5/1.0 MB | 20/62 kB
Progress (2): 0.5/1.0 MB | 20/62 kB
Progress (2): 0.5/1.0 MB | 20/62 kB
Progress (2): 0.5/1.0 MB | 24/62 kB
Progress (2): 0.5/1.0 MB | 24/62 kB
Progress (2): 0.5/1.0 MB | 24/62 kB
Progress (2): 0.5/1.0 MB | 28/62 kB
Progress (2): 0.5/1.0 MB | 28/62 kB
Progress (2): 0.5/1.0 MB | 28/62 kB
Progress (2): 0.5/1.0 MB | 32/62 kB
Progress (2): 0.5/1.0 MB | 32/62 kB
Progress (2): 0.5/1.0 MB | 32/62 kB
Progress (2): 0.5/1.0 MB | 36/62 kB
Progress (2): 0.5/1.0 MB | 36/62 kB
Progress (2): 0.5/1.0 MB | 36/62 kB
Progress (2): 0.5/1.0 MB | 40/62 kB
Progress (2): 0.5/1.0 MB | 40/62 kB
Progress (2): 0.5/1.0 MB | 40/62 kB
Progress (2): 0.5/1.0 MB | 44/62 kB
Progress (2): 0.5/1.0 MB | 44/62 kB
Progress (2): 0.5/1.0 MB | 44/62 kB
Progress (2): 0.5/1.0 MB | 48/62 kB
Progress (2): 0.5/1.0 MB | 48/62 kB
Progress (2): 0.5/1.0 MB | 48/62 kB
Progress (2): 0.5/1.0 MB | 52/62 kB
Progress (2): 0.5/1.0 MB | 52/62 kB
Progress (2): 0.5/1.0 MB | 56/62 kB
Progress (2): 0.5/1.0 MB | 56/62 kB
Progress (2): 0.5/1.0 MB | 60/62 kB
Progress (2): 0.5/1.0 MB | 60/62 kB
Progress (2): 0.5/1.0 MB | 62 kB   
Progress (2): 0.5/1.0 MB | 62 kB
Progress (2): 0.5/1.0 MB | 62 kB
Progress (2): 0.5/1.0 MB | 62 kB
Progress (2): 0.5/1.0 MB | 62 kB
Progress (2): 0.5/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.6/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.7/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.8/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 0.9/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0/1.0 MB | 62 kB
Progress (2): 1.0 MB | 62 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/4.6/jopt-simple-4.6.jar (62 kB at 718 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jcstress/jcstress-core/0.4/jcstress-core-0.4.jar (1.0 MB at 11 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jcstress-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jcstress-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jcstress-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jcstress-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/new-version/jcstress-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jcstress-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jcstress-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jcstress-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jcstress-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jcstress-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ jcstress-tests ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 108 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 323 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 559 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.pom (2.1 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.pom (2.1 kB at 130 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.pom (11 kB at 594 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.pom (2.1 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.pom (2.1 kB at 110 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 238 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 60 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar
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): 33/53 kB
Progress (2): 33/53 kB | 4.1/29 kB
Progress (2): 37/53 kB | 4.1/29 kB
Progress (2): 37/53 kB | 7.7/29 kB
Progress (2): 41/53 kB | 7.7/29 kB
Progress (2): 41/53 kB | 12/29 kB 
Progress (2): 45/53 kB | 12/29 kB
Progress (2): 45/53 kB | 16/29 kB
Progress (2): 49/53 kB | 16/29 kB
Progress (2): 49/53 kB | 20/29 kB
Progress (2): 53/53 kB | 20/29 kB
Progress (2): 53/53 kB | 24/29 kB
Progress (2): 53 kB | 24/29 kB   
Progress (2): 53 kB | 28/29 kB
Progress (2): 53 kB | 29 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar
Progress (2): 29 kB | 4.1/42 kB
Progress (2): 29 kB | 7.7/42 kB
Progress (2): 29 kB | 12/42 kB 
Progress (2): 29 kB | 16/42 kB
Progress (2): 29 kB | 20/42 kB
Progress (3): 29 kB | 20/42 kB | 4.1/174 kB
Progress (3): 29 kB | 24/42 kB | 4.1/174 kB
Progress (3): 29 kB | 24/42 kB | 7.7/174 kB
Progress (3): 29 kB | 28/42 kB | 7.7/174 kB
Progress (3): 29 kB | 32/42 kB | 7.7/174 kB
Progress (3): 29 kB | 32/42 kB | 12/174 kB 
Progress (3): 29 kB | 36/42 kB | 12/174 kB
Progress (3): 29 kB | 36/42 kB | 16/174 kB
Progress (3): 29 kB | 40/42 kB | 16/174 kB
Progress (4): 29 kB | 40/42 kB | 16/174 kB | 4.1/22 kB
Progress (4): 29 kB | 42 kB | 16/174 kB | 4.1/22 kB   
Progress (4): 29 kB | 42 kB | 20/174 kB | 4.1/22 kB
Progress (5): 29 kB | 42 kB | 20/174 kB | 4.1/22 kB | 4.1/20 kB
Progress (5): 29 kB | 42 kB | 20/174 kB | 7.7/22 kB | 4.1/20 kB
Progress (5): 29 kB | 42 kB | 20/174 kB | 7.7/22 kB | 7.7/20 kB
Progress (5): 29 kB | 42 kB | 20/174 kB | 12/22 kB | 7.7/20 kB 
Progress (5): 29 kB | 42 kB | 24/174 kB | 12/22 kB | 7.7/20 kB
Progress (5): 29 kB | 42 kB | 24/174 kB | 16/22 kB | 7.7/20 kB
Progress (5): 29 kB | 42 kB | 24/174 kB | 16/22 kB | 12/20 kB 
Progress (5): 29 kB | 42 kB | 24/174 kB | 20/22 kB | 12/20 kB
Progress (5): 29 kB | 42 kB | 24/174 kB | 20/22 kB | 16/20 kB
Progress (5): 29 kB | 42 kB | 24/174 kB | 22 kB | 16/20 kB   
Progress (5): 29 kB | 42 kB | 24/174 kB | 22 kB | 20/20 kB
Progress (5): 29 kB | 42 kB | 24/174 kB | 22 kB | 20 kB   
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/5.0.2/asm-tree-5.0.2.jar (29 kB at 708 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar
Progress (4): 42 kB | 28/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 32/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 36/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 40/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 44/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 48/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 52/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 56/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 60/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 64/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 68/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 72/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 76/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 80/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 84/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 88/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 92/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 96/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 100/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 104/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 108/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 112/174 kB | 22 kB | 20 kB
Progress (4): 42 kB | 116/174 kB | 22 kB | 20 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/0.9/jdependency-0.9.jar (22 kB at 456 kB/s)
Progress (3): 42 kB | 120/174 kB | 20 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar
Progress (3): 42 kB | 124/174 kB | 20 kB
Progress (3): 42 kB | 128/174 kB | 20 kB
Progress (3): 42 kB | 132/174 kB | 20 kB
Progress (4): 42 kB | 132/174 kB | 20 kB | 4.1/43 kB
Progress (4): 42 kB | 136/174 kB | 20 kB | 4.1/43 kB
Progress (4): 42 kB | 136/174 kB | 20 kB | 7.7/43 kB
Progress (4): 42 kB | 140/174 kB | 20 kB | 7.7/43 kB
Progress (4): 42 kB | 144/174 kB | 20 kB | 7.7/43 kB
Progress (4): 42 kB | 144/174 kB | 20 kB | 12/43 kB 
Progress (4): 42 kB | 148/174 kB | 20 kB | 12/43 kB
Progress (4): 42 kB | 148/174 kB | 20 kB | 16/43 kB
Progress (4): 42 kB | 152/174 kB | 20 kB | 16/43 kB
Progress (4): 42 kB | 152/174 kB | 20 kB | 20/43 kB
Progress (4): 42 kB | 156/174 kB | 20 kB | 20/43 kB
Progress (4): 42 kB | 156/174 kB | 20 kB | 24/43 kB
Progress (4): 42 kB | 160/174 kB | 20 kB | 24/43 kB
Progress (4): 42 kB | 160/174 kB | 20 kB | 28/43 kB
Progress (4): 42 kB | 164/174 kB | 20 kB | 28/43 kB
Progress (4): 42 kB | 164/174 kB | 20 kB | 32/43 kB
Progress (4): 42 kB | 168/174 kB | 20 kB | 32/43 kB
Progress (4): 42 kB | 168/174 kB | 20 kB | 33/43 kB
Progress (4): 42 kB | 172/174 kB | 20 kB | 33/43 kB
Progress (4): 42 kB | 174 kB | 20 kB | 33/43 kB    
Progress (4): 42 kB | 174 kB | 20 kB | 37/43 kB
Progress (4): 42 kB | 174 kB | 20 kB | 41/43 kB
Progress (4): 42 kB | 174 kB | 20 kB | 43 kB   
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
Progress (5): 42 kB | 174 kB | 20 kB | 43 kB | 0/1.6 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.0.2/asm-commons-5.0.2.jar (42 kB at 732 kB/s)
Progress (4): 174 kB | 20 kB | 43 kB | 0/1.6 MB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/5.0.2/asm-analysis-5.0.2.jar (20 kB at 359 kB/s)
Progress (3): 174 kB | 43 kB | 0/1.6 MB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Progress (3): 174 kB | 43 kB | 0/1.6 MB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 2.9 MB/s)
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
Progress (2): 43 kB | 0.1/1.6 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/5.0.2/asm-util-5.0.2.jar (43 kB at 666 kB/s)
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (2): 0.2/1.6 MB | 4.1/33 kB
Progress (2): 0.2/1.6 MB | 4.1/33 kB
Progress (2): 0.2/1.6 MB | 7.7/33 kB
Progress (2): 0.2/1.6 MB | 7.7/33 kB
Progress (2): 0.2/1.6 MB | 12/33 kB 
Progress (2): 0.2/1.6 MB | 16/33 kB
Progress (2): 0.2/1.6 MB | 16/33 kB
Progress (2): 0.2/1.6 MB | 16/33 kB
Progress (2): 0.2/1.6 MB | 20/33 kB
Progress (2): 0.2/1.6 MB | 24/33 kB
Progress (2): 0.2/1.6 MB | 24/33 kB
Progress (2): 0.2/1.6 MB | 24/33 kB
Progress (2): 0.2/1.6 MB | 28/33 kB
Progress (2): 0.2/1.6 MB | 32/33 kB
Progress (2): 0.2/1.6 MB | 32/33 kB
Progress (2): 0.2/1.6 MB | 33 kB   
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.2/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
Progress (2): 0.3/1.6 MB | 33 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 440 kB/s)
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/11.0.2/guava-11.0.2.jar (1.6 MB at 6.7 MB/s)
[INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.openjdk.jcstress:jcstress-core:jar:0.4 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
[INFO] Replacing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jcstress-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jcstress-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.1.0-SNAPSHOT/jcstress-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.1.0-SNAPSHOT/jcstress-tests-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/jcstress-tests/target/jcstress-tests-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jcstress-tests/10.1.0-SNAPSHOT/jcstress-tests-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
[INFO] Building Eclipse Collections Test Trait JUnit Runner 10.1.0-SNAPSHOT [11/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ junit-trait-runner ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ junit-trait-runner ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ junit-trait-runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-trait-runner ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ junit-trait-runner ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/junit-trait-runner/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-trait-runner ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ junit-trait-runner ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ junit-trait-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ junit-trait-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ junit-trait-runner ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ junit-trait-runner ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.1.0-SNAPSHOT/junit-trait-runner-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.1.0-SNAPSHOT/junit-trait-runner-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/junit-trait-runner/target/junit-trait-runner-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/junit-trait-runner/10.1.0-SNAPSHOT/junit-trait-runner-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
[INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.1.0-SNAPSHOT [12/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
Progress (1): 820 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 41 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
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): 33/53 kB
Progress (1): 37/53 kB
Progress (1): 41/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ unit-tests-java8 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ unit-tests-java8 ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ unit-tests-java8 ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ unit-tests-java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ unit-tests-java8 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ unit-tests-java8 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/unit-tests-java8/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ unit-tests-java8 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 169 source files to /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ unit-tests-java8 ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.test.bag.immutable.ImmutableHashBagTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s - in org.eclipse.collections.test.bag.immutable.ImmutableHashBagTest
[INFO] Running org.eclipse.collections.test.list.mutable.FastListNoIteratorTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.collections.test.list.mutable.FastListNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.SynchronizedSortedMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.collections.test.map.mutable.sorted.SynchronizedSortedMapTest
[INFO] Running org.eclipse.collections.test.set.mutable.SetAdapterTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.collections.test.set.mutable.SetAdapterTest
[INFO] Running org.eclipse.collections.test.bag.mutable.HashBagNoIteratorTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.collections.test.bag.mutable.HashBagNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.immutable.ImmutableSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.collections.test.set.immutable.ImmutableSetTest
[INFO] Running org.eclipse.collections.test.lazy.DistinctIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.test.lazy.DistinctIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.strategy.UnifiedMapWithHashingStrategyTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.collections.test.map.mutable.strategy.UnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.map.mutable.SynchronizedMutableMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.collections.test.map.mutable.SynchronizedMutableMapTest
[INFO] Running org.eclipse.collections.test.bag.immutable.sorted.ImmutableSortedBagImplTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.collections.test.bag.immutable.sorted.ImmutableSortedBagImplTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.UnmodifiableMutableSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.test.set.mutable.sorted.UnmodifiableMutableSortedSetTest
[INFO] Running org.eclipse.collections.test.set.mutable.UnmodifiableMutableSetTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.test.set.mutable.UnmodifiableMutableSetTest
[INFO] Running org.eclipse.collections.test.bag.mutable.MultiReaderHashBagTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.collections.test.bag.mutable.MultiReaderHashBagTest
[INFO] Running org.eclipse.collections.test.list.mutable.CompositeFastListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.collections.test.list.mutable.CompositeFastListTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.SortedMapAdapterTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.test.map.mutable.sorted.SortedMapAdapterTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnifiedMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.test.map.mutable.UnifiedMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.ordered.OrderedMapAdapterTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.test.map.mutable.ordered.OrderedMapAdapterTest
[INFO] Running org.eclipse.collections.test.map.mutable.ordered.UnmodifiableMutableOrderedMapTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.test.map.mutable.ordered.UnmodifiableMutableOrderedMapTest
[INFO] Running org.eclipse.collections.test.lazy.RejectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.test.lazy.RejectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.mutable.UnmodifiableBagTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.test.bag.mutable.UnmodifiableBagTest
[INFO] Running org.eclipse.collections.test.lazy.DropWhileIterableNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.test.lazy.DropWhileIterableNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.MapAdapterTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.test.map.mutable.MapAdapterTest
[INFO] Running org.eclipse.collections.test.lazy.LazyIterableAdapterTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.test.lazy.LazyIterableAdapterTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.UnmodifiableTreeMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.test.map.mutable.sorted.UnmodifiableTreeMapTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetNoIteratorTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.UnmodifiableSortedBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.test.bag.mutable.sorted.UnmodifiableSortedBagTest
[INFO] Running org.eclipse.collections.test.map.immutable.sorted.ImmutableTreeMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.test.map.immutable.sorted.ImmutableTreeMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnifiedMapWithHashingStrategyNoIteratorTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.test.map.mutable.UnifiedMapWithHashingStrategyNoIteratorTest
[INFO] Running org.eclipse.collections.test.lazy.SelectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.test.lazy.SelectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentMutableHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.test.map.mutable.ConcurrentMutableHashMapTest
[INFO] Running org.eclipse.collections.test.lazy.DropIterableNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.test.lazy.DropIterableNoIteratorTest
[INFO] Running org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Running org.eclipse.collections.test.map.immutable.strategy.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.test.map.immutable.strategy.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.set.immutable.strategy.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.test.set.immutable.strategy.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetTest
[INFO] Running org.eclipse.collections.test.set.mutable.UnifiedMapKeySetTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.test.set.mutable.UnifiedMapKeySetTest
[INFO] Running org.eclipse.collections.test.stack.immutable.ImmutableStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.collections.test.stack.immutable.ImmutableStackTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.SortedSetAdapterTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.set.mutable.sorted.SortedSetAdapterTest
[INFO] Running org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapTest
[INFO] Running org.eclipse.collections.test.lazy.CollectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.test.lazy.CollectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.immutable.sorted.ImmutableTreeSetTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.test.set.immutable.sorted.ImmutableTreeSetTest
[INFO] Running org.eclipse.collections.test.stack.mutable.SynchronizedMutableStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.test.stack.mutable.SynchronizedMutableStackTest
[INFO] Running org.eclipse.collections.test.stack.mutable.UnmodifiableMutableStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.test.stack.mutable.UnmodifiableMutableStackTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnifiedMapNoIteratorTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.test.map.mutable.UnifiedMapNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.HashBiMapKeySetTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.test.set.mutable.HashBiMapKeySetTest
[INFO] Running org.eclipse.collections.test.list.mutable.FastListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.test.list.mutable.FastListTest
[INFO] Running org.eclipse.collections.test.bimap.mutable.HashBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.test.bimap.mutable.HashBiMapTest
[INFO] Running org.eclipse.collections.test.set.mutable.MultiReaderUnifiedSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.test.set.mutable.MultiReaderUnifiedSetTest
[INFO] Running org.eclipse.collections.test.list.mutable.MultiReaderFastListTest
[INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.test.list.mutable.MultiReaderFastListTest
[INFO] Running org.eclipse.collections.test.list.immutable.ImmutableListTest
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.test.list.immutable.ImmutableListTest
[INFO] Running org.eclipse.collections.test.set.mutable.SynchronizedMutableSetTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.set.mutable.SynchronizedMutableSetTest
[INFO] Running org.eclipse.collections.test.bag.mutable.HashBagTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.test.bag.mutable.HashBagTest
[INFO] Running org.eclipse.collections.test.bimap.mutable.HashBiMapInverseTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.test.bimap.mutable.HashBiMapInverseTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.SynchronizedSortedBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.test.bag.mutable.sorted.SynchronizedSortedBagTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.SynchronizedMutableSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.test.set.mutable.sorted.SynchronizedMutableSortedSetTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoIteratorTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoIteratorTest
[INFO] Running org.eclipse.collections.test.lazy.CompositeIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.test.lazy.CompositeIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.immutable.ImmutableBagTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.test.bag.immutable.ImmutableBagTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.test.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Running org.eclipse.collections.test.map.immutable.ImmutableUnifiedMapTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.map.immutable.ImmutableUnifiedMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnmodifiableMutableMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.test.map.mutable.UnmodifiableMutableMapTest
[INFO] Running org.eclipse.collections.test.bag.mutable.SynchronizedMutableBagTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.bag.mutable.SynchronizedMutableBagTest
[INFO] Running org.eclipse.collections.test.lazy.TapIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.test.lazy.TapIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.lazy.SelectInstancesOfIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.test.lazy.SelectInstancesOfIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.UnifiedSetTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.test.set.mutable.UnifiedSetTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapNoIteratorTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.strategy.UnifiedSetWithHashingStrategyTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.test.set.mutable.strategy.UnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoComparatorTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoComparatorTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Running org.eclipse.collections.test.bimap.mutable.UnmodifiableBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.test.bimap.mutable.UnmodifiableBiMapTest
[INFO] Running org.eclipse.collections.test.lazy.FlatCollectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.test.lazy.FlatCollectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.list.mutable.SynchronizedMutableListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.test.list.mutable.SynchronizedMutableListTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.test.map.mutable.ConcurrentHashMapTest
[INFO] Running org.eclipse.collections.test.stack.mutable.ArrayStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.test.stack.mutable.ArrayStackTest
[INFO] Running org.eclipse.collections.test.list.mutable.UnmodifiableMutableListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.test.list.mutable.UnmodifiableMutableListTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagTest
[INFO] Running org.eclipse.collections.test.list.mutable.ArrayListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.test.list.mutable.ArrayListAdapterTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7527, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ unit-tests-java8 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ unit-tests-java8 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ unit-tests-java8 ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ unit-tests-java8 ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/unit-tests-java8-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/10.1.0-SNAPSHOT/unit-tests-java8-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/unit-tests-java8/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/unit-tests-java8/10.1.0-SNAPSHOT/unit-tests-java8-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:test-coverage >----------------
[INFO] Building Eclipse Collections Test Coverage Aggregation 10.1.0-SNAPSHOT [13/18]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ test-coverage ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ test-coverage ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default-prepare-agent) @ test-coverage ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/new-version/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/new-version/test-coverage/target/jacoco.exec
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (default-report) @ test-coverage ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/new-version/eclipse-collections-testutils/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/new-version/unit-tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/new-version/unit-tests-java8/target/jacoco.exec
[INFO] Analyzed bundle 'eclipse-collections-api' with 338 classes
[INFO] Analyzed bundle 'eclipse-collections' with 3625 classes
[INFO] Analyzed bundle 'eclipse-collections-testutils' with 2 classes
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ test-coverage ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ test-coverage ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/test-coverage/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/test-coverage/10.1.0-SNAPSHOT/test-coverage-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building Eclipse Collections p2 Repository Build 10.1.0-SNAPSHOT [14/18]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ p2-repository ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ p2-repository ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ p2-repository ---
[INFO] Skipping pom project
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ p2-repository ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/p2-repository/10.1.0-SNAPSHOT/p2-repository-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
[INFO] Building Eclipse Collections OSGi Bundle 10.1.0-SNAPSHOT         [15/18]
[INFO] -----------------------[ eclipse-bundle-recipe ]------------------------
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 28 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (1): 44/129 kB
Progress (1): 48/129 kB
Progress (1): 52/129 kB
Progress (1): 56/129 kB
Progress (1): 60/129 kB
Progress (1): 64/129 kB
Progress (1): 68/129 kB
Progress (1): 72/129 kB
Progress (1): 76/129 kB
Progress (1): 80/129 kB
Progress (1): 84/129 kB
Progress (1): 88/129 kB
Progress (1): 92/129 kB
Progress (1): 96/129 kB
Progress (1): 100/129 kB
Progress (1): 104/129 kB
Progress (1): 108/129 kB
Progress (1): 112/129 kB
Progress (1): 116/129 kB
Progress (1): 120/129 kB
Progress (1): 124/129 kB
Progress (1): 128/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 2.1 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 71 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/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.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 571 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.collections ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.collections ---
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.pom (1.5 kB at 22 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.3.0/tycho-extras-1.3.0.pom (15 kB at 468 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom
Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.pom (9.3 kB at 283 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.1.3.201810200350-r/org.eclipse.jgit-parent-5.1.3.201810200350-r.pom (32 kB at 877 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 108 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 131 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 99 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 155 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 102 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 77 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 347 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.pom (1.8 kB at 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 116 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Progress (1): 4.1/8.7 kB
Progress (1): 7.7/8.7 kB
Progress (1): 8.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 174 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 824 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/10/apache-10.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/10/apache-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 462 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 17 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 642 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
Progress (1): 4.1/166 kB
Progress (1): 7.7/166 kB
Progress (1): 12/166 kB 
Progress (1): 16/166 kB
Progress (1): 20/166 kB
Progress (1): 24/166 kB
Progress (1): 28/166 kB
Progress (1): 32/166 kB
Progress (1): 36/166 kB
Progress (1): 40/166 kB
Progress (2): 40/166 kB | 4.1/281 kB
Progress (3): 40/166 kB | 4.1/281 kB | 4.1/70 kB
Progress (3): 44/166 kB | 4.1/281 kB | 4.1/70 kB
Progress (3): 44/166 kB | 4.1/281 kB | 7.7/70 kB
Progress (3): 44/166 kB | 7.7/281 kB | 7.7/70 kB
Progress (3): 44/166 kB | 7.7/281 kB | 12/70 kB 
Progress (3): 48/166 kB | 7.7/281 kB | 12/70 kB
Progress (3): 48/166 kB | 7.7/281 kB | 16/70 kB
Progress (3): 52/166 kB | 7.7/281 kB | 16/70 kB
Progress (3): 52/166 kB | 12/281 kB | 16/70 kB 
Progress (3): 56/166 kB | 12/281 kB | 16/70 kB
Progress (3): 56/166 kB | 12/281 kB | 20/70 kB
Progress (4): 56/166 kB | 12/281 kB | 20/70 kB | 0/2.7 MB
Progress (4): 56/166 kB | 12/281 kB | 24/70 kB | 0/2.7 MB
Progress (4): 60/166 kB | 12/281 kB | 24/70 kB | 0/2.7 MB
Progress (4): 60/166 kB | 16/281 kB | 24/70 kB | 0/2.7 MB
Progress (4): 64/166 kB | 16/281 kB | 24/70 kB | 0/2.7 MB
Progress (4): 64/166 kB | 16/281 kB | 28/70 kB | 0/2.7 MB
Progress (4): 64/166 kB | 16/281 kB | 28/70 kB | 0/2.7 MB
Progress (4): 64/166 kB | 16/281 kB | 32/70 kB | 0/2.7 MB
Progress (4): 68/166 kB | 16/281 kB | 32/70 kB | 0/2.7 MB
Progress (4): 68/166 kB | 20/281 kB | 32/70 kB | 0/2.7 MB
Progress (4): 72/166 kB | 20/281 kB | 32/70 kB | 0/2.7 MB
Progress (4): 72/166 kB | 20/281 kB | 36/70 kB | 0/2.7 MB
Progress (4): 72/166 kB | 20/281 kB | 36/70 kB | 0/2.7 MB
Progress (4): 72/166 kB | 20/281 kB | 40/70 kB | 0/2.7 MB
Progress (4): 76/166 kB | 20/281 kB | 40/70 kB | 0/2.7 MB
Progress (4): 76/166 kB | 24/281 kB | 40/70 kB | 0/2.7 MB
Progress (4): 80/166 kB | 24/281 kB | 40/70 kB | 0/2.7 MB
Progress (4): 80/166 kB | 24/281 kB | 44/70 kB | 0/2.7 MB
Progress (4): 80/166 kB | 24/281 kB | 44/70 kB | 0/2.7 MB
Progress (4): 80/166 kB | 24/281 kB | 48/70 kB | 0/2.7 MB
Progress (4): 84/166 kB | 24/281 kB | 48/70 kB | 0/2.7 MB
Progress (4): 84/166 kB | 28/281 kB | 48/70 kB | 0/2.7 MB
Progress (4): 88/166 kB | 28/281 kB | 48/70 kB | 0/2.7 MB
Progress (4): 88/166 kB | 28/281 kB | 52/70 kB | 0/2.7 MB
Progress (4): 88/166 kB | 28/281 kB | 52/70 kB | 0/2.7 MB
Progress (4): 88/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 92/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 96/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 100/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 104/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 108/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 112/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 116/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 120/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 124/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 128/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 132/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 136/166 kB | 28/281 kB | 56/70 kB | 0/2.7 MB
Progress (4): 136/166 kB | 32/281 kB | 56/70 kB | 0/2.7 MB
Progress (5): 136/166 kB | 32/281 kB | 56/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 140/166 kB | 32/281 kB | 56/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 140/166 kB | 32/281 kB | 60/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 140/166 kB | 32/281 kB | 60/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 140/166 kB | 32/281 kB | 64/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 140/166 kB | 32/281 kB | 64/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 144/166 kB | 32/281 kB | 64/70 kB | 0/2.7 MB | 4.1/6.0 kB
Progress (5): 144/166 kB | 32/281 kB | 64/70 kB | 0/2.7 MB | 6.0 kB    
Progress (5): 144/166 kB | 36/281 kB | 64/70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 148/166 kB | 36/281 kB | 64/70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 148/166 kB | 36/281 kB | 64/70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 148/166 kB | 36/281 kB | 68/70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 148/166 kB | 36/281 kB | 70 kB | 0/2.7 MB | 6.0 kB   
Progress (5): 148/166 kB | 36/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 152/166 kB | 36/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 152/166 kB | 40/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 156/166 kB | 40/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 156/166 kB | 40/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 160/166 kB | 40/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 160/166 kB | 44/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 164/166 kB | 44/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 164/166 kB | 44/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 166 kB | 44/281 kB | 70 kB | 0/2.7 MB | 6.0 kB    
Progress (5): 166 kB | 48/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 166 kB | 48/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 166 kB | 52/281 kB | 70 kB | 0/2.7 MB | 6.0 kB
Progress (5): 166 kB | 52/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 56/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 56/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 60/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 60/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 64/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 64/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 68/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 68/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 72/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 72/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 76/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 76/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 80/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 80/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 84/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 84/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 88/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 88/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 92/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 92/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 96/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 96/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 100/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 100/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 104/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 108/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 112/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 116/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 120/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 124/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 128/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 128/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
Progress (5): 166 kB | 132/281 kB | 70 kB | 0.1/2.7 MB | 6.0 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.3.0/tycho-sourceref-jgit-1.3.0.jar (6.0 kB at 54 kB/s)
Progress (4): 166 kB | 136/281 kB | 70 kB | 0.1/2.7 MB
Progress (4): 166 kB | 136/281 kB | 70 kB | 0.1/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 610 kB/s)
Progress (3): 166 kB | 136/281 kB | 0.1/2.7 MB
Progress (3): 166 kB | 140/281 kB | 0.1/2.7 MB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Progress (2): 144/281 kB | 0.1/2.7 MB
Progress (2): 144/281 kB | 0.1/2.7 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar
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): 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.2/2.7 MB
Progress (2): 184/281 kB | 0.2/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): 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): 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.3/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/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 4.1/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 7.7/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 7.7/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 12/26 kB 
Progress (3): 281 kB | 0.3/2.7 MB | 12/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 16/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 20/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 24/26 kB
Progress (3): 281 kB | 0.3/2.7 MB | 26 kB   
Progress (4): 281 kB | 0.3/2.7 MB | 26 kB | 4.1/22 kB
Progress (4): 281 kB | 0.3/2.7 MB | 26 kB | 4.1/22 kB
Progress (4): 281 kB | 0.3/2.7 MB | 26 kB | 7.7/22 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 7.7/22 kB | 4.1/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 12/22 kB | 4.1/11 kB 
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 16/22 kB | 4.1/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 16/22 kB | 4.1/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 20/22 kB | 4.1/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 4.1/11 kB   
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 7.7/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 7.7/11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB    
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.3/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 kB
Progress (5): 281 kB | 0.4/2.7 MB | 26 kB | 22 kB | 11 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.jar (22 kB at 121 kB/s)
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
Progress (4): 281 kB | 0.4/2.7 MB | 26 kB | 11 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.3.0/tycho-buildtimestamp-jgit-1.3.0.jar (11 kB at 61 kB/s)
Progress (3): 281 kB | 0.4/2.7 MB | 26 kB
Progress (3): 281 kB | 0.4/2.7 MB | 26 kB
Progress (3): 281 kB | 0.4/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.5/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.6/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.7/2.7 MB | 26 kB
Progress (3): 281 kB | 0.8/2.7 MB | 26 kB
Progress (3): 281 kB | 0.8/2.7 MB | 26 kB
Progress (3): 281 kB | 0.8/2.7 MB | 26 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 944 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 97 kB/s)
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.8/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 0.9/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.0/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.1/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.2/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.3/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.4/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.5/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.6/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.7/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.8/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 1.9/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.0/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.1/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.2/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.3/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.4/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.5/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.6/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7/2.7 MB
Progress (1): 2.7 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.1.3.201810200350-r/org.eclipse.jgit-5.1.3.201810200350-r.jar (2.7 MB at 5.3 MB/s)
[INFO] The project's OSGi version is 10.1.0.v20191122-1602
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.collections ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.collections ---
[INFO] No sources to compile
[INFO] 
[INFO] --- ebr-maven-plugin:1.0.0:bundle (default-bundle) @ org.eclipse.collections ---
[INFO] Gathering dependencies
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:10.1.0-SNAPSHOT:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.1.0-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Merging collected dependencies
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5239 resources
[INFO] Generating OSGi MANIFEST.MF
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-SNAPSHOT.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.1.0-SNAPSHOT:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.1.0-SNAPSHOT:jar
[INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections/target/eclipse-collections-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/new-version/eclipse-collections-api/target/eclipse-collections-api-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-SNAPSHOT-sources.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 73 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 260 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 44/53 kB
Progress (1): 48/53 kB
Progress (1): 52/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.6 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 33 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 62 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 145 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (2): 7.7/21 kB | 4.1/54 kB
Progress (2): 12/21 kB | 4.1/54 kB 
Progress (2): 12/21 kB | 7.7/54 kB
Progress (2): 16/21 kB | 7.7/54 kB
Progress (2): 16/21 kB | 12/54 kB 
Progress (2): 20/21 kB | 12/54 kB
Progress (2): 20/21 kB | 16/54 kB
Progress (2): 21 kB | 16/54 kB   
Progress (2): 21 kB | 20/54 kB
Progress (2): 21 kB | 24/54 kB
Progress (2): 21 kB | 28/54 kB
Progress (2): 21 kB | 32/54 kB
Progress (2): 21 kB | 36/54 kB
Progress (2): 21 kB | 40/54 kB
Progress (2): 21 kB | 44/54 kB
Progress (2): 21 kB | 48/54 kB
Progress (2): 21 kB | 52/54 kB
Progress (2): 21 kB | 54 kB   
Progress (3): 21 kB | 54 kB | 4.1/28 kB
Progress (3): 21 kB | 54 kB | 7.7/28 kB
Progress (3): 21 kB | 54 kB | 12/28 kB 
Progress (3): 21 kB | 54 kB | 16/28 kB
Progress (3): 21 kB | 54 kB | 20/28 kB
Progress (3): 21 kB | 54 kB | 24/28 kB
Progress (3): 21 kB | 54 kB | 28/28 kB
Progress (3): 21 kB | 54 kB | 28 kB   
Progress (4): 21 kB | 54 kB | 28 kB | 4.1/379 kB
Progress (4): 21 kB | 54 kB | 28 kB | 7.7/379 kB
Progress (4): 21 kB | 54 kB | 28 kB | 12/379 kB 
Progress (4): 21 kB | 54 kB | 28 kB | 16/379 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 142 kB/s)
Progress (3): 54 kB | 28 kB | 20/379 kB
Progress (3): 54 kB | 28 kB | 24/379 kB
Progress (3): 54 kB | 28 kB | 28/379 kB
Progress (3): 54 kB | 28 kB | 32/379 kB
Progress (3): 54 kB | 28 kB | 36/379 kB
Progress (3): 54 kB | 28 kB | 40/379 kB
Progress (3): 54 kB | 28 kB | 44/379 kB
Progress (3): 54 kB | 28 kB | 48/379 kB
Progress (3): 54 kB | 28 kB | 52/379 kB
Progress (3): 54 kB | 28 kB | 56/379 kB
Progress (3): 54 kB | 28 kB | 60/379 kB
Progress (3): 54 kB | 28 kB | 64/379 kB
Progress (3): 54 kB | 28 kB | 68/379 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 189 kB/s)
Progress (2): 54 kB | 72/379 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 360 kB/s)
Progress (1): 76/379 kB
Progress (1): 80/379 kB
Progress (1): 84/379 kB
Progress (1): 88/379 kB
Progress (1): 92/379 kB
Progress (1): 96/379 kB
Progress (1): 100/379 kB
Progress (1): 104/379 kB
Progress (1): 108/379 kB
Progress (1): 112/379 kB
Progress (1): 116/379 kB
Progress (1): 120/379 kB
Progress (1): 124/379 kB
Progress (1): 128/379 kB
Progress (1): 132/379 kB
Progress (1): 136/379 kB
Progress (1): 140/379 kB
Progress (1): 144/379 kB
Progress (1): 148/379 kB
Progress (1): 152/379 kB
Progress (1): 156/379 kB
Progress (1): 160/379 kB
Progress (1): 164/379 kB
Progress (1): 168/379 kB
Progress (1): 172/379 kB
Progress (1): 176/379 kB
Progress (1): 180/379 kB
Progress (1): 184/379 kB
Progress (1): 188/379 kB
Progress (1): 192/379 kB
Progress (1): 196/379 kB
Progress (1): 200/379 kB
Progress (1): 204/379 kB
Progress (1): 208/379 kB
Progress (1): 212/379 kB
Progress (1): 216/379 kB
Progress (1): 220/379 kB
Progress (1): 224/379 kB
Progress (1): 228/379 kB
Progress (1): 232/379 kB
Progress (1): 236/379 kB
Progress (1): 240/379 kB
Progress (1): 244/379 kB
Progress (1): 248/379 kB
Progress (1): 252/379 kB
Progress (1): 256/379 kB
Progress (1): 260/379 kB
Progress (1): 264/379 kB
Progress (1): 268/379 kB
Progress (1): 272/379 kB
Progress (1): 276/379 kB
Progress (1): 280/379 kB
Progress (1): 284/379 kB
Progress (1): 288/379 kB
Progress (1): 292/379 kB
Progress (1): 296/379 kB
Progress (1): 300/379 kB
Progress (1): 304/379 kB
Progress (1): 308/379 kB
Progress (1): 312/379 kB
Progress (1): 316/379 kB
Progress (1): 320/379 kB
Progress (1): 324/379 kB
Progress (1): 328/379 kB
Progress (1): 332/379 kB
Progress (1): 336/379 kB
Progress (1): 340/379 kB
Progress (1): 344/379 kB
Progress (1): 348/379 kB
Progress (1): 352/379 kB
Progress (1): 356/379 kB
Progress (1): 360/379 kB
Progress (1): 364/379 kB
Progress (1): 368/379 kB
Progress (1): 372/379 kB
Progress (1): 376/379 kB
Progress (1): 379 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 12 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar
Progress (1): 4.1/218 kB
Progress (1): 7.7/218 kB
Progress (1): 12/218 kB 
Progress (1): 16/218 kB
Progress (1): 20/218 kB
Progress (1): 24/218 kB
Progress (1): 28/218 kB
Progress (1): 32/218 kB
Progress (1): 33/218 kB
Progress (1): 37/218 kB
Progress (1): 41/218 kB
Progress (1): 45/218 kB
Progress (1): 49/218 kB
Progress (1): 53/218 kB
Progress (1): 57/218 kB
Progress (1): 61/218 kB
Progress (1): 65/218 kB
Progress (1): 66/218 kB
Progress (1): 70/218 kB
Progress (1): 74/218 kB
Progress (1): 78/218 kB
Progress (1): 82/218 kB
Progress (1): 86/218 kB
Progress (1): 90/218 kB
Progress (1): 94/218 kB
Progress (1): 98/218 kB
Progress (1): 98/218 kB
Progress (1): 102/218 kB
Progress (1): 106/218 kB
Progress (1): 110/218 kB
Progress (1): 114/218 kB
Progress (1): 118/218 kB
Progress (1): 122/218 kB
Progress (1): 126/218 kB
Progress (1): 130/218 kB
Progress (1): 131/218 kB
Progress (1): 135/218 kB
Progress (1): 139/218 kB
Progress (1): 143/218 kB
Progress (1): 147/218 kB
Progress (1): 151/218 kB
Progress (1): 155/218 kB
Progress (1): 159/218 kB
Progress (1): 163/218 kB
Progress (1): 164/218 kB
Progress (1): 168/218 kB
Progress (1): 172/218 kB
Progress (1): 176/218 kB
Progress (1): 180/218 kB
Progress (1): 184/218 kB
Progress (1): 188/218 kB
Progress (1): 192/218 kB
Progress (1): 196/218 kB
Progress (1): 200/218 kB
Progress (1): 204/218 kB
Progress (1): 208/218 kB
Progress (1): 212/218 kB
Progress (1): 216/218 kB
Progress (1): 218 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 4.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar
Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (1): 20/148 kB
Progress (1): 24/148 kB
Progress (1): 28/148 kB
Progress (1): 32/148 kB
Progress (1): 36/148 kB
Progress (1): 40/148 kB
Progress (1): 44/148 kB
Progress (1): 48/148 kB
Progress (1): 52/148 kB
Progress (1): 56/148 kB
Progress (1): 60/148 kB
Progress (1): 64/148 kB
Progress (1): 68/148 kB
Progress (1): 72/148 kB
Progress (1): 76/148 kB
Progress (1): 80/148 kB
Progress (1): 84/148 kB
Progress (1): 88/148 kB
Progress (1): 92/148 kB
Progress (1): 96/148 kB
Progress (1): 100/148 kB
Progress (1): 104/148 kB
Progress (1): 108/148 kB
Progress (1): 112/148 kB
Progress (1): 116/148 kB
Progress (1): 120/148 kB
Progress (1): 124/148 kB
Progress (1): 128/148 kB
Progress (1): 132/148 kB
Progress (1): 136/148 kB
Progress (1): 140/148 kB
Progress (1): 144/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.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 1.6 MB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom
Progress (1): 2.5 kB
                    
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.pom (2.5 kB at 113 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/1.0.0/ebr-tycho-extras-plugin-1.0.0.jar (15 kB at 787 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 22 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 349 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.6.0/maven-compat-3.6.0.pom (4.5 kB at 132 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.2.0/wagon-provider-api-3.2.0.pom (1.9 kB at 36 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.2.0/wagon-3.2.0.pom (21 kB at 661 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Progress (1): 4.1/426 kB
Progress (1): 7.7/426 kB
Progress (1): 12/426 kB 
Progress (1): 16/426 kB
Progress (1): 20/426 kB
Progress (1): 24/426 kB
Progress (1): 28/426 kB
Progress (1): 32/426 kB
Progress (1): 36/426 kB
Progress (1): 40/426 kB
Progress (1): 44/426 kB
Progress (1): 48/426 kB
Progress (1): 52/426 kB
Progress (1): 56/426 kB
Progress (1): 60/426 kB
Progress (1): 64/426 kB
Progress (1): 68/426 kB
Progress (1): 72/426 kB
Progress (1): 76/426 kB
Progress (1): 80/426 kB
Progress (1): 84/426 kB
Progress (1): 88/426 kB
Progress (2): 88/426 kB | 4.1/14 kB
Progress (2): 92/426 kB | 4.1/14 kB
Progress (2): 92/426 kB | 7.7/14 kB
Progress (2): 96/426 kB | 7.7/14 kB
Progress (2): 96/426 kB | 12/14 kB 
Progress (2): 100/426 kB | 12/14 kB
Progress (2): 100/426 kB | 14 kB   
Progress (2): 104/426 kB | 14 kB
Progress (2): 108/426 kB | 14 kB
Progress (2): 112/426 kB | 14 kB
Progress (2): 116/426 kB | 14 kB
Progress (2): 120/426 kB | 14 kB
Progress (2): 124/426 kB | 14 kB
Progress (2): 128/426 kB | 14 kB
Progress (2): 132/426 kB | 14 kB
Progress (2): 136/426 kB | 14 kB
Progress (2): 140/426 kB | 14 kB
Progress (2): 144/426 kB | 14 kB
Progress (2): 148/426 kB | 14 kB
Progress (2): 152/426 kB | 14 kB
Progress (2): 156/426 kB | 14 kB
Progress (2): 160/426 kB | 14 kB
Progress (2): 164/426 kB | 14 kB
Progress (2): 168/426 kB | 14 kB
Progress (2): 172/426 kB | 14 kB
Progress (2): 176/426 kB | 14 kB
Progress (2): 180/426 kB | 14 kB
Progress (2): 184/426 kB | 14 kB
Progress (2): 188/426 kB | 14 kB
Progress (2): 192/426 kB | 14 kB
Progress (2): 196/426 kB | 14 kB
Progress (2): 200/426 kB | 14 kB
Progress (2): 204/426 kB | 14 kB
Progress (2): 208/426 kB | 14 kB
Progress (2): 212/426 kB | 14 kB
Progress (2): 216/426 kB | 14 kB
Progress (2): 220/426 kB | 14 kB
Progress (2): 224/426 kB | 14 kB
Progress (2): 228/426 kB | 14 kB
Progress (2): 232/426 kB | 14 kB
Progress (2): 236/426 kB | 14 kB
Progress (2): 240/426 kB | 14 kB
Progress (2): 244/426 kB | 14 kB
Progress (2): 248/426 kB | 14 kB
Progress (2): 252/426 kB | 14 kB
Progress (2): 256/426 kB | 14 kB
Progress (2): 260/426 kB | 14 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 91 kB/s)
Progress (1): 264/426 kB
Progress (1): 268/426 kB
Progress (1): 272/426 kB
Progress (1): 276/426 kB
Progress (1): 280/426 kB
Progress (1): 284/426 kB
Progress (1): 288/426 kB
Progress (1): 292/426 kB
Progress (1): 296/426 kB
Progress (1): 300/426 kB
Progress (1): 304/426 kB
Progress (1): 308/426 kB
Progress (1): 312/426 kB
Progress (1): 316/426 kB
Progress (1): 320/426 kB
Progress (1): 324/426 kB
Progress (1): 328/426 kB
Progress (1): 332/426 kB
Progress (1): 336/426 kB
Progress (1): 340/426 kB
Progress (1): 344/426 kB
Progress (1): 348/426 kB
Progress (1): 352/426 kB
Progress (1): 356/426 kB
Progress (1): 360/426 kB
Progress (1): 364/426 kB
Progress (1): 368/426 kB
Progress (1): 372/426 kB
Progress (1): 376/426 kB
Progress (1): 380/426 kB
Progress (1): 384/426 kB
Progress (1): 388/426 kB
Progress (1): 392/426 kB
Progress (1): 396/426 kB
Progress (1): 400/426 kB
Progress (1): 404/426 kB
Progress (1): 408/426 kB
Progress (1): 412/426 kB
Progress (1): 416/426 kB
Progress (1): 420/426 kB
Progress (1): 424/426 kB
Progress (1): 426 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 2.5 MB/s)
[INFO] Assembling p2 repository
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.collections ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ org.eclipse.collections ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.collections ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0-SNAPSHOT/org.eclipse.collections-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0-SNAPSHOT/org.eclipse.collections-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0-SNAPSHOT/org.eclipse.collections-10.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0-SNAPSHOT/org.eclipse.collections-10.1.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/new-version/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0-SNAPSHOT/org.eclipse.collections-10.1.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.collections ---
[INFO] 
[INFO] --------------< org.eclipse.collections:scala-unit-tests >--------------
[INFO] Building Eclipse Collections Scala Unit Test Suite 10.1.0-SNAPSHOT [16/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/alchim31/maven/scala-maven-plugin/4.2.4/scala-maven-plugin-4.2.4.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/alchim31/maven/scala-maven-plugin/4.2.4/scala-maven-plugin-4.2.4.pom (24 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/alchim31/maven/scala-maven-plugin/4.2.4/scala-maven-plugin-4.2.4.jar
Progress (1): 4.1/127 kB
Progress (1): 7.7/127 kB
Progress (1): 12/127 kB 
Progress (1): 16/127 kB
Progress (1): 20/127 kB
Progress (1): 24/127 kB
Progress (1): 28/127 kB
Progress (1): 32/127 kB
Progress (1): 33/127 kB
Progress (1): 37/127 kB
Progress (1): 41/127 kB
Progress (1): 45/127 kB
Progress (1): 49/127 kB
Progress (1): 53/127 kB
Progress (1): 57/127 kB
Progress (1): 61/127 kB
Progress (1): 65/127 kB
Progress (1): 66/127 kB
Progress (1): 70/127 kB
Progress (1): 74/127 kB
Progress (1): 78/127 kB
Progress (1): 82/127 kB
Progress (1): 86/127 kB
Progress (1): 90/127 kB
Progress (1): 94/127 kB
Progress (1): 98/127 kB
Progress (1): 98/127 kB
Progress (1): 102/127 kB
Progress (1): 106/127 kB
Progress (1): 110/127 kB
Progress (1): 114/127 kB
Progress (1): 118/127 kB
Progress (1): 122/127 kB
Progress (1): 126/127 kB
Progress (1): 127 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/alchim31/maven/scala-maven-plugin/4.2.4/scala-maven-plugin-4.2.4.jar (127 kB at 6.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom (1.6 kB at 94 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.1/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.2/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.3/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.4/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.5/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.6/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.7/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.8/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 0.9/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.0/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.1/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.2/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.3/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.4/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.5/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.6/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.7/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.8/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 1.9/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.0/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.1/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.2/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.3/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.4/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.5/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.6/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.7/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.8/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 2.9/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.0/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.1/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.2/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.3/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.4/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.5/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.6/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.7/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.8/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 3.9/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.0/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.1/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.2/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.3/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.4/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.5/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.6/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.7/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.8/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 4.9/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.0/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.1/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.2/5.3 MB
Progress (1): 5.3/5.3 MB
Progress (1): 5.3/5.3 MB
Progress (1): 5.3/5.3 MB
Progress (1): 5.3/5.3 MB
Progress (1): 5.3 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar (5.3 MB at 11 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scala-unit-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ scala-unit-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ scala-unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scala-unit-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- scala-maven-plugin:4.2.4:compile (default) @ scala-unit-tests ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 240 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 224 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
Progress (1): 4.1/63 kB
Progress (1): 7.7/63 kB
Progress (1): 12/63 kB 
Progress (1): 16/63 kB
Progress (1): 20/63 kB
Progress (1): 24/63 kB
Progress (1): 28/63 kB
Progress (1): 32/63 kB
Progress (1): 33/63 kB
Progress (1): 37/63 kB
Progress (1): 41/63 kB
Progress (1): 45/63 kB
Progress (1): 49/63 kB
Progress (1): 53/63 kB
Progress (1): 57/63 kB
Progress (1): 61/63 kB
Progress (1): 63 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 185 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 270 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 427 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 377 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 145 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 208 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 52 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 626 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 237 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom
Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 118 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 71 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 13 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 591 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 861 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 359 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 489 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
Progress (1): 4.1/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.3/commons-exec-1.3.pom (11 kB at 611 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
Progress (1): 4.1/58 kB
Progress (1): 7.7/58 kB
Progress (1): 12/58 kB 
Progress (1): 16/58 kB
Progress (1): 20/58 kB
Progress (1): 24/58 kB
Progress (1): 28/58 kB
Progress (1): 32/58 kB
Progress (1): 36/58 kB
Progress (1): 40/58 kB
Progress (1): 44/58 kB
Progress (1): 48/58 kB
Progress (1): 52/58 kB
Progress (1): 56/58 kB
Progress (1): 58 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 345 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 527 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 75 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 286 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc_2.12/1.3.1/zinc_2.12-1.3.1.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc_2.12/1.3.1/zinc_2.12-1.3.1.pom (4.4 kB at 200 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom (1.6 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-core_2.12/1.3.1/zinc-core_2.12-1.3.1.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-core_2.12/1.3.1/zinc-core_2.12-1.3.1.pom (5.2 kB at 323 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-apiinfo_2.12/1.3.1/zinc-apiinfo_2.12-1.3.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-apiinfo_2.12/1.3.1/zinc-apiinfo_2.12-1.3.1.pom (4.0 kB at 251 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-interface/1.3.1/compiler-interface-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-interface/1.3.1/compiler-interface-1.3.1.pom (3.1 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.pom (5.3 kB at 312 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.7.0/protobuf-parent-3.7.0.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.7.0/protobuf-parent-3.7.0.pom (7.2 kB at 381 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.7.0/protobuf-bom-3.7.0.pom
Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.7.0/protobuf-bom-3.7.0.pom (3.6 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.pom (2.8 kB at 146 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1.pom (3.1 kB at 193 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classfile_2.12/1.3.1/zinc-classfile_2.12-1.3.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classfile_2.12/1.3.1/zinc-classfile_2.12-1.3.1.pom (4.0 kB at 251 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/io_2.12/1.3.0/io_2.12-1.3.0.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/io_2.12/1.3.0/io_2.12-1.3.0.pom (3.9 kB at 242 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/swoval/file-tree-views/2.1.3/file-tree-views-2.1.3.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/swoval/file-tree-views/2.1.3/file-tree-views-2.1.3.pom (1.7 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.0/jna-4.5.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.0/jna-4.5.0.pom (1.6 kB at 75 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.pom (1.8 kB at 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-logging_2.12/1.3.0/util-logging_2.12-1.3.0.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-logging_2.12/1.3.0/util-logging_2.12-1.3.0.pom (5.0 kB at 278 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-core_2.12/0.8.3/sjson-new-core_2.12-0.8.3.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-core_2.12/0.8.3/sjson-new-core_2.12-0.8.3.pom (2.4 kB at 131 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.pom (20 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom (13 kB at 773 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom (62 kB at 3.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom (23 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom (1.3 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-scalajson_2.12/0.8.3/sjson-new-scalajson_2.12-0.8.3.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-scalajson_2.12/0.8.3/sjson-new-scalajson_2.12-0.8.3.pom (2.9 kB at 154 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.pom (2.2 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom (1.6 kB at 99 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.10.4/jawn-parser_2.12-0.10.4.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.10.4/jawn-parser_2.12-0.10.4.pom (1.8 kB at 107 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom (1.6 kB at 84 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom (1.8 kB at 113 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classpath_2.12/1.3.1/zinc-classpath_2.12-1.3.1.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classpath_2.12/1.3.1/zinc-classpath_2.12-1.3.1.pom (4.2 kB at 246 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.8/scala-compiler-2.12.8.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.8/scala-compiler-2.12.8.pom (2.3 kB at 113 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.pom (2.5 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/launcher-interface/1.0.0/launcher-interface-1.0.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/launcher-interface/1.0.0/launcher-interface-1.0.0.pom (1.4 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0.pom (2.6 kB at 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/lenses/lenses_2.12/0.4.12/lenses_2.12-0.4.12.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/lenses/lenses_2.12/0.4.12/lenses_2.12-0.4.12.pom (1.9 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse_2.12/0.4.2/fastparse_2.12-0.4.2.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse_2.12/0.4.2/fastparse_2.12-0.4.2.pom (2.6 kB at 151 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse-utils_2.12/0.4.2/fastparse-utils_2.12-0.4.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse-utils_2.12/0.4.2/fastparse-utils_2.12-0.4.2.pom (2.4 kB at 133 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/sourcecode_2.12/0.1.3/sourcecode_2.12-0.1.3.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/sourcecode_2.12/0.1.3/sourcecode_2.12-0.1.3.pom (1.8 kB at 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.3.1/protobuf-java-3.3.1.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.3.1/protobuf-java-3.3.1.pom (4.7 kB at 317 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.3.1/protobuf-parent-3.3.1.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.3.1/protobuf-parent-3.3.1.pom (6.8 kB at 380 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-relation_2.12/1.3.0/util-relation_2.12-1.3.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-relation_2.12/1.3.0/util-relation_2.12-1.3.0.pom (3.2 kB at 214 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-persist_2.12/1.3.1/zinc-persist_2.12-1.3.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-persist_2.12/1.3.1/zinc-persist_2.12-1.3.1.pom (4.0 kB at 251 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/sbinary_2.12/0.5.0/sbinary_2.12-0.5.0.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/sbinary_2.12/0.5.0/sbinary_2.12-0.5.0.pom (2.6 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom (1.6 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-compile-core_2.12/1.3.1/zinc-compile-core_2.12-1.3.1.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-compile-core_2.12/1.3.1/zinc-compile-core_2.12-1.3.1.pom (5.5 kB at 252 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.12/1.1.2/scala-parser-combinators_2.12-1.1.2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.12/1.1.2/scala-parser-combinators_2.12-1.1.2.pom (2.2 kB at 122 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-control_2.12/1.3.0/util-control_2.12-1.3.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-control_2.12/1.3.0/util-control_2.12-1.3.0.pom (3.0 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0.pom (2.4 kB at 139 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar
Progress (1): 4.1/177 kB
Progress (1): 7.7/177 kB
Progress (1): 12/177 kB 
Progress (1): 16/177 kB
Progress (1): 20/177 kB
Progress (1): 24/177 kB
Progress (1): 28/177 kB
Progress (1): 32/177 kB
Progress (1): 33/177 kB
Progress (1): 37/177 kB
Progress (1): 41/177 kB
Progress (1): 45/177 kB
Progress (1): 49/177 kB
Progress (1): 53/177 kB
Progress (1): 57/177 kB
Progress (1): 61/177 kB
Progress (1): 65/177 kB
Progress (1): 69/177 kB
Progress (1): 73/177 kB
Progress (1): 77/177 kB
Progress (1): 81/177 kB
Progress (1): 85/177 kB
Progress (1): 89/177 kB
Progress (1): 93/177 kB
Progress (1): 97/177 kB
Progress (1): 101/177 kB
Progress (1): 105/177 kB
Progress (1): 109/177 kB
Progress (1): 113/177 kB
Progress (1): 117/177 kB
Progress (1): 121/177 kB
Progress (1): 125/177 kB
Progress (1): 129/177 kB
Progress (1): 133/177 kB
Progress (1): 137/177 kB
Progress (1): 141/177 kB
Progress (1): 145/177 kB
Progress (1): 149/177 kB
Progress (1): 153/177 kB
Progress (1): 157/177 kB
Progress (1): 161/177 kB
Progress (1): 165/177 kB
Progress (1): 169/177 kB
Progress (1): 173/177 kB
Progress (1): 177/177 kB
Progress (1): 177 kB    
Progress (2): 177 kB | 4.1/44 kB
Progress (2): 177 kB | 7.7/44 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 4.7 MB/s)
Progress (1): 12/44 kB
Progress (2): 12/44 kB | 4.1/290 kB
Progress (2): 16/44 kB | 4.1/290 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (3): 16/44 kB | 4.1/290 kB | 0/2.3 MB
Progress (4): 16/44 kB | 4.1/290 kB | 0/2.3 MB | 4.1/55 kB
Progress (5): 16/44 kB | 4.1/290 kB | 0/2.3 MB | 4.1/55 kB | 4.1/15 kB
Progress (5): 20/44 kB | 4.1/290 kB | 0/2.3 MB | 4.1/55 kB | 4.1/15 kB
Progress (5): 20/44 kB | 7.7/290 kB | 0/2.3 MB | 4.1/55 kB | 4.1/15 kB
Progress (5): 24/44 kB | 7.7/290 kB | 0/2.3 MB | 4.1/55 kB | 4.1/15 kB
Progress (5): 24/44 kB | 12/290 kB | 0/2.3 MB | 4.1/55 kB | 4.1/15 kB 
Progress (5): 24/44 kB | 12/290 kB | 0/2.3 MB | 4.1/55 kB | 7.7/15 kB
Progress (5): 24/44 kB | 12/290 kB | 0.1/2.3 MB | 4.1/55 kB | 7.7/15 kB
Progress (5): 24/44 kB | 12/290 kB | 0.1/2.3 MB | 7.7/55 kB | 7.7/15 kB
Progress (5): 24/44 kB | 12/290 kB | 0.1/2.3 MB | 7.7/55 kB | 7.7/15 kB
Progress (5): 24/44 kB | 12/290 kB | 0.1/2.3 MB | 7.7/55 kB | 12/15 kB 
Progress (5): 24/44 kB | 16/290 kB | 0.1/2.3 MB | 7.7/55 kB | 12/15 kB
Progress (5): 28/44 kB | 16/290 kB | 0.1/2.3 MB | 7.7/55 kB | 12/15 kB
Progress (5): 28/44 kB | 20/290 kB | 0.1/2.3 MB | 7.7/55 kB | 12/15 kB
Progress (5): 28/44 kB | 24/290 kB | 0.1/2.3 MB | 7.7/55 kB | 12/15 kB
Progress (5): 28/44 kB | 24/290 kB | 0.1/2.3 MB | 7.7/55 kB | 15 kB   
Progress (5): 28/44 kB | 24/290 kB | 0.1/2.3 MB | 7.7/55 kB | 15 kB
Progress (5): 28/44 kB | 24/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB 
Progress (5): 28/44 kB | 24/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB
Progress (5): 28/44 kB | 28/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB
Progress (5): 32/44 kB | 28/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB
Progress (5): 32/44 kB | 28/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB
Progress (5): 32/44 kB | 32/290 kB | 0.1/2.3 MB | 12/55 kB | 15 kB
Progress (5): 32/44 kB | 32/290 kB | 0.1/2.3 MB | 16/55 kB | 15 kB
Progress (5): 32/44 kB | 36/290 kB | 0.1/2.3 MB | 16/55 kB | 15 kB
Progress (5): 32/44 kB | 36/290 kB | 0.1/2.3 MB | 16/55 kB | 15 kB
Progress (5): 36/44 kB | 36/290 kB | 0.1/2.3 MB | 16/55 kB | 15 kB
Progress (5): 36/44 kB | 40/290 kB | 0.1/2.3 MB | 16/55 kB | 15 kB
Progress (5): 36/44 kB | 40/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 36/44 kB | 44/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 36/44 kB | 44/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 40/44 kB | 44/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 40/44 kB | 44/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 40/44 kB | 48/290 kB | 0.1/2.3 MB | 20/55 kB | 15 kB
Progress (5): 40/44 kB | 48/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 40/44 kB | 52/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 40/44 kB | 56/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 40/44 kB | 56/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 44/44 kB | 56/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 44 kB | 56/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB   
Progress (5): 44 kB | 56/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 44 kB | 60/290 kB | 0.1/2.3 MB | 24/55 kB | 15 kB
Progress (5): 44 kB | 60/290 kB | 0.1/2.3 MB | 28/55 kB | 15 kB
Progress (5): 44 kB | 64/290 kB | 0.1/2.3 MB | 28/55 kB | 15 kB
Progress (5): 44 kB | 64/290 kB | 0.1/2.3 MB | 28/55 kB | 15 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 193 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar
Progress (4): 44 kB | 64/290 kB | 0.1/2.3 MB | 28/55 kB
Progress (4): 44 kB | 68/290 kB | 0.1/2.3 MB | 28/55 kB
Progress (4): 44 kB | 68/290 kB | 0.1/2.3 MB | 32/55 kB
Progress (4): 44 kB | 72/290 kB | 0.1/2.3 MB | 32/55 kB
Progress (4): 44 kB | 72/290 kB | 0.1/2.3 MB | 32/55 kB
Progress (4): 44 kB | 76/290 kB | 0.1/2.3 MB | 32/55 kB
Progress (4): 44 kB | 76/290 kB | 0.1/2.3 MB | 33/55 kB
Progress (4): 44 kB | 80/290 kB | 0.1/2.3 MB | 33/55 kB
Progress (4): 44 kB | 80/290 kB | 0.1/2.3 MB | 33/55 kB
Progress (4): 44 kB | 84/290 kB | 0.1/2.3 MB | 33/55 kB
Progress (4): 44 kB | 84/290 kB | 0.1/2.3 MB | 37/55 kB
Progress (4): 44 kB | 88/290 kB | 0.1/2.3 MB | 37/55 kB
Progress (4): 44 kB | 88/290 kB | 0.1/2.3 MB | 37/55 kB
Progress (4): 44 kB | 92/290 kB | 0.1/2.3 MB | 37/55 kB
Progress (4): 44 kB | 92/290 kB | 0.1/2.3 MB | 41/55 kB
Progress (4): 44 kB | 96/290 kB | 0.1/2.3 MB | 41/55 kB
Progress (4): 44 kB | 96/290 kB | 0.1/2.3 MB | 41/55 kB
Progress (4): 44 kB | 100/290 kB | 0.1/2.3 MB | 41/55 kB
Progress (4): 44 kB | 100/290 kB | 0.1/2.3 MB | 41/55 kB
Progress (4): 44 kB | 100/290 kB | 0.1/2.3 MB | 45/55 kB
Progress (4): 44 kB | 100/290 kB | 0.1/2.3 MB | 45/55 kB
Progress (4): 44 kB | 104/290 kB | 0.1/2.3 MB | 45/55 kB
Progress (4): 44 kB | 104/290 kB | 0.1/2.3 MB | 45/55 kB
Progress (4): 44 kB | 104/290 kB | 0.1/2.3 MB | 49/55 kB
Progress (4): 44 kB | 104/290 kB | 0.1/2.3 MB | 49/55 kB
Progress (4): 44 kB | 108/290 kB | 0.1/2.3 MB | 49/55 kB
Progress (4): 44 kB | 108/290 kB | 0.1/2.3 MB | 49/55 kB
Progress (4): 44 kB | 108/290 kB | 0.1/2.3 MB | 53/55 kB
Progress (4): 44 kB | 108/290 kB | 0.1/2.3 MB | 53/55 kB
Progress (4): 44 kB | 112/290 kB | 0.1/2.3 MB | 53/55 kB
Progress (4): 44 kB | 112/290 kB | 0.1/2.3 MB | 53/55 kB
Progress (4): 44 kB | 112/290 kB | 0.1/2.3 MB | 55 kB   
Progress (4): 44 kB | 112/290 kB | 0.1/2.3 MB | 55 kB
Progress (4): 44 kB | 116/290 kB | 0.1/2.3 MB | 55 kB
Progress (4): 44 kB | 116/290 kB | 0.1/2.3 MB | 55 kB
Progress (4): 44 kB | 120/290 kB | 0.1/2.3 MB | 55 kB
Progress (4): 44 kB | 120/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 124/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 124/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 128/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 128/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 132/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 132/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 136/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 136/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 140/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 140/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 144/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 144/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 148/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 148/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 152/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 152/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 156/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 156/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 160/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 160/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 164/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 168/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 168/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 172/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 172/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 176/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 176/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 180/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 180/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 184/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 184/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 188/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 188/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 192/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 192/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 196/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 196/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 200/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 200/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 204/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 204/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 208/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 208/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 212/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 212/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 216/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 216/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 220/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 220/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 224/290 kB | 0.2/2.3 MB | 55 kB
Progress (4): 44 kB | 224/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 228/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 228/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 232/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 232/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 236/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 236/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 240/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 240/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 244/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 244/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 248/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 248/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 252/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 252/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 256/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 256/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 260/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 260/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 264/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 264/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 268/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 268/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 272/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 272/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 276/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 276/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 280/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 280/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 284/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 284/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 288/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 288/290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB    
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.3/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
Progress (4): 44 kB | 290 kB | 0.4/2.3 MB | 55 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 272 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 4.1/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 4.1/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 7.7/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 7.7/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 12/205 kB 
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 12/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 16/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 16/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 20/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 20/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 24/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 24/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 28/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 28/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 32/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 32/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 33/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 33/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 37/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 37/205 kB
Progress (4): 290 kB | 0.4/2.3 MB | 55 kB | 41/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 41/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 45/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 45/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 49/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 49/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 53/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 53/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 57/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 57/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 61/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 61/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 65/205 kB
Progress (4): 290 kB | 0.5/2.3 MB | 55 kB | 65/205 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 322 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar
Progress (2): 0.5/2.3 MB | 65/205 kB
Progress (2): 0.5/2.3 MB | 69/205 kB
Progress (2): 0.5/2.3 MB | 69/205 kB
Progress (2): 0.5/2.3 MB | 73/205 kB
Progress (2): 0.5/2.3 MB | 73/205 kB
Progress (2): 0.5/2.3 MB | 77/205 kB
Progress (2): 0.5/2.3 MB | 77/205 kB
Progress (2): 0.5/2.3 MB | 81/205 kB
Progress (2): 0.5/2.3 MB | 81/205 kB
Progress (2): 0.5/2.3 MB | 85/205 kB
Progress (2): 0.5/2.3 MB | 85/205 kB
Progress (2): 0.5/2.3 MB | 89/205 kB
Progress (2): 0.5/2.3 MB | 89/205 kB
Progress (2): 0.5/2.3 MB | 93/205 kB
Progress (2): 0.5/2.3 MB | 93/205 kB
Progress (2): 0.5/2.3 MB | 97/205 kB
Progress (2): 0.5/2.3 MB | 97/205 kB
Progress (2): 0.5/2.3 MB | 101/205 kB
Progress (2): 0.5/2.3 MB | 101/205 kB
Progress (2): 0.5/2.3 MB | 105/205 kB
Progress (2): 0.5/2.3 MB | 105/205 kB
Progress (2): 0.5/2.3 MB | 109/205 kB
Progress (2): 0.5/2.3 MB | 109/205 kB
Progress (2): 0.5/2.3 MB | 113/205 kB
Progress (2): 0.5/2.3 MB | 113/205 kB
Progress (2): 0.5/2.3 MB | 117/205 kB
Progress (2): 0.5/2.3 MB | 117/205 kB
Progress (2): 0.5/2.3 MB | 121/205 kB
Progress (2): 0.5/2.3 MB | 121/205 kB
Progress (2): 0.5/2.3 MB | 125/205 kB
Progress (2): 0.5/2.3 MB | 125/205 kB
Progress (2): 0.5/2.3 MB | 129/205 kB
Progress (2): 0.5/2.3 MB | 129/205 kB
Progress (2): 0.5/2.3 MB | 133/205 kB
Progress (2): 0.5/2.3 MB | 133/205 kB
Progress (2): 0.5/2.3 MB | 137/205 kB
Progress (2): 0.6/2.3 MB | 137/205 kB
Progress (2): 0.6/2.3 MB | 141/205 kB
Progress (2): 0.6/2.3 MB | 141/205 kB
Progress (2): 0.6/2.3 MB | 145/205 kB
Progress (2): 0.6/2.3 MB | 145/205 kB
Progress (2): 0.6/2.3 MB | 149/205 kB
Progress (2): 0.6/2.3 MB | 149/205 kB
Progress (2): 0.6/2.3 MB | 153/205 kB
Progress (2): 0.6/2.3 MB | 153/205 kB
Progress (2): 0.6/2.3 MB | 157/205 kB
Progress (2): 0.6/2.3 MB | 157/205 kB
Progress (2): 0.6/2.3 MB | 161/205 kB
Progress (2): 0.6/2.3 MB | 161/205 kB
Progress (2): 0.6/2.3 MB | 165/205 kB
Progress (2): 0.6/2.3 MB | 165/205 kB
Progress (2): 0.6/2.3 MB | 169/205 kB
Progress (2): 0.6/2.3 MB | 169/205 kB
Progress (2): 0.6/2.3 MB | 173/205 kB
Progress (2): 0.6/2.3 MB | 173/205 kB
Progress (2): 0.6/2.3 MB | 177/205 kB
Progress (2): 0.6/2.3 MB | 177/205 kB
Progress (2): 0.6/2.3 MB | 181/205 kB
Progress (2): 0.6/2.3 MB | 181/205 kB
Progress (2): 0.6/2.3 MB | 185/205 kB
Progress (2): 0.6/2.3 MB | 185/205 kB
Progress (2): 0.6/2.3 MB | 189/205 kB
Progress (2): 0.6/2.3 MB | 189/205 kB
Progress (2): 0.6/2.3 MB | 193/205 kB
Progress (2): 0.6/2.3 MB | 193/205 kB
Progress (2): 0.6/2.3 MB | 197/205 kB
Progress (2): 0.6/2.3 MB | 197/205 kB
Progress (2): 0.6/2.3 MB | 201/205 kB
Progress (2): 0.6/2.3 MB | 201/205 kB
Progress (2): 0.6/2.3 MB | 205/205 kB
Progress (2): 0.6/2.3 MB | 205 kB    
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.6/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.7/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
Progress (2): 0.8/2.3 MB | 205 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.1 MB/s)
Progress (1): 0.8/2.3 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar
Progress (1): 0.8/2.3 MB
Progress (1): 0.8/2.3 MB
Progress (2): 0.8/2.3 MB | 4.1/378 kB
Progress (2): 0.8/2.3 MB | 4.1/378 kB
Progress (2): 0.8/2.3 MB | 7.7/378 kB
Progress (2): 0.8/2.3 MB | 7.7/378 kB
Progress (2): 0.8/2.3 MB | 12/378 kB 
Progress (2): 0.8/2.3 MB | 12/378 kB
Progress (2): 0.8/2.3 MB | 16/378 kB
Progress (2): 0.8/2.3 MB | 16/378 kB
Progress (2): 0.8/2.3 MB | 20/378 kB
Progress (2): 0.8/2.3 MB | 20/378 kB
Progress (3): 0.8/2.3 MB | 20/378 kB | 4.1/5.8 kB
Progress (3): 0.8/2.3 MB | 24/378 kB | 4.1/5.8 kB
Progress (3): 0.8/2.3 MB | 24/378 kB | 5.8 kB    
Progress (3): 0.8/2.3 MB | 24/378 kB | 5.8 kB
Progress (3): 0.8/2.3 MB | 28/378 kB | 5.8 kB
Progress (4): 0.8/2.3 MB | 28/378 kB | 5.8 kB | 4.1/45 kB
Progress (4): 0.8/2.3 MB | 28/378 kB | 5.8 kB | 4.1/45 kB
Progress (4): 0.8/2.3 MB | 28/378 kB | 5.8 kB | 7.7/45 kB
Progress (4): 0.8/2.3 MB | 32/378 kB | 5.8 kB | 7.7/45 kB
Progress (4): 0.8/2.3 MB | 32/378 kB | 5.8 kB | 12/45 kB 
Progress (4): 0.8/2.3 MB | 32/378 kB | 5.8 kB | 12/45 kB
Progress (4): 0.8/2.3 MB | 32/378 kB | 5.8 kB | 16/45 kB
Progress (4): 0.8/2.3 MB | 33/378 kB | 5.8 kB | 16/45 kB
Progress (4): 0.8/2.3 MB | 33/378 kB | 5.8 kB | 20/45 kB
Progress (4): 0.8/2.3 MB | 33/378 kB | 5.8 kB | 20/45 kB
Progress (4): 0.8/2.3 MB | 33/378 kB | 5.8 kB | 24/45 kB
Progress (4): 0.8/2.3 MB | 37/378 kB | 5.8 kB | 24/45 kB
Progress (4): 0.8/2.3 MB | 37/378 kB | 5.8 kB | 28/45 kB
Progress (4): 0.8/2.3 MB | 37/378 kB | 5.8 kB | 28/45 kB
Progress (4): 0.8/2.3 MB | 37/378 kB | 5.8 kB | 32/45 kB
Progress (4): 0.8/2.3 MB | 41/378 kB | 5.8 kB | 32/45 kB
Progress (4): 0.8/2.3 MB | 41/378 kB | 5.8 kB | 36/45 kB
Progress (4): 0.8/2.3 MB | 41/378 kB | 5.8 kB | 36/45 kB
Progress (4): 0.8/2.3 MB | 41/378 kB | 5.8 kB | 40/45 kB
Progress (4): 0.8/2.3 MB | 45/378 kB | 5.8 kB | 40/45 kB
Progress (4): 0.8/2.3 MB | 49/378 kB | 5.8 kB | 40/45 kB
Progress (4): 0.8/2.3 MB | 49/378 kB | 5.8 kB | 44/45 kB
Progress (4): 0.8/2.3 MB | 49/378 kB | 5.8 kB | 45 kB   
Progress (4): 0.8/2.3 MB | 49/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 53/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 53/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 57/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 57/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 61/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 61/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 65/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 65/378 kB | 5.8 kB | 45 kB
Progress (4): 0.8/2.3 MB | 66/378 kB | 5.8 kB | 45 kB
Progress (4): 0.9/2.3 MB | 66/378 kB | 5.8 kB | 45 kB
Progress (4): 0.9/2.3 MB | 70/378 kB | 5.8 kB | 45 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar
Progress (3): 0.9/2.3 MB | 74/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 74/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 78/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 82/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 82/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 86/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 86/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 90/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 90/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 94/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 94/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 98/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 98/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 98/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 98/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 102/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 106/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 110/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 114/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 114/378 kB | 45 kB
Progress (3): 0.9/2.3 MB | 118/378 kB | 45 kB
Progress (4): 0.9/2.3 MB | 118/378 kB | 45 kB | 4.1/638 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 170 kB/s)
Progress (3): 0.9/2.3 MB | 118/378 kB | 7.7/638 kB
Progress (3): 0.9/2.3 MB | 122/378 kB | 7.7/638 kB
Progress (3): 0.9/2.3 MB | 122/378 kB | 12/638 kB 
Progress (3): 0.9/2.3 MB | 126/378 kB | 12/638 kB
Progress (4): 0.9/2.3 MB | 126/378 kB | 12/638 kB | 4.1/43 kB
Progress (4): 0.9/2.3 MB | 126/378 kB | 12/638 kB | 4.1/43 kB
Progress (4): 0.9/2.3 MB | 126/378 kB | 12/638 kB | 7.7/43 kB
Progress (4): 0.9/2.3 MB | 130/378 kB | 12/638 kB | 7.7/43 kB
Progress (4): 0.9/2.3 MB | 130/378 kB | 16/638 kB | 7.7/43 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar
Progress (4): 0.9/2.3 MB | 130/378 kB | 20/638 kB | 7.7/43 kB
Progress (4): 0.9/2.3 MB | 134/378 kB | 20/638 kB | 7.7/43 kB
Progress (4): 0.9/2.3 MB | 134/378 kB | 20/638 kB | 12/43 kB 
Progress (4): 0.9/2.3 MB | 134/378 kB | 20/638 kB | 12/43 kB
Progress (4): 0.9/2.3 MB | 134/378 kB | 20/638 kB | 16/43 kB
Progress (4): 0.9/2.3 MB | 138/378 kB | 20/638 kB | 16/43 kB
Progress (4): 0.9/2.3 MB | 138/378 kB | 24/638 kB | 16/43 kB
Progress (4): 0.9/2.3 MB | 142/378 kB | 24/638 kB | 16/43 kB
Progress (4): 0.9/2.3 MB | 142/378 kB | 24/638 kB | 20/43 kB
Progress (4): 0.9/2.3 MB | 142/378 kB | 24/638 kB | 20/43 kB
Progress (4): 0.9/2.3 MB | 142/378 kB | 24/638 kB | 24/43 kB
Progress (4): 0.9/2.3 MB | 146/378 kB | 24/638 kB | 24/43 kB
Progress (4): 0.9/2.3 MB | 146/378 kB | 28/638 kB | 24/43 kB
Progress (4): 0.9/2.3 MB | 150/378 kB | 28/638 kB | 24/43 kB
Progress (4): 0.9/2.3 MB | 150/378 kB | 28/638 kB | 28/43 kB
Progress (4): 0.9/2.3 MB | 150/378 kB | 28/638 kB | 28/43 kB
Progress (4): 0.9/2.3 MB | 150/378 kB | 28/638 kB | 32/43 kB
Progress (4): 0.9/2.3 MB | 154/378 kB | 28/638 kB | 32/43 kB
Progress (4): 0.9/2.3 MB | 154/378 kB | 32/638 kB | 32/43 kB
Progress (4): 0.9/2.3 MB | 158/378 kB | 32/638 kB | 32/43 kB
Progress (4): 0.9/2.3 MB | 158/378 kB | 32/638 kB | 33/43 kB
Progress (4): 0.9/2.3 MB | 158/378 kB | 32/638 kB | 33/43 kB
Progress (4): 0.9/2.3 MB | 158/378 kB | 32/638 kB | 37/43 kB
Progress (4): 0.9/2.3 MB | 162/378 kB | 32/638 kB | 37/43 kB
Progress (4): 0.9/2.3 MB | 162/378 kB | 33/638 kB | 37/43 kB
Progress (4): 0.9/2.3 MB | 166/378 kB | 33/638 kB | 37/43 kB
Progress (4): 0.9/2.3 MB | 166/378 kB | 33/638 kB | 41/43 kB
Progress (4): 0.9/2.3 MB | 166/378 kB | 33/638 kB | 41/43 kB
Progress (4): 0.9/2.3 MB | 166/378 kB | 33/638 kB | 43 kB   
Progress (4): 0.9/2.3 MB | 170/378 kB | 33/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 170/378 kB | 37/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 174/378 kB | 37/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 174/378 kB | 37/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 178/378 kB | 37/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 178/378 kB | 37/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 178/378 kB | 41/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 178/378 kB | 41/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 178/378 kB | 45/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 182/378 kB | 45/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 182/378 kB | 49/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 182/378 kB | 49/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 182/378 kB | 53/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 186/378 kB | 53/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 186/378 kB | 57/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 186/378 kB | 57/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 186/378 kB | 61/638 kB | 43 kB
Progress (4): 0.9/2.3 MB | 190/378 kB | 61/638 kB | 43 kB
Progress (5): 0.9/2.3 MB | 190/378 kB | 61/638 kB | 43 kB | 4.1/27 kB
Progress (5): 0.9/2.3 MB | 190/378 kB | 65/638 kB | 43 kB | 4.1/27 kB
Progress (5): 0.9/2.3 MB | 190/378 kB | 65/638 kB | 43 kB | 4.1/27 kB
Progress (5): 0.9/2.3 MB | 190/378 kB | 69/638 kB | 43 kB | 4.1/27 kB
Progress (5): 0.9/2.3 MB | 190/378 kB | 69/638 kB | 43 kB | 7.7/27 kB
Progress (5): 0.9/2.3 MB | 194/378 kB | 69/638 kB | 43 kB | 7.7/27 kB
Progress (5): 0.9/2.3 MB | 194/378 kB | 69/638 kB | 43 kB | 12/27 kB 
Progress (5): 0.9/2.3 MB | 194/378 kB | 73/638 kB | 43 kB | 12/27 kB
Progress (5): 0.9/2.3 MB | 194/378 kB | 73/638 kB | 43 kB | 12/27 kB
Progress (5): 0.9/2.3 MB | 194/378 kB | 77/638 kB | 43 kB | 12/27 kB
Progress (5): 0.9/2.3 MB | 194/378 kB | 77/638 kB | 43 kB | 16/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 77/638 kB | 43 kB | 16/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 77/638 kB | 43 kB | 20/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 81/638 kB | 43 kB | 20/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 81/638 kB | 43 kB | 20/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 85/638 kB | 43 kB | 20/27 kB
Progress (5): 0.9/2.3 MB | 197/378 kB | 85/638 kB | 43 kB | 24/27 kB
Progress (5): 0.9/2.3 MB | 201/378 kB | 85/638 kB | 43 kB | 24/27 kB
Progress (5): 0.9/2.3 MB | 201/378 kB | 85/638 kB | 43 kB | 27 kB   
Progress (5): 0.9/2.3 MB | 201/378 kB | 89/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 201/378 kB | 89/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 201/378 kB | 93/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 205/378 kB | 93/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 205/378 kB | 97/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 205/378 kB | 97/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 205/378 kB | 101/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 209/378 kB | 101/638 kB | 43 kB | 27 kB
Progress (5): 0.9/2.3 MB | 209/378 kB | 105/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 209/378 kB | 105/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 209/378 kB | 109/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 213/378 kB | 109/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 213/378 kB | 113/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 213/378 kB | 113/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 213/378 kB | 117/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 217/378 kB | 117/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 217/378 kB | 121/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 217/378 kB | 121/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 217/378 kB | 125/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 221/378 kB | 125/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 221/378 kB | 129/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 221/378 kB | 129/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 221/378 kB | 133/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 225/378 kB | 133/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 225/378 kB | 137/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 225/378 kB | 137/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 225/378 kB | 141/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 229/378 kB | 141/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 229/378 kB | 145/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 229/378 kB | 145/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 229/378 kB | 149/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 233/378 kB | 149/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 233/378 kB | 153/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 233/378 kB | 153/638 kB | 43 kB | 27 kB
Progress (5): 1.0/2.3 MB | 233/378 kB | 157/638 kB | 43 kB | 27 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 95 kB/s)
Progress (4): 1.0/2.3 MB | 237/378 kB | 157/638 kB | 43 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar
Progress (4): 1.0/2.3 MB | 237/378 kB | 161/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 237/378 kB | 161/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 237/378 kB | 165/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 241/378 kB | 165/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 241/378 kB | 169/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 241/378 kB | 169/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 241/378 kB | 173/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 241/378 kB | 173/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 245/378 kB | 173/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 245/378 kB | 173/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 245/378 kB | 177/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 245/378 kB | 177/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 245/378 kB | 181/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 249/378 kB | 181/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 249/378 kB | 185/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 249/378 kB | 185/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 249/378 kB | 189/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 253/378 kB | 189/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 253/378 kB | 193/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 253/378 kB | 197/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 253/378 kB | 197/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 253/378 kB | 201/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 257/378 kB | 201/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 257/378 kB | 205/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 257/378 kB | 209/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 257/378 kB | 209/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 257/378 kB | 213/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 261/378 kB | 213/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 261/378 kB | 217/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 261/378 kB | 217/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 261/378 kB | 221/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 265/378 kB | 221/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 265/378 kB | 225/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 265/378 kB | 225/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 265/378 kB | 229/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 269/378 kB | 229/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 269/378 kB | 233/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 269/378 kB | 233/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 269/378 kB | 237/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 273/378 kB | 237/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 273/378 kB | 241/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 273/378 kB | 241/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 273/378 kB | 245/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 273/378 kB | 245/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 277/378 kB | 245/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 277/378 kB | 245/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 277/378 kB | 249/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 277/378 kB | 249/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 281/378 kB | 249/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 281/378 kB | 249/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 281/378 kB | 253/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 281/378 kB | 253/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 285/378 kB | 253/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 285/378 kB | 253/638 kB | 43 kB
Progress (4): 1.0/2.3 MB | 285/378 kB | 257/638 kB | 43 kB
Progress (4): 1.1/2.3 MB | 285/378 kB | 257/638 kB | 43 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 143 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar
Progress (3): 1.1/2.3 MB | 289/378 kB | 257/638 kB
Progress (3): 1.1/2.3 MB | 289/378 kB | 257/638 kB
Progress (3): 1.1/2.3 MB | 289/378 kB | 261/638 kB
Progress (3): 1.1/2.3 MB | 289/378 kB | 261/638 kB
Progress (3): 1.1/2.3 MB | 293/378 kB | 261/638 kB
Progress (3): 1.1/2.3 MB | 293/378 kB | 261/638 kB
Progress (3): 1.1/2.3 MB | 297/378 kB | 261/638 kB
Progress (3): 1.1/2.3 MB | 297/378 kB | 261/638 kB
Progress (4): 1.1/2.3 MB | 297/378 kB | 261/638 kB | 4.1/47 kB
Progress (4): 1.1/2.3 MB | 297/378 kB | 265/638 kB | 4.1/47 kB
Progress (4): 1.1/2.3 MB | 297/378 kB | 265/638 kB | 7.7/47 kB
Progress (4): 1.1/2.3 MB | 297/378 kB | 265/638 kB | 7.7/47 kB
Progress (4): 1.1/2.3 MB | 301/378 kB | 265/638 kB | 7.7/47 kB
Progress (4): 1.1/2.3 MB | 301/378 kB | 265/638 kB | 7.7/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 265/638 kB | 7.7/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 265/638 kB | 12/47 kB 
Progress (4): 1.1/2.3 MB | 305/378 kB | 269/638 kB | 12/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 269/638 kB | 16/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 269/638 kB | 20/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 269/638 kB | 24/47 kB
Progress (4): 1.1/2.3 MB | 305/378 kB | 269/638 kB | 28/47 kB
Progress (4): 1.1/2.3 MB | 309/378 kB | 269/638 kB | 28/47 kB
Progress (4): 1.1/2.3 MB | 309/378 kB | 269/638 kB | 28/47 kB
Progress (4): 1.1/2.3 MB | 313/378 kB | 269/638 kB | 28/47 kB
Progress (4): 1.1/2.3 MB | 313/378 kB | 269/638 kB | 28/47 kB
Progress (4): 1.1/2.3 MB | 313/378 kB | 269/638 kB | 32/47 kB
Progress (4): 1.1/2.3 MB | 313/378 kB | 269/638 kB | 33/47 kB
Progress (5): 1.1/2.3 MB | 313/378 kB | 269/638 kB | 33/47 kB | 4.1/67 kB
Progress (5): 1.1/2.3 MB | 313/378 kB | 273/638 kB | 33/47 kB | 4.1/67 kB
Progress (5): 1.1/2.3 MB | 313/378 kB | 273/638 kB | 33/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 313/378 kB | 273/638 kB | 37/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 313/378 kB | 273/638 kB | 37/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 273/638 kB | 37/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 273/638 kB | 37/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 273/638 kB | 41/47 kB | 7.7/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 273/638 kB | 41/47 kB | 12/67 kB 
Progress (5): 1.1/2.3 MB | 317/378 kB | 277/638 kB | 41/47 kB | 12/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 277/638 kB | 41/47 kB | 16/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 277/638 kB | 45/47 kB | 16/67 kB
Progress (5): 1.1/2.3 MB | 317/378 kB | 277/638 kB | 45/47 kB | 16/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 277/638 kB | 45/47 kB | 16/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 277/638 kB | 45/47 kB | 16/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 277/638 kB | 47 kB | 16/67 kB   
Progress (5): 1.1/2.3 MB | 321/378 kB | 277/638 kB | 47 kB | 20/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 281/638 kB | 47 kB | 20/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 281/638 kB | 47 kB | 24/67 kB
Progress (5): 1.1/2.3 MB | 321/378 kB | 281/638 kB | 47 kB | 24/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 281/638 kB | 47 kB | 24/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 281/638 kB | 47 kB | 24/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 281/638 kB | 47 kB | 28/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 285/638 kB | 47 kB | 28/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 285/638 kB | 47 kB | 32/67 kB
Progress (5): 1.1/2.3 MB | 325/378 kB | 285/638 kB | 47 kB | 32/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 285/638 kB | 47 kB | 32/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 285/638 kB | 47 kB | 32/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 285/638 kB | 47 kB | 33/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 289/638 kB | 47 kB | 33/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 289/638 kB | 47 kB | 37/67 kB
Progress (5): 1.1/2.3 MB | 329/378 kB | 289/638 kB | 47 kB | 37/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 289/638 kB | 47 kB | 37/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 289/638 kB | 47 kB | 37/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 289/638 kB | 47 kB | 41/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 293/638 kB | 47 kB | 41/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 293/638 kB | 47 kB | 45/67 kB
Progress (5): 1.1/2.3 MB | 333/378 kB | 293/638 kB | 47 kB | 45/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 293/638 kB | 47 kB | 45/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 293/638 kB | 47 kB | 45/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 293/638 kB | 47 kB | 49/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 297/638 kB | 47 kB | 49/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 297/638 kB | 47 kB | 53/67 kB
Progress (5): 1.1/2.3 MB | 337/378 kB | 297/638 kB | 47 kB | 53/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 297/638 kB | 47 kB | 53/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 297/638 kB | 47 kB | 53/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 297/638 kB | 47 kB | 57/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 301/638 kB | 47 kB | 57/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 301/638 kB | 47 kB | 61/67 kB
Progress (5): 1.1/2.3 MB | 341/378 kB | 301/638 kB | 47 kB | 61/67 kB
Progress (5): 1.1/2.3 MB | 345/378 kB | 301/638 kB | 47 kB | 61/67 kB
Progress (5): 1.1/2.3 MB | 345/378 kB | 301/638 kB | 47 kB | 61/67 kB
Progress (5): 1.1/2.3 MB | 345/378 kB | 301/638 kB | 47 kB | 65/67 kB
Progress (5): 1.1/2.3 MB | 345/378 kB | 305/638 kB | 47 kB | 65/67 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar
Progress (4): 1.1/2.3 MB | 345/378 kB | 305/638 kB | 66/67 kB
Progress (4): 1.1/2.3 MB | 345/378 kB | 305/638 kB | 67 kB   
Progress (4): 1.2/2.3 MB | 345/378 kB | 305/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 349/378 kB | 305/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 349/378 kB | 305/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 353/378 kB | 305/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 353/378 kB | 309/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 357/378 kB | 309/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 357/378 kB | 309/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 361/378 kB | 309/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 361/378 kB | 313/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 365/378 kB | 313/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 365/378 kB | 317/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 365/378 kB | 317/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 365/378 kB | 321/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 369/378 kB | 321/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 369/378 kB | 325/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 369/378 kB | 325/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 369/378 kB | 329/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 373/378 kB | 329/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 373/378 kB | 333/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 373/378 kB | 333/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 373/378 kB | 337/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 377/378 kB | 337/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 377/378 kB | 337/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 337/638 kB | 67 kB    
Progress (4): 1.2/2.3 MB | 378 kB | 337/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 341/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 341/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 345/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 345/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 349/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 349/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 353/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 353/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 357/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 357/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 361/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 361/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 365/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 365/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 369/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 369/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 373/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 373/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 377/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 377/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 381/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 381/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 385/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 385/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 389/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 389/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 393/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 393/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 397/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 397/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 401/638 kB | 67 kB
Progress (4): 1.2/2.3 MB | 378 kB | 401/638 kB | 67 kB
Progress (5): 1.2/2.3 MB | 378 kB | 401/638 kB | 67 kB | 4.1/31 kB
Progress (5): 1.2/2.3 MB | 378 kB | 401/638 kB | 67 kB | 4.1/31 kB
Progress (5): 1.2/2.3 MB | 378 kB | 405/638 kB | 67 kB | 4.1/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 405/638 kB | 67 kB | 4.1/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 405/638 kB | 67 kB | 7.7/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 405/638 kB | 67 kB | 7.7/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 409/638 kB | 67 kB | 7.7/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 409/638 kB | 67 kB | 7.7/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 409/638 kB | 67 kB | 12/31 kB 
Progress (5): 1.3/2.3 MB | 378 kB | 409/638 kB | 67 kB | 12/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 413/638 kB | 67 kB | 12/31 kB
Progress (5): 1.3/2.3 MB | 378 kB | 417/638 kB | 67 kB | 12/31 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 971 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar
Progress (4): 1.3/2.3 MB | 421/638 kB | 67 kB | 12/31 kB
Progress (4): 1.3/2.3 MB | 421/638 kB | 67 kB | 12/31 kB
Progress (4): 1.3/2.3 MB | 421/638 kB | 67 kB | 16/31 kB
Progress (4): 1.3/2.3 MB | 421/638 kB | 67 kB | 16/31 kB
Progress (4): 1.3/2.3 MB | 425/638 kB | 67 kB | 16/31 kB
Progress (4): 1.3/2.3 MB | 425/638 kB | 67 kB | 16/31 kB
Progress (4): 1.3/2.3 MB | 425/638 kB | 67 kB | 20/31 kB
Progress (4): 1.3/2.3 MB | 425/638 kB | 67 kB | 20/31 kB
Progress (4): 1.3/2.3 MB | 429/638 kB | 67 kB | 20/31 kB
Progress (4): 1.3/2.3 MB | 429/638 kB | 67 kB | 20/31 kB
Progress (4): 1.3/2.3 MB | 429/638 kB | 67 kB | 24/31 kB
Progress (4): 1.3/2.3 MB | 429/638 kB | 67 kB | 24/31 kB
Progress (4): 1.3/2.3 MB | 433/638 kB | 67 kB | 24/31 kB
Progress (4): 1.3/2.3 MB | 433/638 kB | 67 kB | 24/31 kB
Progress (4): 1.3/2.3 MB | 433/638 kB | 67 kB | 28/31 kB
Progress (4): 1.3/2.3 MB | 433/638 kB | 67 kB | 28/31 kB
Progress (4): 1.3/2.3 MB | 437/638 kB | 67 kB | 28/31 kB
Progress (4): 1.3/2.3 MB | 437/638 kB | 67 kB | 28/31 kB
Progress (4): 1.3/2.3 MB | 437/638 kB | 67 kB | 31 kB   
Progress (4): 1.3/2.3 MB | 437/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 441/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 441/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 445/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 445/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 449/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 449/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 453/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 453/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 457/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 457/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 461/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 461/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 465/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 465/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 469/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 469/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 473/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 473/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 477/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 477/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 481/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 481/638 kB | 67 kB | 31 kB
Progress (4): 1.3/2.3 MB | 485/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 485/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 489/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 489/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 493/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 493/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 497/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 497/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 501/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 501/638 kB | 67 kB | 31 kB
Progress (4): 1.4/2.3 MB | 505/638 kB | 67 kB | 31 kB
Progress (5): 1.4/2.3 MB | 505/638 kB | 67 kB | 31 kB | 4.1/173 kB
Progress (5): 1.4/2.3 MB | 509/638 kB | 67 kB | 31 kB | 4.1/173 kB
Progress (5): 1.4/2.3 MB | 509/638 kB | 67 kB | 31 kB | 4.1/173 kB
Progress (5): 1.4/2.3 MB | 513/638 kB | 67 kB | 31 kB | 4.1/173 kB
Progress (5): 1.4/2.3 MB | 513/638 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (5): 1.4/2.3 MB | 517/638 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (5): 1.4/2.3 MB | 517/638 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (5): 1.4/2.3 MB | 521/638 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (5): 1.4/2.3 MB | 521/638 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (5): 1.4/2.3 MB | 521/638 kB | 67 kB | 31 kB | 12/173 kB 
Progress (5): 1.4/2.3 MB | 521/638 kB | 67 kB | 31 kB | 12/173 kB
Progress (5): 1.4/2.3 MB | 521/638 kB | 67 kB | 31 kB | 12/173 kB
Progress (5): 1.4/2.3 MB | 525/638 kB | 67 kB | 31 kB | 12/173 kB
Progress (5): 1.4/2.3 MB | 525/638 kB | 67 kB | 31 kB | 12/173 kB
Progress (5): 1.4/2.3 MB | 525/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 525/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 525/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 529/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 533/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 537/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 541/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 545/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 549/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 553/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 557/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 561/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 565/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 569/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 573/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 577/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 581/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 585/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 589/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 593/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 597/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 601/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 605/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 609/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 16/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 613/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 20/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 24/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 24/173 kB
Progress (5): 1.4/2.3 MB | 617/638 kB | 67 kB | 31 kB | 24/173 kB
Progress (5): 1.4/2.3 MB | 621/638 kB | 67 kB | 31 kB | 24/173 kB
Progress (5): 1.4/2.3 MB | 621/638 kB | 67 kB | 31 kB | 24/173 kB
Progress (5): 1.4/2.3 MB | 621/638 kB | 67 kB | 31 kB | 28/173 kB
Progress (5): 1.4/2.3 MB | 621/638 kB | 67 kB | 31 kB | 28/173 kB
Progress (5): 1.4/2.3 MB | 625/638 kB | 67 kB | 31 kB | 28/173 kB
Progress (5): 1.4/2.3 MB | 625/638 kB | 67 kB | 31 kB | 28/173 kB
Progress (5): 1.4/2.3 MB | 625/638 kB | 67 kB | 31 kB | 28/173 kB
Progress (5): 1.4/2.3 MB | 625/638 kB | 67 kB | 31 kB | 32/173 kB
Progress (5): 1.5/2.3 MB | 625/638 kB | 67 kB | 31 kB | 32/173 kB
Progress (5): 1.5/2.3 MB | 629/638 kB | 67 kB | 31 kB | 32/173 kB
Progress (5): 1.5/2.3 MB | 629/638 kB | 67 kB | 31 kB | 32/173 kB
Progress (5): 1.5/2.3 MB | 629/638 kB | 67 kB | 31 kB | 33/173 kB
Progress (5): 1.5/2.3 MB | 629/638 kB | 67 kB | 31 kB | 33/173 kB
Progress (5): 1.5/2.3 MB | 633/638 kB | 67 kB | 31 kB | 33/173 kB
Progress (5): 1.5/2.3 MB | 633/638 kB | 67 kB | 31 kB | 33/173 kB
Progress (5): 1.5/2.3 MB | 633/638 kB | 67 kB | 31 kB | 37/173 kB
Progress (5): 1.5/2.3 MB | 633/638 kB | 67 kB | 31 kB | 37/173 kB
Progress (5): 1.5/2.3 MB | 637/638 kB | 67 kB | 31 kB | 37/173 kB
Progress (5): 1.5/2.3 MB | 637/638 kB | 67 kB | 31 kB | 37/173 kB
Progress (5): 1.5/2.3 MB | 637/638 kB | 67 kB | 31 kB | 41/173 kB
Progress (5): 1.5/2.3 MB | 637/638 kB | 67 kB | 31 kB | 41/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 41/173 kB    
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 41/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 45/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 45/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 49/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 49/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 53/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 53/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 57/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 57/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 61/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 61/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 65/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 65/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 66/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 66/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 70/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 70/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 74/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 74/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 78/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 78/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 82/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 82/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 86/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 86/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 90/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 90/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 94/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 94/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 98/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 98/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 98/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 98/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 102/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 102/173 kB
Progress (5): 1.5/2.3 MB | 638 kB | 67 kB | 31 kB | 106/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 106/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 110/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 110/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 114/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 114/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 118/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 118/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 122/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 122/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 126/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 126/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 130/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 130/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 134/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 134/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 138/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 138/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 142/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 142/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 146/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 146/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 150/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 150/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 154/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 154/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 158/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 158/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 162/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 162/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 166/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 166/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 170/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 170/173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB    
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.6/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
Progress (5): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB | 173 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 353 kB/s)
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.7/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.8/2.3 MB | 638 kB | 67 kB | 31 kB
Progress (4): 1.9/2.3 MB | 638 kB | 67 kB | 31 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 133 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Progress (1): 1.9/2.3 MB
Progress (2): 1.9/2.3 MB | 4.1/136 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar
Progress (2): 1.9/2.3 MB | 7.7/136 kB
Progress (2): 1.9/2.3 MB | 7.7/136 kB
Progress (2): 1.9/2.3 MB | 12/136 kB 
Progress (2): 1.9/2.3 MB | 12/136 kB
Progress (2): 1.9/2.3 MB | 16/136 kB
Progress (2): 1.9/2.3 MB | 16/136 kB
Progress (2): 1.9/2.3 MB | 20/136 kB
Progress (2): 1.9/2.3 MB | 20/136 kB
Progress (2): 1.9/2.3 MB | 24/136 kB
Progress (2): 1.9/2.3 MB | 24/136 kB
Progress (2): 1.9/2.3 MB | 28/136 kB
Progress (2): 1.9/2.3 MB | 28/136 kB
Progress (2): 1.9/2.3 MB | 32/136 kB
Progress (2): 1.9/2.3 MB | 32/136 kB
Progress (2): 1.9/2.3 MB | 32/136 kB
Progress (2): 1.9/2.3 MB | 32/136 kB
Progress (2): 1.9/2.3 MB | 32/136 kB
Progress (3): 1.9/2.3 MB | 32/136 kB | 2.5 kB
Progress (3): 1.9/2.3 MB | 33/136 kB | 2.5 kB
Progress (3): 1.9/2.3 MB | 33/136 kB | 2.5 kB
Progress (3): 1.9/2.3 MB | 37/136 kB | 2.5 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 4.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Progress (2): 1.9/2.3 MB | 37/136 kB
Progress (3): 1.9/2.3 MB | 37/136 kB | 4.1/147 kB
Progress (4): 1.9/2.3 MB | 37/136 kB | 4.1/147 kB | 4.1/424 kB
Progress (4): 1.9/2.3 MB | 41/136 kB | 4.1/147 kB | 4.1/424 kB
Progress (4): 1.9/2.3 MB | 41/136 kB | 4.1/147 kB | 7.7/424 kB
Progress (4): 1.9/2.3 MB | 41/136 kB | 7.7/147 kB | 7.7/424 kB
Progress (4): 1.9/2.3 MB | 41/136 kB | 7.7/147 kB | 7.7/424 kB
Progress (4): 1.9/2.3 MB | 41/136 kB | 12/147 kB | 7.7/424 kB 
Progress (4): 1.9/2.3 MB | 41/136 kB | 12/147 kB | 12/424 kB 
Progress (4): 1.9/2.3 MB | 45/136 kB | 12/147 kB | 12/424 kB
Progress (4): 1.9/2.3 MB | 45/136 kB | 12/147 kB | 16/424 kB
Progress (4): 1.9/2.3 MB | 45/136 kB | 16/147 kB | 16/424 kB
Progress (4): 1.9/2.3 MB | 45/136 kB | 16/147 kB | 16/424 kB
Progress (4): 1.9/2.3 MB | 45/136 kB | 20/147 kB | 16/424 kB
Progress (4): 1.9/2.3 MB | 45/136 kB | 20/147 kB | 20/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 20/147 kB | 20/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 20/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 24/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 24/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 28/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 32/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 33/147 kB | 24/424 kB
Progress (4): 1.9/2.3 MB | 49/136 kB | 33/147 kB | 28/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 33/147 kB | 28/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 33/147 kB | 32/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 37/147 kB | 32/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 37/147 kB | 32/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 41/147 kB | 32/424 kB
Progress (4): 1.9/2.3 MB | 53/136 kB | 41/147 kB | 33/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 41/147 kB | 33/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 41/147 kB | 37/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 45/147 kB | 37/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 45/147 kB | 37/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 49/147 kB | 37/424 kB
Progress (4): 1.9/2.3 MB | 57/136 kB | 49/147 kB | 41/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 49/147 kB | 41/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 49/147 kB | 45/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 49/147 kB | 49/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 53/147 kB | 49/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 53/147 kB | 49/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 57/147 kB | 49/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 57/147 kB | 53/424 kB
Progress (4): 1.9/2.3 MB | 61/136 kB | 57/147 kB | 57/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 57/147 kB | 57/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 57/147 kB | 61/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 61/147 kB | 61/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 61/147 kB | 61/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 65/147 kB | 61/424 kB
Progress (4): 1.9/2.3 MB | 65/136 kB | 65/147 kB | 65/424 kB
Progress (4): 1.9/2.3 MB | 66/136 kB | 65/147 kB | 65/424 kB
Progress (4): 1.9/2.3 MB | 66/136 kB | 65/147 kB | 66/424 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 65/147 kB | 66/424 kB | 4.1/4.5 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 65/147 kB | 66/424 kB | 4.5 kB    
Progress (5): 1.9/2.3 MB | 66/136 kB | 66/147 kB | 66/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 66/147 kB | 66/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 70/147 kB | 66/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 70/147 kB | 70/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 66/136 kB | 70/147 kB | 74/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 70/147 kB | 74/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 70/147 kB | 78/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 74/147 kB | 78/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 74/147 kB | 78/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 78/147 kB | 78/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 70/136 kB | 78/147 kB | 82/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 78/147 kB | 82/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 78/147 kB | 86/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 82/147 kB | 86/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 82/147 kB | 86/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 86/147 kB | 86/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 74/136 kB | 86/147 kB | 90/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 86/147 kB | 90/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 86/147 kB | 94/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 90/147 kB | 94/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 90/147 kB | 94/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 94/147 kB | 94/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 78/136 kB | 94/147 kB | 98/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 82/136 kB | 94/147 kB | 98/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 82/136 kB | 94/147 kB | 102/424 kB | 4.5 kB
Progress (5): 1.9/2.3 MB | 82/136 kB | 98/147 kB | 102/424 kB | 4.5 kB
Progress (5): 2.0/2.3 MB | 82/136 kB | 98/147 kB | 102/424 kB | 4.5 kB
Progress (5): 2.0/2.3 MB | 82/136 kB | 102/147 kB | 102/424 kB | 4.5 kB
Progress (5): 2.0/2.3 MB | 82/136 kB | 102/147 kB | 106/424 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 7.7 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
Progress (4): 2.0/2.3 MB | 86/136 kB | 102/147 kB | 106/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 102/147 kB | 110/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 102/147 kB | 114/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 106/147 kB | 114/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 106/147 kB | 114/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 110/147 kB | 114/424 kB
Progress (4): 2.0/2.3 MB | 86/136 kB | 110/147 kB | 118/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 110/147 kB | 118/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 110/147 kB | 122/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 114/147 kB | 122/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 114/147 kB | 122/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 118/147 kB | 122/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 118/147 kB | 122/424 kB
Progress (4): 2.0/2.3 MB | 90/136 kB | 118/147 kB | 126/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 118/147 kB | 126/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 118/147 kB | 130/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 118/147 kB | 130/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 122/147 kB | 130/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 122/147 kB | 130/424 kB
Progress (4): 2.0/2.3 MB | 94/136 kB | 122/147 kB | 134/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 122/147 kB | 134/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 122/147 kB | 138/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 122/147 kB | 138/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 138/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 138/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 138/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 142/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 142/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 146/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 126/147 kB | 146/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 130/147 kB | 146/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 130/147 kB | 146/424 kB
Progress (4): 2.0/2.3 MB | 98/136 kB | 130/147 kB | 150/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 130/147 kB | 150/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 130/147 kB | 154/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 130/147 kB | 154/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 134/147 kB | 154/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 134/147 kB | 154/424 kB
Progress (4): 2.0/2.3 MB | 102/136 kB | 134/147 kB | 158/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 134/147 kB | 158/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 134/147 kB | 162/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 134/147 kB | 162/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 138/147 kB | 162/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 138/147 kB | 162/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 138/147 kB | 162/424 kB
Progress (4): 2.0/2.3 MB | 106/136 kB | 138/147 kB | 166/424 kB
Progress (4): 2.0/2.3 MB | 110/136 kB | 138/147 kB | 166/424 kB
Progress (4): 2.0/2.3 MB | 110/136 kB | 138/147 kB | 170/424 kB
Progress (4): 2.0/2.3 MB | 110/136 kB | 138/147 kB | 170/424 kB
Progress (5): 2.0/2.3 MB | 110/136 kB | 138/147 kB | 170/424 kB | 4.1/435 kB
Progress (5): 2.0/2.3 MB | 110/136 kB | 142/147 kB | 170/424 kB | 4.1/435 kB
Progress (5): 2.0/2.3 MB | 110/136 kB | 142/147 kB | 170/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 110/136 kB | 142/147 kB | 170/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 110/136 kB | 142/147 kB | 174/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 142/147 kB | 174/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 142/147 kB | 178/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 142/147 kB | 178/424 kB | 7.7/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 142/147 kB | 178/424 kB | 12/435 kB 
Progress (5): 2.0/2.3 MB | 114/136 kB | 146/147 kB | 178/424 kB | 12/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 146/147 kB | 178/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 146/147 kB | 178/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 114/136 kB | 146/147 kB | 182/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 146/147 kB | 182/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 146/147 kB | 186/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 146/147 kB | 186/424 kB | 16/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 146/147 kB | 186/424 kB | 20/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 147 kB | 186/424 kB | 20/435 kB    
Progress (5): 2.0/2.3 MB | 118/136 kB | 147 kB | 186/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 147 kB | 186/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 118/136 kB | 147 kB | 190/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 190/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 194/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 194/424 kB | 24/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 194/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 194/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 122/136 kB | 147 kB | 198/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 126/136 kB | 147 kB | 198/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 126/136 kB | 147 kB | 202/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 126/136 kB | 147 kB | 202/424 kB | 28/435 kB
Progress (5): 2.0/2.3 MB | 126/136 kB | 147 kB | 202/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 126/136 kB | 147 kB | 202/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 126/136 kB | 147 kB | 206/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 206/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 210/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 210/424 kB | 32/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 210/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 210/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 130/136 kB | 147 kB | 214/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 214/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 218/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 218/424 kB | 33/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 218/424 kB | 37/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 218/424 kB | 37/435 kB
Progress (5): 2.1/2.3 MB | 134/136 kB | 147 kB | 222/424 kB | 37/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 222/424 kB | 37/435 kB    
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 226/424 kB | 37/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 226/424 kB | 37/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 226/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 226/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 41/435 kB
Progress (5): 2.1/2.3 MB | 136 kB | 147 kB | 230/424 kB | 45/435 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 206 kB/s)
Progress (4): 2.1/2.3 MB | 147 kB | 234/424 kB | 45/435 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
Progress (4): 2.1/2.3 MB | 147 kB | 234/424 kB | 49/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 238/424 kB | 49/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 238/424 kB | 53/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 238/424 kB | 53/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 238/424 kB | 57/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 242/424 kB | 57/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 242/424 kB | 61/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 242/424 kB | 61/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 242/424 kB | 65/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 246/424 kB | 65/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 246/424 kB | 66/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 246/424 kB | 66/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 246/424 kB | 70/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 250/424 kB | 70/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 250/424 kB | 74/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 250/424 kB | 74/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 250/424 kB | 78/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 254/424 kB | 78/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 254/424 kB | 82/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 254/424 kB | 82/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 254/424 kB | 86/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 258/424 kB | 86/435 kB
Progress (4): 2.1/2.3 MB | 147 kB | 258/424 kB | 90/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 258/424 kB | 90/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 258/424 kB | 94/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 262/424 kB | 94/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 262/424 kB | 98/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 262/424 kB | 98/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 262/424 kB | 98/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 266/424 kB | 98/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 266/424 kB | 102/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 270/424 kB | 102/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 270/424 kB | 102/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 274/424 kB | 102/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 274/424 kB | 106/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 278/424 kB | 106/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 278/424 kB | 106/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 282/424 kB | 106/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 282/424 kB | 110/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 286/424 kB | 110/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 286/424 kB | 110/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 290/424 kB | 110/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 290/424 kB | 114/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 294/424 kB | 114/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 294/424 kB | 114/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 298/424 kB | 114/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 298/424 kB | 118/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 302/424 kB | 118/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 302/424 kB | 118/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 306/424 kB | 118/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 306/424 kB | 122/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 310/424 kB | 122/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 310/424 kB | 122/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 314/424 kB | 122/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 314/424 kB | 126/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 318/424 kB | 126/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 318/424 kB | 126/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 322/424 kB | 126/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 322/424 kB | 130/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 326/424 kB | 130/435 kB
Progress (4): 2.2/2.3 MB | 147 kB | 326/424 kB | 130/435 kB
Progress (5): 2.2/2.3 MB | 147 kB | 326/424 kB | 130/435 kB | 4.1/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 330/424 kB | 130/435 kB | 4.1/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 330/424 kB | 134/435 kB | 4.1/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 334/424 kB | 134/435 kB | 4.1/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 338/424 kB | 134/435 kB | 4.1/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 338/424 kB | 134/435 kB | 7.7/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 338/424 kB | 134/435 kB | 7.7/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 338/424 kB | 134/435 kB | 12/54 kB 
Progress (5): 2.2/2.3 MB | 147 kB | 342/424 kB | 134/435 kB | 12/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 346/424 kB | 134/435 kB | 12/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 346/424 kB | 138/435 kB | 12/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 350/424 kB | 138/435 kB | 12/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 354/424 kB | 138/435 kB | 12/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 354/424 kB | 138/435 kB | 16/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 354/424 kB | 138/435 kB | 16/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 354/424 kB | 138/435 kB | 20/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 358/424 kB | 138/435 kB | 20/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 358/424 kB | 142/435 kB | 20/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 358/424 kB | 146/435 kB | 20/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 362/424 kB | 146/435 kB | 20/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 362/424 kB | 146/435 kB | 24/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 362/424 kB | 146/435 kB | 24/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 362/424 kB | 146/435 kB | 28/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 366/424 kB | 146/435 kB | 28/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 366/424 kB | 150/435 kB | 28/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 370/424 kB | 150/435 kB | 28/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 370/424 kB | 150/435 kB | 32/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 370/424 kB | 150/435 kB | 32/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 370/424 kB | 150/435 kB | 33/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 374/424 kB | 150/435 kB | 33/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 374/424 kB | 154/435 kB | 33/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 378/424 kB | 154/435 kB | 33/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 378/424 kB | 154/435 kB | 37/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 378/424 kB | 154/435 kB | 37/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 378/424 kB | 154/435 kB | 41/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 382/424 kB | 154/435 kB | 41/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 382/424 kB | 158/435 kB | 41/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 386/424 kB | 158/435 kB | 41/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 386/424 kB | 158/435 kB | 45/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 386/424 kB | 158/435 kB | 45/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 386/424 kB | 158/435 kB | 49/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 390/424 kB | 158/435 kB | 49/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 390/424 kB | 162/435 kB | 49/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 394/424 kB | 162/435 kB | 49/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 394/424 kB | 162/435 kB | 53/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 394/424 kB | 162/435 kB | 53/54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 394/424 kB | 162/435 kB | 54 kB   
Progress (5): 2.2/2.3 MB | 147 kB | 398/424 kB | 162/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 398/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 402/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 406/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 410/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 414/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 414/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 418/424 kB | 166/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 418/424 kB | 170/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 422/424 kB | 170/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 422/424 kB | 170/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 170/435 kB | 54 kB    
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 174/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 174/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 178/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 178/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 182/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 182/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 186/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 186/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 190/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 190/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 194/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 194/435 kB | 54 kB
Progress (5): 2.2/2.3 MB | 147 kB | 424 kB | 198/435 kB | 54 kB
Progress (5): 2.3/2.3 MB | 147 kB | 424 kB | 198/435 kB | 54 kB
Progress (5): 2.3/2.3 MB | 147 kB | 424 kB | 202/435 kB | 54 kB
Progress (5): 2.3/2.3 MB | 147 kB | 424 kB | 202/435 kB | 54 kB
Progress (5): 2.3/2.3 MB | 147 kB | 424 kB | 206/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 206/435 kB | 54 kB    
Progress (5): 2.3 MB | 147 kB | 424 kB | 210/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 214/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 218/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 222/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 226/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 230/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 234/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 238/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 242/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 246/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 250/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 254/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 258/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 262/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 266/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 270/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 274/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 278/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 282/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 286/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 290/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 294/435 kB | 54 kB
Progress (5): 2.3 MB | 147 kB | 424 kB | 298/435 kB | 54 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 603 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
Progress (4): 2.3 MB | 147 kB | 302/435 kB | 54 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 209 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 3.2 MB/s)
Progress (2): 306/435 kB | 54 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
Progress (2): 310/435 kB | 54 kB
Progress (2): 314/435 kB | 54 kB
Progress (2): 318/435 kB | 54 kB
Progress (2): 322/435 kB | 54 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 71 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar
Progress (2): 322/435 kB | 4.1/12 kB
Progress (3): 322/435 kB | 4.1/12 kB | 4.1/53 kB
Progress (4): 322/435 kB | 4.1/12 kB | 4.1/53 kB | 4.1/263 kB
Progress (4): 326/435 kB | 4.1/12 kB | 4.1/53 kB | 4.1/263 kB
Progress (4): 326/435 kB | 4.1/12 kB | 4.1/53 kB | 7.7/263 kB
Progress (4): 326/435 kB | 4.1/12 kB | 7.7/53 kB | 7.7/263 kB
Progress (4): 326/435 kB | 7.7/12 kB | 7.7/53 kB | 7.7/263 kB
Progress (4): 326/435 kB | 7.7/12 kB | 12/53 kB | 7.7/263 kB 
Progress (4): 326/435 kB | 7.7/12 kB | 12/53 kB | 12/263 kB 
Progress (4): 330/435 kB | 7.7/12 kB | 12/53 kB | 12/263 kB
Progress (4): 330/435 kB | 7.7/12 kB | 12/53 kB | 16/263 kB
Progress (4): 330/435 kB | 7.7/12 kB | 16/53 kB | 16/263 kB
Progress (4): 330/435 kB | 12/12 kB | 16/53 kB | 16/263 kB 
Progress (4): 330/435 kB | 12/12 kB | 20/53 kB | 16/263 kB
Progress (4): 330/435 kB | 12/12 kB | 20/53 kB | 20/263 kB
Progress (4): 334/435 kB | 12/12 kB | 20/53 kB | 20/263 kB
Progress (4): 334/435 kB | 12/12 kB | 20/53 kB | 24/263 kB
Progress (4): 334/435 kB | 12/12 kB | 24/53 kB | 24/263 kB
Progress (4): 334/435 kB | 12 kB | 24/53 kB | 24/263 kB   
Progress (4): 334/435 kB | 12 kB | 28/53 kB | 24/263 kB
Progress (4): 334/435 kB | 12 kB | 28/53 kB | 28/263 kB
Progress (4): 338/435 kB | 12 kB | 28/53 kB | 28/263 kB
Progress (4): 338/435 kB | 12 kB | 28/53 kB | 32/263 kB
Progress (4): 338/435 kB | 12 kB | 32/53 kB | 32/263 kB
Progress (4): 338/435 kB | 12 kB | 32/53 kB | 33/263 kB
Progress (4): 338/435 kB | 12 kB | 36/53 kB | 33/263 kB
Progress (4): 342/435 kB | 12 kB | 36/53 kB | 33/263 kB
Progress (4): 342/435 kB | 12 kB | 40/53 kB | 33/263 kB
Progress (4): 342/435 kB | 12 kB | 40/53 kB | 37/263 kB
Progress (4): 342/435 kB | 12 kB | 44/53 kB | 37/263 kB
Progress (4): 346/435 kB | 12 kB | 44/53 kB | 37/263 kB
Progress (4): 346/435 kB | 12 kB | 48/53 kB | 37/263 kB
Progress (4): 346/435 kB | 12 kB | 48/53 kB | 41/263 kB
Progress (4): 346/435 kB | 12 kB | 52/53 kB | 41/263 kB
Progress (4): 350/435 kB | 12 kB | 52/53 kB | 41/263 kB
Progress (4): 350/435 kB | 12 kB | 53 kB | 41/263 kB   
Progress (4): 350/435 kB | 12 kB | 53 kB | 45/263 kB
Progress (4): 354/435 kB | 12 kB | 53 kB | 45/263 kB
Progress (4): 354/435 kB | 12 kB | 53 kB | 49/263 kB
Progress (4): 358/435 kB | 12 kB | 53 kB | 49/263 kB
Progress (4): 358/435 kB | 12 kB | 53 kB | 53/263 kB
Progress (4): 362/435 kB | 12 kB | 53 kB | 53/263 kB
Progress (4): 362/435 kB | 12 kB | 53 kB | 57/263 kB
Progress (4): 366/435 kB | 12 kB | 53 kB | 57/263 kB
Progress (4): 366/435 kB | 12 kB | 53 kB | 61/263 kB
Progress (4): 370/435 kB | 12 kB | 53 kB | 61/263 kB
Progress (4): 370/435 kB | 12 kB | 53 kB | 65/263 kB
Progress (4): 374/435 kB | 12 kB | 53 kB | 65/263 kB
Progress (4): 374/435 kB | 12 kB | 53 kB | 66/263 kB
Progress (5): 374/435 kB | 12 kB | 53 kB | 66/263 kB | 4.1/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 66/263 kB | 4.1/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 66/263 kB | 7.7/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 70/263 kB | 7.7/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 74/263 kB | 7.7/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 78/263 kB | 7.7/12 kB
Progress (5): 378/435 kB | 12 kB | 53 kB | 78/263 kB | 12 kB    
Progress (5): 382/435 kB | 12 kB | 53 kB | 78/263 kB | 12 kB
Progress (5): 382/435 kB | 12 kB | 53 kB | 82/263 kB | 12 kB
Progress (5): 386/435 kB | 12 kB | 53 kB | 82/263 kB | 12 kB
Progress (5): 386/435 kB | 12 kB | 53 kB | 86/263 kB | 12 kB
Progress (5): 390/435 kB | 12 kB | 53 kB | 86/263 kB | 12 kB
Progress (5): 390/435 kB | 12 kB | 53 kB | 90/263 kB | 12 kB
Progress (5): 394/435 kB | 12 kB | 53 kB | 90/263 kB | 12 kB
Progress (5): 394/435 kB | 12 kB | 53 kB | 94/263 kB | 12 kB
Progress (5): 398/435 kB | 12 kB | 53 kB | 94/263 kB | 12 kB
Progress (5): 398/435 kB | 12 kB | 53 kB | 98/263 kB | 12 kB
Progress (5): 402/435 kB | 12 kB | 53 kB | 98/263 kB | 12 kB
Progress (5): 402/435 kB | 12 kB | 53 kB | 98/263 kB | 12 kB
Progress (5): 406/435 kB | 12 kB | 53 kB | 98/263 kB | 12 kB
Progress (5): 406/435 kB | 12 kB | 53 kB | 102/263 kB | 12 kB
Progress (5): 410/435 kB | 12 kB | 53 kB | 102/263 kB | 12 kB
Progress (5): 410/435 kB | 12 kB | 53 kB | 106/263 kB | 12 kB
Progress (5): 414/435 kB | 12 kB | 53 kB | 106/263 kB | 12 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 68 kB/s)
Progress (4): 418/435 kB | 12 kB | 106/263 kB | 12 kB
Progress (4): 418/435 kB | 12 kB | 110/263 kB | 12 kB
Progress (4): 422/435 kB | 12 kB | 110/263 kB | 12 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar
Progress (4): 426/435 kB | 12 kB | 110/263 kB | 12 kB
Progress (4): 426/435 kB | 12 kB | 114/263 kB | 12 kB
Progress (4): 430/435 kB | 12 kB | 114/263 kB | 12 kB
Progress (4): 430/435 kB | 12 kB | 118/263 kB | 12 kB
Progress (4): 430/435 kB | 12 kB | 122/263 kB | 12 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 15 kB/s)
Progress (3): 430/435 kB | 126/263 kB | 12 kB
Progress (3): 430/435 kB | 130/263 kB | 12 kB
Progress (3): 434/435 kB | 130/263 kB | 12 kB
Progress (3): 434/435 kB | 131/263 kB | 12 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar
Progress (3): 434/435 kB | 135/263 kB | 12 kB
Progress (3): 435 kB | 135/263 kB | 12 kB    
Progress (3): 435 kB | 139/263 kB | 12 kB
Progress (3): 435 kB | 143/263 kB | 12 kB
Progress (3): 435 kB | 147/263 kB | 12 kB
Progress (3): 435 kB | 151/263 kB | 12 kB
Progress (3): 435 kB | 155/263 kB | 12 kB
Progress (3): 435 kB | 159/263 kB | 12 kB
Progress (3): 435 kB | 163/263 kB | 12 kB
Progress (3): 435 kB | 164/263 kB | 12 kB
Progress (3): 435 kB | 168/263 kB | 12 kB
Progress (3): 435 kB | 172/263 kB | 12 kB
Progress (3): 435 kB | 176/263 kB | 12 kB
Progress (3): 435 kB | 180/263 kB | 12 kB
Progress (3): 435 kB | 184/263 kB | 12 kB
Progress (3): 435 kB | 188/263 kB | 12 kB
Progress (3): 435 kB | 192/263 kB | 12 kB
Progress (3): 435 kB | 196/263 kB | 12 kB
Progress (3): 435 kB | 200/263 kB | 12 kB
Progress (3): 435 kB | 204/263 kB | 12 kB
Progress (3): 435 kB | 208/263 kB | 12 kB
Progress (3): 435 kB | 212/263 kB | 12 kB
Progress (3): 435 kB | 216/263 kB | 12 kB
Progress (3): 435 kB | 220/263 kB | 12 kB
Progress (3): 435 kB | 224/263 kB | 12 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 15 kB/s)
Progress (2): 435 kB | 228/263 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc_2.12/1.3.1/zinc_2.12-1.3.1.jar
Progress (2): 435 kB | 232/263 kB
Progress (2): 435 kB | 236/263 kB
Progress (2): 435 kB | 240/263 kB
Progress (2): 435 kB | 244/263 kB
Progress (2): 435 kB | 248/263 kB
Progress (2): 435 kB | 252/263 kB
Progress (2): 435 kB | 256/263 kB
Progress (2): 435 kB | 260/263 kB
Progress (3): 435 kB | 260/263 kB | 4.1/33 kB
Progress (3): 435 kB | 263 kB | 4.1/33 kB    
Progress (3): 435 kB | 263 kB | 7.7/33 kB
Progress (3): 435 kB | 263 kB | 12/33 kB 
Progress (4): 435 kB | 263 kB | 12/33 kB | 4.1/164 kB
Progress (4): 435 kB | 263 kB | 16/33 kB | 4.1/164 kB
Progress (4): 435 kB | 263 kB | 16/33 kB | 7.7/164 kB
Progress (4): 435 kB | 263 kB | 20/33 kB | 7.7/164 kB
Progress (4): 435 kB | 263 kB | 20/33 kB | 12/164 kB 
Progress (4): 435 kB | 263 kB | 24/33 kB | 12/164 kB
Progress (4): 435 kB | 263 kB | 24/33 kB | 16/164 kB
Progress (4): 435 kB | 263 kB | 28/33 kB | 16/164 kB
Progress (4): 435 kB | 263 kB | 28/33 kB | 20/164 kB
Progress (4): 435 kB | 263 kB | 32/33 kB | 20/164 kB
Progress (4): 435 kB | 263 kB | 32/33 kB | 24/164 kB
Progress (4): 435 kB | 263 kB | 33/33 kB | 24/164 kB
Progress (4): 435 kB | 263 kB | 33/33 kB | 28/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 28/164 kB   
Progress (4): 435 kB | 263 kB | 33 kB | 32/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 33/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 37/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 41/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 45/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 49/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 53/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 57/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 61/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 65/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 66/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 70/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 74/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 78/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 82/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 86/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 90/164 kB
Progress (4): 435 kB | 263 kB | 33 kB | 94/164 kB
Progress (5): 435 kB | 263 kB | 33 kB | 94/164 kB | 4.1/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 98/164 kB | 4.1/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 98/164 kB | 7.7/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 98/164 kB | 7.7/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 98/164 kB | 12/65 kB 
Progress (5): 435 kB | 263 kB | 33 kB | 102/164 kB | 12/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 102/164 kB | 16/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 106/164 kB | 16/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 110/164 kB | 16/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 110/164 kB | 20/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 114/164 kB | 20/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 114/164 kB | 24/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 118/164 kB | 24/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 122/164 kB | 24/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 122/164 kB | 28/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 126/164 kB | 28/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 126/164 kB | 32/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 130/164 kB | 32/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 130/164 kB | 33/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 131/164 kB | 33/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 131/164 kB | 37/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 135/164 kB | 37/65 kB
Progress (5): 435 kB | 263 kB | 33 kB | 135/164 kB | 41/65 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 540 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 327 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.jar
Progress (3): 33 kB | 135/164 kB | 45/65 kB
Progress (3): 33 kB | 139/164 kB | 45/65 kB
Progress (3): 33 kB | 139/164 kB | 49/65 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-core_2.12/1.3.1/zinc-core_2.12-1.3.1.jar
Progress (3): 33 kB | 139/164 kB | 53/65 kB
Progress (3): 33 kB | 143/164 kB | 53/65 kB
Progress (3): 33 kB | 143/164 kB | 57/65 kB
Progress (3): 33 kB | 147/164 kB | 57/65 kB
Progress (3): 33 kB | 147/164 kB | 61/65 kB
Progress (3): 33 kB | 151/164 kB | 61/65 kB
Progress (3): 33 kB | 151/164 kB | 65 kB   
Progress (3): 33 kB | 155/164 kB | 65 kB
Progress (3): 33 kB | 159/164 kB | 65 kB
Progress (3): 33 kB | 163/164 kB | 65 kB
Progress (3): 33 kB | 164/164 kB | 65 kB
Progress (4): 33 kB | 164/164 kB | 65 kB | 0/5.3 MB
Progress (4): 33 kB | 164 kB | 65 kB | 0/5.3 MB    
Progress (4): 33 kB | 164 kB | 65 kB | 0/5.3 MB
Progress (4): 33 kB | 164 kB | 65 kB | 0/5.3 MB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 38 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-apiinfo_2.12/1.3.1/zinc-apiinfo_2.12-1.3.1.jar
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.1/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.2/5.3 MB
Progress (3): 164 kB | 65 kB | 0.3/5.3 MB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 4.1/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 4.1/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 7.7/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 7.7/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 12/556 kB 
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 12/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 16/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 16/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 20/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 20/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 24/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 24/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 28/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 28/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 32/556 kB
Progress (4): 164 kB | 65 kB | 0.3/5.3 MB | 32/556 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 32/556 kB | 4.1/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 32/556 kB | 4.1/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 33/556 kB | 4.1/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 33/556 kB | 4.1/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 33/556 kB | 7.7/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 33/556 kB | 7.7/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 37/556 kB | 7.7/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 37/556 kB | 7.7/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 37/556 kB | 12/153 kB 
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 37/556 kB | 12/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 41/556 kB | 12/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 41/556 kB | 12/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 41/556 kB | 16/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 41/556 kB | 16/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 45/556 kB | 16/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 45/556 kB | 16/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 45/556 kB | 16/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 45/556 kB | 20/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 45/556 kB | 20/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 49/556 kB | 20/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 49/556 kB | 20/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 49/556 kB | 24/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 49/556 kB | 24/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 53/556 kB | 24/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 53/556 kB | 24/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 53/556 kB | 28/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 53/556 kB | 28/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 57/556 kB | 28/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 57/556 kB | 28/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 57/556 kB | 32/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 57/556 kB | 32/153 kB
Progress (5): 164 kB | 65 kB | 0.3/5.3 MB | 61/556 kB | 32/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 61/556 kB | 32/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 61/556 kB | 33/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 61/556 kB | 33/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 65/556 kB | 33/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 65/556 kB | 33/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 65/556 kB | 33/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 65/556 kB | 37/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 65/556 kB | 37/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 66/556 kB | 37/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 66/556 kB | 37/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 66/556 kB | 41/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 66/556 kB | 41/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 70/556 kB | 41/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 70/556 kB | 41/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 70/556 kB | 45/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 70/556 kB | 45/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 74/556 kB | 45/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 74/556 kB | 45/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 74/556 kB | 49/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 74/556 kB | 49/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 78/556 kB | 49/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 78/556 kB | 49/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 78/556 kB | 53/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 78/556 kB | 53/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 82/556 kB | 53/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 82/556 kB | 53/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 82/556 kB | 57/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 82/556 kB | 57/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 86/556 kB | 57/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 86/556 kB | 57/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 86/556 kB | 61/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 86/556 kB | 61/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 90/556 kB | 61/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 90/556 kB | 61/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 90/556 kB | 65/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 90/556 kB | 65/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 90/556 kB | 65/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 94/556 kB | 65/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 94/556 kB | 65/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 94/556 kB | 66/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 94/556 kB | 66/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 66/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 66/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 70/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 70/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 70/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 98/556 kB | 70/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 102/556 kB | 70/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 102/556 kB | 74/153 kB
Progress (5): 164 kB | 65 kB | 0.4/5.3 MB | 106/556 kB | 74/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 106/556 kB | 74/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 110/556 kB | 74/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 110/556 kB | 78/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 114/556 kB | 78/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 114/556 kB | 78/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 118/556 kB | 78/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 118/556 kB | 82/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 122/556 kB | 82/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 122/556 kB | 82/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 126/556 kB | 82/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 126/556 kB | 86/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 130/556 kB | 86/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 130/556 kB | 86/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 86/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 90/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 90/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 94/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 94/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 98/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 98/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 98/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 131/556 kB | 102/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 135/556 kB | 102/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 135/556 kB | 106/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 135/556 kB | 106/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 135/556 kB | 110/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 139/556 kB | 110/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 139/556 kB | 114/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 139/556 kB | 114/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 139/556 kB | 118/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 139/556 kB | 122/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 143/556 kB | 122/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 143/556 kB | 126/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 143/556 kB | 130/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 143/556 kB | 130/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 143/556 kB | 134/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 147/556 kB | 134/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 147/556 kB | 138/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 147/556 kB | 138/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 147/556 kB | 142/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 151/556 kB | 142/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 151/556 kB | 146/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 151/556 kB | 146/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 151/556 kB | 150/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 155/556 kB | 150/153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 155/556 kB | 153 kB    
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 155/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 159/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 159/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 163/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 163/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 167/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 167/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 171/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 171/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 175/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 175/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 179/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 179/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 183/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 183/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 187/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 187/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 191/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 191/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 195/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 195/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 199/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 199/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 203/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 203/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.5/5.3 MB | 207/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 207/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 211/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 211/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 215/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 215/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 219/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 219/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 223/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 223/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 227/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 227/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 231/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 231/556 kB | 153 kB
Progress (5): 164 kB | 65 kB | 0.6/5.3 MB | 235/556 kB | 153 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-apiinfo_2.12/1.3.1/zinc-apiinfo_2.12-1.3.1.jar (153 kB at 157 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1.jar
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 235/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 239/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 239/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 243/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 243/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 247/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 247/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 251/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 251/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 255/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 255/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 259/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 259/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 263/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 263/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 267/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 267/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 271/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 271/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 275/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 275/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 279/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 279/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 283/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 283/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 287/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 287/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 291/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 291/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 295/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 295/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 299/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 299/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 303/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 303/556 kB
Progress (4): 164 kB | 65 kB | 0.6/5.3 MB | 307/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 307/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 311/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 311/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 315/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 315/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 319/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 319/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 323/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 323/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 327/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 327/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 331/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 331/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 335/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 335/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 339/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 339/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 343/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 343/556 kB
Progress (4): 164 kB | 65 kB | 0.7/5.3 MB | 347/556 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 347/556 kB | 4.1/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 347/556 kB | 4.1/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 347/556 kB | 7.7/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 351/556 kB | 7.7/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 351/556 kB | 7.7/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 355/556 kB | 7.7/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 355/556 kB | 12/227 kB 
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 359/556 kB | 12/227 kB
Progress (5): 164 kB | 65 kB | 0.7/5.3 MB | 359/556 kB | 12/227 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc_2.12/1.3.1/zinc_2.12-1.3.1.jar (65 kB at 66 kB/s)
Progress (4): 164 kB | 0.7/5.3 MB | 359/556 kB | 12/227 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 166 kB/s)
Progress (3): 0.7/5.3 MB | 363/556 kB | 12/227 kB
Progress (3): 0.7/5.3 MB | 363/556 kB | 16/227 kB
Progress (3): 0.7/5.3 MB | 367/556 kB | 16/227 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.8/scala-compiler-2.12.8.jar
Progress (3): 0.7/5.3 MB | 367/556 kB | 16/227 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classpath_2.12/1.3.1/zinc-classpath_2.12-1.3.1.jar
Progress (3): 0.7/5.3 MB | 367/556 kB | 16/227 kB
Progress (3): 0.7/5.3 MB | 371/556 kB | 16/227 kB
Progress (3): 0.7/5.3 MB | 371/556 kB | 20/227 kB
Progress (3): 0.7/5.3 MB | 375/556 kB | 20/227 kB
Progress (3): 0.7/5.3 MB | 375/556 kB | 20/227 kB
Progress (3): 0.7/5.3 MB | 379/556 kB | 20/227 kB
Progress (3): 0.7/5.3 MB | 379/556 kB | 24/227 kB
Progress (3): 0.7/5.3 MB | 383/556 kB | 24/227 kB
Progress (3): 0.7/5.3 MB | 383/556 kB | 24/227 kB
Progress (3): 0.7/5.3 MB | 387/556 kB | 24/227 kB
Progress (3): 0.7/5.3 MB | 387/556 kB | 28/227 kB
Progress (3): 0.7/5.3 MB | 391/556 kB | 28/227 kB
Progress (3): 0.7/5.3 MB | 391/556 kB | 28/227 kB
Progress (3): 0.7/5.3 MB | 395/556 kB | 28/227 kB
Progress (3): 0.7/5.3 MB | 395/556 kB | 32/227 kB
Progress (3): 0.7/5.3 MB | 399/556 kB | 32/227 kB
Progress (3): 0.7/5.3 MB | 399/556 kB | 32/227 kB
Progress (3): 0.7/5.3 MB | 403/556 kB | 32/227 kB
Progress (3): 0.7/5.3 MB | 403/556 kB | 33/227 kB
Progress (3): 0.7/5.3 MB | 407/556 kB | 33/227 kB
Progress (3): 0.7/5.3 MB | 407/556 kB | 33/227 kB
Progress (3): 0.7/5.3 MB | 411/556 kB | 33/227 kB
Progress (3): 0.7/5.3 MB | 411/556 kB | 33/227 kB
Progress (3): 0.7/5.3 MB | 411/556 kB | 37/227 kB
Progress (3): 0.7/5.3 MB | 411/556 kB | 37/227 kB
Progress (3): 0.7/5.3 MB | 415/556 kB | 37/227 kB
Progress (3): 0.7/5.3 MB | 415/556 kB | 37/227 kB
Progress (3): 0.7/5.3 MB | 415/556 kB | 41/227 kB
Progress (3): 0.7/5.3 MB | 415/556 kB | 41/227 kB
Progress (3): 0.7/5.3 MB | 419/556 kB | 41/227 kB
Progress (3): 0.8/5.3 MB | 419/556 kB | 41/227 kB
Progress (3): 0.8/5.3 MB | 423/556 kB | 41/227 kB
Progress (3): 0.8/5.3 MB | 423/556 kB | 45/227 kB
Progress (3): 0.8/5.3 MB | 427/556 kB | 45/227 kB
Progress (3): 0.8/5.3 MB | 427/556 kB | 45/227 kB
Progress (3): 0.8/5.3 MB | 427/556 kB | 49/227 kB
Progress (3): 0.8/5.3 MB | 427/556 kB | 49/227 kB
Progress (3): 0.8/5.3 MB | 427/556 kB | 53/227 kB
Progress (3): 0.8/5.3 MB | 431/556 kB | 53/227 kB
Progress (3): 0.8/5.3 MB | 431/556 kB | 57/227 kB
Progress (3): 0.8/5.3 MB | 431/556 kB | 57/227 kB
Progress (3): 0.8/5.3 MB | 431/556 kB | 61/227 kB
Progress (3): 0.8/5.3 MB | 435/556 kB | 61/227 kB
Progress (3): 0.8/5.3 MB | 435/556 kB | 65/227 kB
Progress (3): 0.8/5.3 MB | 439/556 kB | 65/227 kB
Progress (3): 0.8/5.3 MB | 439/556 kB | 65/227 kB
Progress (3): 0.8/5.3 MB | 443/556 kB | 65/227 kB
Progress (3): 0.8/5.3 MB | 443/556 kB | 66/227 kB
Progress (3): 0.8/5.3 MB | 447/556 kB | 66/227 kB
Progress (3): 0.8/5.3 MB | 447/556 kB | 66/227 kB
Progress (3): 0.8/5.3 MB | 451/556 kB | 66/227 kB
Progress (3): 0.8/5.3 MB | 451/556 kB | 66/227 kB
Progress (3): 0.8/5.3 MB | 451/556 kB | 70/227 kB
Progress (3): 0.8/5.3 MB | 451/556 kB | 70/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 70/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 70/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 74/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 74/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 78/227 kB
Progress (3): 0.8/5.3 MB | 455/556 kB | 78/227 kB
Progress (4): 0.8/5.3 MB | 455/556 kB | 78/227 kB | 4.1/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 78/227 kB | 4.1/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 78/227 kB | 7.7/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 78/227 kB | 7.7/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 82/227 kB | 7.7/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 82/227 kB | 7.7/78 kB
Progress (4): 0.8/5.3 MB | 459/556 kB | 82/227 kB | 12/78 kB 
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 12/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 16/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 20/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 24/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 28/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 82/227 kB | 28/78 kB
Progress (4): 0.8/5.3 MB | 463/556 kB | 86/227 kB | 28/78 kB
Progress (5): 0.8/5.3 MB | 463/556 kB | 86/227 kB | 28/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 463/556 kB | 90/227 kB | 28/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 463/556 kB | 90/227 kB | 28/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 463/556 kB | 90/227 kB | 28/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 463/556 kB | 90/227 kB | 32/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 90/227 kB | 32/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 90/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 90/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 94/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 94/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 98/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 98/227 kB | 33/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 467/556 kB | 98/227 kB | 37/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 98/227 kB | 37/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 98/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 98/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 98/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 98/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 102/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 102/227 kB | 41/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 102/227 kB | 45/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 471/556 kB | 102/227 kB | 49/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 102/227 kB | 49/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 102/227 kB | 53/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 102/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 102/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 106/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 106/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 110/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 110/227 kB | 57/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 475/556 kB | 110/227 kB | 61/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 110/227 kB | 61/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 110/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 110/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 114/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 114/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 118/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 118/227 kB | 65/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 479/556 kB | 118/227 kB | 69/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 118/227 kB | 69/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 118/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 118/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 122/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 122/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.8/5.3 MB | 483/556 kB | 126/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 483/556 kB | 126/227 kB | 73/78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 483/556 kB | 126/227 kB | 77/78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 126/227 kB | 77/78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 126/227 kB | 78 kB | 0/11 MB   
Progress (5): 0.9/5.3 MB | 487/556 kB | 126/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 130/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 130/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 131/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 487/556 kB | 131/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 131/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 131/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 135/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 135/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 139/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 491/556 kB | 139/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 139/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 139/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 143/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 143/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 147/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 495/556 kB | 147/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 147/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 147/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 147/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 151/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 151/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 155/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 155/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 499/556 kB | 155/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 155/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 155/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 159/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 159/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 163/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 503/556 kB | 163/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 163/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 163/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 164/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 164/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 168/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 507/556 kB | 168/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 511/556 kB | 168/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 511/556 kB | 168/227 kB | 78 kB | 0/11 MB
Progress (5): 0.9/5.3 MB | 511/556 kB | 172/227 kB | 78 kB | 0/11 MB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classpath_2.12/1.3.1/zinc-classpath_2.12-1.3.1.jar (78 kB at 72 kB/s)
Progress (4): 0.9/5.3 MB | 511/556 kB | 172/227 kB | 0/11 MB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-interface/1.3.1/compiler-interface-1.3.1.jar
Progress (4): 0.9/5.3 MB | 511/556 kB | 176/227 kB | 0/11 MB
Progress (4): 0.9/5.3 MB | 511/556 kB | 176/227 kB | 0/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 176/227 kB | 0/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 176/227 kB | 0/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 180/227 kB | 0/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 180/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 184/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 515/556 kB | 184/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 184/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 184/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 188/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 188/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 192/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 519/556 kB | 192/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 192/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 192/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 196/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 196/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 200/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 523/556 kB | 200/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 200/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 200/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 204/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 204/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 208/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 527/556 kB | 208/227 kB | 0.1/11 MB
Progress (4): 0.9/5.3 MB | 531/556 kB | 208/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 531/556 kB | 208/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 531/556 kB | 212/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 531/556 kB | 212/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 531/556 kB | 216/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 531/556 kB | 216/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 216/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 216/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 220/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 220/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 224/227 kB | 0.1/11 MB
Progress (4): 1.0/5.3 MB | 535/556 kB | 224/227 kB | 0.1/11 MB
Progress (5): 1.0/5.3 MB | 535/556 kB | 224/227 kB | 0.1/11 MB | 4.1/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 224/227 kB | 0.1/11 MB | 4.1/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 224/227 kB | 0.1/11 MB | 7.7/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 224/227 kB | 0.1/11 MB | 7.7/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 227 kB | 0.1/11 MB | 7.7/92 kB    
Progress (5): 1.0/5.3 MB | 539/556 kB | 227 kB | 0.1/11 MB | 7.7/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 227 kB | 0.1/11 MB | 7.7/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 227 kB | 0.1/11 MB | 7.7/92 kB
Progress (5): 1.0/5.3 MB | 539/556 kB | 227 kB | 0.1/11 MB | 12/92 kB 
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 12/92 kB
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 16/92 kB
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 16/92 kB
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 16/92 kB
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 16/92 kB
Progress (5): 1.0/5.3 MB | 543/556 kB | 227 kB | 0.1/11 MB | 20/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 20/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 24/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 24/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 24/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 24/92 kB
Progress (5): 1.0/5.3 MB | 547/556 kB | 227 kB | 0.1/11 MB | 28/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 28/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 32/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 32/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 32/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 32/92 kB
Progress (5): 1.0/5.3 MB | 551/556 kB | 227 kB | 0.1/11 MB | 33/92 kB
Progress (5): 1.0/5.3 MB | 555/556 kB | 227 kB | 0.1/11 MB | 33/92 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1.jar (227 kB at 194 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar
Progress (4): 1.0/5.3 MB | 555/556 kB | 0.1/11 MB | 37/92 kB
Progress (4): 1.0/5.3 MB | 555/556 kB | 0.1/11 MB | 37/92 kB
Progress (4): 1.0/5.3 MB | 555/556 kB | 0.1/11 MB | 37/92 kB
Progress (4): 1.0/5.3 MB | 555/556 kB | 0.1/11 MB | 37/92 kB
Progress (4): 1.0/5.3 MB | 555/556 kB | 0.1/11 MB | 41/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 41/92 kB    
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 45/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 45/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 45/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 45/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 49/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 49/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 53/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 53/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 57/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 57/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 57/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 57/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 61/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 65/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 65/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 65/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 65/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 69/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 69/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 69/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 69/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 73/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 73/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 73/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 73/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 77/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 77/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 77/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 77/92 kB
Progress (4): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 81/92 kB
Progress (5): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 81/92 kB | 2.6 kB
Progress (5): 1.0/5.3 MB | 556 kB | 0.1/11 MB | 81/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.1/11 MB | 81/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 81/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 81/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 85/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 85/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 85/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 85/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 89/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 89/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 89/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 89/92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB   
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
Progress (5): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB | 2.6 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar (2.6 kB at 2.2 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0.jar
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.2/11 MB | 92 kB
Progress (4): 1.1/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 556 kB | 0.3/11 MB | 92 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-core_2.12/1.3.1/zinc-core_2.12-1.3.1.jar (556 kB at 463 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/lenses/lenses_2.12/0.4.12/lenses_2.12-0.4.12.jar
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 92 kB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 92 kB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 92 kB
Progress (4): 1.2/5.3 MB | 0.3/11 MB | 92 kB | 0/1.8 MB
Progress (4): 1.2/5.3 MB | 0.3/11 MB | 92 kB | 0/1.8 MB
Progress (4): 1.2/5.3 MB | 0.3/11 MB | 92 kB | 0/1.8 MB
Progress (4): 1.2/5.3 MB | 0.3/11 MB | 92 kB | 0/1.8 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-interface/1.3.1/compiler-interface-1.3.1.jar (92 kB at 73 kB/s)
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse_2.12/0.4.2/fastparse_2.12-0.4.2.jar
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.2/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.3/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (3): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 4.1/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 4.1/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 4.1/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 4.1/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 7.7/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 7.7/34 kB
Progress (4): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB 
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB | 4.1/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB | 4.1/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB | 4.1/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB | 4.1/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 12/34 kB | 7.7/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 16/34 kB | 7.7/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 16/34 kB | 7.7/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 7.7/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 12/307 kB 
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 16/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 16/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 16/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 16/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 20/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 20/34 kB | 24/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 24/34 kB | 24/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 24/34 kB | 24/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 24/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 28/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 32/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 32/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 32/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 32/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 28/34 kB | 33/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 32/34 kB | 33/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 32/34 kB | 33/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 33/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 37/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 41/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 41/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 41/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 41/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 33/34 kB | 45/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 34 kB | 45/307 kB   
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 34 kB | 45/307 kB
Progress (5): 1.3/5.3 MB | 0.4/11 MB | 0.1/1.8 MB | 34 kB | 49/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 49/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 49/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 49/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 53/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 53/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 57/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 57/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 57/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 57/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 61/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 61/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 65/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 66/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 66/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 66/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 66/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 70/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 70/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 74/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 74/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 74/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 74/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 78/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 78/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 82/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 82/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 82/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 82/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 86/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 86/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 90/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 90/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 90/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 90/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 94/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 94/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.3/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 98/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 102/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 106/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 106/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 106/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 106/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 110/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 110/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 114/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 114/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 114/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 114/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 118/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 118/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 118/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 122/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 122/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 122/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 122/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 126/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 126/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 126/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 130/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 131/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 131/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 131/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 131/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.1/1.8 MB | 34 kB | 135/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 135/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 139/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 139/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 139/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 139/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 139/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 143/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 143/307 kB
Progress (5): 1.4/5.3 MB | 0.5/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 147/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 151/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 155/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 159/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 163/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 164/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 168/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 172/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 176/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 180/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.6/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.2/1.8 MB | 34 kB | 184/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.2/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 188/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 192/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 196/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 197/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 201/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 205/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 209/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 209/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 209/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 209/307 kB
Progress (5): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 34 kB | 209/307 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/lenses/lenses_2.12/0.4.12/lenses_2.12-0.4.12.jar (34 kB at 24 kB/s)
Progress (4): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 209/307 kB
Progress (4): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
Progress (4): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse-utils_2.12/0.4.2/fastparse-utils_2.12-0.4.2.jar
Progress (4): 1.4/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 213/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 217/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 221/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.7/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 225/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.3/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 229/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB
Progress (4): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB | 4.1/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 233/307 kB | 4.1/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 4.1/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 4.1/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 7.7/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 7.7/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 7.7/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 7.7/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 12/62 kB 
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 237/307 kB | 12/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 12/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 12/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 16/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 16/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 16/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 16/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 20/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 24/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 241/307 kB | 24/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 24/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 24/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 28/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 28/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 28/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 28/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 245/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 32/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 33/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 33/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 33/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 33/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 37/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 41/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 249/307 kB | 41/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 41/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 41/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 45/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 45/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 45/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 45/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 49/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 253/307 kB | 49/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 49/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 49/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 53/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 53/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 53/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 53/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 257/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.4/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 57/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 61/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 61/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 61/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 61/62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 62 kB   
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 261/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 262/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 266/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.8/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 270/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 274/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 278/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB | 62 kB
Progress (5): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB | 62 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse-utils_2.12/0.4.2/fastparse-utils_2.12-0.4.2.jar (62 kB at 42 kB/s)
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 282/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/sourcecode_2.12/0.1.3/sourcecode_2.12-0.1.3.jar
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 286/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 290/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 294/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 298/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 298/307 kB
Progress (4): 1.5/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 298/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 298/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.5/1.8 MB | 298/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 298/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 302/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 306/307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB    
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (4): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB
Progress (5): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB | 4.1/111 kB
Progress (5): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB | 4.1/111 kB
Progress (5): 1.6/5.3 MB | 0.9/11 MB | 0.6/1.8 MB | 307 kB | 7.7/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 7.7/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 7.7/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 7.7/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 12/111 kB 
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 12/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 16/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 16/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 16/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 16/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 20/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 24/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 24/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 28/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 28/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 28/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 28/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 32/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 32/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 33/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 33/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 33/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 33/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 37/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 37/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 41/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 45/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 49/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 53/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 57/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 61/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 65/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 66/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.6/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.7/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 70/111 kB
Progress (5): 1.7/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.0/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 74/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 78/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 82/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 86/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 90/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.6/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 94/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 98/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 102/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 106/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 110/111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB    
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.1/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.7/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
Progress (5): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB | 111 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/sourcecode_2.12/0.1.3/sourcecode_2.12-0.1.3.jar (111 kB at 69 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/io_2.12/1.3.0/io_2.12-1.3.0.jar
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.2/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.7/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 4.1/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 4.1/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 4.1/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 4.1/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
Progress (5): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 307 kB | 7.7/623 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lihaoyi/fastparse_2.12/0.4.2/fastparse_2.12-0.4.2.jar (307 kB at 189 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/swoval/file-tree-views/2.1.3/file-tree-views-2.1.3.jar
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 12/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 12/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 12/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 12/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 12/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 16/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 16/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 20/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 20/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 20/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 20/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 24/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 24/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 28/623 kB
Progress (4): 1.8/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 28/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 28/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 28/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 32/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 32/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 33/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 33/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 33/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 33/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 37/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 37/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 41/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 41/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 41/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 41/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 45/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 45/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 49/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 49/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 49/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 49/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 53/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 53/623 kB
Progress (4): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB | 4.1/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB | 4.1/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB | 4.1/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB | 4.1/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 57/623 kB | 7.7/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 61/623 kB | 7.7/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 61/623 kB | 7.7/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 7.7/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 12/213 kB 
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 12/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 12/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 12/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 65/623 kB | 16/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 66/623 kB | 16/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 66/623 kB | 16/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 16/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 20/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 24/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 24/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 24/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 24/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 70/623 kB | 28/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 74/623 kB | 28/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 74/623 kB | 28/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 78/623 kB | 28/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 78/623 kB | 32/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 78/623 kB | 32/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 78/623 kB | 32/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.8/1.8 MB | 78/623 kB | 32/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 78/623 kB | 32/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 78/623 kB | 33/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 82/623 kB | 33/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 82/623 kB | 33/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 33/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 37/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 37/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 37/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 37/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 86/623 kB | 41/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 90/623 kB | 41/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 90/623 kB | 41/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 41/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 45/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 45/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 45/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 45/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 94/623 kB | 49/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 49/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 49/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 49/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 53/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 53/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 53/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 53/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 98/623 kB | 57/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 102/623 kB | 57/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 102/623 kB | 57/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 57/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 61/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 61/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 61/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 61/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 65/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 106/623 kB | 66/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 110/623 kB | 66/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 110/623 kB | 66/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 66/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 70/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 70/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 70/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 70/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 114/623 kB | 74/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 118/623 kB | 74/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 118/623 kB | 74/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 74/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 78/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 78/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 78/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 78/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 122/623 kB | 82/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 126/623 kB | 82/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 126/623 kB | 82/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 82/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 86/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 86/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 86/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 86/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 130/623 kB | 90/213 kB
Progress (5): 1.9/5.3 MB | 1.3/11 MB | 0.9/1.8 MB | 131/623 kB | 90/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 131/623 kB | 90/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 90/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 94/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 94/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 94/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 94/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 135/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 139/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 139/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 143/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 98/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 102/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 102/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 102/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 102/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 147/623 kB | 106/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 151/623 kB | 106/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 155/623 kB | 106/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 155/623 kB | 106/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 106/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 110/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 110/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 110/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 110/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 159/623 kB | 114/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 163/623 kB | 114/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 163/623 kB | 114/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 167/623 kB | 114/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 114/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 118/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 118/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 118/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 118/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 171/623 kB | 122/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 175/623 kB | 122/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 175/623 kB | 122/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 122/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 126/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 126/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 126/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 126/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 179/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 183/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 187/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 187/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 191/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 195/623 kB | 130/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 0.9/1.8 MB | 195/623 kB | 131/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 195/623 kB | 131/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 195/623 kB | 131/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 195/623 kB | 131/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 195/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 199/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 203/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 203/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 203/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 135/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 139/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 139/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 139/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 139/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 207/623 kB | 143/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 211/623 kB | 143/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 211/623 kB | 143/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 215/623 kB | 143/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 143/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 147/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 147/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 147/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 147/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 219/623 kB | 151/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 223/623 kB | 151/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 223/623 kB | 151/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 151/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 155/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 155/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 155/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 155/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 227/623 kB | 159/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 231/623 kB | 159/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 231/623 kB | 159/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 159/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 163/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 163/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 163/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 163/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 235/623 kB | 164/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 239/623 kB | 164/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 239/623 kB | 164/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 164/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 168/213 kB
Progress (5): 1.9/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 168/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 168/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 168/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 243/623 kB | 172/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 247/623 kB | 172/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 247/623 kB | 172/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 172/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 176/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 176/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 176/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 176/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 251/623 kB | 180/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 255/623 kB | 180/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 255/623 kB | 180/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 259/623 kB | 180/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 180/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 184/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 184/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 184/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 184/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 263/623 kB | 188/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 267/623 kB | 188/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 267/623 kB | 188/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 271/623 kB | 188/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 188/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 192/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 192/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 192/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 192/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 275/623 kB | 196/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 279/623 kB | 196/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 279/623 kB | 196/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 196/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 200/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 200/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 200/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 200/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 283/623 kB | 204/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 287/623 kB | 204/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 287/623 kB | 204/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 204/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 208/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 208/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 208/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 208/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 291/623 kB | 212/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 295/623 kB | 212/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 295/623 kB | 212/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 299/623 kB | 212/213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 299/623 kB | 213 kB    
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 299/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 299/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 299/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 303/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 303/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 307/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 307/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.0/1.8 MB | 307/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 307/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 311/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 311/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 315/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 315/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 315/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 315/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 319/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 319/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 323/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 323/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 323/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 323/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 327/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 327/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 331/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 331/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 331/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 331/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 335/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 335/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 339/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 339/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 339/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 339/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 343/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 343/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 347/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 347/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 347/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 347/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 351/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 351/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 355/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.4/11 MB | 1.1/1.8 MB | 359/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 359/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 363/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 363/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 363/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 363/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 367/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 367/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 371/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 371/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 371/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 371/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 375/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 375/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 379/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 379/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 379/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 379/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 383/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 383/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 387/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 387/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 387/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 387/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 391/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 391/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.1/1.8 MB | 395/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 395/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 395/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 395/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 399/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 399/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 403/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 403/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 403/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 403/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 407/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 407/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 411/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 411/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 411/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 411/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 415/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 415/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 419/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 419/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 419/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 419/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 423/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 423/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 427/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 427/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 427/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 427/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 431/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 431/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 435/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 435/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 435/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 435/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 439/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 439/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.0/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 443/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 447/623 kB | 213 kB
Progress (5): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 451/623 kB | 213 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/swoval/file-tree-views/2.1.3/file-tree-views-2.1.3.jar (213 kB at 114 kB/s)
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 451/623 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 455/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 455/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 455/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 455/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 459/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 459/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 459/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 459/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 463/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 463/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 467/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 467/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 471/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 471/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 475/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 475/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 475/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 475/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 479/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 479/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 483/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 483/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 483/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 483/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 483/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 487/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 491/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.2/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 495/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 499/623 kB
Progress (4): 2.1/5.3 MB | 1.5/11 MB | 1.3/1.8 MB | 503/623 kB
Progress (4): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB
Progress (4): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB
Progress (4): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB
Progress (4): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 503/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 507/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.1/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 511/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 515/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 519/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 523/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 527/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 531/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 535/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.3/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 539/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 543/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 547/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.6/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 551/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 555/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 559/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 563/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 567/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.1/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 571/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 575/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 579/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 583/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.4/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 587/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 591/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 595/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 599/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.7/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 603/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 607/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.2/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 611/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 615/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 619/623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB    
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.2/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.5/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 623 kB | 0.3/1.4 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/io_2.12/1.3.0/io_2.12-1.3.0.jar (623 kB at 309 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.3/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (4): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.8/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.3/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.6/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.4/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 1.9/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.4/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.5/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.0/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.5/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.7/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.6/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.1/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.1/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8/1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB    
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.6/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 1.8 MB | 0.7/1.4 MB | 0.2/2.3 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trueaccord/scalapb/scalapb-runtime_2.12/0.6.0/scalapb-runtime_2.12-0.6.0.jar (1.8 MB at 780 kB/s)
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.7/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-logging_2.12/1.3.0/util-logging_2.12-1.3.0.jar
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (4): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 4.1/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 4.1/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 4.1/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 7.7/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 12/279 kB 
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 12/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 16/279 kB
Progress (5): 2.7/5.3 MB | 2.2/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 20/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 20/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 24/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 28/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 28/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.7/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 32/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 33/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 33/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 37/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 41/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 45/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 45/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.2/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 49/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 53/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 57/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 57/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 61/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 65/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 66/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 66/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 70/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 74/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 78/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 82/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 82/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 86/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 90/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 90/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 94/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 98/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 98/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 98/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 102/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 106/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 106/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 110/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 114/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 118/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 122/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 122/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 126/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 130/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 131/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 135/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 135/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 139/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 143/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 147/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 147/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 151/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.8/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 155/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 159/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 163/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 163/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 164/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 168/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 168/279 kB
Progress (5): 2.8/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 172/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 176/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 176/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.3/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 180/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 184/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 184/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 188/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 192/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 192/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 196/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 197/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 201/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 201/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 205/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 209/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 213/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 217/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 221/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 221/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 225/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 229/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.3/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 233/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 237/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 241/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 2.9/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 245/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 249/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.4/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 253/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 257/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 261/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 265/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 269/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 273/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 277/279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB    
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.4/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 0.9/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.0/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.5/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.0/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 279 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-logging_2.12/1.3.0/util-logging_2.12-1.3.0.jar (279 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-core_2.12/0.8.3/sjson-new-core_2.12-0.8.3.jar
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (4): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 4.1/799 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 4.1/799 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.5/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.6/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 7.7/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 12/799 kB 
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 12/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 16/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 20/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 20/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 24/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 28/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 28/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 32/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 33/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 33/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.1/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 37/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 41/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 41/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 45/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 49/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 49/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 53/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 57/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 57/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 61/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 65/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 65/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 66/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 70/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 70/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 74/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 78/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 78/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 82/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 86/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 86/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 90/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 94/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 94/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.7/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 98/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.6/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 102/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.1/1.4 MB | 0.8/2.3 MB | 106/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 106/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 110/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 114/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 114/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 118/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 122/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 122/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 126/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 130/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 130/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 131/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 135/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 135/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 139/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 143/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 143/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 147/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 151/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 151/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 155/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 159/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 159/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 163/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 164/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 164/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 168/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 172/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 172/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 176/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 180/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 180/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 184/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 184/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 184/799 kB
Progress (5): 3.2/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 184/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.8/2.3 MB | 184/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 184/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 188/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 188/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.7/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 192/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 196/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 196/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 197/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 201/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 201/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 205/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 209/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 209/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 213/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 217/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 217/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 221/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 225/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 225/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 229/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 233/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 237/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 237/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 241/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 245/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 245/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 249/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 253/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 253/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 0.9/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 257/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 261/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 261/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 265/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 269/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 269/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 273/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 277/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 277/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 281/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 285/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 285/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 289/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.2/1.4 MB | 1.0/2.3 MB | 293/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 293/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 297/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 301/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 301/799 kB
Progress (5): 3.3/5.3 MB | 2.8/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.3/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.3/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 305/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 309/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 309/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 313/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 317/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 317/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 321/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 325/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 325/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 329/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 333/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 333/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 337/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 341/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 341/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 345/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 349/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 349/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.0/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 353/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 357/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 357/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 361/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 365/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 365/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 369/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 373/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 377/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 377/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 381/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 385/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 385/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 389/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 393/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 393/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 397/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 401/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 401/799 kB
Progress (5): 3.4/5.3 MB | 2.9/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 405/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 409/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 409/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 413/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 417/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 417/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.1/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 421/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 425/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 425/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 429/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 433/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 433/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 437/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 441/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 441/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 445/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 449/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 453/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 453/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 457/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 461/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 461/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 465/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 469/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 469/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 473/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 477/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 477/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 481/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 485/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 485/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 489/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 493/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 493/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.0/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 497/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.3/1.4 MB | 1.2/2.3 MB | 501/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 501/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 505/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 509/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 509/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.4/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 513/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 517/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 517/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.2/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 521/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 525/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 525/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 529/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 533/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 533/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 537/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 541/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 541/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 545/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 549/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 549/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 553/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 557/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 557/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 561/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 565/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 565/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 569/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 573/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 573/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 577/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 581/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 581/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 585/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 589/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 589/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.1/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 593/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 597/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 597/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 601/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 605/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 605/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.3/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 609/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 613/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 613/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 617/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 621/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 621/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 625/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 629/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 629/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 633/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 637/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 637/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 641/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 645/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 645/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 649/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 653/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 653/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 657/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 661/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 661/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 665/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 669/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 669/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 673/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 677/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 677/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 681/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4/1.4 MB | 1.4/2.3 MB | 685/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 685/799 kB    
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 689/799 kB
Progress (5): 3.5/5.3 MB | 3.2/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 693/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.4/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 697/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.5/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 701/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 705/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 709/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 709/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.4 MB | 1.5/2.3 MB | 709/799 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/4.5.0/jna-4.5.0.jar (1.4 MB at 480 kB/s)
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 709/799 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.jar
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 709/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 709/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 709/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 713/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB
Progress (4): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 4.1/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 4.1/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 4.1/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 4.1/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 7.7/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 717/799 kB | 7.7/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 7.7/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 7.7/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 7.7/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 12/269 kB 
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 12/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 12/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 12/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 16/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 721/799 kB | 16/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 16/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 16/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 20/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 20/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 20/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 20/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 725/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 24/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 28/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 28/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 28/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 28/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 32/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 729/799 kB | 32/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 733/799 kB | 32/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 733/799 kB | 32/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 733/799 kB | 33/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 733/799 kB | 33/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.5/2.3 MB | 733/799 kB | 33/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.6/2.3 MB | 733/799 kB | 33/269 kB
Progress (5): 3.6/5.3 MB | 3.3/11 MB | 1.6/2.3 MB | 733/799 kB | 37/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 733/799 kB | 37/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 733/799 kB | 37/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 37/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 37/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 41/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 41/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 41/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 41/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 45/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 737/799 kB | 45/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 45/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 45/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 49/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 49/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 49/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 49/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 53/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 57/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 741/799 kB | 57/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 57/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 57/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 61/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 61/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 61/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 61/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 65/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 66/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 745/799 kB | 66/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 66/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 66/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 70/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 70/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 70/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 70/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 74/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 749/799 kB | 74/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 74/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 74/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 78/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 78/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 78/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 78/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 82/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 753/799 kB | 82/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 82/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 82/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 86/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 90/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 90/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 90/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 90/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 94/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 757/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 98/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 102/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 106/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 761/799 kB | 106/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 106/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 106/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 110/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 110/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 110/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 110/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 114/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 765/799 kB | 114/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 114/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 114/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 118/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 118/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 118/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 118/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 122/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 769/799 kB | 122/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 122/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 122/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 126/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 126/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 126/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 126/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 130/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 773/799 kB | 130/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 130/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 130/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 131/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 131/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 131/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 131/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 135/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 139/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 777/799 kB | 139/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 781/799 kB | 139/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 781/799 kB | 139/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 781/799 kB | 143/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 781/799 kB | 143/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.6/2.3 MB | 781/799 kB | 143/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.7/2.3 MB | 781/799 kB | 143/269 kB
Progress (5): 3.6/5.3 MB | 3.4/11 MB | 1.7/2.3 MB | 781/799 kB | 147/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 781/799 kB | 147/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 147/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 147/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 151/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 151/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 151/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 151/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 785/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 789/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 793/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 155/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 159/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 159/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 159/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 159/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 163/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 797/799 kB | 163/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 163/269 kB    
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 163/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 164/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 164/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 164/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 164/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 168/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 168/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 172/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 172/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 172/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 172/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 176/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 176/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 180/269 kB
Progress (5): 3.6/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 180/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 180/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 180/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 184/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 184/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 188/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 188/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 188/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 188/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 192/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 192/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 196/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 196/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 196/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 196/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 197/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 197/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 799 kB | 201/269 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-core_2.12/0.8.3/sjson-new-core_2.12-0.8.3.jar (799 kB at 252 kB/s)
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 201/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 201/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 201/269 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 205/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 205/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 209/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 209/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 209/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 209/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 213/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 213/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 217/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 217/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 217/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 217/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 221/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 221/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 225/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 225/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 225/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 225/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 229/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 229/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 233/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 233/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 233/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 233/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 237/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 237/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.7/2.3 MB | 241/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 241/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 241/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 241/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 245/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 245/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 249/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 249/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 249/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 249/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 253/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 253/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 257/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 257/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 257/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 257/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 261/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 261/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 265/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 265/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 265/269 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 265/269 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 265/269 kB | 4.1/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269/269 kB | 4.1/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269/269 kB | 4.1/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 4.1/266 kB    
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 7.7/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 7.7/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 7.7/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 7.7/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 12/266 kB 
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 12/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 16/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 16/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 16/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 16/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 20/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 20/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 24/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 24/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 24/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 24/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 28/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 28/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 32/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 32/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 32/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 32/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 33/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 33/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 37/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 37/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 37/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 37/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 37/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 41/266 kB
Progress (5): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 269 kB | 41/266 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.14.6/jline-2.14.6.jar (269 kB at 84 kB/s)
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 45/266 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 45/266 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 45/266 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 45/266 kB
Progress (4): 3.7/5.3 MB | 3.5/11 MB | 1.8/2.3 MB | 49/266 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 49/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 53/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 53/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 53/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 53/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 57/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 57/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 61/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 61/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 61/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 61/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 65/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 65/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.8/2.3 MB | 66/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 66/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 66/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 66/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 70/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 70/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 74/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 74/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 78/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 78/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 82/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 82/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 82/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 82/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 86/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 90/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 90/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 94/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 94/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 94/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 94/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 94/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 98/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 98/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 98/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 98/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 102/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 102/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (4): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 106/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 110/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 114/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 114/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.7/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 118/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 122/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 122/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 126/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 130/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 131/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 131/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 135/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 139/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 139/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 143/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 147/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 147/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 151/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 151/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 151/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 151/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 151/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 155/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 155/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 159/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 163/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 164/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 164/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.6/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 168/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 172/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 172/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 176/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 180/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 184/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 184/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 188/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 192/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 192/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 196/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 197/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 197/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 201/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 205/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 205/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 209/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 213/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 213/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 217/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 221/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 221/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 225/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 229/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 233/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 233/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 237/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 241/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 241/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 245/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 1.9/2.3 MB | 249/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 249/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 253/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 257/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 261/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 265/266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB    
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.1/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.7/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.8/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.2/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 3.9/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.8/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.0/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 266 kB | 0.3/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 266 kB | 0.3/1.6 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar (266 kB at 78 kB/s)
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.3/1.6 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.3/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.3/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.3/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (4): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 4.1/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 7.7/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 12/83 kB 
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 12/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 16/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 20/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 20/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 3.9/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 24/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 28/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 28/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 32/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 33/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 33/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.1/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 37/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 41/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 41/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 45/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 49/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 49/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 53/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 57/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 57/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 61/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 65/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 65/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.0/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 66/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 70/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 70/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 74/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 78/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 78/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 82/83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB   
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.0/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB | 83 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar (83 kB at 24 kB/s)
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-scalajson_2.12/0.8.3/sjson-new-scalajson_2.12-0.8.3.jar
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.2/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.4/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (4): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 4.1/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 4.1/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 7.7/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 12/37 kB 
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 12/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 16/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 16/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 16/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3/2.3 MB | 0.5/1.6 MB | 16/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 16/37 kB    
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 16/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 20/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 20/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 24/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 24/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 24/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 24/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 28/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 28/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 32/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 32/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 32/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 32/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 36/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 36/37 kB
Progress (5): 4.1/5.3 MB | 4.1/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB   
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.1/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
Progress (5): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB | 37 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/sjson-new-scalajson_2.12/0.8.3/sjson-new-scalajson_2.12-0.8.3.jar (37 kB at 10 kB/s)
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.jar
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.2/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.5/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 4.1/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 4.1/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 7.7/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 7.7/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 7.7/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 7.7/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 12/66 kB 
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 12/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 16/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 16/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 16/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 16/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 20/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 24/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 24/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 28/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 28/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 28/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 28/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 32/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 32/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 33/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 33/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 33/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 33/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 37/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 41/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 41/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 45/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 45/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 45/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 45/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 49/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 49/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 53/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 53/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 53/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 53/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 57/66 kB
Progress (5): 4.2/5.3 MB | 4.3/11 MB | 2.3 MB | 0.6/1.6 MB | 57/66 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/4.5.0/jna-platform-4.5.0.jar (2.3 MB at 646 kB/s)
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 61/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 61/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 61/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 61/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 65/66 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.10.4/jawn-parser_2.12-0.10.4.jar
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 65/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66/66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66 kB   
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.6/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.3/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.2/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 4.1/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 7.7/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB 
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 12/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 16/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 20/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 20/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 20/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 20/74 kB
Progress (5): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 66 kB | 20/74 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/eed3si9n/shaded-scalajson_2.12/1.0.0-M4/shaded-scalajson_2.12-1.0.0-M4.jar (66 kB at 18 kB/s)
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 20/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 20/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 20/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
                                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.jar
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 24/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 28/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.7/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 32/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 33/74 kB
Progress (4): 4.3/5.3 MB | 4.4/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 37/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 41/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 45/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB
Progress (4): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.3/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 65/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 66/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 70/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.8/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74/74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB   
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (5): 4.4/5.3 MB | 4.5/11 MB | 0.9/1.6 MB | 74 kB | 0.1/3.6 MB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.10.4/jawn-parser_2.12-0.10.4.jar (74 kB at 20 kB/s)
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-relation_2.12/1.3.0/util-relation_2.12-1.3.0.jar
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.4/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB | 4.1/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB | 4.1/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 0.9/1.6 MB | 0.1/3.6 MB | 4.1/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 4.1/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 7.7/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 7.7/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 7.7/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 7.7/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 12/15 kB 
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 12/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 12/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 12/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 12/15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.1/3.6 MB | 15 kB   
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB | 15 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-relation_2.12/1.3.0/util-relation_2.12-1.3.0.jar (15 kB at 3.8 kB/s)
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-persist_2.12/1.3.1/zinc-persist_2.12-1.3.1.jar
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.0/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.2/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (4): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.6/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.5/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.3/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.6/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.1/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.1/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.4/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.7/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.7/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.2/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.5/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.2/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.8/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.3/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.6/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.8/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 4.9/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.4/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 4.9/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.3/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.0/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.5/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.0/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.7/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.1/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.6/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.1/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.4/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.2/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.7/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3/5.3 MB | 5.2/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3/5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB    
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.8/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.8/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.3/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (5): 5.3 MB | 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.jar (5.3 MB at 1.2 MB/s)
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/sbinary_2.12/0.5.0/sbinary_2.12-0.5.0.jar
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.5/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.4/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 0.9/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (4): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 0.9/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 4.1/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 7.7/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 12/182 kB 
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 16/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 20/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 24/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 28/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 32/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 36/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 40/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 44/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.0/1.8 MB | 44/182 kB
Progress (5): 5.5/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 44/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 48/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 52/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6/1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB    
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 56/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 60/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 64/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.0/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 68/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 72/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 76/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 80/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 84/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.1/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 88/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 92/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 96/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 100/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 104/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.1/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 108/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 112/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 116/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 120/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 124/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.6/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 128/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 132/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.2/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 136/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 140/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 144/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 148/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.2/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 152/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 156/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 160/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 164/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
Progress (5): 5.7/11 MB | 1.6 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar (1.6 MB at 356 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 168/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 172/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 176/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.7/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 180/182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB    
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.3/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.3/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 4.1/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 4.1/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 7.7/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 7.7/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 7.7/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 7.7/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 12/548 kB 
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 16/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 16/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 20/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 20/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 20/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 20/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 24/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 24/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 28/548 kB
Progress (5): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 182 kB | 28/548 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/sbinary_2.12/0.5.0/sbinary_2.12-0.5.0.jar (182 kB at 40 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-compile-core_2.12/1.3.1/zinc-compile-core_2.12-1.3.1.jar
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 28/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 28/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 32/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 32/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 33/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 33/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 33/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 33/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 37/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 41/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 41/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 45/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 49/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 53/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 57/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.4/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 61/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.4/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (4): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB | 4.1/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 65/548 kB | 4.1/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 4.1/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 4.1/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 4.1/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 7.7/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 7.7/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 7.7/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 7.7/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 12/228 kB 
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 66/548 kB | 12/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 12/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 12/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 16/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 16/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 16/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 16/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 20/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 70/548 kB | 20/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 20/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 20/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 24/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 24/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 24/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 24/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 28/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 74/548 kB | 28/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 28/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 28/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 32/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 32/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 32/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 32/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 33/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 78/548 kB | 33/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 33/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 33/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 37/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 37/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 37/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 37/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 37/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 41/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 82/548 kB | 41/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 41/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 41/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 45/228 kB
Progress (5): 5.8/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 45/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 45/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 45/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 49/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 86/548 kB | 49/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 90/548 kB | 49/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 90/548 kB | 49/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 90/548 kB | 53/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 90/548 kB | 53/228 kB
Progress (5): 5.9/11 MB | 1.5/3.6 MB | 1.5/1.8 MB | 90/548 kB | 53/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 90/548 kB | 53/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 90/548 kB | 57/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 90/548 kB | 57/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 57/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 57/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 61/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 61/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 61/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 61/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 65/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 66/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 94/548 kB | 66/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 66/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 66/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 70/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 70/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 70/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 70/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 74/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 74/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 74/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 74/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 78/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 78/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 78/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 78/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 82/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 98/548 kB | 82/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 82/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 82/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 86/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 86/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 86/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 86/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.5/1.8 MB | 102/548 kB | 90/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 102/548 kB | 90/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 90/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 90/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 94/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 94/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 94/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 94/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 98/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 98/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 106/548 kB | 98/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 98/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 98/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 102/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 102/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 102/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 102/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 106/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 110/548 kB | 106/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 106/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 106/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 110/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 110/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 110/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 110/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 114/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 114/548 kB | 114/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 114/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 114/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 118/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 118/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 118/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 118/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 122/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 118/548 kB | 122/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 122/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 122/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 126/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 126/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 126/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 126/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 130/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 122/548 kB | 130/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 130/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 130/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 131/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 131/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 131/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 131/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 135/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 126/548 kB | 135/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 135/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 135/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 139/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 139/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 139/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 139/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 143/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 130/548 kB | 143/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 143/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 143/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 147/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 147/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 147/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 147/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 151/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 151/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 131/548 kB | 151/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 135/548 kB | 151/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 135/548 kB | 151/228 kB
Progress (5): 5.9/11 MB | 1.6/3.6 MB | 1.6/1.8 MB | 135/548 kB | 155/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 135/548 kB | 155/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 135/548 kB | 155/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 135/548 kB | 155/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 135/548 kB | 159/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 135/548 kB | 159/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 159/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 159/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 163/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 163/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 163/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 163/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 164/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 139/548 kB | 164/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 164/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 164/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 168/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 168/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 168/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 168/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 172/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 143/548 kB | 172/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 172/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 172/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 176/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 176/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 176/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 176/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.6/1.8 MB | 147/548 kB | 180/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 147/548 kB | 180/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 180/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 180/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 184/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 184/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 184/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 184/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 184/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 188/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 151/548 kB | 188/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 188/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 188/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 188/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 192/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 192/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 192/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 192/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 196/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 155/548 kB | 196/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 196/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 196/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 200/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 200/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 200/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 200/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 204/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 159/548 kB | 204/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 204/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 204/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 208/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 212/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 212/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 212/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 212/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 216/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 163/548 kB | 216/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 216/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 216/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 220/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 220/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 220/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 220/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 224/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 224/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 164/548 kB | 224/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 224/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 224/228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 228 kB    
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 168/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 172/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 5.9/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 176/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.7/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 180/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 184/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.7/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 188/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 192/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 192/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 192/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 192/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 196/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 196/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 197/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 197/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 197/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 197/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 201/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 201/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 205/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 205/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 205/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 205/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 209/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 209/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 213/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 213/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 213/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 213/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 217/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 217/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 221/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 221/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 221/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 221/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 225/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 225/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 225/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 229/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 229/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.8/3.6 MB | 1.8/1.8 MB | 229/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 229/548 kB | 228 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 229/548 kB | 228 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-compile-core_2.12/1.3.1/zinc-compile-core_2.12-1.3.1.jar (228 kB at 48 kB/s)
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 229/548 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/launcher-interface/1.0.0/launcher-interface-1.0.0.jar
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 233/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 233/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 233/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 233/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 237/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 237/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 241/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 241/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 241/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 241/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 245/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 249/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8/1.8 MB | 253/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 253/548 kB    
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 253/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 253/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 253/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 257/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 257/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 257/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 257/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 261/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 261/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 261/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 261/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 262/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 262/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 262/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 262/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB
Progress (4): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB | 4.1/10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB | 7.7/10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 266/548 kB | 10 kB    
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 270/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 270/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 270/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 270/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 270/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 274/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 274/548 kB | 10 kB
Progress (5): 6.0/11 MB | 1.9/3.6 MB | 1.8 MB | 274/548 kB | 10 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-persist_2.12/1.3.1/zinc-persist_2.12-1.3.1.jar (1.8 MB at 373 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.12/1.1.2/scala-parser-combinators_2.12-1.1.2.jar
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 274/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 274/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 274/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 278/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 278/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 282/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 282/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 286/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 286/548 kB | 10 kB
Progress (4): 6.1/11 MB | 1.9/3.6 MB | 290/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 290/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 294/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 294/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 298/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 298/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 302/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 302/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 306/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 306/548 kB | 10 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 310/548 kB | 10 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/launcher-interface/1.0.0/launcher-interface-1.0.0.jar (10 kB at 2.1 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-control_2.12/1.3.0/util-control_2.12-1.3.0.jar
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 310/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 314/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 314/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 318/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 318/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 322/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 322/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 326/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 326/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 326/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 330/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 330/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 334/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 334/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 338/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 338/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 342/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 342/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 342/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 342/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 342/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 346/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 346/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 346/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 350/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 350/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 350/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 354/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 354/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 354/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 358/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 358/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 358/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 358/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 362/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 362/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 362/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 362/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 362/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 366/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 366/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 366/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 370/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 370/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 370/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 374/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 374/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 374/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 378/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 378/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 378/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 378/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 382/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 382/548 kB
Progress (3): 6.1/11 MB | 2.0/3.6 MB | 386/548 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 386/548 kB | 4.1/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 386/548 kB | 4.1/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 386/548 kB | 7.7/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 390/548 kB | 7.7/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 390/548 kB | 7.7/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 394/548 kB | 7.7/223 kB
Progress (4): 6.1/11 MB | 2.0/3.6 MB | 394/548 kB | 12/223 kB 
Progress (4): 6.2/11 MB | 2.0/3.6 MB | 394/548 kB | 12/223 kB
Progress (4): 6.2/11 MB | 2.0/3.6 MB | 394/548 kB | 16/223 kB
Progress (4): 6.2/11 MB | 2.0/3.6 MB | 398/548 kB | 16/223 kB
Progress (4): 6.2/11 MB | 2.0/3.6 MB | 398/548 kB | 16/223 kB
Progress (4): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 16/223 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 16/223 kB | 4.1/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 20/223 kB | 4.1/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 20/223 kB | 4.1/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 24/223 kB | 4.1/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 402/548 kB | 24/223 kB | 7.7/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 406/548 kB | 24/223 kB | 7.7/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 406/548 kB | 24/223 kB | 7.7/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 24/223 kB | 7.7/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 24/223 kB | 12/13 kB 
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 28/223 kB | 12/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 28/223 kB | 12/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 32/223 kB | 12/13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 410/548 kB | 32/223 kB | 13 kB   
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 414/548 kB | 32/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 414/548 kB | 32/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 418/548 kB | 32/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 418/548 kB | 36/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 418/548 kB | 36/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 418/548 kB | 40/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.0/3.6 MB | 422/548 kB | 40/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 422/548 kB | 40/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 426/548 kB | 40/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 426/548 kB | 44/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 426/548 kB | 44/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 426/548 kB | 48/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 430/548 kB | 48/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 430/548 kB | 48/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 434/548 kB | 48/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 434/548 kB | 52/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 434/548 kB | 52/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 434/548 kB | 56/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 438/548 kB | 56/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 438/548 kB | 56/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 442/548 kB | 56/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 442/548 kB | 60/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 442/548 kB | 60/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 442/548 kB | 64/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 446/548 kB | 64/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 446/548 kB | 64/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 450/548 kB | 64/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 450/548 kB | 68/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 450/548 kB | 68/223 kB | 13 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 450/548 kB | 72/223 kB | 13 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/util-control_2.12/1.3.0/util-control_2.12-1.3.0.jar (13 kB at 2.6 kB/s)
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 454/548 kB | 72/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 454/548 kB | 72/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 72/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 72/223 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classfile_2.12/1.3.1/zinc-classfile_2.12-1.3.1.jar
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 76/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 80/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 80/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 84/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 458/548 kB | 84/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 84/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 84/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 84/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 88/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 88/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 92/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 92/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 462/548 kB | 92/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 92/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 92/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 96/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 96/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 100/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 466/548 kB | 100/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 100/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 100/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 104/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 104/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 108/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 470/548 kB | 108/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 108/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 108/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 112/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 112/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 116/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 120/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 474/548 kB | 120/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 120/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 124/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 128/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 128/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 132/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 478/548 kB | 136/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 482/548 kB | 136/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 482/548 kB | 136/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 136/223 kB
Progress (4): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 140/223 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 140/223 kB | 4.1/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 140/223 kB | 4.1/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 140/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 486/548 kB | 144/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 490/548 kB | 144/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 490/548 kB | 144/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 144/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 148/223 kB | 7.7/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 148/223 kB | 12/99 kB 
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 148/223 kB | 16/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 148/223 kB | 16/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 148/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 494/548 kB | 152/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 498/548 kB | 152/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 498/548 kB | 152/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 152/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 156/223 kB | 20/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 156/223 kB | 24/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 156/223 kB | 24/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 156/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 502/548 kB | 160/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 506/548 kB | 160/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 506/548 kB | 160/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 510/548 kB | 160/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 160/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 28/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 32/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 33/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 164/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 514/548 kB | 168/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 518/548 kB | 168/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 518/548 kB | 168/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 522/548 kB | 168/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 168/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 172/223 kB | 37/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 172/223 kB | 41/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 172/223 kB | 41/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 172/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 526/548 kB | 176/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 530/548 kB | 176/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 530/548 kB | 176/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 176/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 180/223 kB | 45/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 180/223 kB | 49/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 180/223 kB | 49/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 180/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 534/548 kB | 184/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 538/548 kB | 184/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 538/548 kB | 184/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 542/548 kB | 184/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 542/548 kB | 188/223 kB | 53/99 kB
Progress (5): 6.2/11 MB | 2.1/3.6 MB | 542/548 kB | 188/223 kB | 57/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 542/548 kB | 188/223 kB | 57/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 542/548 kB | 188/223 kB | 61/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 542/548 kB | 192/223 kB | 61/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 546/548 kB | 192/223 kB | 61/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 546/548 kB | 192/223 kB | 61/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 192/223 kB | 61/99 kB    
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 196/223 kB | 61/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 196/223 kB | 65/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 196/223 kB | 65/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 196/223 kB | 66/99 kB
Progress (5): 6.3/11 MB | 2.1/3.6 MB | 548 kB | 200/223 kB | 66/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 200/223 kB | 66/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 204/223 kB | 66/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 204/223 kB | 70/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 204/223 kB | 74/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 204/223 kB | 74/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 204/223 kB | 78/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 208/223 kB | 78/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 208/223 kB | 78/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 78/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 78/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 82/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 82/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 86/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 212/223 kB | 86/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 86/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 86/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 90/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 90/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 94/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 216/223 kB | 94/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 94/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 94/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 98/99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 99 kB   
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 220/223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB    
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
Progress (5): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB | 99 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/zinc-classfile_2.12/1.3.1/zinc-classfile_2.12-1.3.1.jar (99 kB at 20 kB/s)
Progress (4): 6.3/11 MB | 2.2/3.6 MB | 548 kB | 223 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar
Progress (4): 6.3/11 MB | 2.3/3.6 MB | 548 kB | 223 kB
Progress (4): 6.3/11 MB | 2.3/3.6 MB | 548 kB | 223 kB
Progress (4): 6.3/11 MB | 2.3/3.6 MB | 548 kB | 223 kB
Progress (4): 6.3/11 MB | 2.3/3.6 MB | 548 kB | 223 kB
Progress (4): 6.3/11 MB | 2.3/3.6 MB | 548 kB | 223 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-parser-combinators_2.12/1.1.2/scala-parser-combinators_2.12-1.1.2.jar (223 kB at 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0.jar
Progress (3): 6.3/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.3/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.4/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.4/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.4/3.6 MB | 548 kB
Progress (3): 6.4/11 MB | 2.4/3.6 MB | 548 kB
Progress (4): 6.4/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.4/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.4/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 548 kB | 0/1.4 MB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-xml_2.12/1.0.6/scala-xml_2.12-1.0.6.jar (548 kB at 108 kB/s)
Progress (3): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.5/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.4/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.5/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.6/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.1/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.6/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.2/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.7/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.1/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.7/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.8/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.3/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.8/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.4/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.2/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 6.9/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 2.9/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.5/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.3/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.0/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.0/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.4/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.6/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.1/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.5/1.2 MB
Progress (4): 7.1/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.7/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.2/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.6/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.2/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.8/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.7/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.3/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 0.9/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.3/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.8/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.0/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 0.9/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.4/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.1/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.4/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.0/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.5/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.2/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.1/1.2 MB
Progress (4): 7.6/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.3/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.5/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2/1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB    
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4/1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB    
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
Progress (4): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB | 1.2 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/modules/scala-java8-compat_2.12/0.9.0/scala-java8-compat_2.12-0.9.0.jar (1.2 MB at 210 kB/s)
Progress (3): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.7/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6/3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB    
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.8/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 7.9/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
Progress (3): 8.0/11 MB | 3.6 MB | 1.4 MB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar (1.4 MB at 252 kB/s)
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.0/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
Progress (2): 8.1/11 MB | 3.6 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.jar (3.6 MB at 642 kB/s)
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.1/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.2/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.3/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.4/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.5/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.6/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.7/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.8/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 8.9/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.0/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.1/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.2/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.3/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.4/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.5/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.6/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.7/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.8/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 9.9/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10.0/11 MB
Progress (1): 10/11 MB  
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 10/11 MB
Progress (1): 11/11 MB
Progress (1): 11/11 MB
Progress (1): 11 MB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.8/scala-compiler-2.12.8.jar (11 MB at 1.8 MB/s)
[INFO] compile in 0.0 s
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ scala-unit-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/scala-unit-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scala-unit-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- scala-maven-plugin:4.2.4:testCompile (default) @ scala-unit-tests ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.6/scala-compiler-2.12.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.6/scala-compiler-2.12.6.pom (2.3 kB at 119 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom (1.8 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.jar
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.1/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.2/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.3/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.4/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.5/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.6/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.7/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.8/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 0.9/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.0/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.1/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.2/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.3/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.4/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.5/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.6/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.7/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.8/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 1.9/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.0/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.1/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.2/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.3/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.4/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.5/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.6/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.7/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.8/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 2.9/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.0/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.1/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.2/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.3/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.4/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.5/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6/3.6 MB
Progress (1): 3.6 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.jar (3.6 MB at 10 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.1/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.2/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.3/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.4/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.5/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.6/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.7/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.8/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 0.9/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.0/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.1/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.2/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.3/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.4/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.5/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.6/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.7/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.8/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 1.9/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.0/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.1/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.2/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.3/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.4/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.5/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.6/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.7/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.8/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 2.9/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.0/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.1/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.2/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.3/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.4/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.5/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.6/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.7/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.8/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 3.9/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.0/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.1/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.2/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.3/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.4/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.5/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.6/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.7/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.8/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 4.9/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.0/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.1/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.2/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.3/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.4/5.5 MB
Progress (1): 5.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.jar (5.5 MB at 9.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.6/scala-compiler-2.12.6.jar
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.1/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.2/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.3/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.4/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.5/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.6/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.7/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.8/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 0.9/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.0/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.1/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.2/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.3/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.4/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.5/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.6/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.7/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.8/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 1.9/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.0/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.1/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.2/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.3/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.4/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.5/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.6/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.7/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.8/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 2.9/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.0/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.1/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.2/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.3/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.4/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.5/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.6/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.7/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.8/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 3.9/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.0/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.1/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.2/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.3/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.4/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.5/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.6/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.7/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.8/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 4.9/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.0/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.1/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.2/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.3/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.4/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.5/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.6/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.7/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.8/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 5.9/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.0/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.1/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.2/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.3/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.4/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.5/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.6/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.7/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.8/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 6.9/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.0/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.1/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.2/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.3/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.4/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.5/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.6/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.7/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.8/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 7.9/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.0/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.1/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.2/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.3/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.4/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.5/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.6/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.7/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.8/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 8.9/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.0/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.1/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.2/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.3/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.4/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.5/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.6/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.7/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.8/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 9.9/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10.0/10 MB
Progress (1): 10/10 MB  
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10/10 MB
Progress (1): 10 MB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-compiler/2.12.6/scala-compiler-2.12.6.jar (10 MB at 10 MB/s)
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.1-bin_2.12.6__52.0-1.3.1_20191012T045515.jar
[INFO] Compiler bridge file is not installed yet
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1-sources.jar
Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (1): 33/49 kB
Progress (1): 37/49 kB
Progress (1): 41/49 kB
Progress (1): 45/49 kB
Progress (1): 49 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-sbt/compiler-bridge_2.12/1.3.1/compiler-bridge_2.12-1.3.1-sources.jar (49 kB at 61 kB/s)
warning: there were three deprecation warnings (since 2.12.0); re-run with -deprecation for details
warning: there were three feature warnings; re-run with -feature for details
two warnings found
[INFO] Compiler bridge installed
[INFO] Compiling 42 Scala sources to /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/test-classes ...
[WARNING] [Warn] : there were 11 deprecation warnings; re-run with -deprecation for details
[WARNING] [Warn] : there were 15 feature warnings; re-run with -feature for details
[WARNING] two warnings found
[INFO] Done compiling.
[INFO] compile in 30.7 s
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagScalaTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionScalaTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionScalaTest
[INFO] Running org.eclipse.collections.impl.list.mutable.SynchronizedMutableListScalaTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListScalaTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetScalaTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedCollectionAdapterScalaTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedCollectionAdapterScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionScalaTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionScalaTest
[INFO] Running org.eclipse.collections.impl.SynchronizedMutableMapScalaTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s - in org.eclipse.collections.impl.SynchronizedMutableMapScalaTest
[INFO] Running org.eclipse.collections.impl.SynchronizedSortedMapScalaTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s - in org.eclipse.collections.impl.SynchronizedSortedMapScalaTest
[INFO] Running org.eclipse.collections.impl.MutableAnagramTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.MutableAnagramTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapScalaTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapScalaTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetScalaTest
[INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.687 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetScalaTest
[INFO] Running org.eclipse.collections.impl.EmptySetScalaTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.EmptySetScalaTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackScalaTest
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackScalaTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListScalaTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.064 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListScalaTest
[INFO] Running org.eclipse.collections.impl.EmptyMapScalaTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.EmptyMapScalaTest
[INFO] Running org.eclipse.collections.impl.EmptyListScalaTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.EmptyListScalaTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetScalaTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetScalaTest
[INFO] Running org.eclipse.collections.impl.ScalaAnagramTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.ScalaAnagramTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMutableListScalaTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.UnmodifiableMutableListScalaTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListScalaTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.FastListScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedSortedSetScalaTest
[INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedSortedSetScalaTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1215, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ scala-unit-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ scala-unit-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ scala-unit-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scala-unit-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/target/scala-unit-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.1.0-SNAPSHOT/scala-unit-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/scala-unit-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/scala-unit-tests/10.1.0-SNAPSHOT/scala-unit-tests-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
[INFO] Building Eclipse Collections JMH Scala Test Suite 10.1.0-SNAPSHOT [17/18]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-scala-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-scala-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-scala-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-scala-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- scala-maven-plugin:4.2.4:compile (default) @ jmh-scala-tests ---
[INFO] Using incremental compilation using Mixed compile order
[INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.12-1.3.1-bin_2.12.6__52.0-1.3.1_20191012T045515.jar
[INFO] Compiling 12 Scala sources to /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/classes ...
[INFO] Done compiling.
[INFO] compile in 11.5 s
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-scala-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-scala-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-scala-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- scala-maven-plugin:4.2.4:testCompile (default) @ jmh-scala-tests ---
[INFO] compile in 0.0 s
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-scala-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jmh-scala-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jmh-scala-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-scala-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/target/jmh-scala-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.1.0-SNAPSHOT/jmh-scala-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-scala-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-scala-tests/10.1.0-SNAPSHOT/jmh-scala-tests-10.1.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
[INFO] Building Eclipse Collections JMH Test Suite 10.1.0-SNAPSHOT      [18/18]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom (7.8 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-jre/guava-parent-25.1-jre.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-jre/guava-parent-25.1-jre.pom (10 kB at 611 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.pom (4.2 kB at 200 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 300 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 244 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 241 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.pom (9.4 kB at 448 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.21/jmh-parent-1.21.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.21/jmh-parent-1.21.pom (11 kB at 712 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom (17 kB at 968 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom
Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (1): 20/50 kB
Progress (1): 24/50 kB
Progress (1): 28/50 kB
Progress (1): 32/50 kB
Progress (1): 36/50 kB
Progress (1): 40/50 kB
Progress (1): 44/50 kB
Progress (1): 48/50 kB
Progress (1): 50 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.pom (9.8 kB at 492 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc-parent/0.8.1/hppc-parent-0.8.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc-parent/0.8.1/hppc-parent-0.8.1.pom (19 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-api-jdk8/0.6.8/koloboke-api-jdk8-0.6.8.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-api-jdk8/0.6.8/koloboke-api-jdk8-0.6.8.pom (2.2 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-impl-jdk8/0.6.8/koloboke-impl-jdk8-0.6.8.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-impl-jdk8/0.6.8/koloboke-impl-jdk8-0.6.8.pom (2.4 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom (1.4 kB at 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.1/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.2/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (1): 0.3/2.7 MB
Progress (2): 0.3/2.7 MB | 4.1/343 kB
Progress (2): 0.3/2.7 MB | 7.7/343 kB
Progress (2): 0.3/2.7 MB | 7.7/343 kB
Progress (2): 0.3/2.7 MB | 7.7/343 kB
Progress (2): 0.3/2.7 MB | 12/343 kB 
Progress (2): 0.3/2.7 MB | 12/343 kB
Progress (2): 0.3/2.7 MB | 16/343 kB
Progress (2): 0.3/2.7 MB | 16/343 kB
Progress (2): 0.3/2.7 MB | 20/343 kB
Progress (2): 0.3/2.7 MB | 20/343 kB
Progress (2): 0.3/2.7 MB | 24/343 kB
Progress (2): 0.3/2.7 MB | 24/343 kB
Progress (2): 0.3/2.7 MB | 28/343 kB
Progress (3): 0.3/2.7 MB | 28/343 kB | 4.1/14 kB
Progress (3): 0.3/2.7 MB | 32/343 kB | 4.1/14 kB
Progress (3): 0.3/2.7 MB | 32/343 kB | 4.1/14 kB
Progress (3): 0.3/2.7 MB | 36/343 kB | 4.1/14 kB
Progress (3): 0.3/2.7 MB | 36/343 kB | 7.7/14 kB
Progress (3): 0.3/2.7 MB | 40/343 kB | 7.7/14 kB
Progress (3): 0.3/2.7 MB | 40/343 kB | 7.7/14 kB
Progress (3): 0.3/2.7 MB | 44/343 kB | 7.7/14 kB
Progress (3): 0.3/2.7 MB | 44/343 kB | 12/14 kB 
Progress (3): 0.3/2.7 MB | 48/343 kB | 12/14 kB
Progress (3): 0.3/2.7 MB | 48/343 kB | 12/14 kB
Progress (3): 0.3/2.7 MB | 52/343 kB | 12/14 kB
Progress (3): 0.3/2.7 MB | 52/343 kB | 14 kB   
Progress (3): 0.3/2.7 MB | 56/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 56/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 60/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 60/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 64/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 64/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 68/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 68/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 72/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 72/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 76/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 76/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 80/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 80/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 84/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 84/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 88/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 88/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 92/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 96/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 96/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 100/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 100/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 104/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 104/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 108/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 108/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 112/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 112/343 kB | 14 kB
Progress (3): 0.3/2.7 MB | 116/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 116/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 120/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 120/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 124/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 124/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 128/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 128/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 132/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 132/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 136/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 136/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 140/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 140/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 144/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 144/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 148/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 152/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 152/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 156/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 156/343 kB | 14 kB
Progress (3): 0.4/2.7 MB | 160/343 kB | 14 kB
Progress (4): 0.4/2.7 MB | 160/343 kB | 14 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 164/343 kB | 14 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 164/343 kB | 14 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 168/343 kB | 14 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 168/343 kB | 14 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 172/343 kB | 14 kB | 3.5 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 196 kB/s)
Progress (3): 0.4/2.7 MB | 172/343 kB | 3.5 kB
Progress (4): 0.4/2.7 MB | 172/343 kB | 3.5 kB | 4.1/513 kB
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 4.1/513 kB
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 7.7/513 kB
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 7.7/513 kB
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 12/513 kB 
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 16/513 kB
Progress (4): 0.4/2.7 MB | 176/343 kB | 3.5 kB | 16/513 kB
Progress (4): 0.4/2.7 MB | 180/343 kB | 3.5 kB | 16/513 kB
Progress (4): 0.4/2.7 MB | 180/343 kB | 3.5 kB | 16/513 kB
Progress (4): 0.4/2.7 MB | 180/343 kB | 3.5 kB | 20/513 kB
Progress (4): 0.4/2.7 MB | 180/343 kB | 3.5 kB | 20/513 kB
Progress (4): 0.4/2.7 MB | 184/343 kB | 3.5 kB | 20/513 kB
Progress (4): 0.4/2.7 MB | 184/343 kB | 3.5 kB | 20/513 kB
Progress (4): 0.4/2.7 MB | 184/343 kB | 3.5 kB | 24/513 kB
Progress (4): 0.4/2.7 MB | 184/343 kB | 3.5 kB | 24/513 kB
Progress (4): 0.4/2.7 MB | 188/343 kB | 3.5 kB | 24/513 kB
Progress (4): 0.4/2.7 MB | 188/343 kB | 3.5 kB | 24/513 kB
Progress (4): 0.4/2.7 MB | 188/343 kB | 3.5 kB | 28/513 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 46 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.jar
Progress (3): 0.4/2.7 MB | 188/343 kB | 32/513 kB
Progress (3): 0.4/2.7 MB | 188/343 kB | 32/513 kB
Progress (3): 0.4/2.7 MB | 188/343 kB | 36/513 kB
Progress (3): 0.4/2.7 MB | 192/343 kB | 36/513 kB
Progress (3): 0.4/2.7 MB | 192/343 kB | 40/513 kB
Progress (3): 0.4/2.7 MB | 196/343 kB | 40/513 kB
Progress (3): 0.4/2.7 MB | 196/343 kB | 40/513 kB
Progress (3): 0.4/2.7 MB | 200/343 kB | 40/513 kB
Progress (3): 0.4/2.7 MB | 200/343 kB | 44/513 kB
Progress (3): 0.4/2.7 MB | 204/343 kB | 44/513 kB
Progress (4): 0.4/2.7 MB | 204/343 kB | 44/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 204/343 kB | 44/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 204/343 kB | 44/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 208/343 kB | 44/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 208/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 212/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 212/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 212/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 212/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 216/343 kB | 48/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 216/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 220/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 220/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 220/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 220/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 224/343 kB | 52/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 224/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 228/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 228/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 228/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 228/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 232/343 kB | 56/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 232/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 236/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 236/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 236/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 236/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 60/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 64/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 68/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 72/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 76/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 80/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 84/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 88/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 92/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 96/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 100/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 240/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 244/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 244/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 248/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 248/343 kB | 104/513 kB | 0/1.7 MB
Progress (4): 0.4/2.7 MB | 248/343 kB | 108/513 kB | 0/1.7 MB
Progress (5): 0.4/2.7 MB | 248/343 kB | 108/513 kB | 0/1.7 MB | 0/1.2 MB
Progress (5): 0.4/2.7 MB | 248/343 kB | 112/513 kB | 0/1.7 MB | 0/1.2 MB
Progress (5): 0.4/2.7 MB | 248/343 kB | 112/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.4/2.7 MB | 252/343 kB | 112/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 252/343 kB | 112/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 112/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 112/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 116/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 116/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 256/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 260/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 260/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 120/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 124/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 124/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 264/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 268/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 268/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 128/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 132/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 132/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 272/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 276/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 276/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 136/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 140/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 140/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 280/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 284/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 284/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 144/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 148/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 148/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 288/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 292/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 292/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 152/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 156/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 156/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 296/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 300/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 300/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 160/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 164/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 164/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 304/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 308/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 308/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 168/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 172/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 172/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 312/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 316/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 316/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 176/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 180/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 180/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 320/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 324/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 324/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 184/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 188/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 188/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 328/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 332/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 332/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 192/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 196/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 196/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 336/343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 340/343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 340/343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB    
Progress (5): 0.5/2.7 MB | 343 kB | 200/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 204/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 204/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 208/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 208/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 208/513 kB | 0.1/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 208/513 kB | 0.2/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 212/513 kB | 0.2/1.7 MB | 0/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 212/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 216/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 216/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 216/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 216/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 220/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 220/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 224/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 224/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 224/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 224/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 228/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 228/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 232/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 236/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 236/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 240/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 343 kB | 240/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.jar (343 kB at 1.3 MB/s)
Progress (4): 0.5/2.7 MB | 240/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-api-jdk8/0.6.8/koloboke-api-jdk8-0.6.8.jar
Progress (4): 0.5/2.7 MB | 240/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 244/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 244/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 248/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 248/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 248/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 248/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 252/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 252/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 256/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 256/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 256/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 256/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 260/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 260/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 264/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 264/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 264/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 264/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 268/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 268/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 272/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 272/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 272/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 272/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 276/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 276/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 280/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 280/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 280/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 280/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 284/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 284/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 288/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 288/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 288/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 288/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 292/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 292/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 296/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 296/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (4): 0.5/2.7 MB | 296/513 kB | 0.2/1.7 MB | 0.1/1.2 MB
Progress (5): 0.5/2.7 MB | 296/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 296/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 300/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 300/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.2/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 4.1/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 304/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 308/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 308/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 7.7/873 kB
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB 
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.5/2.7 MB | 312/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.5/2.7 MB | 316/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.5/2.7 MB | 316/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.5/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.5/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.6/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 12/873 kB
Progress (5): 0.6/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 320/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 324/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 324/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 16/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 20/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 20/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (5): 0.6/2.7 MB | 328/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (5): 0.6/2.7 MB | 332/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (5): 0.6/2.7 MB | 332/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (5): 0.6/2.7 MB | 332/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 336/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 336/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 336/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 336/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 340/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (5): 0.6/2.7 MB | 340/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 340/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 344/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 344/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 344/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 344/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 348/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (5): 0.6/2.7 MB | 348/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 36/873 kB
Progress (5): 0.6/2.7 MB | 348/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 36/873 kB
Progress (5): 0.6/2.7 MB | 348/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 40/873 kB
Progress (5): 0.6/2.7 MB | 352/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 40/873 kB
Progress (5): 0.6/2.7 MB | 352/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 40/873 kB
Progress (5): 0.6/2.7 MB | 352/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 40/873 kB
Progress (5): 0.6/2.7 MB | 352/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 40/873 kB
Progress (5): 0.6/2.7 MB | 352/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 44/873 kB
Progress (5): 0.6/2.7 MB | 356/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 44/873 kB
Progress (5): 0.6/2.7 MB | 356/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 44/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 44/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 48/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 48/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 52/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 52/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 360/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 364/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 364/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 56/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 60/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 60/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 368/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 372/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 372/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 376/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 376/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 64/873 kB
Progress (5): 0.6/2.7 MB | 376/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 376/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 376/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 380/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 380/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 384/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 388/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 388/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 392/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 396/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 396/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 78/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 82/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 82/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.3/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 400/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 404/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 404/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 90/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 90/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 408/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 412/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 412/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 416/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 420/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 420/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 424/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 428/513 kB | 0.4/1.7 MB | 0.1/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 428/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 106/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 110/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 110/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 432/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 436/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 436/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 114/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 118/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 118/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 440/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 444/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 444/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 122/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 126/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 126/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 448/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 452/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 452/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 130/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 131/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 131/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 456/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 460/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 460/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 135/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 139/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 139/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 464/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 468/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 468/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 143/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.6/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.7/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 147/873 kB
Progress (5): 0.7/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 151/873 kB
Progress (5): 0.7/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 472/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 476/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 476/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 155/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 159/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 159/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 480/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 484/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 484/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 163/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 167/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 167/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 488/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 492/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 492/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 171/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 175/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 175/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 496/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 500/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 500/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.4/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 179/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 183/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 183/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 504/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 508/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 508/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 187/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 191/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 191/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 195/873 kB
Progress (5): 0.7/2.7 MB | 512/513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 195/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 195/873 kB    
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 195/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 195/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 199/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 199/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 203/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 203/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 207/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 207/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 211/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 211/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 211/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 211/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 215/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 215/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 219/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 219/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 219/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 219/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 223/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 223/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 227/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 227/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 227/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 227/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 231/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 231/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 235/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 235/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 235/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 235/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 239/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 239/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 243/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 243/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 243/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 243/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 243/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 247/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 247/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 251/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 251/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 251/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 251/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 255/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 255/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 259/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 259/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 259/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 259/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 263/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 263/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 267/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 267/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 267/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 267/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 271/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 271/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 275/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 275/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 275/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 275/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 279/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 279/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.7/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.5/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 283/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 287/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 287/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
Progress (5): 0.8/2.7 MB | 513 kB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.21/jmh-core-1.21.jar (513 kB at 922 kB/s)
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 291/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 295/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 295/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 299/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 299/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 299/873 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-impl-jdk8/0.6.8/koloboke-impl-jdk8-0.6.8.jar
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 299/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 299/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 303/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 303/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 307/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 307/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 307/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 307/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 311/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 311/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 315/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 315/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 315/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 315/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.2/1.2 MB | 319/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 319/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 323/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 323/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 323/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 323/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 327/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 327/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 331/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 331/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 331/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 331/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 335/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 335/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 339/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 339/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 339/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 339/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 343/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 343/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 347/873 kB
Progress (4): 0.8/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 347/873 kB
Progress (4): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 347/873 kB
Progress (4): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 347/873 kB
Progress (4): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 351/873 kB
Progress (4): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 355/873 kB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 355/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 355/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 355/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 359/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 359/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 359/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 359/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 363/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 363/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 363/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 363/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 367/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 367/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 367/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 367/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 371/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 371/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 371/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 371/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 375/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 375/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 375/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 375/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 379/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 379/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 379/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 379/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.6/1.7 MB | 0.3/1.2 MB | 383/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 383/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 383/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 383/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 387/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 387/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 387/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 387/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 391/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 391/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 391/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 391/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 395/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 395/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 395/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 395/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 399/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 399/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 399/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 399/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 403/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 403/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 403/873 kB | 0/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 403/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 407/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 407/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 407/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 407/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 411/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 411/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 411/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 411/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 415/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 415/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 415/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 415/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 419/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 419/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 419/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 419/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 423/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 423/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 423/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 423/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 427/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 427/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 427/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 427/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 431/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 435/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 439/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 439/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 439/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 439/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 443/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 443/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 443/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 443/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 447/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 447/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 447/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 447/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 451/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 451/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 451/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 451/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 455/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 455/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 455/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 455/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 459/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 459/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 459/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 459/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 463/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 463/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 463/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 463/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 467/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 467/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 467/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 467/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 471/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 471/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 471/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 471/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 475/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 475/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 475/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 475/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 479/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 479/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 479/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 479/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 483/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 483/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 483/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 483/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 487/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 487/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.7/1.7 MB | 0.3/1.2 MB | 487/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 487/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 491/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 491/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 491/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 491/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 495/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 495/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 495/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 495/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 499/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 499/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 499/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 499/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 503/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 507/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 507/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 507/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 507/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 511/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 511/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 511/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 511/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 515/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 515/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 515/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 515/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 519/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 523/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 523/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 523/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 523/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 527/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 527/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 527/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 527/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 531/873 kB | 0.1/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 531/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 531/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 531/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 535/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 539/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.3/1.2 MB | 539/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 539/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 539/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 543/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 543/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 543/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 543/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 547/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 547/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 547/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 547/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 0.9/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 551/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 555/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 555/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 555/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 555/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 555/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 559/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 559/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 559/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 559/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 563/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 563/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 563/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 563/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 567/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 571/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 571/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 571/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 571/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 575/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 575/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 575/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 575/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 579/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 579/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 579/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 579/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 583/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 583/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 583/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 583/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 587/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.8/1.7 MB | 0.4/1.2 MB | 587/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 587/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 587/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 587/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 591/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 591/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 591/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 591/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 591/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 595/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 595/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 595/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 595/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 599/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 599/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 599/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 599/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 603/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 603/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 603/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 603/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 607/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 607/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 607/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 607/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 611/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 611/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 611/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 611/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 615/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 615/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 615/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 615/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 619/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 619/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 619/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 619/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 619/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 623/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 623/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 623/873 kB | 0.2/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 623/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 627/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 627/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 627/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 627/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 631/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 631/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 631/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 631/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 635/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 635/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 635/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 635/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 639/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 639/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 639/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 639/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 643/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 643/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 643/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 643/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 647/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 647/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 647/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 647/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 651/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 651/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 651/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 651/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 655/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 655/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 655/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 655/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 659/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 659/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 659/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 659/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 663/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 663/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 663/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 663/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 667/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 667/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 667/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 667/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 667/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 671/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 671/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 671/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 671/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 675/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 675/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 0.9/1.7 MB | 0.4/1.2 MB | 675/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 675/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 679/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 683/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 683/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 683/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 683/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 687/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 687/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 687/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 687/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 691/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 691/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 691/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 691/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 691/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 695/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 695/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 695/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 695/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 699/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 699/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 699/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 699/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 703/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 703/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 703/873 kB | 0.3/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 703/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 703/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 707/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 707/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 707/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 707/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 711/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 711/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 711/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 711/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 715/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 715/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 715/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 715/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 719/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 719/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 719/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 719/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 723/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 723/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 723/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 723/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 727/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 727/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 727/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 727/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 731/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 731/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 731/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 731/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 731/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 735/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 735/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 735/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 735/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 735/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 739/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 739/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 739/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 739/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 743/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.4/1.2 MB | 743/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 743/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 743/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 743/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 747/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 747/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 747/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 747/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 751/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 751/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 751/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 751/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 755/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 755/873 kB | 0.4/19 MB
Progress (5): 1.0/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 755/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 755/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 755/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 759/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 763/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 763/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 763/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 763/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 767/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 767/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.0/1.7 MB | 0.5/1.2 MB | 767/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 767/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 771/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 771/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 771/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 771/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 775/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 775/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 775/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 775/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 779/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 779/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 779/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 779/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 783/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 787/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 787/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 787/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 787/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 791/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 791/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 791/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 791/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 795/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 795/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 795/873 kB | 0.4/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 795/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 799/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 799/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 799/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 799/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 803/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 803/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 803/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 803/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 807/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 807/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 807/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 807/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 807/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 811/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 811/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 811/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 811/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 815/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 819/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 823/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 827/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 831/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 831/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 831/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 831/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 835/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 835/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 835/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 835/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 839/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 839/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 839/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 839/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 843/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 843/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 843/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 843/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 847/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 847/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 847/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 847/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 851/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 851/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 851/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 851/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 855/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 855/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 855/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 855/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 859/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 859/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 859/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 859/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 863/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 863/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 863/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 863/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 867/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 867/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 867/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 867/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 871/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 871/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.1/1.7 MB | 0.5/1.2 MB | 871/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 871/873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB    
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.5/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
Progress (5): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 873 kB | 0.6/19 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-api-jdk8/0.6.8/koloboke-api-jdk8-0.6.8.jar (873 kB at 893 kB/s)
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.5/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.2/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.1/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (4): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.6/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.3/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.7/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.1/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.4/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.6/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.2/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.2/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.8/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.5/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.3/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.7/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.6/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.4/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.3/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7/1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB    
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 0.9/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.8/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (5): 1.5/2.7 MB | 1.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar (1.7 MB at 1.2 MB/s)
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 0.9/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.0/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.5/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.0/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.4/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.1/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.1/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2/1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB    
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.2/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.5/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 1.3/19 MB | 0.6/2.5 MB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.jar (1.2 MB at 792 kB/s)
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.3/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.6/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.4/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.6/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.7/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.5/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.7/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.8/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.6/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.8/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 0.9/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.7/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.0/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.8/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.1/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 1.9/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.2/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.0/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.1/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.2/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.3/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.4/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.5/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.5/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB    
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.6/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.7/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.8/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.9/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.0/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.1/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.3/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.2/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.4/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.3/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5/2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB    
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.4/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.5/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.6/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.7/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.8/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 3.9/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
Progress (3): 2.7 MB | 4.0/19 MB | 2.5 MB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-jre/guava-25.1-jre.jar (2.7 MB at 1.4 MB/s)
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.0/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
Progress (2): 4.1/19 MB | 2.5 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (2.5 MB at 1.2 MB/s)
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.1/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.2/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.3/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.4/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.5/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.6/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.7/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.8/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 4.9/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.0/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.1/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.2/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.3/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.4/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.5/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.6/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.7/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.8/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 5.9/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.0/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.1/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.2/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.3/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.4/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.5/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.6/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.7/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.8/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 6.9/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.0/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.1/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.2/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.3/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.4/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.5/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.6/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.7/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.8/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 7.9/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.0/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.1/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.2/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.3/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.4/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.5/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.6/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.7/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.8/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 8.9/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.0/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.1/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.2/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.3/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.4/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.5/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.6/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.7/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.8/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 9.9/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10.0/19 MB
Progress (1): 10/19 MB  
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 10/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 11/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 12/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 13/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 14/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 15/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 16/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 17/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 18/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19/19 MB
Progress (1): 19 MB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/openhft/koloboke-impl-jdk8/0.6.8/koloboke-impl-jdk8-0.6.8.jar (19 MB at 5.8 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jmh-tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce) @ jmh-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jmh-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jmh-tests ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.jar (31 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.21/jmh-generator-annprocess-1.21.pom (3.8 kB at 154 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/new-version/jmh-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jmh-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/new-version/jmh-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jmh-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jmh-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jmh-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ jmh-tests ---
[INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.scala-lang:scala-library:jar:2.12.6 in the shaded jar.
[INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:25.1-jre in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
[INFO] Including org.checkerframework:checker-qual:jar:2.0.0 in the shaded jar.
[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.1.3 in the shaded jar.
[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar.
[INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 in the shaded jar.
[INFO] Including junit:junit:jar:4.12 in the shaded jar.
[INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] Including org.openjdk.jmh:jmh-core:jar:1.21 in the shaded jar.
[INFO] Including net.sf.jopt-simple:jopt-simple:jar:4.6 in the shaded jar.
[INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar.
[INFO] Including com.carrotsearch:hppc:jar:0.8.1 in the shaded jar.
[INFO] Including net.openhft:koloboke-api-jdk8:jar:0.6.8 in the shaded jar.
[INFO] Including net.openhft:koloboke-impl-jdk8:jar:0.6.8 in the shaded jar.
[INFO] Including net.sf.trove4j:trove4j:jar:3.0.3 in the shaded jar.
[INFO] Replacing /home/jenkins/agent/workspace/new-version/jmh-tests/target/microbenchmarks.jar with /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jmh-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (analyze) @ jmh-tests ---
[INFO] No dependency problems found
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ jmh-tests ---
[INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.1.0-SNAPSHOT/jmh-tests-10.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/pom.xml to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.1.0-SNAPSHOT/jmh-tests-10.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/new-version/jmh-tests/target/jmh-tests-10.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/new-version/.repository/org/eclipse/collections/jmh-tests/10.1.0-SNAPSHOT/jmh-tests-10.1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections Parent Project ................. SUCCESS [ 15.008 s]
[INFO] Eclipse Collections Code Generator ................. SUCCESS [  9.295 s]
[INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  5.765 s]
[INFO] Eclipse Collections API ............................ SUCCESS [ 12.474 s]
[INFO] Eclipse Collections Main Library ................... SUCCESS [01:24 min]
[INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 14.071 s]
[INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  7.808 s]
[INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [15:44 min]
[INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 19.399 s]
[INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  5.660 s]
[INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  1.137 s]
[INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 23.651 s]
[INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 16.592 s]
[INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.408 s]
[INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 37.144 s]
[INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [01:06 min]
[INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [ 11.631 s]
[INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 30.256 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  21:47 min
[INFO] Finished at: 2019-11-22T17:25:45Z
[INFO] ------------------------------------------------------------------------
[new-version] $ /bin/sh -xe /tmp/jenkins2204469471435196694.sh
+ git checkout origin/master
HEAD is now at 6896dfe6 Update version number to 10.1.0-SNAPSHOT.
+ git config --global user.email collections-bot@eclipse.org
+ git config --global user.name 'Eclipse Collections Bot'
+ git add -u '*.xml'
+ git commit -m 'Update version number to 10.1.0-SNAPSHOT.'
HEAD detached at 6896dfe6
Untracked files:
	.repository/

nothing added to commit but untracked files present
Build step 'Execute shell' marked build as failure
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Sending e-mails to: hiroshi.ito@gs.com donald.raab@gs.com craig.motlin@gs.com mohammad.rezaei@gs.com
Finished: FAILURE