Skip to content

Console Output

Started by user Frederic Gurr
Rebuilds build #49
Running as Frederic Gurr
Agent default-agent-g4v9g is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-g4v9g"
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-g4v9g"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-g4v9g"
    - 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-g4v9g in workspace /home/jenkins/agent/workspace/release
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/release # 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 0acad93290a741669d6d64fc7ebfcd3812176e98 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0acad93290a741669d6d64fc7ebfcd3812176e98
Commit message: "Merge pull request #764 from cguntur-bnym/master"
 > git rev-list --no-walk a35f0f4872e783542eb458dadcba6f8fc2645b83 # timeout=10
[release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEW_VERSION=10.1.0.M1 -Dmaven.repo.local=/home/jenkins/agent/workspace/release/.repository versions:set -DgenerateBackupPoms=false -DnewVersion=10.1.0.M1
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 37 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 441 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 4.3 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 179 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 456 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 572 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 312 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 111 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 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 47 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 62 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 15 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 103 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 15 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 162 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 63 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 162 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 210 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 113 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 226 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 239 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 36 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 52 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 62 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 112 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 112 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 70 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 30 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 181 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 45 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 31 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 541 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 144 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 346 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 66 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 54 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 51 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 221 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 64 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 56 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 148 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 123 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 625 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 154 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 325 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.2 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 399 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 403 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.8 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 467 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 461 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 82 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 472 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 19 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 25 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 4.2 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 28 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 38 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 22 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 202 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 6.4 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 24 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 96 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 19 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 126 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 41 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.1 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 58 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 31 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 30 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 18 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-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/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-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/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-model/3.0/maven-model-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-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-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/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
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
Progress (1): 4.1/165 kB
Progress (1): 7.7/165 kB
Progress (1): 12/165 kB 
Progress (1): 16/165 kB
Progress (1): 20/165 kB
Progress (1): 24/165 kB
Progress (1): 28/165 kB
Progress (1): 32/165 kB
Progress (2): 32/165 kB | 4.1/47 kB
Progress (2): 36/165 kB | 4.1/47 kB
Progress (2): 36/165 kB | 7.7/47 kB
Progress (3): 36/165 kB | 7.7/47 kB | 4.1/527 kB
Progress (3): 40/165 kB | 7.7/47 kB | 4.1/527 kB
Progress (3): 40/165 kB | 12/47 kB | 4.1/527 kB 
Progress (3): 40/165 kB | 12/47 kB | 7.7/527 kB
Progress (3): 40/165 kB | 16/47 kB | 7.7/527 kB
Progress (3): 44/165 kB | 16/47 kB | 7.7/527 kB
Progress (3): 44/165 kB | 20/47 kB | 7.7/527 kB
Progress (3): 44/165 kB | 20/47 kB | 12/527 kB 
Progress (4): 44/165 kB | 20/47 kB | 12/527 kB | 4.1/5.6 kB
Progress (4): 44/165 kB | 24/47 kB | 12/527 kB | 4.1/5.6 kB
Progress (4): 48/165 kB | 24/47 kB | 12/527 kB | 4.1/5.6 kB
Progress (4): 48/165 kB | 28/47 kB | 12/527 kB | 4.1/5.6 kB
Progress (4): 48/165 kB | 28/47 kB | 12/527 kB | 5.6 kB    
Progress (4): 48/165 kB | 28/47 kB | 16/527 kB | 5.6 kB
Progress (4): 48/165 kB | 32/47 kB | 16/527 kB | 5.6 kB
Progress (4): 52/165 kB | 32/47 kB | 16/527 kB | 5.6 kB
Progress (4): 52/165 kB | 36/47 kB | 16/527 kB | 5.6 kB
Progress (4): 52/165 kB | 36/47 kB | 20/527 kB | 5.6 kB
Progress (4): 52/165 kB | 40/47 kB | 20/527 kB | 5.6 kB
Progress (4): 56/165 kB | 40/47 kB | 20/527 kB | 5.6 kB
Progress (4): 56/165 kB | 44/47 kB | 20/527 kB | 5.6 kB
Progress (4): 60/165 kB | 44/47 kB | 20/527 kB | 5.6 kB
Progress (4): 60/165 kB | 44/47 kB | 24/527 kB | 5.6 kB
Progress (5): 60/165 kB | 44/47 kB | 24/527 kB | 5.6 kB | 4.1/202 kB
Progress (5): 64/165 kB | 44/47 kB | 24/527 kB | 5.6 kB | 4.1/202 kB
Progress (5): 64/165 kB | 47 kB | 24/527 kB | 5.6 kB | 4.1/202 kB   
Progress (5): 68/165 kB | 47 kB | 24/527 kB | 5.6 kB | 4.1/202 kB
Progress (5): 68/165 kB | 47 kB | 24/527 kB | 5.6 kB | 7.7/202 kB
Progress (5): 68/165 kB | 47 kB | 28/527 kB | 5.6 kB | 7.7/202 kB
Progress (5): 68/165 kB | 47 kB | 28/527 kB | 5.6 kB | 12/202 kB 
Progress (5): 72/165 kB | 47 kB | 28/527 kB | 5.6 kB | 12/202 kB
Progress (5): 72/165 kB | 47 kB | 28/527 kB | 5.6 kB | 16/202 kB
Progress (5): 72/165 kB | 47 kB | 32/527 kB | 5.6 kB | 16/202 kB
Progress (5): 76/165 kB | 47 kB | 32/527 kB | 5.6 kB | 16/202 kB
Progress (5): 76/165 kB | 47 kB | 36/527 kB | 5.6 kB | 16/202 kB
Progress (5): 76/165 kB | 47 kB | 36/527 kB | 5.6 kB | 20/202 kB
Progress (5): 76/165 kB | 47 kB | 40/527 kB | 5.6 kB | 20/202 kB
Progress (5): 80/165 kB | 47 kB | 40/527 kB | 5.6 kB | 20/202 kB
Progress (5): 80/165 kB | 47 kB | 44/527 kB | 5.6 kB | 20/202 kB
Progress (5): 80/165 kB | 47 kB | 44/527 kB | 5.6 kB | 24/202 kB
Progress (5): 80/165 kB | 47 kB | 48/527 kB | 5.6 kB | 24/202 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): 84/165 kB | 47 kB | 48/527 kB | 24/202 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): 84/165 kB | 47 kB | 52/527 kB | 24/202 kB
Progress (4): 84/165 kB | 47 kB | 56/527 kB | 24/202 kB
Progress (4): 84/165 kB | 47 kB | 60/527 kB | 24/202 kB
Progress (4): 84/165 kB | 47 kB | 60/527 kB | 28/202 kB
Progress (4): 84/165 kB | 47 kB | 64/527 kB | 28/202 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 915 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (3): 88/165 kB | 64/527 kB | 28/202 kB
Progress (3): 88/165 kB | 68/527 kB | 28/202 kB
Progress (3): 92/165 kB | 68/527 kB | 28/202 kB
Progress (3): 96/165 kB | 68/527 kB | 28/202 kB
Progress (3): 96/165 kB | 68/527 kB | 32/202 kB
Progress (3): 100/165 kB | 68/527 kB | 32/202 kB
Progress (3): 100/165 kB | 72/527 kB | 32/202 kB
Progress (3): 104/165 kB | 72/527 kB | 32/202 kB
Progress (3): 104/165 kB | 72/527 kB | 36/202 kB
Progress (3): 108/165 kB | 72/527 kB | 36/202 kB
Progress (3): 108/165 kB | 76/527 kB | 36/202 kB
Progress (3): 112/165 kB | 76/527 kB | 36/202 kB
Progress (3): 112/165 kB | 76/527 kB | 40/202 kB
Progress (3): 116/165 kB | 76/527 kB | 40/202 kB
Progress (3): 116/165 kB | 80/527 kB | 40/202 kB
Progress (3): 116/165 kB | 80/527 kB | 44/202 kB
Progress (3): 120/165 kB | 80/527 kB | 44/202 kB
Progress (3): 120/165 kB | 80/527 kB | 48/202 kB
Progress (3): 120/165 kB | 84/527 kB | 48/202 kB
Progress (3): 120/165 kB | 88/527 kB | 48/202 kB
Progress (3): 120/165 kB | 92/527 kB | 48/202 kB
Progress (3): 124/165 kB | 92/527 kB | 48/202 kB
Progress (3): 124/165 kB | 96/527 kB | 48/202 kB
Progress (3): 124/165 kB | 96/527 kB | 52/202 kB
Progress (3): 124/165 kB | 100/527 kB | 52/202 kB
Progress (3): 128/165 kB | 100/527 kB | 52/202 kB
Progress (3): 128/165 kB | 104/527 kB | 52/202 kB
Progress (3): 128/165 kB | 104/527 kB | 56/202 kB
Progress (3): 128/165 kB | 108/527 kB | 56/202 kB
Progress (3): 132/165 kB | 108/527 kB | 56/202 kB
Progress (3): 132/165 kB | 112/527 kB | 56/202 kB
Progress (3): 132/165 kB | 112/527 kB | 60/202 kB
Progress (3): 132/165 kB | 116/527 kB | 60/202 kB
Progress (3): 136/165 kB | 116/527 kB | 60/202 kB
Progress (3): 136/165 kB | 120/527 kB | 60/202 kB
Progress (3): 140/165 kB | 120/527 kB | 60/202 kB
Progress (3): 144/165 kB | 120/527 kB | 60/202 kB
Progress (3): 148/165 kB | 120/527 kB | 60/202 kB
Progress (3): 148/165 kB | 120/527 kB | 64/202 kB
Progress (3): 152/165 kB | 120/527 kB | 64/202 kB
Progress (3): 152/165 kB | 120/527 kB | 68/202 kB
Progress (4): 152/165 kB | 120/527 kB | 68/202 kB | 4.1/30 kB
Progress (4): 152/165 kB | 124/527 kB | 68/202 kB | 4.1/30 kB
Progress (4): 152/165 kB | 124/527 kB | 68/202 kB | 7.7/30 kB
Progress (4): 152/165 kB | 124/527 kB | 72/202 kB | 7.7/30 kB
Progress (4): 152/165 kB | 124/527 kB | 72/202 kB | 12/30 kB 
Progress (4): 156/165 kB | 124/527 kB | 72/202 kB | 12/30 kB
Progress (4): 156/165 kB | 124/527 kB | 72/202 kB | 16/30 kB
Progress (4): 156/165 kB | 124/527 kB | 76/202 kB | 16/30 kB
Progress (4): 156/165 kB | 128/527 kB | 76/202 kB | 16/30 kB
Progress (4): 156/165 kB | 128/527 kB | 80/202 kB | 16/30 kB
Progress (4): 156/165 kB | 128/527 kB | 80/202 kB | 20/30 kB
Progress (4): 160/165 kB | 128/527 kB | 80/202 kB | 20/30 kB
Progress (5): 160/165 kB | 128/527 kB | 80/202 kB | 20/30 kB | 4.1/38 kB
Progress (5): 164/165 kB | 128/527 kB | 80/202 kB | 20/30 kB | 4.1/38 kB
Progress (5): 165 kB | 128/527 kB | 80/202 kB | 20/30 kB | 4.1/38 kB    
Progress (5): 165 kB | 128/527 kB | 80/202 kB | 24/30 kB | 4.1/38 kB
Progress (5): 165 kB | 128/527 kB | 80/202 kB | 28/30 kB | 4.1/38 kB
Progress (5): 165 kB | 128/527 kB | 80/202 kB | 30 kB | 4.1/38 kB   
Progress (5): 165 kB | 128/527 kB | 84/202 kB | 30 kB | 4.1/38 kB
Progress (5): 165 kB | 132/527 kB | 84/202 kB | 30 kB | 4.1/38 kB
Progress (5): 165 kB | 132/527 kB | 88/202 kB | 30 kB | 4.1/38 kB
Progress (5): 165 kB | 132/527 kB | 88/202 kB | 30 kB | 7.7/38 kB
Progress (5): 165 kB | 132/527 kB | 92/202 kB | 30 kB | 7.7/38 kB
Progress (5): 165 kB | 136/527 kB | 92/202 kB | 30 kB | 7.7/38 kB
Progress (5): 165 kB | 136/527 kB | 96/202 kB | 30 kB | 7.7/38 kB
Progress (5): 165 kB | 136/527 kB | 96/202 kB | 30 kB | 12/38 kB 
Progress (5): 165 kB | 136/527 kB | 100/202 kB | 30 kB | 12/38 kB
Progress (5): 165 kB | 140/527 kB | 100/202 kB | 30 kB | 12/38 kB
Progress (5): 165 kB | 140/527 kB | 104/202 kB | 30 kB | 12/38 kB
Progress (5): 165 kB | 140/527 kB | 104/202 kB | 30 kB | 16/38 kB
Progress (5): 165 kB | 140/527 kB | 108/202 kB | 30 kB | 16/38 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 207 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): 165 kB | 144/527 kB | 108/202 kB | 16/38 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 1.1 MB/s)
Progress (3): 144/527 kB | 112/202 kB | 16/38 kB
Progress (3): 144/527 kB | 112/202 kB | 20/38 kB
Progress (3): 144/527 kB | 116/202 kB | 20/38 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 (3): 148/527 kB | 116/202 kB | 20/38 kB
Progress (3): 148/527 kB | 120/202 kB | 20/38 kB
Progress (3): 148/527 kB | 120/202 kB | 24/38 kB
Progress (3): 152/527 kB | 120/202 kB | 24/38 kB
Progress (3): 152/527 kB | 120/202 kB | 28/38 kB
Progress (3): 152/527 kB | 124/202 kB | 28/38 kB
Progress (3): 152/527 kB | 124/202 kB | 32/38 kB
Progress (3): 156/527 kB | 124/202 kB | 32/38 kB
Progress (3): 156/527 kB | 124/202 kB | 36/38 kB
Progress (3): 156/527 kB | 128/202 kB | 36/38 kB
Progress (3): 156/527 kB | 128/202 kB | 38 kB   
Progress (3): 160/527 kB | 128/202 kB | 38 kB
Progress (3): 160/527 kB | 132/202 kB | 38 kB
Progress (3): 164/527 kB | 132/202 kB | 38 kB
Progress (3): 164/527 kB | 136/202 kB | 38 kB
Progress (3): 168/527 kB | 136/202 kB | 38 kB
Progress (3): 168/527 kB | 140/202 kB | 38 kB
Progress (3): 172/527 kB | 140/202 kB | 38 kB
Progress (3): 172/527 kB | 144/202 kB | 38 kB
Progress (3): 176/527 kB | 144/202 kB | 38 kB
Progress (3): 176/527 kB | 148/202 kB | 38 kB
Progress (3): 180/527 kB | 148/202 kB | 38 kB
Progress (3): 180/527 kB | 152/202 kB | 38 kB
Progress (3): 184/527 kB | 152/202 kB | 38 kB
Progress (3): 184/527 kB | 156/202 kB | 38 kB
Progress (3): 188/527 kB | 156/202 kB | 38 kB
Progress (3): 188/527 kB | 160/202 kB | 38 kB
Progress (3): 192/527 kB | 160/202 kB | 38 kB
Progress (3): 192/527 kB | 164/202 kB | 38 kB
Progress (3): 196/527 kB | 164/202 kB | 38 kB
Progress (3): 196/527 kB | 168/202 kB | 38 kB
Progress (3): 200/527 kB | 168/202 kB | 38 kB
Progress (3): 200/527 kB | 172/202 kB | 38 kB
Progress (3): 204/527 kB | 172/202 kB | 38 kB
Progress (3): 204/527 kB | 176/202 kB | 38 kB
Progress (3): 208/527 kB | 176/202 kB | 38 kB
Progress (3): 208/527 kB | 180/202 kB | 38 kB
Progress (3): 212/527 kB | 180/202 kB | 38 kB
Progress (3): 212/527 kB | 184/202 kB | 38 kB
Progress (3): 216/527 kB | 184/202 kB | 38 kB
Progress (3): 216/527 kB | 188/202 kB | 38 kB
Progress (3): 220/527 kB | 188/202 kB | 38 kB
Progress (3): 220/527 kB | 192/202 kB | 38 kB
Progress (3): 224/527 kB | 192/202 kB | 38 kB
Progress (3): 224/527 kB | 196/202 kB | 38 kB
Progress (3): 224/527 kB | 200/202 kB | 38 kB
Progress (3): 228/527 kB | 200/202 kB | 38 kB
Progress (3): 228/527 kB | 202 kB | 38 kB    
Progress (3): 232/527 kB | 202 kB | 38 kB
Progress (3): 236/527 kB | 202 kB | 38 kB
Progress (3): 240/527 kB | 202 kB | 38 kB
Progress (3): 244/527 kB | 202 kB | 38 kB
Progress (3): 248/527 kB | 202 kB | 38 kB
Progress (3): 252/527 kB | 202 kB | 38 kB
Progress (3): 256/527 kB | 202 kB | 38 kB
Progress (3): 260/527 kB | 202 kB | 38 kB
Progress (4): 260/527 kB | 202 kB | 38 kB | 4.1/148 kB
Progress (5): 260/527 kB | 202 kB | 38 kB | 4.1/148 kB | 4.1/52 kB
Progress (5): 264/527 kB | 202 kB | 38 kB | 4.1/148 kB | 4.1/52 kB
Progress (5): 264/527 kB | 202 kB | 38 kB | 4.1/148 kB | 7.7/52 kB
Progress (5): 264/527 kB | 202 kB | 38 kB | 7.7/148 kB | 7.7/52 kB
Progress (5): 264/527 kB | 202 kB | 38 kB | 7.7/148 kB | 12/52 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 230 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 (4): 268/527 kB | 202 kB | 7.7/148 kB | 12/52 kB
Progress (4): 268/527 kB | 202 kB | 7.7/148 kB | 16/52 kB
Progress (4): 268/527 kB | 202 kB | 12/148 kB | 16/52 kB 
Progress (4): 268/527 kB | 202 kB | 12/148 kB | 20/52 kB
Progress (4): 272/527 kB | 202 kB | 12/148 kB | 20/52 kB
Progress (4): 272/527 kB | 202 kB | 12/148 kB | 24/52 kB
Progress (4): 276/527 kB | 202 kB | 12/148 kB | 24/52 kB
Progress (4): 276/527 kB | 202 kB | 16/148 kB | 24/52 kB
Progress (4): 280/527 kB | 202 kB | 16/148 kB | 24/52 kB
Progress (4): 280/527 kB | 202 kB | 20/148 kB | 24/52 kB
Progress (4): 280/527 kB | 202 kB | 24/148 kB | 24/52 kB
Progress (4): 280/527 kB | 202 kB | 24/148 kB | 28/52 kB
Progress (4): 280/527 kB | 202 kB | 28/148 kB | 28/52 kB
Progress (4): 284/527 kB | 202 kB | 28/148 kB | 28/52 kB
Progress (4): 284/527 kB | 202 kB | 32/148 kB | 28/52 kB
Progress (4): 284/527 kB | 202 kB | 32/148 kB | 32/52 kB
Progress (4): 284/527 kB | 202 kB | 33/148 kB | 32/52 kB
Progress (4): 288/527 kB | 202 kB | 33/148 kB | 32/52 kB
Progress (4): 288/527 kB | 202 kB | 37/148 kB | 32/52 kB
Progress (4): 288/527 kB | 202 kB | 37/148 kB | 36/52 kB
Progress (4): 288/527 kB | 202 kB | 41/148 kB | 36/52 kB
Progress (4): 292/527 kB | 202 kB | 41/148 kB | 36/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.2 MB/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 (3): 296/527 kB | 41/148 kB | 36/52 kB
Progress (3): 296/527 kB | 45/148 kB | 36/52 kB
Progress (3): 296/527 kB | 45/148 kB | 40/52 kB
Progress (3): 296/527 kB | 49/148 kB | 40/52 kB
Progress (3): 296/527 kB | 49/148 kB | 44/52 kB
Progress (3): 300/527 kB | 49/148 kB | 44/52 kB
Progress (3): 300/527 kB | 53/148 kB | 44/52 kB
Progress (3): 304/527 kB | 53/148 kB | 44/52 kB
Progress (3): 304/527 kB | 57/148 kB | 44/52 kB
Progress (3): 308/527 kB | 57/148 kB | 44/52 kB
Progress (3): 308/527 kB | 61/148 kB | 44/52 kB
Progress (3): 312/527 kB | 61/148 kB | 44/52 kB
Progress (3): 316/527 kB | 61/148 kB | 44/52 kB
Progress (3): 320/527 kB | 61/148 kB | 44/52 kB
Progress (3): 320/527 kB | 65/148 kB | 44/52 kB
Progress (3): 324/527 kB | 65/148 kB | 44/52 kB
Progress (3): 324/527 kB | 69/148 kB | 44/52 kB
Progress (3): 324/527 kB | 69/148 kB | 48/52 kB
Progress (4): 324/527 kB | 69/148 kB | 48/52 kB | 4.1/51 kB
Progress (4): 324/527 kB | 73/148 kB | 48/52 kB | 4.1/51 kB
Progress (4): 328/527 kB | 73/148 kB | 48/52 kB | 4.1/51 kB
Progress (4): 328/527 kB | 77/148 kB | 48/52 kB | 4.1/51 kB
Progress (4): 328/527 kB | 77/148 kB | 48/52 kB | 7.7/51 kB
Progress (4): 328/527 kB | 77/148 kB | 52/52 kB | 7.7/51 kB
Progress (4): 328/527 kB | 77/148 kB | 52/52 kB | 12/51 kB 
Progress (4): 328/527 kB | 81/148 kB | 52/52 kB | 12/51 kB
Progress (4): 332/527 kB | 81/148 kB | 52/52 kB | 12/51 kB
Progress (4): 332/527 kB | 85/148 kB | 52/52 kB | 12/51 kB
Progress (4): 332/527 kB | 85/148 kB | 52/52 kB | 16/51 kB
Progress (4): 332/527 kB | 85/148 kB | 52 kB | 16/51 kB   
Progress (4): 332/527 kB | 85/148 kB | 52 kB | 20/51 kB
Progress (4): 332/527 kB | 89/148 kB | 52 kB | 20/51 kB
Progress (4): 336/527 kB | 89/148 kB | 52 kB | 20/51 kB
Progress (4): 336/527 kB | 93/148 kB | 52 kB | 20/51 kB
Progress (4): 340/527 kB | 93/148 kB | 52 kB | 20/51 kB
Progress (4): 340/527 kB | 93/148 kB | 52 kB | 24/51 kB
Progress (4): 344/527 kB | 93/148 kB | 52 kB | 24/51 kB
Progress (4): 344/527 kB | 93/148 kB | 52 kB | 28/51 kB
Progress (4): 344/527 kB | 97/148 kB | 52 kB | 28/51 kB
Progress (4): 344/527 kB | 97/148 kB | 52 kB | 32/51 kB
Progress (4): 348/527 kB | 97/148 kB | 52 kB | 32/51 kB
Progress (4): 348/527 kB | 97/148 kB | 52 kB | 36/51 kB
Progress (4): 348/527 kB | 97/148 kB | 52 kB | 40/51 kB
Progress (4): 348/527 kB | 98/148 kB | 52 kB | 40/51 kB
Progress (4): 348/527 kB | 98/148 kB | 52 kB | 44/51 kB
Progress (4): 352/527 kB | 98/148 kB | 52 kB | 44/51 kB
Progress (4): 352/527 kB | 98/148 kB | 52 kB | 48/51 kB
Progress (4): 352/527 kB | 102/148 kB | 52 kB | 48/51 kB
Progress (4): 352/527 kB | 102/148 kB | 52 kB | 51 kB   
Progress (4): 356/527 kB | 102/148 kB | 52 kB | 51 kB
Progress (4): 356/527 kB | 106/148 kB | 52 kB | 51 kB
Progress (4): 360/527 kB | 106/148 kB | 52 kB | 51 kB
Progress (4): 360/527 kB | 110/148 kB | 52 kB | 51 kB
Progress (4): 364/527 kB | 110/148 kB | 52 kB | 51 kB
Progress (4): 364/527 kB | 114/148 kB | 52 kB | 51 kB
Progress (4): 368/527 kB | 114/148 kB | 52 kB | 51 kB
Progress (4): 368/527 kB | 118/148 kB | 52 kB | 51 kB
Progress (4): 372/527 kB | 118/148 kB | 52 kB | 51 kB
Progress (4): 372/527 kB | 122/148 kB | 52 kB | 51 kB
Progress (4): 376/527 kB | 122/148 kB | 52 kB | 51 kB
Progress (4): 376/527 kB | 126/148 kB | 52 kB | 51 kB
Progress (4): 380/527 kB | 126/148 kB | 52 kB | 51 kB
Progress (4): 380/527 kB | 130/148 kB | 52 kB | 51 kB
Progress (4): 384/527 kB | 130/148 kB | 52 kB | 51 kB
Progress (4): 384/527 kB | 134/148 kB | 52 kB | 51 kB
Progress (4): 388/527 kB | 134/148 kB | 52 kB | 51 kB
Progress (4): 388/527 kB | 138/148 kB | 52 kB | 51 kB
Progress (4): 392/527 kB | 138/148 kB | 52 kB | 51 kB
Progress (4): 392/527 kB | 142/148 kB | 52 kB | 51 kB
Progress (4): 396/527 kB | 142/148 kB | 52 kB | 51 kB
Progress (4): 396/527 kB | 146/148 kB | 52 kB | 51 kB
Progress (4): 400/527 kB | 146/148 kB | 52 kB | 51 kB
Progress (4): 400/527 kB | 148 kB | 52 kB | 51 kB    
Progress (4): 404/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 408/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 412/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 416/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 420/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 424/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 428/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 432/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 436/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 440/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 444/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 448/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 452/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 456/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 460/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 464/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 468/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 472/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 476/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 480/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 484/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 488/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 492/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 496/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 500/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 504/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 508/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 512/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 516/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 520/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 524/527 kB | 148 kB | 52 kB | 51 kB
Progress (4): 527 kB | 148 kB | 52 kB | 51 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 190 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
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 189 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 (3): 527 kB | 148 kB | 4.1/106 kB
Progress (3): 527 kB | 148 kB | 7.7/106 kB
Progress (3): 527 kB | 148 kB | 12/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 426 kB/s)
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
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.5 MB/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 (1): 16/106 kB
Progress (2): 16/106 kB | 4.1/14 kB
Progress (2): 20/106 kB | 4.1/14 kB
Progress (2): 24/106 kB | 4.1/14 kB
Progress (2): 28/106 kB | 4.1/14 kB
Progress (2): 32/106 kB | 4.1/14 kB
Progress (2): 33/106 kB | 4.1/14 kB
Progress (2): 37/106 kB | 4.1/14 kB
Progress (2): 37/106 kB | 7.7/14 kB
Progress (2): 41/106 kB | 7.7/14 kB
Progress (2): 41/106 kB | 12/14 kB 
Progress (2): 45/106 kB | 12/14 kB
Progress (2): 45/106 kB | 14 kB   
Progress (2): 49/106 kB | 14 kB
Progress (2): 53/106 kB | 14 kB
Progress (2): 57/106 kB | 14 kB
Progress (2): 61/106 kB | 14 kB
Progress (2): 65/106 kB | 14 kB
Progress (2): 66/106 kB | 14 kB
Progress (2): 70/106 kB | 14 kB
Progress (2): 74/106 kB | 14 kB
Progress (2): 78/106 kB | 14 kB
Progress (2): 82/106 kB | 14 kB
Progress (2): 86/106 kB | 14 kB
Progress (2): 90/106 kB | 14 kB
Progress (2): 94/106 kB | 14 kB
Progress (2): 98/106 kB | 14 kB
Progress (2): 102/106 kB | 14 kB
Progress (2): 106/106 kB | 14 kB
Progress (2): 106 kB | 14 kB    
Progress (3): 106 kB | 14 kB | 4.1/74 kB
Progress (3): 106 kB | 14 kB | 7.7/74 kB
Progress (3): 106 kB | 14 kB | 12/74 kB 
Progress (3): 106 kB | 14 kB | 16/74 kB
Progress (3): 106 kB | 14 kB | 20/74 kB
Progress (3): 106 kB | 14 kB | 24/74 kB
Progress (3): 106 kB | 14 kB | 28/74 kB
Progress (3): 106 kB | 14 kB | 32/74 kB
Progress (3): 106 kB | 14 kB | 36/74 kB
Progress (3): 106 kB | 14 kB | 40/74 kB
Progress (3): 106 kB | 14 kB | 44/74 kB
Progress (4): 106 kB | 14 kB | 44/74 kB | 4.1/108 kB
Progress (4): 106 kB | 14 kB | 48/74 kB | 4.1/108 kB
Progress (4): 106 kB | 14 kB | 48/74 kB | 7.7/108 kB
Progress (4): 106 kB | 14 kB | 52/74 kB | 7.7/108 kB
Progress (5): 106 kB | 14 kB | 52/74 kB | 7.7/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 56/74 kB | 7.7/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 60/74 kB | 7.7/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 60/74 kB | 12/108 kB | 4.1/202 kB 
Progress (5): 106 kB | 14 kB | 64/74 kB | 12/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 68/74 kB | 12/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 72/74 kB | 12/108 kB | 4.1/202 kB
Progress (5): 106 kB | 14 kB | 72/74 kB | 12/108 kB | 7.7/202 kB
Progress (5): 106 kB | 14 kB | 74 kB | 12/108 kB | 7.7/202 kB   
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 290 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (4): 14 kB | 74 kB | 16/108 kB | 7.7/202 kB
Progress (4): 14 kB | 74 kB | 16/108 kB | 12/202 kB 
Progress (4): 14 kB | 74 kB | 20/108 kB | 12/202 kB
Progress (4): 14 kB | 74 kB | 20/108 kB | 16/202 kB
Progress (4): 14 kB | 74 kB | 24/108 kB | 16/202 kB
Progress (4): 14 kB | 74 kB | 24/108 kB | 20/202 kB
Progress (4): 14 kB | 74 kB | 28/108 kB | 20/202 kB
Progress (4): 14 kB | 74 kB | 28/108 kB | 24/202 kB
Progress (4): 14 kB | 74 kB | 32/108 kB | 24/202 kB
Progress (4): 14 kB | 74 kB | 32/108 kB | 28/202 kB
Progress (4): 14 kB | 74 kB | 33/108 kB | 28/202 kB
Progress (4): 14 kB | 74 kB | 33/108 kB | 32/202 kB
Progress (4): 14 kB | 74 kB | 37/108 kB | 32/202 kB
Progress (4): 14 kB | 74 kB | 37/108 kB | 33/202 kB
Progress (4): 14 kB | 74 kB | 41/108 kB | 33/202 kB
Progress (4): 14 kB | 74 kB | 41/108 kB | 37/202 kB
Progress (4): 14 kB | 74 kB | 45/108 kB | 37/202 kB
Progress (4): 14 kB | 74 kB | 45/108 kB | 41/202 kB
Progress (4): 14 kB | 74 kB | 49/108 kB | 41/202 kB
Progress (4): 14 kB | 74 kB | 49/108 kB | 45/202 kB
Progress (4): 14 kB | 74 kB | 53/108 kB | 45/202 kB
Progress (4): 14 kB | 74 kB | 53/108 kB | 49/202 kB
Progress (4): 14 kB | 74 kB | 57/108 kB | 49/202 kB
Progress (4): 14 kB | 74 kB | 57/108 kB | 53/202 kB
Progress (4): 14 kB | 74 kB | 61/108 kB | 53/202 kB
Progress (4): 14 kB | 74 kB | 61/108 kB | 57/202 kB
Progress (4): 14 kB | 74 kB | 65/108 kB | 57/202 kB
Progress (4): 14 kB | 74 kB | 65/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 66/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 70/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 74/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 78/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 82/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 86/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 90/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 94/108 kB | 61/202 kB
Progress (4): 14 kB | 74 kB | 98/108 kB | 61/202 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 36 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Progress (3): 74 kB | 98/108 kB | 65/202 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 166 kB/s)
Progress (3): 98/108 kB | 65/202 kB | 4.1/153 kB
Progress (3): 102/108 kB | 65/202 kB | 4.1/153 kB
Progress (3): 102/108 kB | 65/202 kB | 7.7/153 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (3): 102/108 kB | 69/202 kB | 7.7/153 kB
Progress (3): 102/108 kB | 69/202 kB | 12/153 kB 
Progress (3): 106/108 kB | 69/202 kB | 12/153 kB
Progress (3): 106/108 kB | 69/202 kB | 16/153 kB
Progress (3): 106/108 kB | 73/202 kB | 16/153 kB
Progress (3): 106/108 kB | 73/202 kB | 20/153 kB
Progress (3): 106/108 kB | 77/202 kB | 20/153 kB
Progress (3): 108 kB | 77/202 kB | 20/153 kB    
Progress (3): 108 kB | 81/202 kB | 20/153 kB
Progress (3): 108 kB | 81/202 kB | 24/153 kB
Progress (3): 108 kB | 85/202 kB | 24/153 kB
Progress (3): 108 kB | 85/202 kB | 28/153 kB
Progress (3): 108 kB | 89/202 kB | 28/153 kB
Progress (3): 108 kB | 89/202 kB | 32/153 kB
Progress (3): 108 kB | 93/202 kB | 32/153 kB
Progress (3): 108 kB | 97/202 kB | 32/153 kB
Progress (3): 108 kB | 97/202 kB | 36/153 kB
Progress (3): 108 kB | 101/202 kB | 36/153 kB
Progress (3): 108 kB | 101/202 kB | 40/153 kB
Progress (3): 108 kB | 105/202 kB | 40/153 kB
Progress (3): 108 kB | 105/202 kB | 44/153 kB
Progress (3): 108 kB | 109/202 kB | 44/153 kB
Progress (3): 108 kB | 109/202 kB | 48/153 kB
Progress (3): 108 kB | 113/202 kB | 48/153 kB
Progress (3): 108 kB | 113/202 kB | 52/153 kB
Progress (3): 108 kB | 117/202 kB | 52/153 kB
Progress (3): 108 kB | 117/202 kB | 56/153 kB
Progress (3): 108 kB | 121/202 kB | 56/153 kB
Progress (3): 108 kB | 121/202 kB | 60/153 kB
Progress (3): 108 kB | 125/202 kB | 60/153 kB
Progress (3): 108 kB | 125/202 kB | 64/153 kB
Progress (3): 108 kB | 129/202 kB | 64/153 kB
Progress (3): 108 kB | 129/202 kB | 68/153 kB
Progress (3): 108 kB | 129/202 kB | 72/153 kB
Progress (3): 108 kB | 133/202 kB | 72/153 kB
Progress (3): 108 kB | 133/202 kB | 76/153 kB
Progress (3): 108 kB | 137/202 kB | 76/153 kB
Progress (3): 108 kB | 137/202 kB | 80/153 kB
Progress (3): 108 kB | 141/202 kB | 80/153 kB
Progress (3): 108 kB | 141/202 kB | 84/153 kB
Progress (3): 108 kB | 145/202 kB | 84/153 kB
Progress (3): 108 kB | 145/202 kB | 88/153 kB
Progress (3): 108 kB | 149/202 kB | 88/153 kB
Progress (3): 108 kB | 149/202 kB | 92/153 kB
Progress (3): 108 kB | 153/202 kB | 92/153 kB
Progress (3): 108 kB | 153/202 kB | 96/153 kB
Progress (3): 108 kB | 157/202 kB | 96/153 kB
Progress (3): 108 kB | 157/202 kB | 100/153 kB
Progress (3): 108 kB | 161/202 kB | 100/153 kB
Progress (3): 108 kB | 161/202 kB | 104/153 kB
Progress (3): 108 kB | 165/202 kB | 104/153 kB
Progress (3): 108 kB | 165/202 kB | 108/153 kB
Progress (3): 108 kB | 169/202 kB | 108/153 kB
Progress (3): 108 kB | 169/202 kB | 112/153 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 235 kB/s)
Progress (2): 169/202 kB | 116/153 kB
Progress (2): 173/202 kB | 116/153 kB
Progress (3): 173/202 kB | 116/153 kB | 4.1/472 kB
Progress (3): 173/202 kB | 120/153 kB | 4.1/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 (3): 173/202 kB | 124/153 kB | 4.1/472 kB
Progress (3): 173/202 kB | 124/153 kB | 7.7/472 kB
Progress (3): 177/202 kB | 124/153 kB | 7.7/472 kB
Progress (3): 177/202 kB | 124/153 kB | 12/472 kB 
Progress (3): 177/202 kB | 128/153 kB | 12/472 kB
Progress (3): 177/202 kB | 128/153 kB | 16/472 kB
Progress (3): 177/202 kB | 132/153 kB | 16/472 kB
Progress (3): 181/202 kB | 132/153 kB | 16/472 kB
Progress (3): 181/202 kB | 132/153 kB | 20/472 kB
Progress (3): 181/202 kB | 136/153 kB | 20/472 kB
Progress (3): 181/202 kB | 136/153 kB | 24/472 kB
Progress (3): 185/202 kB | 136/153 kB | 24/472 kB
Progress (3): 185/202 kB | 140/153 kB | 24/472 kB
Progress (3): 189/202 kB | 140/153 kB | 24/472 kB
Progress (3): 193/202 kB | 140/153 kB | 24/472 kB
Progress (3): 193/202 kB | 140/153 kB | 28/472 kB
Progress (3): 197/202 kB | 140/153 kB | 28/472 kB
Progress (3): 201/202 kB | 140/153 kB | 28/472 kB
Progress (3): 202 kB | 140/153 kB | 28/472 kB    
Progress (3): 202 kB | 144/153 kB | 28/472 kB
Progress (4): 202 kB | 144/153 kB | 28/472 kB | 4.1/61 kB
Progress (4): 202 kB | 144/153 kB | 32/472 kB | 4.1/61 kB
Progress (4): 202 kB | 144/153 kB | 32/472 kB | 7.7/61 kB
Progress (4): 202 kB | 148/153 kB | 32/472 kB | 7.7/61 kB
Progress (4): 202 kB | 148/153 kB | 32/472 kB | 12/61 kB 
Progress (4): 202 kB | 148/153 kB | 33/472 kB | 12/61 kB
Progress (4): 202 kB | 148/153 kB | 33/472 kB | 16/61 kB
Progress (4): 202 kB | 152/153 kB | 33/472 kB | 16/61 kB
Progress (4): 202 kB | 152/153 kB | 33/472 kB | 20/61 kB
Progress (4): 202 kB | 152/153 kB | 37/472 kB | 20/61 kB
Progress (4): 202 kB | 152/153 kB | 37/472 kB | 24/61 kB
Progress (4): 202 kB | 153 kB | 37/472 kB | 24/61 kB    
Progress (4): 202 kB | 153 kB | 37/472 kB | 28/61 kB
Progress (4): 202 kB | 153 kB | 41/472 kB | 28/61 kB
Progress (4): 202 kB | 153 kB | 41/472 kB | 32/61 kB
Progress (4): 202 kB | 153 kB | 41/472 kB | 36/61 kB
Progress (4): 202 kB | 153 kB | 45/472 kB | 36/61 kB
Progress (4): 202 kB | 153 kB | 45/472 kB | 40/61 kB
Progress (4): 202 kB | 153 kB | 49/472 kB | 40/61 kB
Progress (4): 202 kB | 153 kB | 49/472 kB | 44/61 kB
Progress (4): 202 kB | 153 kB | 49/472 kB | 48/61 kB
Progress (4): 202 kB | 153 kB | 53/472 kB | 48/61 kB
Progress (4): 202 kB | 153 kB | 53/472 kB | 52/61 kB
Progress (4): 202 kB | 153 kB | 57/472 kB | 52/61 kB
Progress (4): 202 kB | 153 kB | 61/472 kB | 52/61 kB
Progress (4): 202 kB | 153 kB | 61/472 kB | 56/61 kB
Progress (4): 202 kB | 153 kB | 61/472 kB | 60/61 kB
Progress (4): 202 kB | 153 kB | 61/472 kB | 61 kB   
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 369 kB/s)
Progress (3): 153 kB | 65/472 kB | 61 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
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 279 kB/s)
Progress (3): 65/472 kB | 61 kB | 4.1/46 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (3): 66/472 kB | 61 kB | 4.1/46 kB
Progress (3): 66/472 kB | 61 kB | 7.7/46 kB
Progress (3): 70/472 kB | 61 kB | 7.7/46 kB
Progress (3): 70/472 kB | 61 kB | 12/46 kB 
Progress (3): 74/472 kB | 61 kB | 12/46 kB
Progress (3): 74/472 kB | 61 kB | 16/46 kB
Progress (3): 78/472 kB | 61 kB | 16/46 kB
Progress (3): 82/472 kB | 61 kB | 16/46 kB
Progress (3): 82/472 kB | 61 kB | 20/46 kB
Progress (3): 86/472 kB | 61 kB | 20/46 kB
Progress (3): 86/472 kB | 61 kB | 24/46 kB
Progress (3): 90/472 kB | 61 kB | 24/46 kB
Progress (3): 90/472 kB | 61 kB | 28/46 kB
Progress (3): 94/472 kB | 61 kB | 28/46 kB
Progress (3): 94/472 kB | 61 kB | 32/46 kB
Progress (3): 98/472 kB | 61 kB | 32/46 kB
Progress (3): 98/472 kB | 61 kB | 36/46 kB
Progress (3): 98/472 kB | 61 kB | 36/46 kB
Progress (3): 98/472 kB | 61 kB | 40/46 kB
Progress (3): 102/472 kB | 61 kB | 40/46 kB
Progress (3): 102/472 kB | 61 kB | 44/46 kB
Progress (3): 106/472 kB | 61 kB | 44/46 kB
Progress (3): 106/472 kB | 61 kB | 46 kB   
Progress (3): 110/472 kB | 61 kB | 46 kB
Progress (3): 114/472 kB | 61 kB | 46 kB
Progress (3): 118/472 kB | 61 kB | 46 kB
Progress (3): 122/472 kB | 61 kB | 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 110 kB/s)
Progress (2): 126/472 kB | 46 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Progress (2): 130/472 kB | 46 kB
Progress (2): 131/472 kB | 46 kB
Progress (2): 135/472 kB | 46 kB
Progress (2): 139/472 kB | 46 kB
Progress (2): 143/472 kB | 46 kB
Progress (2): 147/472 kB | 46 kB
Progress (2): 151/472 kB | 46 kB
Progress (2): 155/472 kB | 46 kB
Progress (2): 159/472 kB | 46 kB
Progress (2): 163/472 kB | 46 kB
Progress (2): 167/472 kB | 46 kB
Progress (2): 171/472 kB | 46 kB
Progress (2): 175/472 kB | 46 kB
Progress (2): 179/472 kB | 46 kB
Progress (2): 183/472 kB | 46 kB
Progress (2): 187/472 kB | 46 kB
Progress (2): 191/472 kB | 46 kB
Progress (2): 195/472 kB | 46 kB
Progress (2): 199/472 kB | 46 kB
Progress (2): 203/472 kB | 46 kB
Progress (2): 207/472 kB | 46 kB
Progress (2): 211/472 kB | 46 kB
Progress (2): 215/472 kB | 46 kB
Progress (2): 219/472 kB | 46 kB
Progress (2): 223/472 kB | 46 kB
Progress (2): 227/472 kB | 46 kB
Progress (2): 231/472 kB | 46 kB
Progress (2): 235/472 kB | 46 kB
Progress (2): 239/472 kB | 46 kB
Progress (2): 243/472 kB | 46 kB
Progress (3): 243/472 kB | 46 kB | 4.1/29 kB
Progress (3): 243/472 kB | 46 kB | 7.7/29 kB
Progress (3): 243/472 kB | 46 kB | 12/29 kB 
Progress (3): 243/472 kB | 46 kB | 16/29 kB
Progress (3): 247/472 kB | 46 kB | 16/29 kB
Progress (3): 247/472 kB | 46 kB | 20/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 82 kB/s)
Progress (2): 247/472 kB | 24/29 kB
Progress (2): 251/472 kB | 24/29 kB
Progress (2): 251/472 kB | 28/29 kB
Progress (2): 251/472 kB | 29 kB   
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Progress (2): 255/472 kB | 29 kB
Progress (2): 259/472 kB | 29 kB
Progress (2): 263/472 kB | 29 kB
Progress (3): 263/472 kB | 29 kB | 4.1/13 kB
Progress (3): 267/472 kB | 29 kB | 4.1/13 kB
Progress (4): 267/472 kB | 29 kB | 4.1/13 kB | 4.1/49 kB
Progress (4): 271/472 kB | 29 kB | 4.1/13 kB | 4.1/49 kB
Progress (4): 271/472 kB | 29 kB | 7.7/13 kB | 4.1/49 kB
Progress (4): 275/472 kB | 29 kB | 7.7/13 kB | 4.1/49 kB
Progress (4): 275/472 kB | 29 kB | 7.7/13 kB | 7.7/49 kB
Progress (4): 279/472 kB | 29 kB | 7.7/13 kB | 7.7/49 kB
Progress (4): 279/472 kB | 29 kB | 12/13 kB | 7.7/49 kB 
Progress (4): 279/472 kB | 29 kB | 12/13 kB | 12/49 kB 
Progress (4): 283/472 kB | 29 kB | 12/13 kB | 12/49 kB
Progress (4): 283/472 kB | 29 kB | 12/13 kB | 16/49 kB
Progress (4): 287/472 kB | 29 kB | 12/13 kB | 16/49 kB
Progress (4): 287/472 kB | 29 kB | 12/13 kB | 20/49 kB
Progress (4): 287/472 kB | 29 kB | 13 kB | 20/49 kB   
Progress (4): 287/472 kB | 29 kB | 13 kB | 24/49 kB
Progress (4): 291/472 kB | 29 kB | 13 kB | 24/49 kB
Progress (4): 291/472 kB | 29 kB | 13 kB | 28/49 kB
Progress (4): 295/472 kB | 29 kB | 13 kB | 28/49 kB
Progress (4): 295/472 kB | 29 kB | 13 kB | 32/49 kB
Progress (4): 299/472 kB | 29 kB | 13 kB | 32/49 kB
Progress (4): 299/472 kB | 29 kB | 13 kB | 36/49 kB
Progress (4): 303/472 kB | 29 kB | 13 kB | 36/49 kB
Progress (4): 303/472 kB | 29 kB | 13 kB | 40/49 kB
Progress (4): 307/472 kB | 29 kB | 13 kB | 40/49 kB
Progress (4): 307/472 kB | 29 kB | 13 kB | 44/49 kB
Progress (4): 311/472 kB | 29 kB | 13 kB | 44/49 kB
Progress (4): 311/472 kB | 29 kB | 13 kB | 48/49 kB
Progress (4): 315/472 kB | 29 kB | 13 kB | 48/49 kB
Progress (4): 315/472 kB | 29 kB | 13 kB | 49 kB   
Progress (4): 319/472 kB | 29 kB | 13 kB | 49 kB
Progress (4): 323/472 kB | 29 kB | 13 kB | 49 kB
Progress (4): 327/472 kB | 29 kB | 13 kB | 49 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 84 kB/s)
Progress (3): 331/472 kB | 29 kB | 13 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
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 44 kB/s)
Progress (2): 335/472 kB | 13 kB
Progress (3): 335/472 kB | 13 kB | 4.1/247 kB
Progress (3): 339/472 kB | 13 kB | 4.1/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
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 21 kB/s)
Progress (2): 343/472 kB | 4.1/247 kB
Progress (2): 343/472 kB | 7.7/247 kB
Progress (2): 347/472 kB | 7.7/247 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Progress (2): 351/472 kB | 7.7/247 kB
Progress (2): 351/472 kB | 12/247 kB 
Progress (2): 355/472 kB | 12/247 kB
Progress (2): 355/472 kB | 16/247 kB
Progress (2): 359/472 kB | 16/247 kB
Progress (2): 359/472 kB | 20/247 kB
Progress (2): 363/472 kB | 20/247 kB
Progress (2): 363/472 kB | 24/247 kB
Progress (2): 367/472 kB | 24/247 kB
Progress (2): 367/472 kB | 28/247 kB
Progress (2): 371/472 kB | 28/247 kB
Progress (2): 371/472 kB | 32/247 kB
Progress (2): 375/472 kB | 32/247 kB
Progress (2): 375/472 kB | 33/247 kB
Progress (2): 379/472 kB | 33/247 kB
Progress (2): 379/472 kB | 37/247 kB
Progress (2): 383/472 kB | 37/247 kB
Progress (2): 383/472 kB | 41/247 kB
Progress (2): 387/472 kB | 41/247 kB
Progress (2): 387/472 kB | 45/247 kB
Progress (2): 391/472 kB | 45/247 kB
Progress (2): 391/472 kB | 49/247 kB
Progress (2): 395/472 kB | 49/247 kB
Progress (2): 395/472 kB | 53/247 kB
Progress (2): 399/472 kB | 53/247 kB
Progress (2): 399/472 kB | 57/247 kB
Progress (2): 403/472 kB | 57/247 kB
Progress (2): 403/472 kB | 61/247 kB
Progress (2): 407/472 kB | 61/247 kB
Progress (2): 407/472 kB | 65/247 kB
Progress (2): 411/472 kB | 65/247 kB
Progress (2): 411/472 kB | 66/247 kB
Progress (2): 415/472 kB | 66/247 kB
Progress (2): 415/472 kB | 70/247 kB
Progress (2): 419/472 kB | 70/247 kB
Progress (2): 419/472 kB | 74/247 kB
Progress (2): 423/472 kB | 74/247 kB
Progress (2): 423/472 kB | 78/247 kB
Progress (2): 427/472 kB | 78/247 kB
Progress (2): 427/472 kB | 82/247 kB
Progress (2): 431/472 kB | 82/247 kB
Progress (2): 431/472 kB | 86/247 kB
Progress (2): 435/472 kB | 86/247 kB
Progress (2): 435/472 kB | 90/247 kB
Progress (2): 439/472 kB | 90/247 kB
Progress (2): 439/472 kB | 94/247 kB
Progress (2): 443/472 kB | 94/247 kB
Progress (2): 443/472 kB | 98/247 kB
Progress (2): 443/472 kB | 98/247 kB
Progress (2): 447/472 kB | 98/247 kB
Progress (2): 447/472 kB | 102/247 kB
Progress (2): 451/472 kB | 102/247 kB
Progress (2): 451/472 kB | 106/247 kB
Progress (2): 455/472 kB | 106/247 kB
Progress (2): 455/472 kB | 110/247 kB
Progress (2): 459/472 kB | 110/247 kB
Progress (2): 459/472 kB | 114/247 kB
Progress (2): 463/472 kB | 114/247 kB
Progress (2): 463/472 kB | 118/247 kB
Progress (2): 467/472 kB | 118/247 kB
Progress (2): 467/472 kB | 122/247 kB
Progress (2): 471/472 kB | 122/247 kB
Progress (2): 472 kB | 122/247 kB    
Progress (2): 472 kB | 126/247 kB
Progress (2): 472 kB | 130/247 kB
Progress (2): 472 kB | 134/247 kB
Progress (2): 472 kB | 138/247 kB
Progress (2): 472 kB | 142/247 kB
Progress (3): 472 kB | 142/247 kB | 4.1/86 kB
Progress (3): 472 kB | 146/247 kB | 4.1/86 kB
Progress (3): 472 kB | 146/247 kB | 7.7/86 kB
Progress (3): 472 kB | 150/247 kB | 7.7/86 kB
Progress (3): 472 kB | 154/247 kB | 7.7/86 kB
Progress (3): 472 kB | 154/247 kB | 12/86 kB 
Progress (3): 472 kB | 158/247 kB | 12/86 kB
Progress (3): 472 kB | 158/247 kB | 16/86 kB
Progress (3): 472 kB | 162/247 kB | 16/86 kB
Progress (3): 472 kB | 162/247 kB | 20/86 kB
Progress (3): 472 kB | 166/247 kB | 20/86 kB
Progress (3): 472 kB | 166/247 kB | 24/86 kB
Progress (3): 472 kB | 170/247 kB | 24/86 kB
Progress (3): 472 kB | 170/247 kB | 28/86 kB
Progress (3): 472 kB | 174/247 kB | 28/86 kB
Progress (3): 472 kB | 174/247 kB | 32/86 kB
Progress (3): 472 kB | 178/247 kB | 32/86 kB
Progress (3): 472 kB | 178/247 kB | 33/86 kB
Progress (3): 472 kB | 182/247 kB | 33/86 kB
Progress (3): 472 kB | 182/247 kB | 37/86 kB
Progress (3): 472 kB | 186/247 kB | 37/86 kB
Progress (3): 472 kB | 186/247 kB | 41/86 kB
Progress (3): 472 kB | 190/247 kB | 41/86 kB
Progress (3): 472 kB | 190/247 kB | 45/86 kB
Progress (3): 472 kB | 194/247 kB | 45/86 kB
Progress (3): 472 kB | 194/247 kB | 49/86 kB
Progress (3): 472 kB | 198/247 kB | 49/86 kB
Progress (3): 472 kB | 202/247 kB | 49/86 kB
Progress (3): 472 kB | 202/247 kB | 53/86 kB
Progress (3): 472 kB | 206/247 kB | 53/86 kB
Progress (3): 472 kB | 206/247 kB | 57/86 kB
Progress (3): 472 kB | 210/247 kB | 57/86 kB
Progress (3): 472 kB | 210/247 kB | 61/86 kB
Progress (3): 472 kB | 214/247 kB | 61/86 kB
Progress (3): 472 kB | 214/247 kB | 65/86 kB
Progress (3): 472 kB | 218/247 kB | 65/86 kB
Progress (3): 472 kB | 218/247 kB | 69/86 kB
Progress (3): 472 kB | 222/247 kB | 69/86 kB
Progress (3): 472 kB | 222/247 kB | 73/86 kB
Progress (3): 472 kB | 226/247 kB | 73/86 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 707 kB/s)
Progress (2): 230/247 kB | 73/86 kB
Progress (2): 230/247 kB | 77/86 kB
Progress (2): 234/247 kB | 77/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 (2): 238/247 kB | 77/86 kB
Progress (2): 238/247 kB | 81/86 kB
Progress (2): 242/247 kB | 81/86 kB
Progress (2): 242/247 kB | 85/86 kB
Progress (2): 246/247 kB | 85/86 kB
Progress (2): 246/247 kB | 86 kB   
Progress (2): 247 kB | 86 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 363 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 126 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 (1): 4.1/209 kB
Progress (1): 7.7/209 kB
Progress (1): 12/209 kB 
Progress (1): 16/209 kB
Progress (1): 20/209 kB
Progress (1): 24/209 kB
Progress (1): 28/209 kB
Progress (1): 32/209 kB
Progress (1): 33/209 kB
Progress (1): 37/209 kB
Progress (1): 41/209 kB
Progress (1): 45/209 kB
Progress (2): 45/209 kB | 4.1/532 kB
Progress (2): 45/209 kB | 7.7/532 kB
Progress (2): 45/209 kB | 12/532 kB 
Progress (2): 45/209 kB | 16/532 kB
Progress (2): 49/209 kB | 16/532 kB
Progress (2): 49/209 kB | 20/532 kB
Progress (2): 49/209 kB | 24/532 kB
Progress (3): 49/209 kB | 24/532 kB | 4.1/58 kB
Progress (3): 49/209 kB | 28/532 kB | 4.1/58 kB
Progress (4): 49/209 kB | 28/532 kB | 4.1/58 kB | 4.1/187 kB
Progress (4): 49/209 kB | 32/532 kB | 4.1/58 kB | 4.1/187 kB
Progress (4): 49/209 kB | 32/532 kB | 7.7/58 kB | 4.1/187 kB
Progress (5): 49/209 kB | 32/532 kB | 7.7/58 kB | 4.1/187 kB | 4.1/56 kB
Progress (5): 53/209 kB | 32/532 kB | 7.7/58 kB | 4.1/187 kB | 4.1/56 kB
Progress (5): 53/209 kB | 32/532 kB | 7.7/58 kB | 4.1/187 kB | 7.7/56 kB
Progress (5): 53/209 kB | 32/532 kB | 12/58 kB | 4.1/187 kB | 7.7/56 kB 
Progress (5): 53/209 kB | 33/532 kB | 12/58 kB | 4.1/187 kB | 7.7/56 kB
Progress (5): 53/209 kB | 33/532 kB | 12/58 kB | 7.7/187 kB | 7.7/56 kB
Progress (5): 53/209 kB | 37/532 kB | 12/58 kB | 7.7/187 kB | 7.7/56 kB
Progress (5): 53/209 kB | 37/532 kB | 16/58 kB | 7.7/187 kB | 7.7/56 kB
Progress (5): 53/209 kB | 37/532 kB | 16/58 kB | 7.7/187 kB | 12/56 kB 
Progress (5): 57/209 kB | 37/532 kB | 16/58 kB | 7.7/187 kB | 12/56 kB
Progress (5): 57/209 kB | 37/532 kB | 16/58 kB | 7.7/187 kB | 16/56 kB
Progress (5): 57/209 kB | 37/532 kB | 20/58 kB | 7.7/187 kB | 16/56 kB
Progress (5): 57/209 kB | 41/532 kB | 20/58 kB | 7.7/187 kB | 16/56 kB
Progress (5): 57/209 kB | 41/532 kB | 20/58 kB | 12/187 kB | 16/56 kB 
Progress (5): 57/209 kB | 45/532 kB | 20/58 kB | 12/187 kB | 16/56 kB
Progress (5): 57/209 kB | 45/532 kB | 24/58 kB | 12/187 kB | 16/56 kB
Progress (5): 57/209 kB | 45/532 kB | 24/58 kB | 12/187 kB | 20/56 kB
Progress (5): 61/209 kB | 45/532 kB | 24/58 kB | 12/187 kB | 20/56 kB
Progress (5): 61/209 kB | 45/532 kB | 24/58 kB | 12/187 kB | 24/56 kB
Progress (5): 61/209 kB | 45/532 kB | 28/58 kB | 12/187 kB | 24/56 kB
Progress (5): 61/209 kB | 49/532 kB | 28/58 kB | 12/187 kB | 24/56 kB
Progress (5): 61/209 kB | 49/532 kB | 28/58 kB | 16/187 kB | 24/56 kB
Progress (5): 61/209 kB | 53/532 kB | 28/58 kB | 16/187 kB | 24/56 kB
Progress (5): 61/209 kB | 53/532 kB | 28/58 kB | 20/187 kB | 24/56 kB
Progress (5): 61/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 24/56 kB
Progress (5): 61/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 28/56 kB
Progress (5): 65/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 28/56 kB
Progress (5): 66/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 28/56 kB
Progress (5): 70/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 28/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 28/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 32/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 36/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 40/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 44/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 48/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 52/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 56/56 kB
Progress (5): 74/209 kB | 53/532 kB | 32/58 kB | 20/187 kB | 56 kB   
Progress (5): 74/209 kB | 53/532 kB | 36/58 kB | 20/187 kB | 56 kB
Progress (5): 74/209 kB | 53/532 kB | 36/58 kB | 24/187 kB | 56 kB
Progress (5): 74/209 kB | 53/532 kB | 36/58 kB | 28/187 kB | 56 kB
Progress (5): 74/209 kB | 53/532 kB | 36/58 kB | 32/187 kB | 56 kB
Progress (5): 74/209 kB | 53/532 kB | 36/58 kB | 36/187 kB | 56 kB
Progress (5): 74/209 kB | 57/532 kB | 36/58 kB | 36/187 kB | 56 kB
Progress (5): 74/209 kB | 57/532 kB | 36/58 kB | 40/187 kB | 56 kB
Progress (5): 74/209 kB | 57/532 kB | 40/58 kB | 40/187 kB | 56 kB
Progress (5): 78/209 kB | 57/532 kB | 40/58 kB | 40/187 kB | 56 kB
Progress (5): 78/209 kB | 57/532 kB | 44/58 kB | 40/187 kB | 56 kB
Progress (5): 78/209 kB | 57/532 kB | 44/58 kB | 44/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 44/58 kB | 44/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 44/58 kB | 48/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 48/58 kB | 48/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 48/58 kB | 52/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 48/58 kB | 56/187 kB | 56 kB
Progress (5): 78/209 kB | 61/532 kB | 48/58 kB | 60/187 kB | 56 kB
Progress (5): 82/209 kB | 61/532 kB | 48/58 kB | 60/187 kB | 56 kB
Progress (5): 82/209 kB | 61/532 kB | 48/58 kB | 64/187 kB | 56 kB
Progress (5): 86/209 kB | 61/532 kB | 48/58 kB | 64/187 kB | 56 kB
Progress (5): 86/209 kB | 61/532 kB | 52/58 kB | 64/187 kB | 56 kB
Progress (5): 86/209 kB | 65/532 kB | 52/58 kB | 64/187 kB | 56 kB
Progress (5): 86/209 kB | 65/532 kB | 56/58 kB | 64/187 kB | 56 kB
Progress (5): 86/209 kB | 65/532 kB | 58 kB | 64/187 kB | 56 kB   
Progress (5): 90/209 kB | 65/532 kB | 58 kB | 64/187 kB | 56 kB
Progress (5): 90/209 kB | 65/532 kB | 58 kB | 68/187 kB | 56 kB
Progress (5): 94/209 kB | 65/532 kB | 58 kB | 68/187 kB | 56 kB
Progress (5): 94/209 kB | 66/532 kB | 58 kB | 68/187 kB | 56 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 66 kB/s)
Progress (4): 94/209 kB | 70/532 kB | 58 kB | 68/187 kB
Progress (4): 98/209 kB | 70/532 kB | 58 kB | 68/187 kB
Progress (4): 98/209 kB | 70/532 kB | 58 kB | 72/187 kB
Progress (4): 98/209 kB | 70/532 kB | 58 kB | 72/187 kB
Progress (4): 98/209 kB | 70/532 kB | 58 kB | 76/187 kB
Progress (4): 98/209 kB | 74/532 kB | 58 kB | 76/187 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): 98/209 kB | 78/532 kB | 58 kB | 76/187 kB
Progress (4): 98/209 kB | 78/532 kB | 58 kB | 80/187 kB
Progress (4): 102/209 kB | 78/532 kB | 58 kB | 80/187 kB
Progress (4): 102/209 kB | 78/532 kB | 58 kB | 84/187 kB
Progress (4): 102/209 kB | 82/532 kB | 58 kB | 84/187 kB
Progress (4): 102/209 kB | 82/532 kB | 58 kB | 88/187 kB
Progress (4): 102/209 kB | 82/532 kB | 58 kB | 92/187 kB
Progress (4): 102/209 kB | 82/532 kB | 58 kB | 96/187 kB
Progress (4): 102/209 kB | 82/532 kB | 58 kB | 100/187 kB
Progress (4): 106/209 kB | 82/532 kB | 58 kB | 100/187 kB
Progress (4): 106/209 kB | 82/532 kB | 58 kB | 104/187 kB
Progress (4): 106/209 kB | 86/532 kB | 58 kB | 104/187 kB
Progress (4): 106/209 kB | 86/532 kB | 58 kB | 108/187 kB
Progress (4): 110/209 kB | 86/532 kB | 58 kB | 108/187 kB
Progress (4): 110/209 kB | 86/532 kB | 58 kB | 112/187 kB
Progress (4): 110/209 kB | 90/532 kB | 58 kB | 112/187 kB
Progress (4): 110/209 kB | 90/532 kB | 58 kB | 116/187 kB
Progress (4): 114/209 kB | 90/532 kB | 58 kB | 116/187 kB
Progress (4): 114/209 kB | 90/532 kB | 58 kB | 120/187 kB
Progress (4): 114/209 kB | 94/532 kB | 58 kB | 120/187 kB
Progress (4): 118/209 kB | 94/532 kB | 58 kB | 120/187 kB
Progress (4): 118/209 kB | 94/532 kB | 58 kB | 124/187 kB
Progress (4): 118/209 kB | 98/532 kB | 58 kB | 124/187 kB
Progress (4): 118/209 kB | 98/532 kB | 58 kB | 128/187 kB
Progress (4): 122/209 kB | 98/532 kB | 58 kB | 128/187 kB
Progress (4): 122/209 kB | 98/532 kB | 58 kB | 132/187 kB
Progress (4): 122/209 kB | 98/532 kB | 58 kB | 132/187 kB
Progress (4): 122/209 kB | 98/532 kB | 58 kB | 136/187 kB
Progress (4): 126/209 kB | 98/532 kB | 58 kB | 136/187 kB
Progress (4): 126/209 kB | 98/532 kB | 58 kB | 140/187 kB
Progress (4): 126/209 kB | 102/532 kB | 58 kB | 140/187 kB
Progress (4): 126/209 kB | 102/532 kB | 58 kB | 144/187 kB
Progress (4): 130/209 kB | 102/532 kB | 58 kB | 144/187 kB
Progress (4): 130/209 kB | 102/532 kB | 58 kB | 148/187 kB
Progress (4): 130/209 kB | 106/532 kB | 58 kB | 148/187 kB
Progress (4): 130/209 kB | 106/532 kB | 58 kB | 152/187 kB
Progress (4): 131/209 kB | 106/532 kB | 58 kB | 152/187 kB
Progress (4): 131/209 kB | 106/532 kB | 58 kB | 156/187 kB
Progress (4): 131/209 kB | 110/532 kB | 58 kB | 156/187 kB
Progress (4): 131/209 kB | 110/532 kB | 58 kB | 160/187 kB
Progress (4): 135/209 kB | 110/532 kB | 58 kB | 160/187 kB
Progress (4): 135/209 kB | 110/532 kB | 58 kB | 164/187 kB
Progress (4): 135/209 kB | 114/532 kB | 58 kB | 164/187 kB
Progress (4): 135/209 kB | 114/532 kB | 58 kB | 168/187 kB
Progress (4): 139/209 kB | 114/532 kB | 58 kB | 168/187 kB
Progress (4): 139/209 kB | 118/532 kB | 58 kB | 168/187 kB
Progress (4): 143/209 kB | 118/532 kB | 58 kB | 168/187 kB
Progress (4): 143/209 kB | 118/532 kB | 58 kB | 172/187 kB
Progress (4): 147/209 kB | 118/532 kB | 58 kB | 172/187 kB
Progress (4): 147/209 kB | 122/532 kB | 58 kB | 172/187 kB
Progress (4): 147/209 kB | 122/532 kB | 58 kB | 176/187 kB
Progress (4): 147/209 kB | 126/532 kB | 58 kB | 176/187 kB
Progress (4): 151/209 kB | 126/532 kB | 58 kB | 176/187 kB
Progress (4): 151/209 kB | 130/532 kB | 58 kB | 176/187 kB
Progress (4): 151/209 kB | 130/532 kB | 58 kB | 180/187 kB
Progress (4): 151/209 kB | 131/532 kB | 58 kB | 180/187 kB
Progress (4): 155/209 kB | 131/532 kB | 58 kB | 180/187 kB
Progress (4): 155/209 kB | 135/532 kB | 58 kB | 180/187 kB
Progress (4): 155/209 kB | 135/532 kB | 58 kB | 184/187 kB
Progress (4): 155/209 kB | 139/532 kB | 58 kB | 184/187 kB
Progress (4): 159/209 kB | 139/532 kB | 58 kB | 184/187 kB
Progress (4): 159/209 kB | 143/532 kB | 58 kB | 184/187 kB
Progress (4): 159/209 kB | 143/532 kB | 58 kB | 187 kB    
Progress (4): 159/209 kB | 147/532 kB | 58 kB | 187 kB
Progress (4): 163/209 kB | 147/532 kB | 58 kB | 187 kB
Progress (4): 163/209 kB | 151/532 kB | 58 kB | 187 kB
Progress (4): 167/209 kB | 151/532 kB | 58 kB | 187 kB
Progress (4): 167/209 kB | 155/532 kB | 58 kB | 187 kB
Progress (4): 171/209 kB | 155/532 kB | 58 kB | 187 kB
Progress (4): 171/209 kB | 159/532 kB | 58 kB | 187 kB
Progress (4): 175/209 kB | 159/532 kB | 58 kB | 187 kB
Progress (4): 175/209 kB | 163/532 kB | 58 kB | 187 kB
Progress (4): 179/209 kB | 163/532 kB | 58 kB | 187 kB
Progress (4): 179/209 kB | 164/532 kB | 58 kB | 187 kB
Progress (4): 183/209 kB | 164/532 kB | 58 kB | 187 kB
Progress (4): 183/209 kB | 168/532 kB | 58 kB | 187 kB
Progress (4): 187/209 kB | 168/532 kB | 58 kB | 187 kB
Progress (4): 187/209 kB | 172/532 kB | 58 kB | 187 kB
Progress (4): 191/209 kB | 172/532 kB | 58 kB | 187 kB
Progress (4): 191/209 kB | 176/532 kB | 58 kB | 187 kB
Progress (4): 195/209 kB | 176/532 kB | 58 kB | 187 kB
Progress (4): 195/209 kB | 180/532 kB | 58 kB | 187 kB
Progress (4): 199/209 kB | 180/532 kB | 58 kB | 187 kB
Progress (4): 199/209 kB | 184/532 kB | 58 kB | 187 kB
Progress (4): 203/209 kB | 184/532 kB | 58 kB | 187 kB
Progress (4): 203/209 kB | 188/532 kB | 58 kB | 187 kB
Progress (4): 207/209 kB | 188/532 kB | 58 kB | 187 kB
Progress (4): 207/209 kB | 192/532 kB | 58 kB | 187 kB
Progress (4): 207/209 kB | 196/532 kB | 58 kB | 187 kB
Progress (4): 207/209 kB | 197/532 kB | 58 kB | 187 kB
Progress (4): 207/209 kB | 201/532 kB | 58 kB | 187 kB
Progress (4): 209 kB | 201/532 kB | 58 kB | 187 kB    
Progress (4): 209 kB | 205/532 kB | 58 kB | 187 kB
Progress (5): 209 kB | 205/532 kB | 58 kB | 187 kB | 4.1/100 kB
Progress (5): 209 kB | 209/532 kB | 58 kB | 187 kB | 4.1/100 kB
Progress (5): 209 kB | 209/532 kB | 58 kB | 187 kB | 7.7/100 kB
Progress (5): 209 kB | 213/532 kB | 58 kB | 187 kB | 7.7/100 kB
Progress (5): 209 kB | 213/532 kB | 58 kB | 187 kB | 12/100 kB 
Progress (5): 209 kB | 217/532 kB | 58 kB | 187 kB | 12/100 kB
Progress (5): 209 kB | 217/532 kB | 58 kB | 187 kB | 16/100 kB
Progress (5): 209 kB | 221/532 kB | 58 kB | 187 kB | 16/100 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 215 kB/s)
Progress (4): 209 kB | 225/532 kB | 58 kB | 16/100 kB
Progress (4): 209 kB | 225/532 kB | 58 kB | 20/100 kB
Progress (4): 209 kB | 229/532 kB | 58 kB | 20/100 kB
                                                     
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 (4): 209 kB | 229/532 kB | 58 kB | 24/100 kB
Progress (4): 209 kB | 229/532 kB | 58 kB | 28/100 kB
Progress (4): 209 kB | 229/532 kB | 58 kB | 32/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 238 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): 229/532 kB | 58 kB | 33/100 kB
Progress (3): 233/532 kB | 58 kB | 33/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 61 kB/s)
Progress (2): 237/532 kB | 33/100 kB
Progress (2): 237/532 kB | 37/100 kB
Progress (2): 241/532 kB | 37/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 (2): 245/532 kB | 37/100 kB
Progress (2): 245/532 kB | 41/100 kB
Progress (2): 249/532 kB | 41/100 kB
Progress (2): 253/532 kB | 41/100 kB
Progress (2): 253/532 kB | 45/100 kB
Progress (2): 257/532 kB | 45/100 kB
Progress (2): 257/532 kB | 49/100 kB
Progress (2): 261/532 kB | 49/100 kB
Progress (2): 261/532 kB | 53/100 kB
Progress (2): 265/532 kB | 53/100 kB
Progress (2): 265/532 kB | 57/100 kB
Progress (2): 269/532 kB | 57/100 kB
Progress (2): 273/532 kB | 57/100 kB
Progress (2): 273/532 kB | 61/100 kB
Progress (2): 277/532 kB | 61/100 kB
Progress (2): 277/532 kB | 65/100 kB
Progress (2): 281/532 kB | 65/100 kB
Progress (2): 281/532 kB | 66/100 kB
Progress (2): 285/532 kB | 66/100 kB
Progress (2): 285/532 kB | 70/100 kB
Progress (2): 289/532 kB | 70/100 kB
Progress (2): 289/532 kB | 74/100 kB
Progress (2): 293/532 kB | 74/100 kB
Progress (2): 293/532 kB | 78/100 kB
Progress (2): 297/532 kB | 78/100 kB
Progress (2): 297/532 kB | 82/100 kB
Progress (2): 301/532 kB | 82/100 kB
Progress (2): 301/532 kB | 86/100 kB
Progress (2): 305/532 kB | 86/100 kB
Progress (2): 309/532 kB | 86/100 kB
Progress (2): 309/532 kB | 90/100 kB
Progress (2): 313/532 kB | 90/100 kB
Progress (2): 313/532 kB | 94/100 kB
Progress (2): 317/532 kB | 94/100 kB
Progress (2): 317/532 kB | 98/100 kB
Progress (2): 321/532 kB | 98/100 kB
Progress (2): 321/532 kB | 100 kB   
Progress (2): 325/532 kB | 100 kB
Progress (2): 329/532 kB | 100 kB
Progress (2): 333/532 kB | 100 kB
Progress (2): 337/532 kB | 100 kB
Progress (2): 341/532 kB | 100 kB
Progress (2): 345/532 kB | 100 kB
Progress (2): 349/532 kB | 100 kB
Progress (2): 353/532 kB | 100 kB
Progress (2): 357/532 kB | 100 kB
Progress (2): 361/532 kB | 100 kB
Progress (2): 365/532 kB | 100 kB
Progress (2): 369/532 kB | 100 kB
Progress (2): 373/532 kB | 100 kB
Progress (2): 377/532 kB | 100 kB
Progress (2): 381/532 kB | 100 kB
Progress (2): 385/532 kB | 100 kB
Progress (2): 389/532 kB | 100 kB
Progress (2): 393/532 kB | 100 kB
Progress (2): 397/532 kB | 100 kB
Progress (2): 401/532 kB | 100 kB
Progress (2): 405/532 kB | 100 kB
Progress (2): 409/532 kB | 100 kB
Progress (2): 413/532 kB | 100 kB
Progress (2): 417/532 kB | 100 kB
Progress (2): 421/532 kB | 100 kB
Progress (2): 425/532 kB | 100 kB
Progress (2): 429/532 kB | 100 kB
Progress (2): 433/532 kB | 100 kB
Progress (2): 437/532 kB | 100 kB
Progress (2): 441/532 kB | 100 kB
Progress (2): 445/532 kB | 100 kB
Progress (2): 449/532 kB | 100 kB
Progress (2): 453/532 kB | 100 kB
Progress (2): 457/532 kB | 100 kB
Progress (2): 461/532 kB | 100 kB
Progress (2): 465/532 kB | 100 kB
Progress (2): 469/532 kB | 100 kB
Progress (2): 473/532 kB | 100 kB
Progress (2): 477/532 kB | 100 kB
Progress (2): 481/532 kB | 100 kB
Progress (2): 485/532 kB | 100 kB
Progress (2): 489/532 kB | 100 kB
Progress (2): 493/532 kB | 100 kB
Progress (2): 497/532 kB | 100 kB
Progress (2): 501/532 kB | 100 kB
Progress (2): 505/532 kB | 100 kB
Progress (2): 509/532 kB | 100 kB
Progress (2): 513/532 kB | 100 kB
Progress (2): 517/532 kB | 100 kB
Progress (2): 521/532 kB | 100 kB
Progress (2): 525/532 kB | 100 kB
Progress (2): 529/532 kB | 100 kB
Progress (2): 532 kB | 100 kB    
Progress (3): 532 kB | 100 kB | 4.1/245 kB
Progress (3): 532 kB | 100 kB | 7.7/245 kB
Progress (3): 532 kB | 100 kB | 12/245 kB 
Progress (3): 532 kB | 100 kB | 16/245 kB
Progress (3): 532 kB | 100 kB | 20/245 kB
Progress (3): 532 kB | 100 kB | 24/245 kB
Progress (3): 532 kB | 100 kB | 28/245 kB
Progress (3): 532 kB | 100 kB | 32/245 kB
Progress (3): 532 kB | 100 kB | 36/245 kB
Progress (3): 532 kB | 100 kB | 40/245 kB
Progress (3): 532 kB | 100 kB | 44/245 kB
Progress (3): 532 kB | 100 kB | 48/245 kB
Progress (3): 532 kB | 100 kB | 52/245 kB
Progress (3): 532 kB | 100 kB | 56/245 kB
Progress (3): 532 kB | 100 kB | 60/245 kB
Progress (3): 532 kB | 100 kB | 64/245 kB
Progress (3): 532 kB | 100 kB | 68/245 kB
Progress (3): 532 kB | 100 kB | 72/245 kB
Progress (3): 532 kB | 100 kB | 76/245 kB
Progress (3): 532 kB | 100 kB | 80/245 kB
Progress (3): 532 kB | 100 kB | 84/245 kB
Progress (3): 532 kB | 100 kB | 88/245 kB
Progress (3): 532 kB | 100 kB | 92/245 kB
Progress (3): 532 kB | 100 kB | 96/245 kB
Progress (3): 532 kB | 100 kB | 100/245 kB
Progress (3): 532 kB | 100 kB | 104/245 kB
Progress (3): 532 kB | 100 kB | 108/245 kB
Progress (3): 532 kB | 100 kB | 112/245 kB
Progress (3): 532 kB | 100 kB | 116/245 kB
Progress (3): 532 kB | 100 kB | 120/245 kB
Progress (3): 532 kB | 100 kB | 124/245 kB
Progress (3): 532 kB | 100 kB | 128/245 kB
Progress (3): 532 kB | 100 kB | 132/245 kB
Progress (3): 532 kB | 100 kB | 136/245 kB
Progress (3): 532 kB | 100 kB | 140/245 kB
Progress (3): 532 kB | 100 kB | 144/245 kB
Progress (3): 532 kB | 100 kB | 148/245 kB
Progress (3): 532 kB | 100 kB | 152/245 kB
Progress (3): 532 kB | 100 kB | 156/245 kB
Progress (3): 532 kB | 100 kB | 160/245 kB
Progress (4): 532 kB | 100 kB | 160/245 kB | 0/1.4 MB
Progress (5): 532 kB | 100 kB | 160/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (5): 532 kB | 100 kB | 160/245 kB | 0/1.4 MB | 4.1/13 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 508 kB/s)
Progress (4): 100 kB | 164/245 kB | 0/1.4 MB | 4.1/13 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 (4): 100 kB | 164/245 kB | 0/1.4 MB | 4.1/13 kB
Progress (4): 100 kB | 164/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 100 kB | 164/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 100 kB | 168/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 100 kB | 168/245 kB | 0/1.4 MB | 7.7/13 kB
Progress (4): 100 kB | 168/245 kB | 0/1.4 MB | 12/13 kB 
Progress (4): 100 kB | 168/245 kB | 0/1.4 MB | 12/13 kB
Progress (4): 100 kB | 172/245 kB | 0/1.4 MB | 12/13 kB
Progress (4): 100 kB | 172/245 kB | 0/1.4 MB | 12/13 kB
Progress (4): 100 kB | 172/245 kB | 0/1.4 MB | 13 kB   
Progress (4): 100 kB | 172/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 172/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 176/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 176/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 180/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 180/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 184/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 184/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 188/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 188/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 192/245 kB | 0/1.4 MB | 13 kB
Progress (4): 100 kB | 192/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 196/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 196/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 200/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 200/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 204/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 204/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 208/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 208/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 212/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 212/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 216/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 216/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 220/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 220/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 224/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 224/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 228/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 228/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 232/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 232/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 236/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 236/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 240/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 240/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 244/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 244/245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB    
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.1/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 13 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 13 kB/s)
Progress (3): 100 kB | 245 kB | 0.2/1.4 MB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Progress (3): 100 kB | 245 kB | 0.2/1.4 MB
Progress (3): 100 kB | 245 kB | 0.2/1.4 MB
Progress (3): 100 kB | 245 kB | 0.2/1.4 MB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 3.2 kB
Progress (4): 100 kB | 245 kB | 0.2/1.4 MB | 3.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 214 kB/s)
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 4.1/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 7.7/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 7.7/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 12/37 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 (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 16/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 16/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 20/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 20/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 24/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 24/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 28/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 28/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 32/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 32/37 kB
Progress (4): 100 kB | 0.2/1.4 MB | 3.2 kB | 36/37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 36/37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB   
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 kB
Progress (4): 100 kB | 0.3/1.4 MB | 3.2 kB | 37 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)
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 (3): 100 kB | 0.3/1.4 MB | 37 kB
Progress (3): 100 kB | 0.3/1.4 MB | 37 kB
Progress (3): 100 kB | 0.4/1.4 MB | 37 kB
Progress (3): 100 kB | 0.4/1.4 MB | 37 kB
Progress (3): 100 kB | 0.4/1.4 MB | 37 kB
Progress (3): 100 kB | 0.4/1.4 MB | 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 32 kB/s)
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 86 kB/s)
Progress (1): 0.4/1.4 MB
                        
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.4/1.4 MB | 4.1/112 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Progress (2): 0.4/1.4 MB | 7.7/112 kB
Progress (2): 0.4/1.4 MB | 7.7/112 kB
Progress (2): 0.4/1.4 MB | 12/112 kB 
Progress (2): 0.4/1.4 MB | 12/112 kB
Progress (2): 0.4/1.4 MB | 16/112 kB
Progress (2): 0.4/1.4 MB | 16/112 kB
Progress (2): 0.4/1.4 MB | 20/112 kB
Progress (2): 0.4/1.4 MB | 20/112 kB
Progress (2): 0.4/1.4 MB | 24/112 kB
Progress (2): 0.4/1.4 MB | 24/112 kB
Progress (2): 0.4/1.4 MB | 28/112 kB
Progress (2): 0.4/1.4 MB | 28/112 kB
Progress (2): 0.4/1.4 MB | 32/112 kB
Progress (2): 0.4/1.4 MB | 32/112 kB
Progress (2): 0.4/1.4 MB | 33/112 kB
Progress (2): 0.4/1.4 MB | 33/112 kB
Progress (2): 0.4/1.4 MB | 37/112 kB
Progress (2): 0.4/1.4 MB | 37/112 kB
Progress (2): 0.4/1.4 MB | 41/112 kB
Progress (2): 0.4/1.4 MB | 41/112 kB
Progress (2): 0.4/1.4 MB | 45/112 kB
Progress (2): 0.4/1.4 MB | 45/112 kB
Progress (2): 0.4/1.4 MB | 49/112 kB
Progress (2): 0.4/1.4 MB | 49/112 kB
Progress (2): 0.4/1.4 MB | 53/112 kB
Progress (2): 0.4/1.4 MB | 53/112 kB
Progress (2): 0.4/1.4 MB | 57/112 kB
Progress (2): 0.4/1.4 MB | 57/112 kB
Progress (2): 0.4/1.4 MB | 61/112 kB
Progress (2): 0.4/1.4 MB | 61/112 kB
Progress (2): 0.4/1.4 MB | 65/112 kB
Progress (2): 0.4/1.4 MB | 65/112 kB
Progress (2): 0.4/1.4 MB | 69/112 kB
Progress (2): 0.4/1.4 MB | 69/112 kB
Progress (2): 0.4/1.4 MB | 73/112 kB
Progress (2): 0.4/1.4 MB | 73/112 kB
Progress (2): 0.4/1.4 MB | 77/112 kB
Progress (2): 0.4/1.4 MB | 77/112 kB
Progress (2): 0.4/1.4 MB | 81/112 kB
Progress (2): 0.4/1.4 MB | 81/112 kB
Progress (2): 0.4/1.4 MB | 85/112 kB
Progress (2): 0.5/1.4 MB | 85/112 kB
Progress (2): 0.5/1.4 MB | 89/112 kB
Progress (2): 0.5/1.4 MB | 89/112 kB
Progress (2): 0.5/1.4 MB | 93/112 kB
Progress (2): 0.5/1.4 MB | 93/112 kB
Progress (2): 0.5/1.4 MB | 97/112 kB
Progress (2): 0.5/1.4 MB | 97/112 kB
Progress (2): 0.5/1.4 MB | 101/112 kB
Progress (2): 0.5/1.4 MB | 101/112 kB
Progress (2): 0.5/1.4 MB | 105/112 kB
Progress (2): 0.5/1.4 MB | 105/112 kB
Progress (2): 0.5/1.4 MB | 109/112 kB
Progress (2): 0.5/1.4 MB | 109/112 kB
Progress (2): 0.5/1.4 MB | 112 kB    
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (2): 0.5/1.4 MB | 112 kB
Progress (3): 0.5/1.4 MB | 112 kB | 4.1/7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 4.1/7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB    
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.5/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (3): 0.6/1.4 MB | 112 kB | 7.2 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 4.1/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 7.7/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 7.7/37 kB
Progress (4): 0.6/1.4 MB | 112 kB | 7.2 kB | 12/37 kB 
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 90 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 5.8 kB/s)
Progress (2): 0.6/1.4 MB | 16/37 kB
Progress (2): 0.6/1.4 MB | 16/37 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
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 (2): 0.6/1.4 MB | 16/37 kB
Progress (2): 0.6/1.4 MB | 20/37 kB
Progress (2): 0.6/1.4 MB | 20/37 kB
Progress (2): 0.6/1.4 MB | 24/37 kB
Progress (2): 0.6/1.4 MB | 24/37 kB
Progress (2): 0.6/1.4 MB | 28/37 kB
Progress (2): 0.6/1.4 MB | 28/37 kB
Progress (2): 0.6/1.4 MB | 32/37 kB
Progress (2): 0.6/1.4 MB | 32/37 kB
Progress (2): 0.6/1.4 MB | 36/37 kB
Progress (2): 0.6/1.4 MB | 36/37 kB
Progress (2): 0.6/1.4 MB | 37 kB   
Progress (2): 0.6/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.7/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.8/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (2): 0.9/1.4 MB | 37 kB
Progress (3): 0.9/1.4 MB | 37 kB | 4.1/285 kB
Progress (3): 0.9/1.4 MB | 37 kB | 4.1/285 kB
Progress (3): 0.9/1.4 MB | 37 kB | 7.7/285 kB
Progress (3): 0.9/1.4 MB | 37 kB | 7.7/285 kB
Progress (3): 0.9/1.4 MB | 37 kB | 12/285 kB 
Progress (3): 0.9/1.4 MB | 37 kB | 12/285 kB
Progress (3): 0.9/1.4 MB | 37 kB | 16/285 kB
Progress (4): 0.9/1.4 MB | 37 kB | 16/285 kB | 4.1/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 20/285 kB | 4.1/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 20/285 kB | 4.1/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 24/285 kB | 4.1/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 24/285 kB | 7.7/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 28/285 kB | 7.7/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 28/285 kB | 7.7/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 32/285 kB | 7.7/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 32/285 kB | 7.7/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 32/285 kB | 12/53 kB 
Progress (4): 0.9/1.4 MB | 37 kB | 32/285 kB | 12/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 33/285 kB | 12/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 33/285 kB | 16/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 33/285 kB | 16/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 33/285 kB | 20/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 37/285 kB | 20/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 41/285 kB | 20/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 45/285 kB | 20/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 20/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 24/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 28/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 36/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 40/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 40/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 49/285 kB | 44/53 kB
Progress (4): 0.9/1.4 MB | 37 kB | 53/285 kB | 44/53 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 29 kB/s)
Progress (3): 0.9/1.4 MB | 57/285 kB | 44/53 kB
Progress (3): 0.9/1.4 MB | 57/285 kB | 44/53 kB
Progress (3): 0.9/1.4 MB | 61/285 kB | 44/53 kB
Progress (3): 0.9/1.4 MB | 61/285 kB | 48/53 kB
Progress (3): 0.9/1.4 MB | 65/285 kB | 48/53 kB
Progress (3): 0.9/1.4 MB | 65/285 kB | 52/53 kB
Progress (3): 0.9/1.4 MB | 69/285 kB | 52/53 kB
Progress (3): 0.9/1.4 MB | 69/285 kB | 52/53 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): 1.0/1.4 MB | 69/285 kB | 52/53 kB
Progress (3): 1.0/1.4 MB | 73/285 kB | 52/53 kB
Progress (3): 1.0/1.4 MB | 73/285 kB | 53 kB   
Progress (3): 1.0/1.4 MB | 77/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 81/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 85/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 89/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 89/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 93/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 93/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 97/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 97/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 98/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 98/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 102/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 102/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 106/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 106/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 110/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 110/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 114/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 114/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 118/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 118/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 122/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 122/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 126/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 126/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 130/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 130/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 134/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 134/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 138/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 138/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 142/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 142/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 146/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 146/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 150/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 150/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 154/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 154/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 158/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 158/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 162/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 162/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 166/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 166/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 170/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 170/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 174/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 174/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 178/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 178/285 kB | 53 kB
Progress (3): 1.0/1.4 MB | 182/285 kB | 53 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 39 kB/s)
Progress (2): 1.1/1.4 MB | 182/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 (2): 1.1/1.4 MB | 186/285 kB
Progress (2): 1.1/1.4 MB | 186/285 kB
Progress (2): 1.1/1.4 MB | 190/285 kB
Progress (2): 1.1/1.4 MB | 194/285 kB
Progress (2): 1.1/1.4 MB | 194/285 kB
Progress (2): 1.1/1.4 MB | 198/285 kB
Progress (2): 1.1/1.4 MB | 198/285 kB
Progress (2): 1.1/1.4 MB | 202/285 kB
Progress (2): 1.1/1.4 MB | 202/285 kB
Progress (3): 1.1/1.4 MB | 202/285 kB | 4.1/38 kB
Progress (3): 1.1/1.4 MB | 206/285 kB | 4.1/38 kB
Progress (3): 1.1/1.4 MB | 206/285 kB | 7.7/38 kB
Progress (3): 1.1/1.4 MB | 206/285 kB | 7.7/38 kB
Progress (3): 1.1/1.4 MB | 210/285 kB | 7.7/38 kB
Progress (3): 1.1/1.4 MB | 210/285 kB | 7.7/38 kB
Progress (3): 1.1/1.4 MB | 210/285 kB | 12/38 kB 
Progress (3): 1.1/1.4 MB | 214/285 kB | 12/38 kB
Progress (3): 1.1/1.4 MB | 214/285 kB | 16/38 kB
Progress (3): 1.1/1.4 MB | 214/285 kB | 16/38 kB
Progress (3): 1.1/1.4 MB | 214/285 kB | 20/38 kB
Progress (3): 1.1/1.4 MB | 218/285 kB | 20/38 kB
Progress (3): 1.1/1.4 MB | 218/285 kB | 24/38 kB
Progress (3): 1.1/1.4 MB | 218/285 kB | 24/38 kB
Progress (3): 1.1/1.4 MB | 222/285 kB | 24/38 kB
Progress (3): 1.1/1.4 MB | 222/285 kB | 24/38 kB
Progress (3): 1.1/1.4 MB | 222/285 kB | 28/38 kB
Progress (3): 1.1/1.4 MB | 222/285 kB | 28/38 kB
Progress (3): 1.1/1.4 MB | 226/285 kB | 28/38 kB
Progress (3): 1.1/1.4 MB | 226/285 kB | 32/38 kB
Progress (3): 1.1/1.4 MB | 226/285 kB | 32/38 kB
Progress (3): 1.1/1.4 MB | 230/285 kB | 32/38 kB
Progress (3): 1.1/1.4 MB | 230/285 kB | 32/38 kB
Progress (3): 1.1/1.4 MB | 230/285 kB | 36/38 kB
Progress (3): 1.1/1.4 MB | 234/285 kB | 36/38 kB
Progress (3): 1.1/1.4 MB | 234/285 kB | 38 kB   
Progress (3): 1.1/1.4 MB | 238/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 238/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 242/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 242/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 246/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 246/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 250/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 250/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 254/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 254/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 258/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 258/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 262/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 262/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 266/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 266/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 270/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 270/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 274/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 274/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 278/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 278/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 282/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 282/285 kB | 38 kB
Progress (3): 1.1/1.4 MB | 285 kB | 38 kB    
Progress (3): 1.2/1.4 MB | 285 kB | 38 kB
Progress (3): 1.2/1.4 MB | 285 kB | 38 kB
Progress (3): 1.2/1.4 MB | 285 kB | 38 kB
Progress (3): 1.2/1.4 MB | 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 27 kB/s)
Progress (2): 1.2/1.4 MB | 285 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): 1.2/1.4 MB | 285 kB | 4.1/4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.1/4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB    
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (3): 1.2/1.4 MB | 285 kB | 4.3 kB
Progress (4): 1.2/1.4 MB | 285 kB | 4.3 kB | 4.1/9.4 kB
Progress (4): 1.2/1.4 MB | 285 kB | 4.3 kB | 7.7/9.4 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.0 kB/s)
Progress (3): 1.2/1.4 MB | 285 kB | 9.4 kB
Progress (3): 1.2/1.4 MB | 285 kB | 9.4 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 4.1/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 7.7/29 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 12/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 12/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 16/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 16/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 16/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 20/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 20/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 24/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 24/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 28/29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB   
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.2/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.3/1.4 MB | 285 kB | 9.4 kB | 29 kB
Progress (4): 1.4/1.4 MB | 285 kB | 9.4 kB | 29 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 195 kB/s)
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
Progress (3): 1.4/1.4 MB | 9.4 kB | 29 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 20 kB/s)
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 6.4 kB/s)
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 (2): 1.4/1.4 MB | 4.1/21 kB
Progress (2): 1.4/1.4 MB | 4.1/21 kB
Progress (2): 1.4/1.4 MB | 7.7/21 kB
Progress (2): 1.4/1.4 MB | 7.7/21 kB
Progress (2): 1.4/1.4 MB | 12/21 kB 
Progress (2): 1.4/1.4 MB | 16/21 kB
Progress (2): 1.4/1.4 MB | 16/21 kB
Progress (2): 1.4/1.4 MB | 20/21 kB
Progress (2): 1.4/1.4 MB | 20/21 kB
Progress (2): 1.4/1.4 MB | 21 kB   
Progress (2): 1.4/1.4 MB | 21 kB
Progress (2): 1.4/1.4 MB | 21 kB
Progress (2): 1.4 MB | 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)
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 970 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 127 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 315 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 51 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 575 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 439 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 23 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 10 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 159 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 248 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 4.4 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 130 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 96 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 8.9 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 216 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 684 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.1 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 109 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 114 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 57 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 28 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 27 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 45 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 608 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 12 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 147 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 264 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 61 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 27 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 59 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 536 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 1.8 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 484 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 89 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 76 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 319 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 219 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 34 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 55 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 203 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 575 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 31 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 17 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 27 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 351 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 9.0 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 128 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 140 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 639 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 65 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 89 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 88 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 46 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 372 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 15 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 58 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 76 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 120 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 356 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 108 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 78 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 939 kB/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 432 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 238 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 460 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 65 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 9.6 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 7.2 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 200 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 157 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 105 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 151 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 78 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 35 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 134 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 81 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 55 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 166 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 800 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 123 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 100 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 612 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 55 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 214 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 387 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 93 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 147 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 29 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 87 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 553 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 123 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 88 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 43 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 301 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.1 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 466 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 22 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 77 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 119 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 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 87 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 660 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 62 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 13 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 17 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 122 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 84 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 16 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 185 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 493 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 23 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 44 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 214 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 80 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 64 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 50 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 37 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 48 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 10 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 38 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 7.4 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 697 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 87 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 11 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 212 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 40 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 284 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 791 kB/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 121 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 108 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 266 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 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 92 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 32 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 71 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 46 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 223 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 17 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 41 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 56 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 52 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 79 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 36 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 30 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 157 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 45 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 30 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 129 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 23 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 268 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 4.2 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 61 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 181 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 63 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 63 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 79 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 62 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 42 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 52 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 29 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 30 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 623 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 95 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 2.8 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 96 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 239 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 87 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 422 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 10 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 141 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 134 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 552 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 53 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 184 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 307 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 667 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 152 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 252 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 505 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 26 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 61 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 442 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 113 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
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
                      
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): 32/88 kB
Progress (1): 33/88 kB
Progress (1): 37/88 kB
Progress (1): 41/88 kB
Progress (1): 45/88 kB
Progress (1): 49/88 kB
Progress (1): 53/88 kB
Progress (1): 57/88 kB
Progress (1): 61/88 kB
Progress (1): 65/88 kB
Progress (1): 69/88 kB
Progress (1): 73/88 kB
Progress (1): 77/88 kB
Progress (1): 81/88 kB
Progress (1): 85/88 kB
Progress (1): 88 kB   
                   
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
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
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 742 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.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
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 10 kB/s)
Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
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/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/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.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/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.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/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/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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar
Progress (1): 4.1/168 kB
Progress (1): 7.7/168 kB
Progress (2): 7.7/168 kB | 4.1/350 kB
Progress (3): 7.7/168 kB | 4.1/350 kB | 4.1/81 kB
Progress (3): 12/168 kB | 4.1/350 kB | 4.1/81 kB 
Progress (3): 12/168 kB | 7.7/350 kB | 4.1/81 kB
Progress (3): 16/168 kB | 7.7/350 kB | 4.1/81 kB
Progress (3): 16/168 kB | 7.7/350 kB | 7.7/81 kB
Progress (3): 16/168 kB | 12/350 kB | 7.7/81 kB 
Progress (3): 16/168 kB | 12/350 kB | 12/81 kB 
Progress (3): 20/168 kB | 12/350 kB | 12/81 kB
Progress (3): 20/168 kB | 12/350 kB | 16/81 kB
Progress (3): 20/168 kB | 16/350 kB | 16/81 kB
Progress (3): 20/168 kB | 16/350 kB | 20/81 kB
Progress (3): 24/168 kB | 16/350 kB | 20/81 kB
Progress (3): 24/168 kB | 16/350 kB | 24/81 kB
Progress (3): 24/168 kB | 20/350 kB | 24/81 kB
Progress (3): 24/168 kB | 20/350 kB | 28/81 kB
Progress (3): 28/168 kB | 20/350 kB | 28/81 kB
Progress (3): 28/168 kB | 20/350 kB | 32/81 kB
Progress (3): 28/168 kB | 24/350 kB | 32/81 kB
Progress (3): 28/168 kB | 24/350 kB | 36/81 kB
Progress (3): 32/168 kB | 24/350 kB | 36/81 kB
Progress (3): 32/168 kB | 24/350 kB | 40/81 kB
Progress (3): 32/168 kB | 28/350 kB | 40/81 kB
Progress (3): 32/168 kB | 28/350 kB | 44/81 kB
Progress (3): 36/168 kB | 28/350 kB | 44/81 kB
Progress (3): 36/168 kB | 28/350 kB | 48/81 kB
Progress (3): 36/168 kB | 32/350 kB | 48/81 kB
Progress (3): 36/168 kB | 32/350 kB | 52/81 kB
Progress (3): 36/168 kB | 36/350 kB | 52/81 kB
Progress (3): 40/168 kB | 36/350 kB | 52/81 kB
Progress (3): 40/168 kB | 40/350 kB | 52/81 kB
Progress (3): 44/168 kB | 40/350 kB | 52/81 kB
Progress (3): 44/168 kB | 40/350 kB | 56/81 kB
Progress (3): 48/168 kB | 40/350 kB | 56/81 kB
Progress (3): 48/168 kB | 44/350 kB | 56/81 kB
Progress (3): 52/168 kB | 44/350 kB | 56/81 kB
Progress (3): 52/168 kB | 44/350 kB | 60/81 kB
Progress (3): 56/168 kB | 44/350 kB | 60/81 kB
Progress (3): 56/168 kB | 48/350 kB | 60/81 kB
Progress (3): 60/168 kB | 48/350 kB | 60/81 kB
Progress (3): 60/168 kB | 48/350 kB | 64/81 kB
Progress (3): 64/168 kB | 48/350 kB | 64/81 kB
Progress (3): 64/168 kB | 52/350 kB | 64/81 kB
Progress (3): 68/168 kB | 52/350 kB | 64/81 kB
Progress (3): 68/168 kB | 52/350 kB | 68/81 kB
Progress (3): 72/168 kB | 52/350 kB | 68/81 kB
Progress (3): 72/168 kB | 56/350 kB | 68/81 kB
Progress (3): 76/168 kB | 56/350 kB | 68/81 kB
Progress (3): 76/168 kB | 56/350 kB | 72/81 kB
Progress (3): 80/168 kB | 56/350 kB | 72/81 kB
Progress (3): 80/168 kB | 56/350 kB | 76/81 kB
Progress (3): 80/168 kB | 60/350 kB | 76/81 kB
Progress (3): 80/168 kB | 60/350 kB | 80/81 kB
Progress (3): 84/168 kB | 60/350 kB | 80/81 kB
Progress (3): 84/168 kB | 60/350 kB | 81 kB   
Progress (3): 84/168 kB | 64/350 kB | 81 kB
Progress (3): 88/168 kB | 64/350 kB | 81 kB
Progress (3): 88/168 kB | 68/350 kB | 81 kB
Progress (3): 92/168 kB | 68/350 kB | 81 kB
Progress (3): 92/168 kB | 72/350 kB | 81 kB
Progress (3): 96/168 kB | 72/350 kB | 81 kB
Progress (3): 96/168 kB | 76/350 kB | 81 kB
Progress (3): 100/168 kB | 76/350 kB | 81 kB
Progress (3): 100/168 kB | 80/350 kB | 81 kB
Progress (3): 104/168 kB | 80/350 kB | 81 kB
Progress (3): 104/168 kB | 84/350 kB | 81 kB
Progress (3): 108/168 kB | 84/350 kB | 81 kB
Progress (3): 108/168 kB | 88/350 kB | 81 kB
Progress (3): 112/168 kB | 88/350 kB | 81 kB
Progress (3): 112/168 kB | 92/350 kB | 81 kB
Progress (3): 116/168 kB | 92/350 kB | 81 kB
Progress (3): 116/168 kB | 96/350 kB | 81 kB
Progress (3): 120/168 kB | 96/350 kB | 81 kB
Progress (3): 120/168 kB | 100/350 kB | 81 kB
Progress (3): 124/168 kB | 100/350 kB | 81 kB
Progress (3): 124/168 kB | 104/350 kB | 81 kB
Progress (3): 128/168 kB | 104/350 kB | 81 kB
Progress (3): 128/168 kB | 108/350 kB | 81 kB
Progress (3): 132/168 kB | 108/350 kB | 81 kB
Progress (3): 132/168 kB | 112/350 kB | 81 kB
Progress (3): 136/168 kB | 112/350 kB | 81 kB
Progress (3): 136/168 kB | 116/350 kB | 81 kB
Progress (3): 140/168 kB | 116/350 kB | 81 kB
Progress (3): 140/168 kB | 120/350 kB | 81 kB
Progress (3): 144/168 kB | 120/350 kB | 81 kB
Progress (3): 144/168 kB | 124/350 kB | 81 kB
Progress (3): 148/168 kB | 124/350 kB | 81 kB
Progress (3): 148/168 kB | 128/350 kB | 81 kB
Progress (3): 152/168 kB | 128/350 kB | 81 kB
Progress (3): 152/168 kB | 132/350 kB | 81 kB
Progress (3): 156/168 kB | 132/350 kB | 81 kB
Progress (3): 156/168 kB | 136/350 kB | 81 kB
Progress (3): 160/168 kB | 136/350 kB | 81 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 966 kB/s)
Progress (2): 164/168 kB | 136/350 kB
Progress (2): 164/168 kB | 140/350 kB
Progress (2): 168/168 kB | 140/350 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 (2): 168 kB | 140/350 kB
Progress (2): 168 kB | 144/350 kB
Progress (2): 168 kB | 148/350 kB
Progress (2): 168 kB | 152/350 kB
Progress (2): 168 kB | 156/350 kB
Progress (2): 168 kB | 160/350 kB
Progress (2): 168 kB | 164/350 kB
Progress (2): 168 kB | 168/350 kB
Progress (2): 168 kB | 172/350 kB
Progress (2): 168 kB | 176/350 kB
Progress (2): 168 kB | 180/350 kB
Progress (2): 168 kB | 184/350 kB
Progress (2): 168 kB | 188/350 kB
Progress (2): 168 kB | 192/350 kB
Progress (2): 168 kB | 196/350 kB
Progress (2): 168 kB | 200/350 kB
Progress (2): 168 kB | 204/350 kB
Progress (2): 168 kB | 208/350 kB
Progress (2): 168 kB | 212/350 kB
Progress (2): 168 kB | 216/350 kB
Progress (2): 168 kB | 220/350 kB
Progress (2): 168 kB | 224/350 kB
Progress (2): 168 kB | 228/350 kB
Progress (2): 168 kB | 232/350 kB
Progress (2): 168 kB | 236/350 kB
Progress (2): 168 kB | 240/350 kB
Progress (2): 168 kB | 244/350 kB
Progress (2): 168 kB | 248/350 kB
Progress (2): 168 kB | 252/350 kB
Progress (2): 168 kB | 256/350 kB
Progress (2): 168 kB | 260/350 kB
Progress (2): 168 kB | 264/350 kB
Progress (2): 168 kB | 268/350 kB
Progress (2): 168 kB | 272/350 kB
Progress (2): 168 kB | 276/350 kB
Progress (2): 168 kB | 280/350 kB
Progress (2): 168 kB | 284/350 kB
Progress (2): 168 kB | 288/350 kB
Progress (2): 168 kB | 292/350 kB
Progress (2): 168 kB | 296/350 kB
Progress (2): 168 kB | 300/350 kB
Progress (2): 168 kB | 304/350 kB
Progress (2): 168 kB | 308/350 kB
Progress (2): 168 kB | 312/350 kB
Progress (2): 168 kB | 316/350 kB
Progress (2): 168 kB | 320/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.8 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 (1): 324/350 kB
Progress (2): 324/350 kB | 4.1/68 kB
Progress (2): 328/350 kB | 4.1/68 kB
Progress (2): 328/350 kB | 7.7/68 kB
Progress (2): 332/350 kB | 7.7/68 kB
Progress (2): 336/350 kB | 7.7/68 kB
Progress (2): 336/350 kB | 12/68 kB 
Progress (2): 340/350 kB | 12/68 kB
Progress (2): 340/350 kB | 16/68 kB
Progress (2): 344/350 kB | 16/68 kB
Progress (2): 344/350 kB | 20/68 kB
Progress (2): 348/350 kB | 20/68 kB
Progress (2): 348/350 kB | 24/68 kB
Progress (2): 350 kB | 24/68 kB    
Progress (2): 350 kB | 28/68 kB
Progress (2): 350 kB | 32/68 kB
Progress (2): 350 kB | 36/68 kB
Progress (2): 350 kB | 40/68 kB
Progress (2): 350 kB | 44/68 kB
Progress (2): 350 kB | 48/68 kB
Progress (2): 350 kB | 52/68 kB
Progress (2): 350 kB | 56/68 kB
Progress (2): 350 kB | 60/68 kB
Progress (2): 350 kB | 64/68 kB
Progress (2): 350 kB | 68 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 3.2 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
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 615 kB/s)
Progress (1): 4.1/614 kB
                        
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 (1): 7.7/614 kB
Progress (1): 12/614 kB 
Progress (1): 16/614 kB
Progress (1): 20/614 kB
Progress (1): 24/614 kB
Progress (1): 28/614 kB
Progress (1): 32/614 kB
Progress (1): 33/614 kB
Progress (1): 37/614 kB
Progress (1): 41/614 kB
Progress (1): 45/614 kB
Progress (1): 49/614 kB
Progress (1): 53/614 kB
Progress (1): 57/614 kB
Progress (1): 61/614 kB
Progress (1): 65/614 kB
Progress (1): 66/614 kB
Progress (1): 70/614 kB
Progress (1): 74/614 kB
Progress (1): 78/614 kB
Progress (1): 82/614 kB
Progress (1): 86/614 kB
Progress (1): 90/614 kB
Progress (1): 94/614 kB
Progress (1): 98/614 kB
Progress (1): 98/614 kB
Progress (1): 102/614 kB
Progress (1): 106/614 kB
Progress (1): 110/614 kB
Progress (1): 114/614 kB
Progress (1): 118/614 kB
Progress (1): 122/614 kB
Progress (1): 126/614 kB
Progress (1): 130/614 kB
Progress (1): 131/614 kB
Progress (1): 135/614 kB
Progress (1): 139/614 kB
Progress (1): 143/614 kB
Progress (1): 147/614 kB
Progress (1): 151/614 kB
Progress (1): 155/614 kB
Progress (1): 159/614 kB
Progress (1): 163/614 kB
Progress (1): 164/614 kB
Progress (1): 168/614 kB
Progress (1): 172/614 kB
Progress (1): 176/614 kB
Progress (1): 180/614 kB
Progress (1): 184/614 kB
Progress (1): 188/614 kB
Progress (2): 188/614 kB | 4.1/45 kB
Progress (2): 192/614 kB | 4.1/45 kB
Progress (2): 192/614 kB | 7.7/45 kB
Progress (2): 196/614 kB | 7.7/45 kB
Progress (2): 196/614 kB | 12/45 kB 
Progress (2): 200/614 kB | 12/45 kB
Progress (2): 200/614 kB | 16/45 kB
Progress (2): 204/614 kB | 16/45 kB
Progress (2): 204/614 kB | 20/45 kB
Progress (2): 208/614 kB | 20/45 kB
Progress (2): 208/614 kB | 24/45 kB
Progress (2): 212/614 kB | 24/45 kB
Progress (2): 212/614 kB | 28/45 kB
Progress (2): 216/614 kB | 28/45 kB
Progress (2): 216/614 kB | 32/45 kB
Progress (2): 220/614 kB | 32/45 kB
Progress (2): 220/614 kB | 36/45 kB
Progress (2): 220/614 kB | 40/45 kB
Progress (2): 224/614 kB | 40/45 kB
Progress (2): 224/614 kB | 44/45 kB
Progress (2): 228/614 kB | 44/45 kB
Progress (2): 228/614 kB | 45 kB   
Progress (2): 232/614 kB | 45 kB
Progress (2): 236/614 kB | 45 kB
Progress (2): 240/614 kB | 45 kB
Progress (2): 244/614 kB | 45 kB
Progress (2): 248/614 kB | 45 kB
Progress (3): 248/614 kB | 45 kB | 4.1/27 kB
Progress (3): 252/614 kB | 45 kB | 4.1/27 kB
Progress (3): 252/614 kB | 45 kB | 7.7/27 kB
Progress (3): 256/614 kB | 45 kB | 7.7/27 kB
Progress (3): 256/614 kB | 45 kB | 12/27 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 241 kB/s)
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): 256/614 kB | 16/27 kB
Progress (2): 260/614 kB | 16/27 kB
Progress (2): 260/614 kB | 20/27 kB
Progress (2): 260/614 kB | 24/27 kB
Progress (2): 264/614 kB | 24/27 kB
Progress (2): 264/614 kB | 27 kB   
Progress (2): 268/614 kB | 27 kB
Progress (2): 272/614 kB | 27 kB
Progress (2): 276/614 kB | 27 kB
Progress (2): 280/614 kB | 27 kB
Progress (2): 284/614 kB | 27 kB
Progress (2): 288/614 kB | 27 kB
Progress (2): 292/614 kB | 27 kB
Progress (2): 296/614 kB | 27 kB
Progress (2): 300/614 kB | 27 kB
Progress (2): 304/614 kB | 27 kB
Progress (2): 308/614 kB | 27 kB
Progress (2): 312/614 kB | 27 kB
Progress (2): 316/614 kB | 27 kB
Progress (2): 320/614 kB | 27 kB
Progress (2): 324/614 kB | 27 kB
Progress (2): 328/614 kB | 27 kB
Progress (2): 332/614 kB | 27 kB
Progress (2): 336/614 kB | 27 kB
Progress (2): 340/614 kB | 27 kB
Progress (2): 344/614 kB | 27 kB
Progress (2): 348/614 kB | 27 kB
Progress (2): 352/614 kB | 27 kB
Progress (2): 356/614 kB | 27 kB
Progress (2): 360/614 kB | 27 kB
Progress (2): 364/614 kB | 27 kB
Progress (2): 368/614 kB | 27 kB
Progress (2): 372/614 kB | 27 kB
Progress (2): 376/614 kB | 27 kB
Progress (2): 380/614 kB | 27 kB
Progress (2): 384/614 kB | 27 kB
Progress (2): 388/614 kB | 27 kB
Progress (2): 392/614 kB | 27 kB
Progress (2): 396/614 kB | 27 kB
Progress (2): 400/614 kB | 27 kB
Progress (2): 404/614 kB | 27 kB
Progress (2): 408/614 kB | 27 kB
Progress (2): 412/614 kB | 27 kB
Progress (2): 416/614 kB | 27 kB
Progress (2): 420/614 kB | 27 kB
Progress (2): 424/614 kB | 27 kB
Progress (2): 428/614 kB | 27 kB
Progress (2): 432/614 kB | 27 kB
Progress (2): 436/614 kB | 27 kB
Progress (2): 440/614 kB | 27 kB
Progress (2): 444/614 kB | 27 kB
Progress (2): 448/614 kB | 27 kB
Progress (2): 452/614 kB | 27 kB
Progress (2): 456/614 kB | 27 kB
Progress (2): 460/614 kB | 27 kB
Progress (2): 464/614 kB | 27 kB
Progress (2): 468/614 kB | 27 kB
Progress (2): 472/614 kB | 27 kB
Progress (2): 476/614 kB | 27 kB
Progress (2): 480/614 kB | 27 kB
Progress (2): 484/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 139 kB/s)
Progress (1): 488/614 kB
                        
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 (1): 492/614 kB
Progress (1): 496/614 kB
Progress (1): 500/614 kB
Progress (1): 504/614 kB
Progress (1): 508/614 kB
Progress (1): 512/614 kB
Progress (1): 516/614 kB
Progress (1): 520/614 kB
Progress (1): 524/614 kB
Progress (1): 528/614 kB
Progress (1): 532/614 kB
Progress (1): 536/614 kB
Progress (2): 536/614 kB | 4.1/55 kB
Progress (2): 540/614 kB | 4.1/55 kB
Progress (2): 540/614 kB | 7.7/55 kB
Progress (2): 544/614 kB | 7.7/55 kB
Progress (2): 544/614 kB | 12/55 kB 
Progress (2): 548/614 kB | 12/55 kB
Progress (2): 548/614 kB | 16/55 kB
Progress (2): 552/614 kB | 16/55 kB
Progress (2): 552/614 kB | 20/55 kB
Progress (2): 556/614 kB | 20/55 kB
Progress (2): 556/614 kB | 24/55 kB
Progress (2): 560/614 kB | 24/55 kB
Progress (2): 560/614 kB | 28/55 kB
Progress (2): 564/614 kB | 28/55 kB
Progress (2): 564/614 kB | 32/55 kB
Progress (2): 568/614 kB | 32/55 kB
Progress (2): 568/614 kB | 36/55 kB
Progress (2): 572/614 kB | 36/55 kB
Progress (2): 572/614 kB | 40/55 kB
Progress (2): 576/614 kB | 40/55 kB
Progress (2): 576/614 kB | 44/55 kB
Progress (2): 580/614 kB | 44/55 kB
Progress (2): 580/614 kB | 48/55 kB
Progress (2): 584/614 kB | 48/55 kB
Progress (2): 584/614 kB | 52/55 kB
Progress (2): 588/614 kB | 52/55 kB
Progress (2): 588/614 kB | 55 kB   
Progress (2): 592/614 kB | 55 kB
Progress (2): 596/614 kB | 55 kB
Progress (2): 600/614 kB | 55 kB
Progress (2): 604/614 kB | 55 kB
Progress (2): 608/614 kB | 55 kB
Progress (2): 612/614 kB | 55 kB
Progress (2): 614 kB | 55 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 258 kB/s)
Progress (2): 614 kB | 4.1/167 kB
                                 
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 (2): 614 kB | 7.7/167 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 2.9 MB/s)
Progress (1): 12/167 kB
                       
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 (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): 33/167 kB
Progress (1): 37/167 kB
Progress (1): 41/167 kB
Progress (1): 45/167 kB
Progress (1): 49/167 kB
Progress (1): 53/167 kB
Progress (1): 57/167 kB
Progress (1): 61/167 kB
Progress (1): 65/167 kB
Progress (1): 66/167 kB
Progress (1): 70/167 kB
Progress (1): 74/167 kB
Progress (1): 78/167 kB
Progress (1): 82/167 kB
Progress (2): 82/167 kB | 4.1/53 kB
Progress (2): 82/167 kB | 7.7/53 kB
Progress (2): 82/167 kB | 12/53 kB 
Progress (2): 82/167 kB | 16/53 kB
Progress (2): 82/167 kB | 20/53 kB
Progress (2): 82/167 kB | 24/53 kB
Progress (2): 82/167 kB | 28/53 kB
Progress (2): 82/167 kB | 32/53 kB
Progress (2): 82/167 kB | 36/53 kB
Progress (2): 82/167 kB | 40/53 kB
Progress (3): 82/167 kB | 40/53 kB | 4.1/23 kB
Progress (3): 82/167 kB | 44/53 kB | 4.1/23 kB
Progress (3): 82/167 kB | 44/53 kB | 7.7/23 kB
Progress (3): 82/167 kB | 48/53 kB | 7.7/23 kB
Progress (3): 82/167 kB | 48/53 kB | 12/23 kB 
Progress (3): 82/167 kB | 52/53 kB | 12/23 kB
Progress (3): 82/167 kB | 52/53 kB | 16/23 kB
Progress (3): 82/167 kB | 53 kB | 16/23 kB   
Progress (3): 82/167 kB | 53 kB | 20/23 kB
Progress (3): 82/167 kB | 53 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 79 kB/s)
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
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 185 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): 82/167 kB | 4.1/62 kB
Progress (2): 82/167 kB | 7.7/62 kB
Progress (2): 82/167 kB | 12/62 kB 
Progress (2): 82/167 kB | 16/62 kB
Progress (2): 82/167 kB | 20/62 kB
Progress (2): 82/167 kB | 24/62 kB
Progress (2): 82/167 kB | 28/62 kB
Progress (2): 82/167 kB | 32/62 kB
Progress (2): 82/167 kB | 36/62 kB
Progress (2): 82/167 kB | 40/62 kB
Progress (2): 82/167 kB | 44/62 kB
Progress (2): 82/167 kB | 48/62 kB
Progress (3): 82/167 kB | 48/62 kB | 4.1/60 kB
Progress (3): 82/167 kB | 52/62 kB | 4.1/60 kB
Progress (3): 82/167 kB | 52/62 kB | 7.7/60 kB
Progress (3): 82/167 kB | 56/62 kB | 7.7/60 kB
Progress (3): 82/167 kB | 56/62 kB | 12/60 kB 
Progress (3): 82/167 kB | 60/62 kB | 12/60 kB
Progress (3): 82/167 kB | 60/62 kB | 16/60 kB
Progress (3): 82/167 kB | 62 kB | 16/60 kB   
Progress (3): 82/167 kB | 62 kB | 20/60 kB
Progress (3): 82/167 kB | 62 kB | 24/60 kB
Progress (3): 82/167 kB | 62 kB | 28/60 kB
Progress (3): 82/167 kB | 62 kB | 32/60 kB
Progress (3): 82/167 kB | 62 kB | 36/60 kB
Progress (3): 82/167 kB | 62 kB | 40/60 kB
Progress (3): 82/167 kB | 62 kB | 44/60 kB
Progress (3): 82/167 kB | 62 kB | 48/60 kB
Progress (3): 82/167 kB | 62 kB | 52/60 kB
Progress (3): 82/167 kB | 62 kB | 56/60 kB
Progress (3): 82/167 kB | 62 kB | 60/60 kB
Progress (3): 82/167 kB | 62 kB | 60 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 200 kB/s)
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
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 190 kB/s)
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 (2): 82/167 kB | 4.1/156 kB
Progress (2): 82/167 kB | 7.7/156 kB
Progress (2): 82/167 kB | 12/156 kB 
Progress (2): 82/167 kB | 16/156 kB
Progress (2): 82/167 kB | 20/156 kB
Progress (2): 82/167 kB | 24/156 kB
Progress (2): 82/167 kB | 28/156 kB
Progress (2): 82/167 kB | 32/156 kB
Progress (2): 82/167 kB | 33/156 kB
Progress (2): 82/167 kB | 37/156 kB
Progress (2): 82/167 kB | 41/156 kB
Progress (2): 82/167 kB | 45/156 kB
Progress (2): 82/167 kB | 49/156 kB
Progress (3): 82/167 kB | 49/156 kB | 4.1/35 kB
Progress (3): 82/167 kB | 53/156 kB | 4.1/35 kB
Progress (3): 82/167 kB | 53/156 kB | 7.7/35 kB
Progress (3): 82/167 kB | 57/156 kB | 7.7/35 kB
Progress (3): 82/167 kB | 57/156 kB | 12/35 kB 
Progress (3): 82/167 kB | 61/156 kB | 12/35 kB
Progress (3): 82/167 kB | 61/156 kB | 16/35 kB
Progress (3): 82/167 kB | 65/156 kB | 16/35 kB
Progress (3): 82/167 kB | 65/156 kB | 20/35 kB
Progress (3): 82/167 kB | 66/156 kB | 20/35 kB
Progress (3): 82/167 kB | 66/156 kB | 24/35 kB
Progress (3): 82/167 kB | 70/156 kB | 24/35 kB
Progress (3): 82/167 kB | 70/156 kB | 28/35 kB
Progress (3): 82/167 kB | 74/156 kB | 28/35 kB
Progress (3): 82/167 kB | 74/156 kB | 32/35 kB
Progress (3): 82/167 kB | 78/156 kB | 32/35 kB
Progress (3): 82/167 kB | 78/156 kB | 35 kB   
Progress (3): 82/167 kB | 82/156 kB | 35 kB
Progress (3): 82/167 kB | 86/156 kB | 35 kB
Progress (3): 82/167 kB | 90/156 kB | 35 kB
Progress (3): 82/167 kB | 94/156 kB | 35 kB
Progress (3): 82/167 kB | 98/156 kB | 35 kB
Progress (3): 82/167 kB | 98/156 kB | 35 kB
Progress (3): 82/167 kB | 102/156 kB | 35 kB
Progress (3): 82/167 kB | 106/156 kB | 35 kB
Progress (3): 82/167 kB | 110/156 kB | 35 kB
Progress (3): 82/167 kB | 114/156 kB | 35 kB
Progress (3): 82/167 kB | 118/156 kB | 35 kB
Progress (3): 82/167 kB | 122/156 kB | 35 kB
Progress (3): 82/167 kB | 126/156 kB | 35 kB
Progress (3): 82/167 kB | 130/156 kB | 35 kB
Progress (3): 82/167 kB | 134/156 kB | 35 kB
Progress (3): 82/167 kB | 138/156 kB | 35 kB
Progress (3): 82/167 kB | 142/156 kB | 35 kB
Progress (3): 82/167 kB | 146/156 kB | 35 kB
Progress (3): 82/167 kB | 150/156 kB | 35 kB
Progress (3): 82/167 kB | 154/156 kB | 35 kB
Progress (3): 82/167 kB | 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 104 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
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 454 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): 82/167 kB | 4.1/65 kB
Progress (2): 82/167 kB | 7.7/65 kB
Progress (2): 82/167 kB | 12/65 kB 
Progress (2): 82/167 kB | 16/65 kB
Progress (2): 82/167 kB | 20/65 kB
Progress (2): 82/167 kB | 24/65 kB
Progress (2): 82/167 kB | 28/65 kB
Progress (3): 82/167 kB | 28/65 kB | 0/2.9 MB
Progress (4): 82/167 kB | 28/65 kB | 0/2.9 MB | 4.1/332 kB
Progress (4): 82/167 kB | 32/65 kB | 0/2.9 MB | 4.1/332 kB
Progress (4): 82/167 kB | 32/65 kB | 0/2.9 MB | 7.7/332 kB
Progress (4): 82/167 kB | 32/65 kB | 0/2.9 MB | 7.7/332 kB
Progress (4): 82/167 kB | 32/65 kB | 0/2.9 MB | 12/332 kB 
Progress (4): 82/167 kB | 36/65 kB | 0/2.9 MB | 12/332 kB
Progress (4): 82/167 kB | 36/65 kB | 0/2.9 MB | 16/332 kB
Progress (4): 82/167 kB | 36/65 kB | 0/2.9 MB | 16/332 kB
Progress (4): 82/167 kB | 36/65 kB | 0/2.9 MB | 20/332 kB
Progress (4): 82/167 kB | 40/65 kB | 0/2.9 MB | 20/332 kB
Progress (4): 82/167 kB | 40/65 kB | 0/2.9 MB | 24/332 kB
Progress (4): 82/167 kB | 40/65 kB | 0/2.9 MB | 24/332 kB
Progress (4): 82/167 kB | 40/65 kB | 0/2.9 MB | 28/332 kB
Progress (4): 82/167 kB | 44/65 kB | 0/2.9 MB | 28/332 kB
Progress (4): 82/167 kB | 44/65 kB | 0/2.9 MB | 32/332 kB
Progress (4): 82/167 kB | 44/65 kB | 0/2.9 MB | 33/332 kB
Progress (4): 82/167 kB | 44/65 kB | 0/2.9 MB | 33/332 kB
Progress (4): 82/167 kB | 44/65 kB | 0/2.9 MB | 37/332 kB
Progress (4): 82/167 kB | 48/65 kB | 0/2.9 MB | 37/332 kB
Progress (4): 82/167 kB | 48/65 kB | 0/2.9 MB | 41/332 kB
Progress (4): 82/167 kB | 48/65 kB | 0/2.9 MB | 41/332 kB
Progress (4): 82/167 kB | 48/65 kB | 0/2.9 MB | 45/332 kB
Progress (4): 82/167 kB | 52/65 kB | 0/2.9 MB | 45/332 kB
Progress (4): 82/167 kB | 52/65 kB | 0/2.9 MB | 49/332 kB
Progress (4): 82/167 kB | 52/65 kB | 0/2.9 MB | 49/332 kB
Progress (4): 82/167 kB | 52/65 kB | 0/2.9 MB | 53/332 kB
Progress (4): 82/167 kB | 56/65 kB | 0/2.9 MB | 53/332 kB
Progress (4): 82/167 kB | 56/65 kB | 0/2.9 MB | 57/332 kB
Progress (4): 82/167 kB | 56/65 kB | 0/2.9 MB | 61/332 kB
Progress (4): 82/167 kB | 56/65 kB | 0/2.9 MB | 61/332 kB
Progress (4): 82/167 kB | 56/65 kB | 0/2.9 MB | 65/332 kB
Progress (4): 82/167 kB | 60/65 kB | 0/2.9 MB | 65/332 kB
Progress (4): 82/167 kB | 60/65 kB | 0/2.9 MB | 69/332 kB
Progress (4): 82/167 kB | 60/65 kB | 0/2.9 MB | 69/332 kB
Progress (4): 82/167 kB | 60/65 kB | 0/2.9 MB | 73/332 kB
Progress (4): 82/167 kB | 64/65 kB | 0/2.9 MB | 73/332 kB
Progress (4): 82/167 kB | 64/65 kB | 0/2.9 MB | 77/332 kB
Progress (4): 82/167 kB | 64/65 kB | 0/2.9 MB | 77/332 kB
Progress (4): 82/167 kB | 64/65 kB | 0/2.9 MB | 81/332 kB
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 81/332 kB   
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 85/332 kB
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 85/332 kB
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 89/332 kB
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 89/332 kB
Progress (4): 82/167 kB | 65 kB | 0/2.9 MB | 93/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 93/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 97/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 97/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 101/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 101/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 105/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 105/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 109/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 109/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 113/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 113/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 117/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 117/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 121/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 121/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 125/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 125/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 129/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 129/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 133/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 133/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 137/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 137/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 141/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 141/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 145/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 145/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 149/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 149/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 153/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 153/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 157/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 157/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 161/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 161/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 165/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 165/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 169/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 169/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 173/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 173/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 177/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 177/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 181/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 185/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 189/332 kB
Progress (4): 82/167 kB | 65 kB | 0.1/2.9 MB | 193/332 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 193/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 197/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 197/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 201/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 205/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 209/332 kB | 4.1/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 209/332 kB | 7.7/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 213/332 kB | 7.7/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 217/332 kB | 7.7/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 217/332 kB | 7.7/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 221/332 kB | 7.7/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 221/332 kB | 12/232 kB 
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 225/332 kB | 12/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 225/332 kB | 12/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 229/332 kB | 12/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 229/332 kB | 12/232 kB
Progress (5): 82/167 kB | 65 kB | 0.1/2.9 MB | 229/332 kB | 16/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 229/332 kB | 16/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 233/332 kB | 16/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 233/332 kB | 16/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 233/332 kB | 20/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 233/332 kB | 20/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 237/332 kB | 20/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 237/332 kB | 20/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 237/332 kB | 24/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 237/332 kB | 24/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 241/332 kB | 24/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 241/332 kB | 24/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 241/332 kB | 28/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 241/332 kB | 28/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 245/332 kB | 28/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 245/332 kB | 28/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 245/332 kB | 32/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 245/332 kB | 32/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 249/332 kB | 32/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 249/332 kB | 32/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 249/332 kB | 36/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 249/332 kB | 36/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 253/332 kB | 36/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 253/332 kB | 36/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 253/332 kB | 40/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 253/332 kB | 40/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 257/332 kB | 40/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 257/332 kB | 40/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 257/332 kB | 44/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 257/332 kB | 44/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 261/332 kB | 44/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 261/332 kB | 44/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 261/332 kB | 48/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 261/332 kB | 48/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 261/332 kB | 52/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 265/332 kB | 52/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 265/332 kB | 56/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 265/332 kB | 56/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 265/332 kB | 60/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 269/332 kB | 60/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 269/332 kB | 64/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 269/332 kB | 64/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 269/332 kB | 68/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 273/332 kB | 68/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 273/332 kB | 72/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 273/332 kB | 72/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 273/332 kB | 76/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 277/332 kB | 76/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 277/332 kB | 80/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 277/332 kB | 80/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 277/332 kB | 84/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 281/332 kB | 84/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 281/332 kB | 88/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 281/332 kB | 88/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 281/332 kB | 92/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 285/332 kB | 92/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 285/332 kB | 96/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 285/332 kB | 96/232 kB
Progress (5): 82/167 kB | 65 kB | 0.2/2.9 MB | 285/332 kB | 100/232 kB
Progress (5): 86/167 kB | 65 kB | 0.2/2.9 MB | 285/332 kB | 100/232 kB
Progress (5): 86/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 100/232 kB
Progress (5): 90/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 100/232 kB
Progress (5): 90/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 104/232 kB
Progress (5): 90/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.2/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.3/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.3/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.3/2.9 MB | 289/332 kB | 108/232 kB
Progress (5): 90/167 kB | 65 kB | 0.3/2.9 MB | 289/332 kB | 112/232 kB
Progress (5): 94/167 kB | 65 kB | 0.3/2.9 MB | 289/332 kB | 112/232 kB
Progress (5): 94/167 kB | 65 kB | 0.3/2.9 MB | 293/332 kB | 112/232 kB
Progress (5): 98/167 kB | 65 kB | 0.3/2.9 MB | 293/332 kB | 112/232 kB
Progress (5): 98/167 kB | 65 kB | 0.3/2.9 MB | 293/332 kB | 116/232 kB
Progress (5): 98/167 kB | 65 kB | 0.3/2.9 MB | 293/332 kB | 116/232 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 135 kB/s)
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): 98/167 kB | 0.3/2.9 MB | 293/332 kB | 116/232 kB
Progress (4): 98/167 kB | 0.3/2.9 MB | 293/332 kB | 120/232 kB
Progress (4): 102/167 kB | 0.3/2.9 MB | 293/332 kB | 120/232 kB
Progress (4): 106/167 kB | 0.3/2.9 MB | 293/332 kB | 120/232 kB
Progress (4): 106/167 kB | 0.3/2.9 MB | 297/332 kB | 120/232 kB
Progress (4): 110/167 kB | 0.3/2.9 MB | 297/332 kB | 120/232 kB
Progress (4): 110/167 kB | 0.3/2.9 MB | 297/332 kB | 124/232 kB
Progress (4): 110/167 kB | 0.3/2.9 MB | 297/332 kB | 124/232 kB
Progress (4): 110/167 kB | 0.3/2.9 MB | 297/332 kB | 128/232 kB
Progress (4): 114/167 kB | 0.3/2.9 MB | 297/332 kB | 128/232 kB
Progress (4): 114/167 kB | 0.3/2.9 MB | 301/332 kB | 128/232 kB
Progress (4): 118/167 kB | 0.3/2.9 MB | 301/332 kB | 128/232 kB
Progress (4): 118/167 kB | 0.3/2.9 MB | 301/332 kB | 132/232 kB
Progress (4): 118/167 kB | 0.3/2.9 MB | 301/332 kB | 132/232 kB
Progress (4): 118/167 kB | 0.3/2.9 MB | 301/332 kB | 136/232 kB
Progress (4): 122/167 kB | 0.3/2.9 MB | 301/332 kB | 136/232 kB
Progress (4): 122/167 kB | 0.3/2.9 MB | 305/332 kB | 136/232 kB
Progress (4): 126/167 kB | 0.3/2.9 MB | 305/332 kB | 136/232 kB
Progress (4): 126/167 kB | 0.3/2.9 MB | 305/332 kB | 140/232 kB
Progress (4): 126/167 kB | 0.3/2.9 MB | 305/332 kB | 140/232 kB
Progress (4): 126/167 kB | 0.3/2.9 MB | 305/332 kB | 144/232 kB
Progress (4): 130/167 kB | 0.3/2.9 MB | 305/332 kB | 144/232 kB
Progress (4): 130/167 kB | 0.3/2.9 MB | 309/332 kB | 144/232 kB
Progress (4): 134/167 kB | 0.3/2.9 MB | 309/332 kB | 144/232 kB
Progress (4): 134/167 kB | 0.3/2.9 MB | 309/332 kB | 148/232 kB
Progress (4): 134/167 kB | 0.3/2.9 MB | 309/332 kB | 152/232 kB
Progress (4): 134/167 kB | 0.3/2.9 MB | 309/332 kB | 152/232 kB
Progress (4): 134/167 kB | 0.3/2.9 MB | 309/332 kB | 156/232 kB
Progress (4): 138/167 kB | 0.3/2.9 MB | 309/332 kB | 156/232 kB
Progress (4): 138/167 kB | 0.3/2.9 MB | 313/332 kB | 156/232 kB
Progress (4): 142/167 kB | 0.3/2.9 MB | 313/332 kB | 156/232 kB
Progress (4): 142/167 kB | 0.3/2.9 MB | 313/332 kB | 160/232 kB
Progress (4): 142/167 kB | 0.3/2.9 MB | 313/332 kB | 160/232 kB
Progress (4): 142/167 kB | 0.3/2.9 MB | 313/332 kB | 164/232 kB
Progress (4): 146/167 kB | 0.3/2.9 MB | 313/332 kB | 164/232 kB
Progress (4): 146/167 kB | 0.3/2.9 MB | 317/332 kB | 164/232 kB
Progress (4): 150/167 kB | 0.3/2.9 MB | 317/332 kB | 164/232 kB
Progress (4): 150/167 kB | 0.3/2.9 MB | 317/332 kB | 168/232 kB
Progress (4): 150/167 kB | 0.3/2.9 MB | 317/332 kB | 168/232 kB
Progress (4): 150/167 kB | 0.3/2.9 MB | 317/332 kB | 172/232 kB
Progress (4): 154/167 kB | 0.3/2.9 MB | 317/332 kB | 172/232 kB
Progress (4): 154/167 kB | 0.3/2.9 MB | 321/332 kB | 172/232 kB
Progress (4): 158/167 kB | 0.3/2.9 MB | 321/332 kB | 172/232 kB
Progress (4): 158/167 kB | 0.3/2.9 MB | 321/332 kB | 176/232 kB
Progress (4): 158/167 kB | 0.3/2.9 MB | 321/332 kB | 176/232 kB
Progress (4): 158/167 kB | 0.3/2.9 MB | 321/332 kB | 180/232 kB
Progress (4): 162/167 kB | 0.3/2.9 MB | 321/332 kB | 180/232 kB
Progress (4): 162/167 kB | 0.3/2.9 MB | 325/332 kB | 180/232 kB
Progress (4): 166/167 kB | 0.3/2.9 MB | 325/332 kB | 180/232 kB
Progress (4): 166/167 kB | 0.3/2.9 MB | 325/332 kB | 184/232 kB
Progress (4): 166/167 kB | 0.3/2.9 MB | 325/332 kB | 184/232 kB
Progress (4): 166/167 kB | 0.3/2.9 MB | 325/332 kB | 188/232 kB
Progress (4): 167 kB | 0.3/2.9 MB | 325/332 kB | 188/232 kB    
Progress (4): 167 kB | 0.3/2.9 MB | 329/332 kB | 188/232 kB
Progress (5): 167 kB | 0.3/2.9 MB | 329/332 kB | 188/232 kB | 4.1/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 329/332 kB | 192/232 kB | 4.1/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 329/332 kB | 192/232 kB | 4.1/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 329/332 kB | 196/232 kB | 4.1/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 329/332 kB | 196/232 kB | 7.7/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 196/232 kB | 7.7/30 kB    
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 196/232 kB | 12/30 kB 
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 200/232 kB | 12/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 200/232 kB | 12/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 204/232 kB | 12/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 204/232 kB | 16/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 208/232 kB | 16/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 208/232 kB | 16/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 212/232 kB | 16/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 212/232 kB | 20/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 216/232 kB | 20/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 216/232 kB | 20/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 220/232 kB | 20/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 220/232 kB | 24/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 224/232 kB | 24/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 224/232 kB | 24/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 228/232 kB | 24/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 228/232 kB | 28/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232/232 kB | 28/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232/232 kB | 28/30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 28/30 kB    
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB   
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.3/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (5): 167 kB | 0.4/2.9 MB | 332 kB | 232 kB | 30 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 325 kB/s)
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 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): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.4/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.5/2.9 MB | 332 kB | 232 kB | 30 kB
Progress (4): 0.5/2.9 MB | 332 kB | 232 kB | 30 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 58 kB/s)
Progress (3): 0.5/2.9 MB | 332 kB | 232 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
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 640 kB/s)
Progress (2): 0.5/2.9 MB | 232 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 (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 kB
Progress (2): 0.5/2.9 MB | 232 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 444 kB/s)
Progress (1): 0.5/2.9 MB
                        
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 (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.5/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (1): 0.6/2.9 MB
Progress (2): 0.6/2.9 MB | 4.1/231 kB
Progress (2): 0.6/2.9 MB | 7.7/231 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 4.1/8.5 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 7.7/8.5 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 8.5 kB    
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 8.5 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 8.5 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 8.5 kB
Progress (3): 0.6/2.9 MB | 7.7/231 kB | 8.5 kB
Progress (3): 0.6/2.9 MB | 12/231 kB | 8.5 kB 
Progress (3): 0.6/2.9 MB | 12/231 kB | 8.5 kB
Progress (4): 0.6/2.9 MB | 12/231 kB | 8.5 kB | 4.1/10 kB
Progress (5): 0.6/2.9 MB | 12/231 kB | 8.5 kB | 4.1/10 kB | 4.1/134 kB
Progress (5): 0.6/2.9 MB | 12/231 kB | 8.5 kB | 4.1/10 kB | 4.1/134 kB
Progress (5): 0.6/2.9 MB | 16/231 kB | 8.5 kB | 4.1/10 kB | 4.1/134 kB
Progress (5): 0.6/2.9 MB | 16/231 kB | 8.5 kB | 4.1/10 kB | 4.1/134 kB
Progress (5): 0.6/2.9 MB | 16/231 kB | 8.5 kB | 4.1/10 kB | 7.7/134 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 14 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 (4): 0.6/2.9 MB | 16/231 kB | 7.7/10 kB | 7.7/134 kB
Progress (4): 0.6/2.9 MB | 16/231 kB | 7.7/10 kB | 12/134 kB 
Progress (4): 0.6/2.9 MB | 16/231 kB | 7.7/10 kB | 12/134 kB
Progress (4): 0.6/2.9 MB | 20/231 kB | 7.7/10 kB | 12/134 kB
Progress (4): 0.6/2.9 MB | 20/231 kB | 7.7/10 kB | 12/134 kB
Progress (4): 0.6/2.9 MB | 20/231 kB | 7.7/10 kB | 16/134 kB
Progress (4): 0.6/2.9 MB | 20/231 kB | 10 kB | 16/134 kB    
Progress (4): 0.6/2.9 MB | 20/231 kB | 10 kB | 20/134 kB
Progress (4): 0.6/2.9 MB | 20/231 kB | 10 kB | 20/134 kB
Progress (4): 0.6/2.9 MB | 24/231 kB | 10 kB | 20/134 kB
Progress (4): 0.6/2.9 MB | 24/231 kB | 10 kB | 20/134 kB
Progress (4): 0.6/2.9 MB | 28/231 kB | 10 kB | 20/134 kB
Progress (4): 0.6/2.9 MB | 28/231 kB | 10 kB | 24/134 kB
Progress (4): 0.6/2.9 MB | 32/231 kB | 10 kB | 24/134 kB
Progress (4): 0.6/2.9 MB | 32/231 kB | 10 kB | 24/134 kB
Progress (4): 0.6/2.9 MB | 33/231 kB | 10 kB | 24/134 kB
Progress (4): 0.6/2.9 MB | 33/231 kB | 10 kB | 28/134 kB
Progress (4): 0.6/2.9 MB | 37/231 kB | 10 kB | 28/134 kB
Progress (4): 0.6/2.9 MB | 37/231 kB | 10 kB | 28/134 kB
Progress (4): 0.6/2.9 MB | 41/231 kB | 10 kB | 28/134 kB
Progress (4): 0.6/2.9 MB | 41/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 45/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 49/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 49/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 53/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 53/231 kB | 10 kB | 32/134 kB
Progress (4): 0.6/2.9 MB | 53/231 kB | 10 kB | 33/134 kB
Progress (4): 0.6/2.9 MB | 53/231 kB | 10 kB | 33/134 kB
Progress (4): 0.6/2.9 MB | 57/231 kB | 10 kB | 33/134 kB
Progress (4): 0.6/2.9 MB | 57/231 kB | 10 kB | 33/134 kB
Progress (4): 0.6/2.9 MB | 57/231 kB | 10 kB | 37/134 kB
Progress (4): 0.6/2.9 MB | 57/231 kB | 10 kB | 37/134 kB
Progress (4): 0.6/2.9 MB | 61/231 kB | 10 kB | 37/134 kB
Progress (4): 0.6/2.9 MB | 61/231 kB | 10 kB | 37/134 kB
Progress (4): 0.6/2.9 MB | 61/231 kB | 10 kB | 41/134 kB
Progress (4): 0.6/2.9 MB | 61/231 kB | 10 kB | 41/134 kB
Progress (4): 0.6/2.9 MB | 65/231 kB | 10 kB | 41/134 kB
Progress (4): 0.7/2.9 MB | 65/231 kB | 10 kB | 41/134 kB
Progress (4): 0.7/2.9 MB | 65/231 kB | 10 kB | 45/134 kB
Progress (4): 0.7/2.9 MB | 65/231 kB | 10 kB | 45/134 kB
Progress (4): 0.7/2.9 MB | 66/231 kB | 10 kB | 45/134 kB
Progress (4): 0.7/2.9 MB | 66/231 kB | 10 kB | 45/134 kB
Progress (4): 0.7/2.9 MB | 66/231 kB | 10 kB | 49/134 kB
Progress (4): 0.7/2.9 MB | 66/231 kB | 10 kB | 49/134 kB
Progress (4): 0.7/2.9 MB | 70/231 kB | 10 kB | 49/134 kB
Progress (4): 0.7/2.9 MB | 70/231 kB | 10 kB | 49/134 kB
Progress (4): 0.7/2.9 MB | 70/231 kB | 10 kB | 53/134 kB
Progress (4): 0.7/2.9 MB | 70/231 kB | 10 kB | 53/134 kB
Progress (4): 0.7/2.9 MB | 74/231 kB | 10 kB | 53/134 kB
Progress (4): 0.7/2.9 MB | 74/231 kB | 10 kB | 53/134 kB
Progress (4): 0.7/2.9 MB | 74/231 kB | 10 kB | 57/134 kB
Progress (4): 0.7/2.9 MB | 74/231 kB | 10 kB | 57/134 kB
Progress (4): 0.7/2.9 MB | 78/231 kB | 10 kB | 57/134 kB
Progress (4): 0.7/2.9 MB | 78/231 kB | 10 kB | 57/134 kB
Progress (4): 0.7/2.9 MB | 78/231 kB | 10 kB | 61/134 kB
Progress (4): 0.7/2.9 MB | 78/231 kB | 10 kB | 61/134 kB
Progress (4): 0.7/2.9 MB | 82/231 kB | 10 kB | 61/134 kB
Progress (4): 0.7/2.9 MB | 82/231 kB | 10 kB | 61/134 kB
Progress (4): 0.7/2.9 MB | 82/231 kB | 10 kB | 65/134 kB
Progress (4): 0.7/2.9 MB | 82/231 kB | 10 kB | 65/134 kB
Progress (4): 0.7/2.9 MB | 86/231 kB | 10 kB | 65/134 kB
Progress (4): 0.7/2.9 MB | 86/231 kB | 10 kB | 66/134 kB
Progress (4): 0.7/2.9 MB | 90/231 kB | 10 kB | 66/134 kB
Progress (4): 0.7/2.9 MB | 90/231 kB | 10 kB | 66/134 kB
Progress (4): 0.7/2.9 MB | 94/231 kB | 10 kB | 66/134 kB
Progress (4): 0.7/2.9 MB | 94/231 kB | 10 kB | 70/134 kB
Progress (4): 0.7/2.9 MB | 98/231 kB | 10 kB | 70/134 kB
Progress (4): 0.7/2.9 MB | 98/231 kB | 10 kB | 70/134 kB
Progress (4): 0.7/2.9 MB | 98/231 kB | 10 kB | 70/134 kB
Progress (4): 0.7/2.9 MB | 98/231 kB | 10 kB | 74/134 kB
Progress (4): 0.7/2.9 MB | 102/231 kB | 10 kB | 74/134 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 17 kB/s)
Progress (3): 0.7/2.9 MB | 102/231 kB | 74/134 kB
Progress (4): 0.7/2.9 MB | 102/231 kB | 74/134 kB | 4.1/47 kB
Progress (4): 0.7/2.9 MB | 102/231 kB | 74/134 kB | 4.1/47 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 (4): 0.7/2.9 MB | 106/231 kB | 74/134 kB | 4.1/47 kB
Progress (4): 0.7/2.9 MB | 106/231 kB | 78/134 kB | 4.1/47 kB
Progress (4): 0.7/2.9 MB | 110/231 kB | 78/134 kB | 4.1/47 kB
Progress (4): 0.7/2.9 MB | 110/231 kB | 78/134 kB | 4.1/47 kB
Progress (4): 0.7/2.9 MB | 110/231 kB | 78/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 110/231 kB | 78/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 114/231 kB | 78/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 114/231 kB | 82/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 118/231 kB | 82/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 118/231 kB | 82/134 kB | 7.7/47 kB
Progress (4): 0.7/2.9 MB | 118/231 kB | 82/134 kB | 12/47 kB 
Progress (4): 0.7/2.9 MB | 118/231 kB | 82/134 kB | 12/47 kB
Progress (4): 0.7/2.9 MB | 122/231 kB | 82/134 kB | 12/47 kB
Progress (4): 0.7/2.9 MB | 122/231 kB | 86/134 kB | 12/47 kB
Progress (4): 0.7/2.9 MB | 126/231 kB | 86/134 kB | 12/47 kB
Progress (4): 0.7/2.9 MB | 126/231 kB | 86/134 kB | 12/47 kB
Progress (4): 0.7/2.9 MB | 126/231 kB | 86/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 126/231 kB | 86/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 130/231 kB | 86/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 130/231 kB | 90/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 131/231 kB | 90/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 131/231 kB | 90/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 131/231 kB | 90/134 kB | 16/47 kB
Progress (4): 0.7/2.9 MB | 131/231 kB | 90/134 kB | 20/47 kB
Progress (4): 0.7/2.9 MB | 131/231 kB | 90/134 kB | 20/47 kB
Progress (4): 0.7/2.9 MB | 135/231 kB | 90/134 kB | 20/47 kB
Progress (4): 0.7/2.9 MB | 135/231 kB | 94/134 kB | 20/47 kB
Progress (4): 0.7/2.9 MB | 139/231 kB | 94/134 kB | 20/47 kB
Progress (4): 0.8/2.9 MB | 139/231 kB | 94/134 kB | 20/47 kB
Progress (4): 0.8/2.9 MB | 139/231 kB | 94/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 139/231 kB | 94/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 143/231 kB | 94/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 143/231 kB | 98/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 147/231 kB | 98/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 147/231 kB | 98/134 kB | 24/47 kB
Progress (4): 0.8/2.9 MB | 147/231 kB | 98/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 147/231 kB | 98/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 151/231 kB | 98/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 151/231 kB | 102/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 28/47 kB
Progress (4): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB
Progress (4): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 4.1/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 7.7/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 12/55 kB 
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 16/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 20/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 24/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 28/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 32/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 36/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 40/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 44/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 48/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 52/55 kB
Progress (5): 0.8/2.9 MB | 155/231 kB | 102/134 kB | 32/47 kB | 55 kB   
Progress (5): 0.8/2.9 MB | 159/231 kB | 102/134 kB | 32/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 159/231 kB | 106/134 kB | 32/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 163/231 kB | 106/134 kB | 32/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 163/231 kB | 106/134 kB | 32/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 163/231 kB | 106/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 163/231 kB | 106/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 164/231 kB | 106/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 164/231 kB | 110/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 168/231 kB | 110/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 168/231 kB | 110/134 kB | 36/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 168/231 kB | 110/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 168/231 kB | 110/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 168/231 kB | 110/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 172/231 kB | 110/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 172/231 kB | 114/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 176/231 kB | 114/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 176/231 kB | 114/134 kB | 40/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 176/231 kB | 114/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 176/231 kB | 114/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 180/231 kB | 114/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 180/231 kB | 118/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 184/231 kB | 118/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 184/231 kB | 118/134 kB | 44/47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 184/231 kB | 118/134 kB | 47 kB | 55 kB   
Progress (5): 0.8/2.9 MB | 184/231 kB | 118/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 188/231 kB | 118/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 188/231 kB | 122/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 192/231 kB | 122/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 192/231 kB | 122/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 196/231 kB | 122/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 196/231 kB | 126/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 197/231 kB | 126/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 197/231 kB | 126/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 201/231 kB | 126/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 201/231 kB | 130/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 205/231 kB | 130/134 kB | 47 kB | 55 kB
Progress (5): 0.8/2.9 MB | 205/231 kB | 130/134 kB | 47 kB | 55 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 79 kB/s)
Progress (4): 0.8/2.9 MB | 205/231 kB | 130/134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 209/231 kB | 130/134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 209/231 kB | 134 kB | 47 kB    
Progress (4): 0.8/2.9 MB | 213/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 213/231 kB | 134 kB | 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 (4): 0.8/2.9 MB | 213/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 217/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 217/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 221/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 221/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 225/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 225/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 229/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 229/231 kB | 134 kB | 47 kB
Progress (4): 0.8/2.9 MB | 231 kB | 134 kB | 47 kB    
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 kB
Progress (4): 0.9/2.9 MB | 231 kB | 134 kB | 47 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 66 kB/s)
Progress (3): 0.9/2.9 MB | 231 kB | 134 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): 0.9/2.9 MB | 231 kB | 134 kB
Progress (3): 0.9/2.9 MB | 231 kB | 134 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 189 kB/s)
Progress (2): 0.9/2.9 MB | 231 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 (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 0.9/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 kB
Progress (2): 1.0/2.9 MB | 231 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 323 kB/s)
Progress (1): 1.0/2.9 MB
                        
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 (1): 1.0/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.1/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (1): 1.2/2.9 MB
Progress (2): 1.2/2.9 MB | 4.1/237 kB
Progress (2): 1.2/2.9 MB | 4.1/237 kB
Progress (2): 1.2/2.9 MB | 7.7/237 kB
Progress (2): 1.2/2.9 MB | 12/237 kB 
Progress (2): 1.2/2.9 MB | 16/237 kB
Progress (2): 1.2/2.9 MB | 20/237 kB
Progress (2): 1.2/2.9 MB | 24/237 kB
Progress (2): 1.2/2.9 MB | 24/237 kB
Progress (2): 1.2/2.9 MB | 24/237 kB
Progress (3): 1.2/2.9 MB | 24/237 kB | 4.1/11 kB
Progress (4): 1.2/2.9 MB | 24/237 kB | 4.1/11 kB | 4.1/392 kB
Progress (4): 1.2/2.9 MB | 28/237 kB | 4.1/11 kB | 4.1/392 kB
Progress (4): 1.2/2.9 MB | 28/237 kB | 4.1/11 kB | 7.7/392 kB
Progress (5): 1.2/2.9 MB | 28/237 kB | 4.1/11 kB | 7.7/392 kB | 4.1/7.7 kB
Progress (5): 1.2/2.9 MB | 28/237 kB | 7.7/11 kB | 7.7/392 kB | 4.1/7.7 kB
Progress (5): 1.2/2.9 MB | 28/237 kB | 7.7/11 kB | 7.7/392 kB | 4.1/7.7 kB
Progress (5): 1.2/2.9 MB | 28/237 kB | 11 kB | 7.7/392 kB | 4.1/7.7 kB    
Progress (5): 1.2/2.9 MB | 28/237 kB | 11 kB | 7.7/392 kB | 7.7 kB    
Progress (5): 1.2/2.9 MB | 28/237 kB | 11 kB | 12/392 kB | 7.7 kB 
Progress (5): 1.2/2.9 MB | 32/237 kB | 11 kB | 12/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 32/237 kB | 11 kB | 16/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 32/237 kB | 11 kB | 16/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 32/237 kB | 11 kB | 20/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 33/237 kB | 11 kB | 20/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 33/237 kB | 11 kB | 24/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 33/237 kB | 11 kB | 24/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 33/237 kB | 11 kB | 28/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 37/237 kB | 11 kB | 28/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 37/237 kB | 11 kB | 32/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 37/237 kB | 11 kB | 32/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 37/237 kB | 11 kB | 33/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 41/237 kB | 11 kB | 33/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 41/237 kB | 11 kB | 37/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 41/237 kB | 11 kB | 41/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 41/237 kB | 11 kB | 41/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 41/237 kB | 11 kB | 45/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 45/237 kB | 11 kB | 45/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 45/237 kB | 11 kB | 49/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 45/237 kB | 11 kB | 49/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 45/237 kB | 11 kB | 53/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 49/237 kB | 11 kB | 53/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 49/237 kB | 11 kB | 57/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 49/237 kB | 11 kB | 57/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 49/237 kB | 11 kB | 61/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 53/237 kB | 11 kB | 61/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 53/237 kB | 11 kB | 65/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 53/237 kB | 11 kB | 65/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 53/237 kB | 11 kB | 66/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 57/237 kB | 11 kB | 66/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 57/237 kB | 11 kB | 70/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 57/237 kB | 11 kB | 74/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 57/237 kB | 11 kB | 74/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 57/237 kB | 11 kB | 78/392 kB | 7.7 kB
Progress (5): 1.2/2.9 MB | 61/237 kB | 11 kB | 78/392 kB | 7.7 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 9.6 kB/s)
Progress (4): 1.2/2.9 MB | 65/237 kB | 11 kB | 78/392 kB
Progress (4): 1.2/2.9 MB | 65/237 kB | 11 kB | 82/392 kB
Progress (4): 1.2/2.9 MB | 65/237 kB | 11 kB | 82/392 kB
Progress (4): 1.2/2.9 MB | 65/237 kB | 11 kB | 86/392 kB
Progress (4): 1.2/2.9 MB | 66/237 kB | 11 kB | 86/392 kB
                                                        
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
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 13 kB/s)
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 (3): 1.2/2.9 MB | 70/237 kB | 86/392 kB
Progress (3): 1.2/2.9 MB | 70/237 kB | 86/392 kB
Progress (3): 1.2/2.9 MB | 70/237 kB | 90/392 kB
Progress (3): 1.2/2.9 MB | 70/237 kB | 90/392 kB
Progress (3): 1.2/2.9 MB | 70/237 kB | 94/392 kB
Progress (3): 1.2/2.9 MB | 70/237 kB | 98/392 kB
Progress (3): 1.2/2.9 MB | 74/237 kB | 98/392 kB
Progress (3): 1.2/2.9 MB | 74/237 kB | 98/392 kB
Progress (3): 1.3/2.9 MB | 74/237 kB | 98/392 kB
Progress (3): 1.3/2.9 MB | 74/237 kB | 102/392 kB
Progress (3): 1.3/2.9 MB | 78/237 kB | 102/392 kB
Progress (3): 1.3/2.9 MB | 78/237 kB | 106/392 kB
Progress (3): 1.3/2.9 MB | 78/237 kB | 106/392 kB
Progress (3): 1.3/2.9 MB | 78/237 kB | 110/392 kB
Progress (3): 1.3/2.9 MB | 82/237 kB | 110/392 kB
Progress (3): 1.3/2.9 MB | 82/237 kB | 114/392 kB
Progress (3): 1.3/2.9 MB | 82/237 kB | 114/392 kB
Progress (3): 1.3/2.9 MB | 82/237 kB | 118/392 kB
Progress (3): 1.3/2.9 MB | 86/237 kB | 118/392 kB
Progress (3): 1.3/2.9 MB | 86/237 kB | 122/392 kB
Progress (3): 1.3/2.9 MB | 86/237 kB | 122/392 kB
Progress (3): 1.3/2.9 MB | 86/237 kB | 126/392 kB
Progress (3): 1.3/2.9 MB | 90/237 kB | 126/392 kB
Progress (3): 1.3/2.9 MB | 90/237 kB | 130/392 kB
Progress (3): 1.3/2.9 MB | 90/237 kB | 130/392 kB
Progress (3): 1.3/2.9 MB | 90/237 kB | 134/392 kB
Progress (3): 1.3/2.9 MB | 94/237 kB | 134/392 kB
Progress (3): 1.3/2.9 MB | 94/237 kB | 138/392 kB
Progress (3): 1.3/2.9 MB | 94/237 kB | 138/392 kB
Progress (3): 1.3/2.9 MB | 94/237 kB | 142/392 kB
Progress (3): 1.3/2.9 MB | 94/237 kB | 142/392 kB
Progress (3): 1.3/2.9 MB | 98/237 kB | 142/392 kB
Progress (3): 1.3/2.9 MB | 98/237 kB | 142/392 kB
Progress (3): 1.3/2.9 MB | 98/237 kB | 146/392 kB
Progress (3): 1.3/2.9 MB | 102/237 kB | 146/392 kB
Progress (3): 1.3/2.9 MB | 102/237 kB | 150/392 kB
Progress (3): 1.3/2.9 MB | 102/237 kB | 150/392 kB
Progress (3): 1.3/2.9 MB | 102/237 kB | 154/392 kB
Progress (3): 1.3/2.9 MB | 106/237 kB | 154/392 kB
Progress (3): 1.3/2.9 MB | 106/237 kB | 158/392 kB
Progress (3): 1.3/2.9 MB | 106/237 kB | 162/392 kB
Progress (3): 1.3/2.9 MB | 106/237 kB | 162/392 kB
Progress (3): 1.3/2.9 MB | 106/237 kB | 166/392 kB
Progress (3): 1.3/2.9 MB | 110/237 kB | 166/392 kB
Progress (3): 1.3/2.9 MB | 110/237 kB | 170/392 kB
Progress (3): 1.3/2.9 MB | 110/237 kB | 170/392 kB
Progress (3): 1.3/2.9 MB | 110/237 kB | 174/392 kB
Progress (3): 1.3/2.9 MB | 114/237 kB | 174/392 kB
Progress (3): 1.3/2.9 MB | 114/237 kB | 178/392 kB
Progress (3): 1.3/2.9 MB | 114/237 kB | 178/392 kB
Progress (3): 1.3/2.9 MB | 114/237 kB | 182/392 kB
Progress (3): 1.3/2.9 MB | 118/237 kB | 182/392 kB
Progress (3): 1.3/2.9 MB | 118/237 kB | 186/392 kB
Progress (3): 1.3/2.9 MB | 118/237 kB | 186/392 kB
Progress (3): 1.3/2.9 MB | 118/237 kB | 190/392 kB
Progress (3): 1.3/2.9 MB | 122/237 kB | 190/392 kB
Progress (3): 1.3/2.9 MB | 122/237 kB | 194/392 kB
Progress (3): 1.3/2.9 MB | 122/237 kB | 194/392 kB
Progress (3): 1.3/2.9 MB | 122/237 kB | 198/392 kB
Progress (3): 1.3/2.9 MB | 122/237 kB | 198/392 kB
Progress (3): 1.3/2.9 MB | 126/237 kB | 198/392 kB
Progress (3): 1.3/2.9 MB | 126/237 kB | 198/392 kB
Progress (3): 1.3/2.9 MB | 126/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 126/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 130/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 130/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 134/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 134/237 kB | 202/392 kB
Progress (3): 1.3/2.9 MB | 134/237 kB | 206/392 kB
Progress (3): 1.3/2.9 MB | 134/237 kB | 206/392 kB
Progress (3): 1.3/2.9 MB | 138/237 kB | 206/392 kB
Progress (3): 1.3/2.9 MB | 138/237 kB | 206/392 kB
Progress (3): 1.3/2.9 MB | 142/237 kB | 206/392 kB
Progress (3): 1.3/2.9 MB | 142/237 kB | 210/392 kB
Progress (3): 1.3/2.9 MB | 146/237 kB | 210/392 kB
Progress (3): 1.3/2.9 MB | 146/237 kB | 210/392 kB
Progress (3): 1.3/2.9 MB | 146/237 kB | 214/392 kB
Progress (3): 1.3/2.9 MB | 146/237 kB | 214/392 kB
Progress (3): 1.3/2.9 MB | 150/237 kB | 214/392 kB
Progress (3): 1.3/2.9 MB | 150/237 kB | 214/392 kB
Progress (3): 1.3/2.9 MB | 150/237 kB | 218/392 kB
Progress (3): 1.3/2.9 MB | 150/237 kB | 218/392 kB
Progress (3): 1.3/2.9 MB | 150/237 kB | 222/392 kB
Progress (4): 1.3/2.9 MB | 150/237 kB | 222/392 kB | 4.1/65 kB
Progress (4): 1.3/2.9 MB | 154/237 kB | 222/392 kB | 4.1/65 kB
Progress (4): 1.3/2.9 MB | 154/237 kB | 222/392 kB | 7.7/65 kB
Progress (4): 1.3/2.9 MB | 154/237 kB | 226/392 kB | 7.7/65 kB
Progress (4): 1.4/2.9 MB | 154/237 kB | 226/392 kB | 7.7/65 kB
Progress (4): 1.4/2.9 MB | 154/237 kB | 230/392 kB | 7.7/65 kB
Progress (4): 1.4/2.9 MB | 154/237 kB | 230/392 kB | 12/65 kB 
Progress (4): 1.4/2.9 MB | 158/237 kB | 230/392 kB | 12/65 kB
Progress (4): 1.4/2.9 MB | 158/237 kB | 230/392 kB | 16/65 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 230/392 kB | 16/65 kB | 4.1/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 234/392 kB | 16/65 kB | 4.1/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 238/392 kB | 16/65 kB | 4.1/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 238/392 kB | 16/65 kB | 4.1/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 242/392 kB | 16/65 kB | 4.1/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 242/392 kB | 16/65 kB | 7.7/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 242/392 kB | 20/65 kB | 7.7/208 kB
Progress (5): 1.4/2.9 MB | 158/237 kB | 242/392 kB | 24/65 kB | 7.7/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 242/392 kB | 24/65 kB | 7.7/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 242/392 kB | 28/65 kB | 7.7/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 242/392 kB | 28/65 kB | 12/208 kB 
Progress (5): 1.4/2.9 MB | 162/237 kB | 246/392 kB | 28/65 kB | 12/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 250/392 kB | 28/65 kB | 12/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 250/392 kB | 28/65 kB | 12/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 254/392 kB | 28/65 kB | 12/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 254/392 kB | 28/65 kB | 16/208 kB
Progress (5): 1.4/2.9 MB | 162/237 kB | 254/392 kB | 32/65 kB | 16/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 254/392 kB | 32/65 kB | 16/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 254/392 kB | 36/65 kB | 16/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 254/392 kB | 36/65 kB | 20/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 258/392 kB | 36/65 kB | 20/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 258/392 kB | 36/65 kB | 20/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 262/392 kB | 36/65 kB | 20/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 262/392 kB | 36/65 kB | 24/208 kB
Progress (5): 1.4/2.9 MB | 166/237 kB | 262/392 kB | 40/65 kB | 24/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 262/392 kB | 40/65 kB | 24/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 262/392 kB | 44/65 kB | 24/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 262/392 kB | 44/65 kB | 28/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 266/392 kB | 44/65 kB | 28/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 266/392 kB | 44/65 kB | 28/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 270/392 kB | 44/65 kB | 28/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 270/392 kB | 44/65 kB | 32/208 kB
Progress (5): 1.4/2.9 MB | 170/237 kB | 270/392 kB | 48/65 kB | 32/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 270/392 kB | 48/65 kB | 32/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 270/392 kB | 52/65 kB | 32/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 270/392 kB | 52/65 kB | 33/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 274/392 kB | 52/65 kB | 33/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 274/392 kB | 52/65 kB | 33/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 278/392 kB | 52/65 kB | 33/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 278/392 kB | 52/65 kB | 37/208 kB
Progress (5): 1.4/2.9 MB | 174/237 kB | 278/392 kB | 56/65 kB | 37/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 278/392 kB | 56/65 kB | 37/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 278/392 kB | 60/65 kB | 37/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 278/392 kB | 60/65 kB | 41/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 282/392 kB | 60/65 kB | 41/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 282/392 kB | 60/65 kB | 41/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 286/392 kB | 60/65 kB | 41/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 286/392 kB | 60/65 kB | 45/208 kB
Progress (5): 1.4/2.9 MB | 178/237 kB | 286/392 kB | 64/65 kB | 45/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 286/392 kB | 64/65 kB | 45/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 286/392 kB | 65 kB | 45/208 kB   
Progress (5): 1.4/2.9 MB | 182/237 kB | 286/392 kB | 65 kB | 49/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 290/392 kB | 65 kB | 49/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 290/392 kB | 65 kB | 49/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 294/392 kB | 65 kB | 49/208 kB
Progress (5): 1.4/2.9 MB | 182/237 kB | 294/392 kB | 65 kB | 53/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 294/392 kB | 65 kB | 53/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 294/392 kB | 65 kB | 57/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 298/392 kB | 65 kB | 57/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 298/392 kB | 65 kB | 57/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 302/392 kB | 65 kB | 57/208 kB
Progress (5): 1.4/2.9 MB | 186/237 kB | 302/392 kB | 65 kB | 61/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 302/392 kB | 65 kB | 61/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 302/392 kB | 65 kB | 65/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 302/392 kB | 65 kB | 65/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 306/392 kB | 65 kB | 65/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 306/392 kB | 65 kB | 65/208 kB
Progress (5): 1.4/2.9 MB | 190/237 kB | 306/392 kB | 65 kB | 66/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 306/392 kB | 65 kB | 66/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 306/392 kB | 65 kB | 70/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 306/392 kB | 65 kB | 70/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 310/392 kB | 65 kB | 70/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 310/392 kB | 65 kB | 70/208 kB
Progress (5): 1.4/2.9 MB | 194/237 kB | 310/392 kB | 65 kB | 74/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 310/392 kB | 65 kB | 74/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 310/392 kB | 65 kB | 78/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 310/392 kB | 65 kB | 78/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 314/392 kB | 65 kB | 78/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 314/392 kB | 65 kB | 78/208 kB
Progress (5): 1.4/2.9 MB | 198/237 kB | 314/392 kB | 65 kB | 82/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 314/392 kB | 65 kB | 82/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 314/392 kB | 65 kB | 86/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 314/392 kB | 65 kB | 86/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 318/392 kB | 65 kB | 86/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 318/392 kB | 65 kB | 86/208 kB
Progress (5): 1.4/2.9 MB | 202/237 kB | 318/392 kB | 65 kB | 90/208 kB
Progress (5): 1.4/2.9 MB | 206/237 kB | 318/392 kB | 65 kB | 90/208 kB
Progress (5): 1.4/2.9 MB | 206/237 kB | 318/392 kB | 65 kB | 94/208 kB
Progress (5): 1.4/2.9 MB | 206/237 kB | 318/392 kB | 65 kB | 94/208 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 72 kB/s)
Progress (4): 1.4/2.9 MB | 206/237 kB | 322/392 kB | 94/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): 1.4/2.9 MB | 206/237 kB | 322/392 kB | 94/208 kB
Progress (4): 1.4/2.9 MB | 206/237 kB | 322/392 kB | 98/208 kB
Progress (4): 1.4/2.9 MB | 206/237 kB | 322/392 kB | 98/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 322/392 kB | 98/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 322/392 kB | 102/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 322/392 kB | 102/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 326/392 kB | 102/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 326/392 kB | 102/208 kB
Progress (4): 1.4/2.9 MB | 210/237 kB | 326/392 kB | 106/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 326/392 kB | 106/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 326/392 kB | 110/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 326/392 kB | 110/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 330/392 kB | 110/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 330/392 kB | 110/208 kB
Progress (4): 1.4/2.9 MB | 214/237 kB | 330/392 kB | 114/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 330/392 kB | 114/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 330/392 kB | 118/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 330/392 kB | 118/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 334/392 kB | 118/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 334/392 kB | 118/208 kB
Progress (4): 1.4/2.9 MB | 218/237 kB | 334/392 kB | 122/208 kB
Progress (4): 1.4/2.9 MB | 222/237 kB | 334/392 kB | 122/208 kB
Progress (4): 1.4/2.9 MB | 222/237 kB | 334/392 kB | 126/208 kB
Progress (4): 1.5/2.9 MB | 222/237 kB | 334/392 kB | 126/208 kB
Progress (4): 1.5/2.9 MB | 222/237 kB | 338/392 kB | 126/208 kB
Progress (4): 1.5/2.9 MB | 222/237 kB | 338/392 kB | 126/208 kB
Progress (4): 1.5/2.9 MB | 222/237 kB | 338/392 kB | 130/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 338/392 kB | 130/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 338/392 kB | 131/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 338/392 kB | 131/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 342/392 kB | 131/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 342/392 kB | 131/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 342/392 kB | 135/208 kB
Progress (4): 1.5/2.9 MB | 226/237 kB | 342/392 kB | 139/208 kB
Progress (4): 1.5/2.9 MB | 230/237 kB | 342/392 kB | 139/208 kB
Progress (4): 1.5/2.9 MB | 234/237 kB | 342/392 kB | 139/208 kB
Progress (4): 1.5/2.9 MB | 237 kB | 342/392 kB | 139/208 kB    
Progress (4): 1.5/2.9 MB | 237 kB | 342/392 kB | 143/208 kB
Progress (4): 1.5/2.9 MB | 237 kB | 342/392 kB | 143/208 kB
Progress (4): 1.5/2.9 MB | 237 kB | 346/392 kB | 143/208 kB
Progress (4): 1.5/2.9 MB | 237 kB | 346/392 kB | 143/208 kB
Progress (4): 1.5/2.9 MB | 237 kB | 346/392 kB | 147/208 kB
Progress (5): 1.5/2.9 MB | 237 kB | 346/392 kB | 147/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 346/392 kB | 151/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 346/392 kB | 151/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 151/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 151/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 155/208 kB | 4.1/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 155/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 159/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 350/392 kB | 159/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 159/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 159/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 163/208 kB | 7.7/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 163/208 kB | 12/49 kB 
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 167/208 kB | 12/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 354/392 kB | 167/208 kB | 12/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 167/208 kB | 12/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 167/208 kB | 12/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 171/208 kB | 12/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 171/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 175/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 358/392 kB | 175/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 175/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 175/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 179/208 kB | 16/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 179/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 183/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 362/392 kB | 183/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 183/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 183/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 187/208 kB | 20/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 187/208 kB | 24/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 191/208 kB | 24/49 kB
Progress (5): 1.5/2.9 MB | 237 kB | 366/392 kB | 191/208 kB | 24/49 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 239 kB/s)
Progress (4): 1.5/2.9 MB | 370/392 kB | 191/208 kB | 24/49 kB
                                                             
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): 1.5/2.9 MB | 370/392 kB | 191/208 kB | 24/49 kB
Progress (4): 1.5/2.9 MB | 370/392 kB | 195/208 kB | 24/49 kB
Progress (4): 1.5/2.9 MB | 370/392 kB | 195/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 370/392 kB | 199/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 370/392 kB | 199/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 199/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 199/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 203/208 kB | 28/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 203/208 kB | 32/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 207/208 kB | 32/49 kB
Progress (4): 1.5/2.9 MB | 374/392 kB | 207/208 kB | 32/49 kB
Progress (4): 1.5/2.9 MB | 378/392 kB | 207/208 kB | 32/49 kB
Progress (4): 1.5/2.9 MB | 378/392 kB | 207/208 kB | 32/49 kB
Progress (4): 1.5/2.9 MB | 378/392 kB | 208 kB | 32/49 kB    
Progress (4): 1.5/2.9 MB | 378/392 kB | 208 kB | 36/49 kB
Progress (4): 1.5/2.9 MB | 378/392 kB | 208 kB | 36/49 kB
Progress (4): 1.5/2.9 MB | 382/392 kB | 208 kB | 36/49 kB
Progress (4): 1.5/2.9 MB | 382/392 kB | 208 kB | 36/49 kB
Progress (4): 1.5/2.9 MB | 382/392 kB | 208 kB | 40/49 kB
Progress (4): 1.5/2.9 MB | 382/392 kB | 208 kB | 40/49 kB
Progress (4): 1.5/2.9 MB | 386/392 kB | 208 kB | 40/49 kB
Progress (4): 1.6/2.9 MB | 386/392 kB | 208 kB | 40/49 kB
Progress (4): 1.6/2.9 MB | 386/392 kB | 208 kB | 44/49 kB
Progress (4): 1.6/2.9 MB | 386/392 kB | 208 kB | 44/49 kB
Progress (4): 1.6/2.9 MB | 390/392 kB | 208 kB | 44/49 kB
Progress (4): 1.6/2.9 MB | 390/392 kB | 208 kB | 44/49 kB
Progress (4): 1.6/2.9 MB | 390/392 kB | 208 kB | 48/49 kB
Progress (4): 1.6/2.9 MB | 390/392 kB | 208 kB | 48/49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 48/49 kB    
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 48/49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB   
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.6/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 kB
Progress (4): 1.7/2.9 MB | 392 kB | 208 kB | 49 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 387 kB/s)
Progress (3): 1.8/2.9 MB | 208 kB | 49 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Progress (3): 1.8/2.9 MB | 208 kB | 49 kB
Progress (3): 1.8/2.9 MB | 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 204 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 (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.8/2.9 MB | 49 kB
Progress (2): 1.9/2.9 MB | 49 kB
Progress (2): 1.9/2.9 MB | 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 45 kB/s)
Progress (2): 1.9/2.9 MB | 4.1/571 kB
Progress (2): 1.9/2.9 MB | 4.1/571 kB
Progress (2): 1.9/2.9 MB | 7.7/571 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Progress (3): 1.9/2.9 MB | 7.7/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 12/571 kB | 4.1/19 kB 
Progress (3): 1.9/2.9 MB | 12/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 4.1/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 7.7/19 kB
Progress (3): 1.9/2.9 MB | 16/571 kB | 7.7/19 kB
Progress (3): 1.9/2.9 MB | 20/571 kB | 7.7/19 kB
Progress (3): 1.9/2.9 MB | 20/571 kB | 7.7/19 kB
Progress (3): 1.9/2.9 MB | 20/571 kB | 12/19 kB 
Progress (3): 1.9/2.9 MB | 20/571 kB | 12/19 kB
Progress (3): 1.9/2.9 MB | 24/571 kB | 12/19 kB
Progress (3): 1.9/2.9 MB | 24/571 kB | 12/19 kB
Progress (3): 1.9/2.9 MB | 24/571 kB | 16/19 kB
Progress (3): 1.9/2.9 MB | 24/571 kB | 16/19 kB
Progress (3): 1.9/2.9 MB | 28/571 kB | 16/19 kB
Progress (3): 1.9/2.9 MB | 28/571 kB | 16/19 kB
Progress (3): 1.9/2.9 MB | 28/571 kB | 19 kB   
Progress (3): 1.9/2.9 MB | 28/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 32/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 32/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 33/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 33/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 37/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 37/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 41/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 41/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 45/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 45/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 49/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 49/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 53/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 53/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 57/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 57/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 61/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 61/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 65/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 65/571 kB | 19 kB
Progress (3): 1.9/2.9 MB | 66/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 66/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 70/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 70/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 74/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 74/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 78/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 78/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 82/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 82/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 86/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 86/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 90/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 90/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 94/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 94/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 98/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 98/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 102/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 102/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 106/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 106/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 110/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 110/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 114/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 114/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 118/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 118/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 122/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 122/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 126/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 126/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 130/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 130/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 134/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 134/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 138/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 138/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 142/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 142/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 146/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 146/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 150/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 150/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 154/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 154/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 158/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 158/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 162/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 162/571 kB | 19 kB
Progress (3): 2.0/2.9 MB | 166/571 kB | 19 kB
Progress (3): 2.1/2.9 MB | 166/571 kB | 19 kB
Progress (3): 2.1/2.9 MB | 170/571 kB | 19 kB
Progress (3): 2.1/2.9 MB | 170/571 kB | 19 kB
Progress (3): 2.1/2.9 MB | 174/571 kB | 19 kB
Progress (3): 2.1/2.9 MB | 174/571 kB | 19 kB
Progress (4): 2.1/2.9 MB | 174/571 kB | 19 kB | 4.1/28 kB
Progress (4): 2.1/2.9 MB | 174/571 kB | 19 kB | 4.1/28 kB
Progress (4): 2.1/2.9 MB | 178/571 kB | 19 kB | 4.1/28 kB
Progress (5): 2.1/2.9 MB | 178/571 kB | 19 kB | 4.1/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 182/571 kB | 19 kB | 4.1/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 182/571 kB | 19 kB | 4.1/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 182/571 kB | 19 kB | 7.7/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 182/571 kB | 19 kB | 7.7/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 186/571 kB | 19 kB | 7.7/28 kB | 4.1/47 kB
Progress (5): 2.1/2.9 MB | 186/571 kB | 19 kB | 7.7/28 kB | 7.7/47 kB
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 7.7/28 kB | 7.7/47 kB
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 7.7/28 kB | 7.7/47 kB
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 12/28 kB | 7.7/47 kB 
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 12/28 kB | 7.7/47 kB
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 12/28 kB | 12/47 kB 
Progress (5): 2.1/2.9 MB | 190/571 kB | 19 kB | 12/28 kB | 16/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 12/28 kB | 16/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 12/28 kB | 20/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 12/28 kB | 20/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 16/28 kB | 20/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 16/28 kB | 20/47 kB
Progress (5): 2.1/2.9 MB | 194/571 kB | 19 kB | 16/28 kB | 24/47 kB
Progress (5): 2.1/2.9 MB | 198/571 kB | 19 kB | 16/28 kB | 24/47 kB
Progress (5): 2.1/2.9 MB | 198/571 kB | 19 kB | 16/28 kB | 24/47 kB
Progress (5): 2.1/2.9 MB | 198/571 kB | 19 kB | 20/28 kB | 24/47 kB
Progress (5): 2.1/2.9 MB | 198/571 kB | 19 kB | 20/28 kB | 24/47 kB
Progress (5): 2.1/2.9 MB | 198/571 kB | 19 kB | 20/28 kB | 28/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 20/28 kB | 28/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 20/28 kB | 32/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 20/28 kB | 32/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 20/28 kB | 32/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 24/28 kB | 32/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 24/28 kB | 32/47 kB
Progress (5): 2.1/2.9 MB | 202/571 kB | 19 kB | 24/28 kB | 36/47 kB
Progress (5): 2.1/2.9 MB | 206/571 kB | 19 kB | 24/28 kB | 36/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 24/28 kB | 36/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 24/28 kB | 40/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 24/28 kB | 40/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 28/28 kB | 40/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 28/28 kB | 40/47 kB
Progress (5): 2.1/2.9 MB | 210/571 kB | 19 kB | 28/28 kB | 44/47 kB
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28/28 kB | 44/47 kB
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28/28 kB | 47 kB   
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28/28 kB | 47 kB
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28 kB | 47 kB   
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28 kB | 47 kB
Progress (5): 2.1/2.9 MB | 214/571 kB | 19 kB | 28 kB | 47 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 17 kB/s)
Progress (4): 2.1/2.9 MB | 218/571 kB | 28 kB | 47 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 (4): 2.1/2.9 MB | 218/571 kB | 28 kB | 47 kB
Progress (4): 2.1/2.9 MB | 218/571 kB | 28 kB | 47 kB
Progress (4): 2.1/2.9 MB | 222/571 kB | 28 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 40 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 (3): 2.1/2.9 MB | 226/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 226/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 230/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 230/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 234/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 234/571 kB | 28 kB
Progress (3): 2.1/2.9 MB | 238/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 238/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 242/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 242/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 246/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 246/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 250/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 250/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 254/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 254/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 258/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 258/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 262/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 262/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 266/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 266/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 270/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 270/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 274/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 274/571 kB | 28 kB
Progress (3): 2.2/2.9 MB | 278/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 23 kB/s)
Progress (2): 2.2/2.9 MB | 282/571 kB
Progress (2): 2.2/2.9 MB | 282/571 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 (2): 2.2/2.9 MB | 282/571 kB
Progress (2): 2.2/2.9 MB | 286/571 kB
Progress (2): 2.2/2.9 MB | 286/571 kB
Progress (2): 2.2/2.9 MB | 290/571 kB
Progress (2): 2.2/2.9 MB | 290/571 kB
Progress (2): 2.2/2.9 MB | 294/571 kB
Progress (2): 2.2/2.9 MB | 294/571 kB
Progress (2): 2.2/2.9 MB | 298/571 kB
Progress (2): 2.2/2.9 MB | 298/571 kB
Progress (2): 2.2/2.9 MB | 302/571 kB
Progress (2): 2.2/2.9 MB | 302/571 kB
Progress (2): 2.2/2.9 MB | 306/571 kB
Progress (2): 2.2/2.9 MB | 306/571 kB
Progress (2): 2.2/2.9 MB | 310/571 kB
Progress (2): 2.2/2.9 MB | 310/571 kB
Progress (2): 2.2/2.9 MB | 314/571 kB
Progress (2): 2.2/2.9 MB | 314/571 kB
Progress (2): 2.2/2.9 MB | 318/571 kB
Progress (2): 2.2/2.9 MB | 318/571 kB
Progress (2): 2.2/2.9 MB | 322/571 kB
Progress (2): 2.2/2.9 MB | 322/571 kB
Progress (2): 2.2/2.9 MB | 326/571 kB
Progress (2): 2.2/2.9 MB | 330/571 kB
Progress (2): 2.2/2.9 MB | 334/571 kB
Progress (2): 2.2/2.9 MB | 338/571 kB
Progress (2): 2.2/2.9 MB | 342/571 kB
Progress (2): 2.2/2.9 MB | 346/571 kB
Progress (2): 2.2/2.9 MB | 350/571 kB
Progress (2): 2.2/2.9 MB | 354/571 kB
Progress (3): 2.2/2.9 MB | 354/571 kB | 4.1/153 kB
Progress (3): 2.2/2.9 MB | 354/571 kB | 4.1/153 kB
Progress (3): 2.2/2.9 MB | 354/571 kB | 7.7/153 kB
Progress (4): 2.2/2.9 MB | 354/571 kB | 7.7/153 kB | 4.1/22 kB
Progress (4): 2.2/2.9 MB | 358/571 kB | 7.7/153 kB | 4.1/22 kB
Progress (4): 2.2/2.9 MB | 358/571 kB | 12/153 kB | 4.1/22 kB 
Progress (4): 2.2/2.9 MB | 358/571 kB | 12/153 kB | 7.7/22 kB
Progress (4): 2.2/2.9 MB | 358/571 kB | 12/153 kB | 7.7/22 kB
Progress (4): 2.2/2.9 MB | 358/571 kB | 12/153 kB | 12/22 kB 
Progress (4): 2.2/2.9 MB | 358/571 kB | 16/153 kB | 12/22 kB
Progress (4): 2.2/2.9 MB | 362/571 kB | 16/153 kB | 12/22 kB
Progress (4): 2.2/2.9 MB | 362/571 kB | 16/153 kB | 16/22 kB
Progress (4): 2.2/2.9 MB | 362/571 kB | 16/153 kB | 16/22 kB
Progress (4): 2.2/2.9 MB | 362/571 kB | 16/153 kB | 20/22 kB
Progress (4): 2.2/2.9 MB | 366/571 kB | 16/153 kB | 20/22 kB
Progress (4): 2.2/2.9 MB | 366/571 kB | 20/153 kB | 20/22 kB
Progress (4): 2.2/2.9 MB | 370/571 kB | 20/153 kB | 20/22 kB
Progress (4): 2.2/2.9 MB | 370/571 kB | 20/153 kB | 22 kB   
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 370/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 374/571 kB | 20/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 374/571 kB | 24/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 378/571 kB | 24/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 378/571 kB | 24/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 382/571 kB | 24/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 382/571 kB | 28/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 386/571 kB | 28/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 386/571 kB | 28/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 390/571 kB | 28/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 390/571 kB | 32/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 394/571 kB | 32/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 394/571 kB | 32/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 398/571 kB | 32/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 398/571 kB | 33/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 402/571 kB | 33/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 402/571 kB | 33/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 406/571 kB | 33/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 406/571 kB | 33/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 406/571 kB | 37/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 406/571 kB | 37/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 410/571 kB | 37/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 410/571 kB | 37/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 410/571 kB | 41/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 410/571 kB | 41/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 414/571 kB | 41/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 414/571 kB | 41/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 414/571 kB | 45/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 414/571 kB | 45/153 kB | 22 kB
Progress (4): 2.3/2.9 MB | 418/571 kB | 45/153 kB | 22 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 18 kB/s)
Progress (3): 2.3/2.9 MB | 418/571 kB | 45/153 kB
Progress (3): 2.3/2.9 MB | 418/571 kB | 49/153 kB
Progress (3): 2.3/2.9 MB | 418/571 kB | 49/153 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): 2.3/2.9 MB | 422/571 kB | 49/153 kB
Progress (3): 2.3/2.9 MB | 422/571 kB | 49/153 kB
Progress (3): 2.3/2.9 MB | 422/571 kB | 53/153 kB
Progress (3): 2.3/2.9 MB | 422/571 kB | 53/153 kB
Progress (3): 2.3/2.9 MB | 426/571 kB | 53/153 kB
Progress (3): 2.3/2.9 MB | 426/571 kB | 53/153 kB
Progress (3): 2.3/2.9 MB | 426/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 430/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 430/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 434/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 434/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 438/571 kB | 57/153 kB
Progress (3): 2.3/2.9 MB | 442/571 kB | 57/153 kB
Progress (4): 2.3/2.9 MB | 442/571 kB | 57/153 kB | 4.1/164 kB
Progress (4): 2.3/2.9 MB | 442/571 kB | 61/153 kB | 4.1/164 kB
Progress (5): 2.3/2.9 MB | 442/571 kB | 61/153 kB | 4.1/164 kB | 4.1/13 kB
Progress (5): 2.3/2.9 MB | 442/571 kB | 61/153 kB | 7.7/164 kB | 4.1/13 kB
Progress (5): 2.3/2.9 MB | 446/571 kB | 61/153 kB | 7.7/164 kB | 4.1/13 kB
Progress (5): 2.3/2.9 MB | 446/571 kB | 61/153 kB | 7.7/164 kB | 4.1/13 kB
Progress (5): 2.3/2.9 MB | 450/571 kB | 61/153 kB | 7.7/164 kB | 4.1/13 kB
Progress (5): 2.3/2.9 MB | 450/571 kB | 61/153 kB | 12/164 kB | 4.1/13 kB 
Progress (5): 2.3/2.9 MB | 450/571 kB | 61/153 kB | 12/164 kB | 7.7/13 kB
Progress (5): 2.3/2.9 MB | 450/571 kB | 65/153 kB | 12/164 kB | 7.7/13 kB
Progress (5): 2.3/2.9 MB | 450/571 kB | 65/153 kB | 12/164 kB | 12/13 kB 
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 12/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 16/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 16/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 20/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 24/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 454/571 kB | 65/153 kB | 28/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 458/571 kB | 65/153 kB | 28/164 kB | 12/13 kB
Progress (5): 2.3/2.9 MB | 458/571 kB | 65/153 kB | 28/164 kB | 13 kB   
Progress (5): 2.3/2.9 MB | 458/571 kB | 66/153 kB | 28/164 kB | 13 kB
Progress (5): 2.3/2.9 MB | 462/571 kB | 66/153 kB | 28/164 kB | 13 kB
Progress (5): 2.3/2.9 MB | 462/571 kB | 66/153 kB | 32/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 462/571 kB | 66/153 kB | 32/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 462/571 kB | 66/153 kB | 33/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 466/571 kB | 66/153 kB | 33/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 466/571 kB | 70/153 kB | 33/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 470/571 kB | 70/153 kB | 33/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 470/571 kB | 70/153 kB | 37/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 470/571 kB | 70/153 kB | 37/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 470/571 kB | 70/153 kB | 41/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 474/571 kB | 70/153 kB | 41/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 474/571 kB | 74/153 kB | 41/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 41/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 45/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 45/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 49/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 53/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 57/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 61/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 65/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 66/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 70/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 478/571 kB | 74/153 kB | 74/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 482/571 kB | 74/153 kB | 74/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 482/571 kB | 78/153 kB | 74/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 486/571 kB | 78/153 kB | 74/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 486/571 kB | 78/153 kB | 78/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 486/571 kB | 78/153 kB | 78/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 486/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 490/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 494/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 498/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 502/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 506/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 510/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 514/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 518/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 522/571 kB | 78/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 522/571 kB | 82/153 kB | 82/164 kB | 13 kB
Progress (5): 2.4/2.9 MB | 526/571 kB | 82/153 kB | 82/164 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 9.7 kB/s)
Progress (4): 2.4/2.9 MB | 526/571 kB | 82/153 kB | 86/164 kB
Progress (4): 2.4/2.9 MB | 526/571 kB | 82/153 kB | 86/164 kB
Progress (4): 2.4/2.9 MB | 526/571 kB | 82/153 kB | 90/164 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 (4): 2.4/2.9 MB | 530/571 kB | 82/153 kB | 90/164 kB
Progress (4): 2.4/2.9 MB | 530/571 kB | 86/153 kB | 90/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 90/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 94/164 kB
Progress (4): 2.4/2.9 MB | 534/571 kB | 86/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 538/571 kB | 86/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 538/571 kB | 90/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 542/571 kB | 90/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 542/571 kB | 90/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 542/571 kB | 90/153 kB | 98/164 kB
Progress (4): 2.4/2.9 MB | 542/571 kB | 90/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 546/571 kB | 90/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 550/571 kB | 90/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 554/571 kB | 90/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 554/571 kB | 94/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 558/571 kB | 94/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 562/571 kB | 94/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 566/571 kB | 94/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 570/571 kB | 94/153 kB | 102/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 94/153 kB | 102/164 kB    
Progress (4): 2.4/2.9 MB | 571 kB | 94/153 kB | 106/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 94/153 kB | 110/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 94/153 kB | 110/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 94/153 kB | 114/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 98/153 kB | 114/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 98/153 kB | 118/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 98/153 kB | 118/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 98/153 kB | 118/164 kB
Progress (4): 2.4/2.9 MB | 571 kB | 98/153 kB | 118/164 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 118/164 kB | 4.1/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 122/164 kB | 4.1/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 122/164 kB | 4.1/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 126/164 kB | 4.1/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 126/164 kB | 7.7/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 126/164 kB | 7.7/41 kB
Progress (5): 2.4/2.9 MB | 571 kB | 98/153 kB | 126/164 kB | 12/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 412 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): 2.4/2.9 MB | 98/153 kB | 130/164 kB | 12/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 130/164 kB | 12/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 134/164 kB | 12/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 134/164 kB | 16/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 134/164 kB | 16/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 134/164 kB | 20/41 kB
Progress (4): 2.4/2.9 MB | 102/153 kB | 138/164 kB | 20/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 138/164 kB | 20/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 142/164 kB | 20/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 142/164 kB | 24/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 142/164 kB | 24/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 142/164 kB | 28/41 kB
Progress (4): 2.4/2.9 MB | 106/153 kB | 146/164 kB | 28/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 146/164 kB | 28/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 150/164 kB | 28/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 150/164 kB | 32/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 150/164 kB | 32/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 150/164 kB | 36/41 kB
Progress (4): 2.4/2.9 MB | 110/153 kB | 154/164 kB | 36/41 kB
Progress (4): 2.4/2.9 MB | 114/153 kB | 154/164 kB | 36/41 kB
Progress (4): 2.4/2.9 MB | 114/153 kB | 158/164 kB | 36/41 kB
Progress (4): 2.4/2.9 MB | 114/153 kB | 158/164 kB | 40/41 kB
Progress (4): 2.4/2.9 MB | 114/153 kB | 158/164 kB | 40/41 kB
Progress (4): 2.4/2.9 MB | 114/153 kB | 158/164 kB | 41 kB   
Progress (4): 2.4/2.9 MB | 114/153 kB | 162/164 kB | 41 kB
Progress (4): 2.4/2.9 MB | 118/153 kB | 162/164 kB | 41 kB
Progress (4): 2.4/2.9 MB | 118/153 kB | 164 kB | 41 kB    
Progress (4): 2.4/2.9 MB | 118/153 kB | 164 kB | 41 kB
Progress (4): 2.4/2.9 MB | 122/153 kB | 164 kB | 41 kB
Progress (4): 2.4/2.9 MB | 122/153 kB | 164 kB | 41 kB
Progress (4): 2.4/2.9 MB | 126/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 126/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 130/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 130/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 134/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 134/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 138/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 138/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 142/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 142/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 146/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 146/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 150/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 150/153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB    
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.5/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 kB
Progress (4): 2.6/2.9 MB | 153 kB | 164 kB | 41 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 29 kB/s)
Progress (3): 2.6/2.9 MB | 153 kB | 164 kB
                                          
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): 2.6/2.9 MB | 153 kB | 164 kB
Progress (3): 2.6/2.9 MB | 153 kB | 164 kB
Progress (3): 2.6/2.9 MB | 153 kB | 164 kB
Progress (3): 2.6/2.9 MB | 153 kB | 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 109 kB/s)
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
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 116 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
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.6/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (1): 2.7/2.9 MB
Progress (2): 2.7/2.9 MB | 4.1/11 kB
Progress (3): 2.7/2.9 MB | 4.1/11 kB | 4.1/592 kB
Progress (4): 2.7/2.9 MB | 4.1/11 kB | 4.1/592 kB | 4.1/192 kB
Progress (4): 2.7/2.9 MB | 7.7/11 kB | 4.1/592 kB | 4.1/192 kB
Progress (4): 2.8/2.9 MB | 7.7/11 kB | 4.1/592 kB | 4.1/192 kB
Progress (4): 2.8/2.9 MB | 11 kB | 4.1/592 kB | 4.1/192 kB    
Progress (4): 2.8/2.9 MB | 11 kB | 4.1/592 kB | 7.7/192 kB
Progress (5): 2.8/2.9 MB | 11 kB | 4.1/592 kB | 7.7/192 kB | 4.1/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 4.1/592 kB | 7.7/192 kB | 7.7/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 7.7/192 kB | 7.7/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 7.7/192 kB | 12/75 kB 
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 12/192 kB | 12/75 kB 
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 12/192 kB | 12/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 16/192 kB | 12/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 7.7/592 kB | 16/192 kB | 16/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 16/192 kB | 16/75 kB 
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 16/192 kB | 20/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 20/192 kB | 20/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 20/192 kB | 20/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 24/192 kB | 20/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 12/592 kB | 24/192 kB | 24/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 24/192 kB | 24/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 24/192 kB | 28/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 28/192 kB | 28/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 28/192 kB | 28/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 32/192 kB | 28/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 16/592 kB | 32/192 kB | 32/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 32/192 kB | 32/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 32/192 kB | 33/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 33/192 kB | 33/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 33/192 kB | 33/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 37/192 kB | 33/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 20/592 kB | 37/192 kB | 37/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 37/192 kB | 37/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 37/192 kB | 41/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 41/192 kB | 41/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 41/192 kB | 41/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 45/192 kB | 41/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 24/592 kB | 45/192 kB | 45/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 45/192 kB | 45/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 45/192 kB | 49/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 49/192 kB | 49/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 49/192 kB | 49/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 53/192 kB | 49/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 28/592 kB | 53/192 kB | 53/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 53/192 kB | 53/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 53/192 kB | 57/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 57/192 kB | 57/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 57/192 kB | 57/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 61/192 kB | 57/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 32/592 kB | 61/192 kB | 61/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 33/592 kB | 61/192 kB | 61/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 33/592 kB | 61/192 kB | 65/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 33/592 kB | 65/192 kB | 65/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 33/592 kB | 65/192 kB | 65/75 kB
Progress (5): 2.8/2.9 MB | 11 kB | 33/592 kB | 66/192 kB | 65/75 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.4 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 (4): 2.8/2.9 MB | 33/592 kB | 66/192 kB | 69/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 66/192 kB | 69/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 66/192 kB | 73/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 70/192 kB | 73/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 70/192 kB | 73/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 74/192 kB | 73/75 kB
Progress (4): 2.8/2.9 MB | 37/592 kB | 74/192 kB | 75 kB   
Progress (4): 2.8/2.9 MB | 41/592 kB | 74/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 41/592 kB | 78/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 41/592 kB | 78/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 41/592 kB | 82/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 41/592 kB | 82/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 45/592 kB | 82/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 45/592 kB | 82/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 45/592 kB | 86/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 45/592 kB | 86/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 49/592 kB | 86/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 49/592 kB | 86/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 49/592 kB | 90/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 49/592 kB | 90/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 53/592 kB | 90/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 53/592 kB | 90/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 53/592 kB | 94/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 53/592 kB | 94/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 57/592 kB | 94/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 57/592 kB | 94/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 57/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 57/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 61/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 61/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 61/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 61/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 65/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 65/592 kB | 98/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 65/592 kB | 102/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 65/592 kB | 102/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 66/592 kB | 102/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 66/592 kB | 102/192 kB | 75 kB
Progress (4): 2.8/2.9 MB | 66/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 66/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 66/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 70/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 70/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 70/592 kB | 106/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 70/592 kB | 110/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 70/592 kB | 110/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 74/592 kB | 110/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 74/592 kB | 110/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 78/592 kB | 110/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 78/592 kB | 114/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 82/592 kB | 114/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 82/592 kB | 114/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 86/592 kB | 114/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 86/592 kB | 118/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 90/592 kB | 118/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 90/592 kB | 118/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 94/592 kB | 118/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 94/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 98/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 98/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 98/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 102/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 106/592 kB | 122/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 106/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 110/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 114/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 118/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 122/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 126/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 130/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 134/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 138/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 138/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 142/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 146/592 kB | 126/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 146/592 kB | 130/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 150/592 kB | 130/192 kB | 75 kB
Progress (4): 2.9/2.9 MB | 150/592 kB | 130/192 kB | 75 kB
Progress (5): 2.9/2.9 MB | 150/592 kB | 130/192 kB | 75 kB | 4.1/109 kB
Progress (5): 2.9/2.9 MB | 154/592 kB | 130/192 kB | 75 kB | 4.1/109 kB
Progress (5): 2.9/2.9 MB | 154/592 kB | 131/192 kB | 75 kB | 4.1/109 kB
Progress (5): 2.9/2.9 MB | 158/592 kB | 131/192 kB | 75 kB | 4.1/109 kB
Progress (5): 2.9/2.9 MB | 158/592 kB | 131/192 kB | 75 kB | 7.7/109 kB
Progress (5): 2.9 MB | 158/592 kB | 131/192 kB | 75 kB | 7.7/109 kB    
Progress (5): 2.9 MB | 158/592 kB | 131/192 kB | 75 kB | 12/109 kB 
Progress (5): 2.9 MB | 162/592 kB | 131/192 kB | 75 kB | 12/109 kB
Progress (5): 2.9 MB | 162/592 kB | 135/192 kB | 75 kB | 12/109 kB
Progress (5): 2.9 MB | 166/592 kB | 135/192 kB | 75 kB | 12/109 kB
Progress (5): 2.9 MB | 166/592 kB | 135/192 kB | 75 kB | 16/109 kB
Progress (5): 2.9 MB | 170/592 kB | 135/192 kB | 75 kB | 16/109 kB
Progress (5): 2.9 MB | 170/592 kB | 139/192 kB | 75 kB | 16/109 kB
Progress (5): 2.9 MB | 174/592 kB | 139/192 kB | 75 kB | 16/109 kB
Progress (5): 2.9 MB | 174/592 kB | 139/192 kB | 75 kB | 20/109 kB
Progress (5): 2.9 MB | 178/592 kB | 139/192 kB | 75 kB | 20/109 kB
Progress (5): 2.9 MB | 178/592 kB | 143/192 kB | 75 kB | 20/109 kB
Progress (5): 2.9 MB | 182/592 kB | 143/192 kB | 75 kB | 20/109 kB
Progress (5): 2.9 MB | 182/592 kB | 143/192 kB | 75 kB | 24/109 kB
Progress (5): 2.9 MB | 186/592 kB | 143/192 kB | 75 kB | 24/109 kB
Progress (5): 2.9 MB | 186/592 kB | 147/192 kB | 75 kB | 24/109 kB
Progress (5): 2.9 MB | 190/592 kB | 147/192 kB | 75 kB | 24/109 kB
Progress (5): 2.9 MB | 190/592 kB | 147/192 kB | 75 kB | 28/109 kB
Progress (5): 2.9 MB | 194/592 kB | 147/192 kB | 75 kB | 28/109 kB
Progress (5): 2.9 MB | 194/592 kB | 151/192 kB | 75 kB | 28/109 kB
Progress (5): 2.9 MB | 198/592 kB | 151/192 kB | 75 kB | 28/109 kB
Progress (5): 2.9 MB | 198/592 kB | 151/192 kB | 75 kB | 32/109 kB
Progress (5): 2.9 MB | 202/592 kB | 151/192 kB | 75 kB | 32/109 kB
Progress (5): 2.9 MB | 202/592 kB | 155/192 kB | 75 kB | 32/109 kB
Progress (5): 2.9 MB | 206/592 kB | 155/192 kB | 75 kB | 32/109 kB
Progress (5): 2.9 MB | 206/592 kB | 155/192 kB | 75 kB | 33/109 kB
Progress (5): 2.9 MB | 206/592 kB | 159/192 kB | 75 kB | 33/109 kB
Progress (5): 2.9 MB | 210/592 kB | 159/192 kB | 75 kB | 33/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 47 kB/s)
Progress (4): 2.9 MB | 214/592 kB | 159/192 kB | 33/109 kB
Progress (4): 2.9 MB | 214/592 kB | 163/192 kB | 33/109 kB
Progress (4): 2.9 MB | 214/592 kB | 163/192 kB | 37/109 kB
Progress (4): 2.9 MB | 214/592 kB | 167/192 kB | 37/109 kB
Progress (4): 2.9 MB | 218/592 kB | 167/192 kB | 37/109 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 (4): 2.9 MB | 222/592 kB | 167/192 kB | 37/109 kB
Progress (4): 2.9 MB | 222/592 kB | 171/192 kB | 37/109 kB
Progress (4): 2.9 MB | 222/592 kB | 171/192 kB | 41/109 kB
Progress (4): 2.9 MB | 222/592 kB | 175/192 kB | 41/109 kB
Progress (4): 2.9 MB | 226/592 kB | 175/192 kB | 41/109 kB
Progress (4): 2.9 MB | 230/592 kB | 175/192 kB | 41/109 kB
Progress (4): 2.9 MB | 234/592 kB | 175/192 kB | 41/109 kB
Progress (4): 2.9 MB | 238/592 kB | 175/192 kB | 41/109 kB
Progress (4): 2.9 MB | 242/592 kB | 175/192 kB | 41/109 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 1.8 MB/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): 246/592 kB | 175/192 kB | 41/109 kB
Progress (3): 246/592 kB | 179/192 kB | 41/109 kB
Progress (3): 246/592 kB | 179/192 kB | 45/109 kB
Progress (3): 246/592 kB | 183/192 kB | 45/109 kB
Progress (3): 250/592 kB | 183/192 kB | 45/109 kB
Progress (3): 250/592 kB | 187/192 kB | 45/109 kB
Progress (3): 254/592 kB | 187/192 kB | 45/109 kB
Progress (3): 258/592 kB | 187/192 kB | 45/109 kB
Progress (3): 262/592 kB | 187/192 kB | 45/109 kB
Progress (3): 266/592 kB | 187/192 kB | 45/109 kB
Progress (3): 270/592 kB | 187/192 kB | 45/109 kB
Progress (3): 270/592 kB | 187/192 kB | 49/109 kB
Progress (3): 274/592 kB | 187/192 kB | 49/109 kB
Progress (3): 274/592 kB | 187/192 kB | 53/109 kB
Progress (3): 274/592 kB | 191/192 kB | 53/109 kB
Progress (3): 274/592 kB | 192 kB | 53/109 kB    
Progress (3): 274/592 kB | 192 kB | 57/109 kB
Progress (3): 278/592 kB | 192 kB | 57/109 kB
Progress (3): 278/592 kB | 192 kB | 61/109 kB
Progress (3): 282/592 kB | 192 kB | 61/109 kB
Progress (3): 282/592 kB | 192 kB | 65/109 kB
Progress (3): 282/592 kB | 192 kB | 66/109 kB
Progress (3): 286/592 kB | 192 kB | 66/109 kB
Progress (3): 286/592 kB | 192 kB | 70/109 kB
Progress (3): 290/592 kB | 192 kB | 70/109 kB
Progress (3): 290/592 kB | 192 kB | 74/109 kB
Progress (3): 294/592 kB | 192 kB | 74/109 kB
Progress (3): 294/592 kB | 192 kB | 78/109 kB
Progress (3): 298/592 kB | 192 kB | 78/109 kB
Progress (3): 298/592 kB | 192 kB | 82/109 kB
Progress (3): 302/592 kB | 192 kB | 82/109 kB
Progress (3): 302/592 kB | 192 kB | 86/109 kB
Progress (3): 306/592 kB | 192 kB | 86/109 kB
Progress (3): 306/592 kB | 192 kB | 90/109 kB
Progress (3): 310/592 kB | 192 kB | 90/109 kB
Progress (3): 310/592 kB | 192 kB | 94/109 kB
Progress (3): 314/592 kB | 192 kB | 94/109 kB
Progress (3): 314/592 kB | 192 kB | 98/109 kB
Progress (3): 318/592 kB | 192 kB | 98/109 kB
Progress (3): 318/592 kB | 192 kB | 102/109 kB
Progress (3): 322/592 kB | 192 kB | 102/109 kB
Progress (3): 322/592 kB | 192 kB | 106/109 kB
Progress (3): 326/592 kB | 192 kB | 106/109 kB
Progress (3): 326/592 kB | 192 kB | 109 kB    
Progress (3): 330/592 kB | 192 kB | 109 kB
Progress (3): 334/592 kB | 192 kB | 109 kB
Progress (3): 338/592 kB | 192 kB | 109 kB
Progress (3): 342/592 kB | 192 kB | 109 kB
Progress (3): 346/592 kB | 192 kB | 109 kB
Progress (3): 350/592 kB | 192 kB | 109 kB
Progress (3): 354/592 kB | 192 kB | 109 kB
Progress (3): 358/592 kB | 192 kB | 109 kB
Progress (3): 362/592 kB | 192 kB | 109 kB
Progress (3): 366/592 kB | 192 kB | 109 kB
Progress (3): 370/592 kB | 192 kB | 109 kB
Progress (3): 374/592 kB | 192 kB | 109 kB
Progress (4): 374/592 kB | 192 kB | 109 kB | 0/2.7 MB
                                                     
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 114 kB/s)
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): 374/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB
Progress (4): 374/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB
Progress (4): 378/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB
Progress (4): 378/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB
Progress (4): 382/592 kB | 109 kB | 0/2.7 MB | 4.1/4.6 kB
Progress (4): 382/592 kB | 109 kB | 0/2.7 MB | 4.6 kB    
Progress (4): 386/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 386/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 390/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 394/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 394/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 398/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 398/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 402/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 402/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 406/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 406/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 410/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 410/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 414/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 414/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 418/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 418/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 422/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 422/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 426/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 426/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 430/592 kB | 109 kB | 0/2.7 MB | 4.6 kB
Progress (4): 430/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 434/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 434/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 438/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 438/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 442/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 442/592 kB | 109 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 446/592 kB | 109 kB | 0.1/2.7 MB | 4.6 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 64 kB/s)
Progress (3): 446/592 kB | 0.1/2.7 MB | 4.6 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): 450/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 450/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 454/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 454/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 458/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 458/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (3): 462/592 kB | 0.1/2.7 MB | 4.6 kB
Progress (4): 462/592 kB | 0.1/2.7 MB | 4.6 kB | 2.2 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)
Progress (3): 466/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 466/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 470/592 kB | 0.1/2.7 MB | 2.2 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): 474/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 474/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 478/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 478/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 482/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 482/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 486/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 486/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 490/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 490/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 494/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 494/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 498/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 498/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 502/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 502/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 506/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 506/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 510/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 510/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 514/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 514/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 518/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 518/592 kB | 0.1/2.7 MB | 2.2 kB
Progress (3): 522/592 kB | 0.1/2.7 MB | 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 (2): 526/592 kB | 0.1/2.7 MB
Progress (2): 526/592 kB | 0.1/2.7 MB
Progress (2): 530/592 kB | 0.1/2.7 MB
                                     
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 (2): 534/592 kB | 0.1/2.7 MB
Progress (2): 534/592 kB | 0.1/2.7 MB
Progress (2): 538/592 kB | 0.1/2.7 MB
Progress (2): 538/592 kB | 0.1/2.7 MB
Progress (2): 542/592 kB | 0.1/2.7 MB
Progress (2): 542/592 kB | 0.1/2.7 MB
Progress (2): 546/592 kB | 0.1/2.7 MB
Progress (2): 546/592 kB | 0.1/2.7 MB
Progress (2): 550/592 kB | 0.1/2.7 MB
Progress (2): 550/592 kB | 0.1/2.7 MB
Progress (2): 554/592 kB | 0.1/2.7 MB
Progress (2): 554/592 kB | 0.2/2.7 MB
Progress (2): 558/592 kB | 0.2/2.7 MB
Progress (2): 558/592 kB | 0.2/2.7 MB
Progress (2): 562/592 kB | 0.2/2.7 MB
Progress (2): 562/592 kB | 0.2/2.7 MB
Progress (2): 566/592 kB | 0.2/2.7 MB
Progress (2): 570/592 kB | 0.2/2.7 MB
Progress (2): 570/592 kB | 0.2/2.7 MB
Progress (2): 574/592 kB | 0.2/2.7 MB
Progress (2): 574/592 kB | 0.2/2.7 MB
Progress (2): 578/592 kB | 0.2/2.7 MB
Progress (2): 578/592 kB | 0.2/2.7 MB
Progress (2): 582/592 kB | 0.2/2.7 MB
Progress (2): 582/592 kB | 0.2/2.7 MB
Progress (2): 586/592 kB | 0.2/2.7 MB
Progress (2): 586/592 kB | 0.2/2.7 MB
Progress (2): 590/592 kB | 0.2/2.7 MB
Progress (2): 590/592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB    
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (2): 592 kB | 0.2/2.7 MB
Progress (3): 592 kB | 0.2/2.7 MB | 4.1/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 4.1/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 7.7/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 7.7/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 12/20 kB 
Progress (3): 592 kB | 0.2/2.7 MB | 12/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 16/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 16/20 kB
Progress (3): 592 kB | 0.2/2.7 MB | 20/20 kB
Progress (3): 592 kB | 0.3/2.7 MB | 20/20 kB
Progress (3): 592 kB | 0.3/2.7 MB | 20 kB   
Progress (3): 592 kB | 0.3/2.7 MB | 20 kB
Progress (3): 592 kB | 0.3/2.7 MB | 20 kB
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 4.1/14 kB
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 7.7/14 kB
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 12/14 kB 
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 12/14 kB
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB   
Progress (4): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 4.1/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 7.7/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 12/193 kB 
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 12/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 16/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 16/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 20/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 20/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 24/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 24/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 28/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 28/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 32/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 32/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 33/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 33/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 37/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 37/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 41/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 41/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 45/193 kB
Progress (5): 592 kB | 0.3/2.7 MB | 20 kB | 14 kB | 45/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 330 kB/s)
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 45/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 49/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 49/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 (4): 0.3/2.7 MB | 20 kB | 14 kB | 49/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 53/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 53/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 57/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 57/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 61/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 61/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 65/193 kB
Progress (4): 0.3/2.7 MB | 20 kB | 14 kB | 65/193 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 7.6 kB/s)
Progress (3): 0.3/2.7 MB | 20 kB | 66/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 | 20 kB | 66/193 kB
Progress (3): 0.3/2.7 MB | 20 kB | 70/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 70/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 74/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 74/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 78/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 78/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 82/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 82/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 86/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 86/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 90/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 90/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 94/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 94/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 98/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 98/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 98/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 98/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 102/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 102/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 106/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 106/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 110/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 110/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 114/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 114/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 118/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 118/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 122/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 122/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 126/193 kB
Progress (3): 0.4/2.7 MB | 20 kB | 126/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)
Progress (2): 0.4/2.7 MB | 126/193 kB
Progress (2): 0.4/2.7 MB | 130/193 kB
Progress (2): 0.4/2.7 MB | 130/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 (2): 0.4/2.7 MB | 130/193 kB
Progress (2): 0.4/2.7 MB | 131/193 kB
Progress (2): 0.4/2.7 MB | 131/193 kB
Progress (2): 0.4/2.7 MB | 135/193 kB
Progress (2): 0.4/2.7 MB | 135/193 kB
Progress (2): 0.4/2.7 MB | 139/193 kB
Progress (2): 0.4/2.7 MB | 139/193 kB
Progress (2): 0.4/2.7 MB | 143/193 kB
Progress (2): 0.4/2.7 MB | 143/193 kB
Progress (2): 0.4/2.7 MB | 147/193 kB
Progress (2): 0.4/2.7 MB | 147/193 kB
Progress (2): 0.4/2.7 MB | 151/193 kB
Progress (2): 0.4/2.7 MB | 155/193 kB
Progress (2): 0.4/2.7 MB | 155/193 kB
Progress (2): 0.4/2.7 MB | 159/193 kB
Progress (2): 0.5/2.7 MB | 159/193 kB
Progress (2): 0.5/2.7 MB | 163/193 kB
Progress (2): 0.5/2.7 MB | 163/193 kB
Progress (2): 0.5/2.7 MB | 167/193 kB
Progress (2): 0.5/2.7 MB | 167/193 kB
Progress (2): 0.5/2.7 MB | 171/193 kB
Progress (2): 0.5/2.7 MB | 171/193 kB
Progress (2): 0.5/2.7 MB | 175/193 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 175/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 179/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 179/193 kB | 4.1/8.8 kB
Progress (3): 0.5/2.7 MB | 179/193 kB | 7.7/8.8 kB
Progress (3): 0.5/2.7 MB | 179/193 kB | 7.7/8.8 kB
Progress (3): 0.5/2.7 MB | 183/193 kB | 7.7/8.8 kB
Progress (3): 0.5/2.7 MB | 183/193 kB | 8.8 kB    
Progress (3): 0.5/2.7 MB | 187/193 kB | 8.8 kB
Progress (3): 0.5/2.7 MB | 187/193 kB | 8.8 kB
Progress (3): 0.5/2.7 MB | 191/193 kB | 8.8 kB
Progress (3): 0.5/2.7 MB | 191/193 kB | 8.8 kB
Progress (3): 0.5/2.7 MB | 191/193 kB | 8.8 kB
Progress (3): 0.5/2.7 MB | 191/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.7 kB/s)
Progress (2): 0.5/2.7 MB | 193 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
Progress (3): 0.5/2.7 MB | 193 kB | 4.1/768 kB
Progress (3): 0.5/2.7 MB | 193 kB | 4.1/768 kB
Progress (3): 0.5/2.7 MB | 193 kB | 7.7/768 kB
Progress (4): 0.5/2.7 MB | 193 kB | 7.7/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 12/768 kB | 3.4 kB 
Progress (4): 0.5/2.7 MB | 193 kB | 12/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 16/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 16/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 20/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 20/768 kB | 3.4 kB
Progress (4): 0.5/2.7 MB | 193 kB | 24/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 24/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 28/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 28/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 32/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 32/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 32/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 33/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 33/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 37/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 37/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 41/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 41/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 45/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 45/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 49/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 49/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 53/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 53/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 57/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 57/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 61/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 65/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 66/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 70/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 70/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 74/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 74/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 78/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 78/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 82/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 82/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 86/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 86/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 90/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 90/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 94/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 94/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 98/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 98/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 102/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 102/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 106/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 106/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 110/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 110/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 114/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 114/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 114/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 114/768 kB | 3.4 kB
Progress (4): 0.6/2.7 MB | 193 kB | 118/768 kB | 3.4 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 102 kB/s)
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 | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (3): 0.7/2.7 MB | 118/768 kB | 3.4 kB
Progress (4): 0.7/2.7 MB | 118/768 kB | 3.4 kB | 4.1/327 kB
Progress (4): 0.7/2.7 MB | 122/768 kB | 3.4 kB | 4.1/327 kB
Progress (4): 0.7/2.7 MB | 122/768 kB | 3.4 kB | 7.7/327 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.8 kB/s)
Progress (3): 0.7/2.7 MB | 122/768 kB | 7.7/327 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 (3): 0.7/2.7 MB | 122/768 kB | 12/327 kB
Progress (3): 0.7/2.7 MB | 122/768 kB | 16/327 kB
Progress (3): 0.7/2.7 MB | 126/768 kB | 16/327 kB
Progress (3): 0.7/2.7 MB | 126/768 kB | 20/327 kB
Progress (3): 0.7/2.7 MB | 126/768 kB | 20/327 kB
Progress (3): 0.7/2.7 MB | 126/768 kB | 24/327 kB
Progress (3): 0.7/2.7 MB | 130/768 kB | 24/327 kB
Progress (3): 0.7/2.7 MB | 130/768 kB | 24/327 kB
Progress (3): 0.7/2.7 MB | 134/768 kB | 24/327 kB
Progress (3): 0.7/2.7 MB | 134/768 kB | 28/327 kB
Progress (3): 0.7/2.7 MB | 138/768 kB | 28/327 kB
Progress (3): 0.7/2.7 MB | 138/768 kB | 28/327 kB
Progress (3): 0.7/2.7 MB | 142/768 kB | 28/327 kB
Progress (3): 0.7/2.7 MB | 142/768 kB | 32/327 kB
Progress (3): 0.7/2.7 MB | 146/768 kB | 32/327 kB
Progress (3): 0.7/2.7 MB | 146/768 kB | 32/327 kB
Progress (3): 0.7/2.7 MB | 150/768 kB | 32/327 kB
Progress (3): 0.7/2.7 MB | 150/768 kB | 33/327 kB
Progress (3): 0.7/2.7 MB | 154/768 kB | 33/327 kB
Progress (3): 0.7/2.7 MB | 154/768 kB | 33/327 kB
Progress (3): 0.7/2.7 MB | 158/768 kB | 33/327 kB
Progress (3): 0.7/2.7 MB | 158/768 kB | 37/327 kB
Progress (3): 0.7/2.7 MB | 162/768 kB | 37/327 kB
Progress (3): 0.7/2.7 MB | 162/768 kB | 37/327 kB
Progress (3): 0.7/2.7 MB | 166/768 kB | 37/327 kB
Progress (3): 0.7/2.7 MB | 166/768 kB | 37/327 kB
Progress (3): 0.7/2.7 MB | 166/768 kB | 41/327 kB
Progress (3): 0.7/2.7 MB | 166/768 kB | 41/327 kB
Progress (3): 0.7/2.7 MB | 170/768 kB | 41/327 kB
Progress (3): 0.7/2.7 MB | 170/768 kB | 41/327 kB
Progress (3): 0.7/2.7 MB | 170/768 kB | 45/327 kB
Progress (3): 0.7/2.7 MB | 170/768 kB | 45/327 kB
Progress (3): 0.7/2.7 MB | 174/768 kB | 45/327 kB
Progress (3): 0.7/2.7 MB | 174/768 kB | 45/327 kB
Progress (3): 0.7/2.7 MB | 174/768 kB | 49/327 kB
Progress (3): 0.7/2.7 MB | 174/768 kB | 49/327 kB
Progress (3): 0.7/2.7 MB | 178/768 kB | 49/327 kB
Progress (3): 0.7/2.7 MB | 178/768 kB | 49/327 kB
Progress (3): 0.7/2.7 MB | 182/768 kB | 49/327 kB
Progress (3): 0.7/2.7 MB | 182/768 kB | 53/327 kB
Progress (3): 0.7/2.7 MB | 186/768 kB | 53/327 kB
Progress (3): 0.7/2.7 MB | 186/768 kB | 53/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 53/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 57/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 61/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 65/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 66/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 70/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 74/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 78/327 kB
Progress (3): 0.7/2.7 MB | 190/768 kB | 82/327 kB
Progress (3): 0.7/2.7 MB | 194/768 kB | 82/327 kB
Progress (3): 0.7/2.7 MB | 194/768 kB | 82/327 kB
Progress (4): 0.7/2.7 MB | 194/768 kB | 82/327 kB | 4.1/62 kB
Progress (4): 0.7/2.7 MB | 198/768 kB | 82/327 kB | 4.1/62 kB
Progress (4): 0.7/2.7 MB | 198/768 kB | 86/327 kB | 4.1/62 kB
Progress (4): 0.7/2.7 MB | 202/768 kB | 86/327 kB | 4.1/62 kB
Progress (4): 0.7/2.7 MB | 202/768 kB | 86/327 kB | 7.7/62 kB
Progress (4): 0.8/2.7 MB | 202/768 kB | 86/327 kB | 7.7/62 kB
Progress (5): 0.8/2.7 MB | 202/768 kB | 86/327 kB | 7.7/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 202/768 kB | 86/327 kB | 7.7/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 202/768 kB | 86/327 kB | 12/62 kB | 4.1/335 kB 
Progress (5): 0.8/2.7 MB | 206/768 kB | 86/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 206/768 kB | 90/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 210/768 kB | 90/327 kB | 12/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 210/768 kB | 90/327 kB | 16/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 214/768 kB | 90/327 kB | 16/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 214/768 kB | 90/327 kB | 16/62 kB | 4.1/335 kB
Progress (5): 0.8/2.7 MB | 214/768 kB | 90/327 kB | 16/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 214/768 kB | 90/327 kB | 16/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 218/768 kB | 90/327 kB | 16/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 218/768 kB | 90/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 218/768 kB | 94/327 kB | 20/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 218/768 kB | 94/327 kB | 24/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 222/768 kB | 94/327 kB | 24/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 222/768 kB | 94/327 kB | 24/62 kB | 7.7/335 kB
Progress (5): 0.8/2.7 MB | 222/768 kB | 94/327 kB | 24/62 kB | 12/335 kB 
Progress (5): 0.8/2.7 MB | 222/768 kB | 94/327 kB | 24/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 226/768 kB | 94/327 kB | 24/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 226/768 kB | 94/327 kB | 28/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 226/768 kB | 98/327 kB | 28/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 226/768 kB | 98/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 230/768 kB | 98/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 230/768 kB | 98/327 kB | 32/62 kB | 12/335 kB
Progress (5): 0.8/2.7 MB | 230/768 kB | 98/327 kB | 32/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 230/768 kB | 98/327 kB | 32/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 234/768 kB | 98/327 kB | 32/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 234/768 kB | 98/327 kB | 36/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 234/768 kB | 98/327 kB | 36/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 234/768 kB | 98/327 kB | 40/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 238/768 kB | 98/327 kB | 40/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 238/768 kB | 98/327 kB | 40/62 kB | 16/335 kB
Progress (5): 0.8/2.7 MB | 238/768 kB | 98/327 kB | 40/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 238/768 kB | 98/327 kB | 40/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 242/768 kB | 98/327 kB | 40/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 242/768 kB | 98/327 kB | 44/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 246/768 kB | 98/327 kB | 44/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 246/768 kB | 102/327 kB | 44/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 250/768 kB | 102/327 kB | 44/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 250/768 kB | 102/327 kB | 48/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 254/768 kB | 102/327 kB | 48/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 254/768 kB | 102/327 kB | 48/62 kB | 20/335 kB
Progress (5): 0.8/2.7 MB | 254/768 kB | 102/327 kB | 48/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 254/768 kB | 102/327 kB | 48/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 258/768 kB | 102/327 kB | 48/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 258/768 kB | 102/327 kB | 52/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 258/768 kB | 102/327 kB | 56/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 258/768 kB | 106/327 kB | 56/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 258/768 kB | 106/327 kB | 60/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 262/768 kB | 106/327 kB | 60/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 262/768 kB | 106/327 kB | 60/62 kB | 24/335 kB
Progress (5): 0.8/2.7 MB | 262/768 kB | 106/327 kB | 60/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 262/768 kB | 106/327 kB | 60/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 266/768 kB | 106/327 kB | 60/62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 266/768 kB | 106/327 kB | 62 kB | 28/335 kB   
Progress (5): 0.8/2.7 MB | 266/768 kB | 110/327 kB | 62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 270/768 kB | 110/327 kB | 62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 270/768 kB | 110/327 kB | 62 kB | 28/335 kB
Progress (5): 0.8/2.7 MB | 270/768 kB | 110/327 kB | 62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 270/768 kB | 110/327 kB | 62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 110/327 kB | 62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 114/327 kB | 62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 114/327 kB | 62 kB | 32/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 114/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 114/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 118/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 274/768 kB | 122/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 122/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 126/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 126/327 kB | 62 kB | 33/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 126/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 126/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 278/768 kB | 130/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 130/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 134/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 134/327 kB | 62 kB | 37/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 134/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 134/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 282/768 kB | 138/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 138/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 142/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 142/327 kB | 62 kB | 41/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 142/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 142/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 286/768 kB | 146/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 290/768 kB | 146/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 290/768 kB | 150/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 294/768 kB | 150/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 294/768 kB | 150/327 kB | 62 kB | 45/335 kB
Progress (5): 0.8/2.7 MB | 294/768 kB | 150/327 kB | 62 kB | 49/335 kB
Progress (5): 0.9/2.7 MB | 294/768 kB | 150/327 kB | 62 kB | 49/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 31 kB/s)
Progress (4): 0.9/2.7 MB | 298/768 kB | 150/327 kB | 49/335 kB
Progress (4): 0.9/2.7 MB | 298/768 kB | 154/327 kB | 49/335 kB
Progress (4): 0.9/2.7 MB | 302/768 kB | 154/327 kB | 49/335 kB
                                                              
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 | 302/768 kB | 154/327 kB | 49/335 kB
Progress (4): 0.9/2.7 MB | 302/768 kB | 154/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 302/768 kB | 154/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 306/768 kB | 154/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 306/768 kB | 158/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 310/768 kB | 158/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 310/768 kB | 158/327 kB | 53/335 kB
Progress (4): 0.9/2.7 MB | 310/768 kB | 158/327 kB | 57/335 kB
Progress (4): 0.9/2.7 MB | 310/768 kB | 158/327 kB | 57/335 kB
Progress (4): 0.9/2.7 MB | 310/768 kB | 158/327 kB | 61/335 kB
Progress (4): 0.9/2.7 MB | 314/768 kB | 158/327 kB | 61/335 kB
Progress (4): 0.9/2.7 MB | 314/768 kB | 162/327 kB | 61/335 kB
Progress (4): 0.9/2.7 MB | 318/768 kB | 162/327 kB | 61/335 kB
Progress (4): 0.9/2.7 MB | 318/768 kB | 162/327 kB | 65/335 kB
Progress (4): 0.9/2.7 MB | 318/768 kB | 162/327 kB | 65/335 kB
Progress (4): 0.9/2.7 MB | 318/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 322/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 326/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 330/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 334/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 338/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 342/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 346/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 350/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 354/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 358/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 362/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 366/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 370/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 374/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 378/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 382/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 386/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 390/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 162/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 394/768 kB | 166/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 166/327 kB | 66/335 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 166/327 kB | 70/335 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 166/327 kB | 70/335 kB
Progress (4): 0.9/2.7 MB | 398/768 kB | 166/327 kB | 74/335 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 166/327 kB | 74/335 kB
Progress (4): 0.9/2.7 MB | 402/768 kB | 170/327 kB | 74/335 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 170/327 kB | 74/335 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 170/327 kB | 78/335 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 170/327 kB | 78/335 kB
Progress (4): 0.9/2.7 MB | 406/768 kB | 170/327 kB | 82/335 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 170/327 kB | 82/335 kB
Progress (4): 0.9/2.7 MB | 410/768 kB | 174/327 kB | 82/335 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 174/327 kB | 82/335 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 174/327 kB | 86/335 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 174/327 kB | 86/335 kB
Progress (4): 0.9/2.7 MB | 414/768 kB | 174/327 kB | 90/335 kB
Progress (4): 0.9/2.7 MB | 418/768 kB | 174/327 kB | 90/335 kB
Progress (4): 0.9/2.7 MB | 418/768 kB | 178/327 kB | 90/335 kB
Progress (4): 0.9/2.7 MB | 422/768 kB | 178/327 kB | 90/335 kB
Progress (4): 0.9/2.7 MB | 422/768 kB | 178/327 kB | 94/335 kB
Progress (4): 0.9/2.7 MB | 422/768 kB | 178/327 kB | 94/335 kB
Progress (4): 0.9/2.7 MB | 422/768 kB | 178/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 426/768 kB | 178/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 426/768 kB | 182/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 430/768 kB | 182/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 430/768 kB | 182/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 430/768 kB | 182/327 kB | 98/335 kB
Progress (4): 0.9/2.7 MB | 430/768 kB | 182/327 kB | 102/335 kB
Progress (4): 0.9/2.7 MB | 434/768 kB | 182/327 kB | 102/335 kB
Progress (4): 0.9/2.7 MB | 434/768 kB | 186/327 kB | 102/335 kB
Progress (4): 0.9/2.7 MB | 438/768 kB | 186/327 kB | 102/335 kB
Progress (4): 0.9/2.7 MB | 438/768 kB | 186/327 kB | 106/335 kB
Progress (4): 0.9/2.7 MB | 438/768 kB | 186/327 kB | 106/335 kB
Progress (4): 0.9/2.7 MB | 438/768 kB | 186/327 kB | 110/335 kB
Progress (4): 0.9/2.7 MB | 442/768 kB | 186/327 kB | 110/335 kB
Progress (4): 0.9/2.7 MB | 442/768 kB | 190/327 kB | 110/335 kB
Progress (4): 0.9/2.7 MB | 446/768 kB | 190/327 kB | 110/335 kB
Progress (4): 0.9/2.7 MB | 446/768 kB | 190/327 kB | 114/335 kB
Progress (4): 0.9/2.7 MB | 446/768 kB | 190/327 kB | 114/335 kB
Progress (4): 0.9/2.7 MB | 446/768 kB | 190/327 kB | 118/335 kB
Progress (4): 0.9/2.7 MB | 450/768 kB | 190/327 kB | 118/335 kB
Progress (4): 0.9/2.7 MB | 450/768 kB | 194/327 kB | 118/335 kB
Progress (4): 0.9/2.7 MB | 454/768 kB | 194/327 kB | 118/335 kB
Progress (4): 0.9/2.7 MB | 454/768 kB | 194/327 kB | 122/335 kB
Progress (4): 0.9/2.7 MB | 454/768 kB | 194/327 kB | 122/335 kB
Progress (4): 0.9/2.7 MB | 454/768 kB | 194/327 kB | 126/335 kB
Progress (4): 0.9/2.7 MB | 458/768 kB | 194/327 kB | 126/335 kB
Progress (4): 0.9/2.7 MB | 458/768 kB | 198/327 kB | 126/335 kB
Progress (4): 0.9/2.7 MB | 462/768 kB | 198/327 kB | 126/335 kB
Progress (4): 0.9/2.7 MB | 462/768 kB | 198/327 kB | 130/335 kB
Progress (4): 0.9/2.7 MB | 462/768 kB | 198/327 kB | 130/335 kB
Progress (4): 0.9/2.7 MB | 462/768 kB | 198/327 kB | 131/335 kB
Progress (4): 0.9/2.7 MB | 466/768 kB | 198/327 kB | 131/335 kB
Progress (4): 0.9/2.7 MB | 466/768 kB | 202/327 kB | 131/335 kB
Progress (4): 0.9/2.7 MB | 470/768 kB | 202/327 kB | 131/335 kB
Progress (4): 0.9/2.7 MB | 470/768 kB | 202/327 kB | 135/335 kB
Progress (4): 0.9/2.7 MB | 470/768 kB | 202/327 kB | 135/335 kB
Progress (4): 0.9/2.7 MB | 470/768 kB | 202/327 kB | 139/335 kB
Progress (4): 0.9/2.7 MB | 474/768 kB | 202/327 kB | 139/335 kB
Progress (4): 0.9/2.7 MB | 474/768 kB | 206/327 kB | 139/335 kB
Progress (4): 0.9/2.7 MB | 478/768 kB | 206/327 kB | 139/335 kB
Progress (4): 0.9/2.7 MB | 478/768 kB | 206/327 kB | 143/335 kB
Progress (4): 0.9/2.7 MB | 478/768 kB | 206/327 kB | 143/335 kB
Progress (4): 0.9/2.7 MB | 478/768 kB | 206/327 kB | 147/335 kB
Progress (4): 0.9/2.7 MB | 482/768 kB | 206/327 kB | 147/335 kB
Progress (4): 0.9/2.7 MB | 482/768 kB | 210/327 kB | 147/335 kB
Progress (4): 0.9/2.7 MB | 486/768 kB | 210/327 kB | 147/335 kB
Progress (4): 0.9/2.7 MB | 486/768 kB | 210/327 kB | 151/335 kB
Progress (4): 0.9/2.7 MB | 486/768 kB | 210/327 kB | 151/335 kB
Progress (4): 0.9/2.7 MB | 486/768 kB | 210/327 kB | 155/335 kB
Progress (4): 0.9/2.7 MB | 490/768 kB | 210/327 kB | 155/335 kB
Progress (4): 0.9/2.7 MB | 490/768 kB | 214/327 kB | 155/335 kB
Progress (4): 0.9/2.7 MB | 494/768 kB | 214/327 kB | 155/335 kB
Progress (4): 0.9/2.7 MB | 494/768 kB | 214/327 kB | 159/335 kB
Progress (4): 0.9/2.7 MB | 494/768 kB | 214/327 kB | 159/335 kB
Progress (4): 0.9/2.7 MB | 494/768 kB | 214/327 kB | 163/335 kB
Progress (4): 0.9/2.7 MB | 498/768 kB | 214/327 kB | 163/335 kB
Progress (4): 0.9/2.7 MB | 498/768 kB | 218/327 kB | 163/335 kB
Progress (4): 0.9/2.7 MB | 502/768 kB | 218/327 kB | 163/335 kB
Progress (4): 0.9/2.7 MB | 502/768 kB | 218/327 kB | 167/335 kB
Progress (4): 0.9/2.7 MB | 502/768 kB | 218/327 kB | 167/335 kB
Progress (4): 0.9/2.7 MB | 502/768 kB | 218/327 kB | 171/335 kB
Progress (4): 0.9/2.7 MB | 506/768 kB | 218/327 kB | 171/335 kB
Progress (4): 0.9/2.7 MB | 506/768 kB | 222/327 kB | 171/335 kB
Progress (4): 0.9/2.7 MB | 510/768 kB | 222/327 kB | 171/335 kB
Progress (4): 0.9/2.7 MB | 510/768 kB | 222/327 kB | 175/335 kB
Progress (4): 0.9/2.7 MB | 510/768 kB | 222/327 kB | 175/335 kB
Progress (4): 0.9/2.7 MB | 510/768 kB | 222/327 kB | 179/335 kB
Progress (4): 0.9/2.7 MB | 514/768 kB | 222/327 kB | 179/335 kB
Progress (4): 0.9/2.7 MB | 514/768 kB | 226/327 kB | 179/335 kB
Progress (4): 0.9/2.7 MB | 518/768 kB | 226/327 kB | 179/335 kB
Progress (4): 0.9/2.7 MB | 518/768 kB | 226/327 kB | 183/335 kB
Progress (4): 0.9/2.7 MB | 518/768 kB | 226/327 kB | 183/335 kB
Progress (4): 0.9/2.7 MB | 518/768 kB | 226/327 kB | 187/335 kB
Progress (4): 0.9/2.7 MB | 522/768 kB | 226/327 kB | 187/335 kB
Progress (4): 0.9/2.7 MB | 522/768 kB | 230/327 kB | 187/335 kB
Progress (4): 0.9/2.7 MB | 526/768 kB | 230/327 kB | 187/335 kB
Progress (4): 0.9/2.7 MB | 526/768 kB | 230/327 kB | 191/335 kB
Progress (4): 0.9/2.7 MB | 526/768 kB | 230/327 kB | 191/335 kB
Progress (4): 0.9/2.7 MB | 526/768 kB | 230/327 kB | 195/335 kB
Progress (4): 0.9/2.7 MB | 530/768 kB | 230/327 kB | 195/335 kB
Progress (4): 0.9/2.7 MB | 530/768 kB | 234/327 kB | 195/335 kB
Progress (4): 0.9/2.7 MB | 534/768 kB | 234/327 kB | 195/335 kB
Progress (4): 0.9/2.7 MB | 534/768 kB | 234/327 kB | 199/335 kB
Progress (4): 0.9/2.7 MB | 534/768 kB | 234/327 kB | 199/335 kB
Progress (4): 0.9/2.7 MB | 534/768 kB | 234/327 kB | 203/335 kB
Progress (4): 0.9/2.7 MB | 538/768 kB | 234/327 kB | 203/335 kB
Progress (4): 0.9/2.7 MB | 538/768 kB | 238/327 kB | 203/335 kB
Progress (4): 0.9/2.7 MB | 542/768 kB | 238/327 kB | 203/335 kB
Progress (4): 0.9/2.7 MB | 542/768 kB | 238/327 kB | 207/335 kB
Progress (4): 0.9/2.7 MB | 542/768 kB | 238/327 kB | 207/335 kB
Progress (4): 0.9/2.7 MB | 542/768 kB | 238/327 kB | 211/335 kB
Progress (4): 0.9/2.7 MB | 546/768 kB | 238/327 kB | 211/335 kB
Progress (4): 0.9/2.7 MB | 546/768 kB | 242/327 kB | 211/335 kB
Progress (4): 0.9/2.7 MB | 550/768 kB | 242/327 kB | 211/335 kB
Progress (4): 0.9/2.7 MB | 550/768 kB | 242/327 kB | 215/335 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 242/327 kB | 215/335 kB
Progress (4): 1.0/2.7 MB | 550/768 kB | 242/327 kB | 219/335 kB
Progress (4): 1.0/2.7 MB | 554/768 kB | 242/327 kB | 219/335 kB
Progress (4): 1.0/2.7 MB | 554/768 kB | 246/327 kB | 219/335 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 246/327 kB | 219/335 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 246/327 kB | 223/335 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 246/327 kB | 223/335 kB
Progress (4): 1.0/2.7 MB | 558/768 kB | 246/327 kB | 227/335 kB
Progress (4): 1.0/2.7 MB | 562/768 kB | 246/327 kB | 227/335 kB
Progress (4): 1.0/2.7 MB | 562/768 kB | 250/327 kB | 227/335 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 250/327 kB | 227/335 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 250/327 kB | 231/335 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 250/327 kB | 231/335 kB
Progress (4): 1.0/2.7 MB | 566/768 kB | 250/327 kB | 235/335 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 250/327 kB | 235/335 kB
Progress (4): 1.0/2.7 MB | 570/768 kB | 254/327 kB | 235/335 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 254/327 kB | 235/335 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 254/327 kB | 239/335 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 254/327 kB | 239/335 kB
Progress (4): 1.0/2.7 MB | 574/768 kB | 254/327 kB | 243/335 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 254/327 kB | 243/335 kB
Progress (4): 1.0/2.7 MB | 578/768 kB | 258/327 kB | 243/335 kB
Progress (4): 1.0/2.7 MB | 582/768 kB | 258/327 kB | 243/335 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 258/327 kB | 243/335 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 258/327 kB | 247/335 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 258/327 kB | 247/335 kB
Progress (4): 1.0/2.7 MB | 586/768 kB | 258/327 kB | 251/335 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 258/327 kB | 251/335 kB
Progress (4): 1.0/2.7 MB | 590/768 kB | 262/327 kB | 251/335 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 262/327 kB | 251/335 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 262/327 kB | 255/335 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 262/327 kB | 255/335 kB
Progress (4): 1.0/2.7 MB | 594/768 kB | 262/327 kB | 259/335 kB
Progress (4): 1.0/2.7 MB | 598/768 kB | 262/327 kB | 259/335 kB
Progress (4): 1.0/2.7 MB | 598/768 kB | 266/327 kB | 259/335 kB
Progress (4): 1.0/2.7 MB | 602/768 kB | 266/327 kB | 259/335 kB
Progress (4): 1.0/2.7 MB | 602/768 kB | 266/327 kB | 263/335 kB
Progress (4): 1.0/2.7 MB | 602/768 kB | 266/327 kB | 263/335 kB
Progress (4): 1.0/2.7 MB | 602/768 kB | 266/327 kB | 267/335 kB
Progress (4): 1.0/2.7 MB | 606/768 kB | 266/327 kB | 267/335 kB
Progress (4): 1.0/2.7 MB | 606/768 kB | 270/327 kB | 267/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 267/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 271/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 271/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 271/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 271/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 271/335 kB
Progress (4): 1.0/2.7 MB | 610/768 kB | 270/327 kB | 275/335 kB
Progress (4): 1.0/2.7 MB | 614/768 kB | 270/327 kB | 275/335 kB
Progress (4): 1.0/2.7 MB | 614/768 kB | 274/327 kB | 275/335 kB
Progress (4): 1.0/2.7 MB | 618/768 kB | 274/327 kB | 275/335 kB
Progress (4): 1.0/2.7 MB | 618/768 kB | 274/327 kB | 279/335 kB
Progress (4): 1.0/2.7 MB | 622/768 kB | 274/327 kB | 279/335 kB
Progress (4): 1.0/2.7 MB | 622/768 kB | 274/327 kB | 279/335 kB
Progress (4): 1.0/2.7 MB | 626/768 kB | 274/327 kB | 279/335 kB
Progress (4): 1.0/2.7 MB | 626/768 kB | 274/327 kB | 283/335 kB
Progress (4): 1.0/2.7 MB | 626/768 kB | 278/327 kB | 283/335 kB
Progress (4): 1.0/2.7 MB | 626/768 kB | 278/327 kB | 287/335 kB
Progress (4): 1.0/2.7 MB | 630/768 kB | 278/327 kB | 287/335 kB
Progress (4): 1.0/2.7 MB | 630/768 kB | 278/327 kB | 287/335 kB
Progress (4): 1.0/2.7 MB | 634/768 kB | 278/327 kB | 287/335 kB
Progress (4): 1.0/2.7 MB | 634/768 kB | 278/327 kB | 291/335 kB
Progress (4): 1.0/2.7 MB | 634/768 kB | 282/327 kB | 291/335 kB
Progress (4): 1.0/2.7 MB | 634/768 kB | 282/327 kB | 295/335 kB
Progress (4): 1.0/2.7 MB | 638/768 kB | 282/327 kB | 295/335 kB
Progress (4): 1.0/2.7 MB | 642/768 kB | 282/327 kB | 295/335 kB
Progress (4): 1.0/2.7 MB | 642/768 kB | 282/327 kB | 295/335 kB
Progress (4): 1.0/2.7 MB | 646/768 kB | 282/327 kB | 295/335 kB
Progress (4): 1.0/2.7 MB | 646/768 kB | 282/327 kB | 299/335 kB
Progress (4): 1.0/2.7 MB | 646/768 kB | 286/327 kB | 299/335 kB
Progress (4): 1.0/2.7 MB | 646/768 kB | 286/327 kB | 303/335 kB
Progress (4): 1.0/2.7 MB | 650/768 kB | 286/327 kB | 303/335 kB
Progress (4): 1.0/2.7 MB | 650/768 kB | 286/327 kB | 303/335 kB
Progress (4): 1.0/2.7 MB | 654/768 kB | 286/327 kB | 303/335 kB
Progress (4): 1.0/2.7 MB | 654/768 kB | 286/327 kB | 307/335 kB
Progress (4): 1.0/2.7 MB | 654/768 kB | 290/327 kB | 307/335 kB
Progress (4): 1.0/2.7 MB | 654/768 kB | 290/327 kB | 311/335 kB
Progress (4): 1.0/2.7 MB | 658/768 kB | 290/327 kB | 311/335 kB
Progress (4): 1.0/2.7 MB | 658/768 kB | 290/327 kB | 311/335 kB
Progress (4): 1.0/2.7 MB | 662/768 kB | 290/327 kB | 311/335 kB
Progress (4): 1.0/2.7 MB | 662/768 kB | 290/327 kB | 315/335 kB
Progress (4): 1.0/2.7 MB | 662/768 kB | 294/327 kB | 315/335 kB
Progress (4): 1.0/2.7 MB | 662/768 kB | 294/327 kB | 319/335 kB
Progress (4): 1.0/2.7 MB | 666/768 kB | 294/327 kB | 319/335 kB
Progress (4): 1.0/2.7 MB | 666/768 kB | 294/327 kB | 319/335 kB
Progress (4): 1.0/2.7 MB | 670/768 kB | 294/327 kB | 319/335 kB
Progress (4): 1.0/2.7 MB | 670/768 kB | 294/327 kB | 323/335 kB
Progress (4): 1.0/2.7 MB | 670/768 kB | 298/327 kB | 323/335 kB
Progress (4): 1.0/2.7 MB | 670/768 kB | 298/327 kB | 327/335 kB
Progress (4): 1.0/2.7 MB | 674/768 kB | 298/327 kB | 327/335 kB
Progress (4): 1.0/2.7 MB | 674/768 kB | 298/327 kB | 327/335 kB
Progress (4): 1.0/2.7 MB | 678/768 kB | 298/327 kB | 327/335 kB
Progress (4): 1.0/2.7 MB | 678/768 kB | 298/327 kB | 331/335 kB
Progress (4): 1.0/2.7 MB | 678/768 kB | 302/327 kB | 331/335 kB
Progress (4): 1.0/2.7 MB | 678/768 kB | 302/327 kB | 335 kB    
Progress (4): 1.0/2.7 MB | 682/768 kB | 302/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 682/768 kB | 302/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 686/768 kB | 302/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 690/768 kB | 302/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 694/768 kB | 302/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 694/768 kB | 306/327 kB | 335 kB
Progress (4): 1.0/2.7 MB | 698/768 kB | 306/327 kB | 335 kB
Progress (5): 1.0/2.7 MB | 698/768 kB | 306/327 kB | 335 kB | 4.1/502 kB
Progress (5): 1.0/2.7 MB | 698/768 kB | 306/327 kB | 335 kB | 4.1/502 kB
Progress (5): 1.0/2.7 MB | 698/768 kB | 306/327 kB | 335 kB | 7.7/502 kB
Progress (5): 1.0/2.7 MB | 702/768 kB | 306/327 kB | 335 kB | 7.7/502 kB
Progress (5): 1.0/2.7 MB | 702/768 kB | 310/327 kB | 335 kB | 7.7/502 kB
Progress (5): 1.0/2.7 MB | 706/768 kB | 310/327 kB | 335 kB | 7.7/502 kB
Progress (5): 1.0/2.7 MB | 706/768 kB | 310/327 kB | 335 kB | 12/502 kB 
Progress (5): 1.0/2.7 MB | 706/768 kB | 310/327 kB | 335 kB | 12/502 kB
Progress (5): 1.0/2.7 MB | 706/768 kB | 310/327 kB | 335 kB | 16/502 kB
Progress (5): 1.0/2.7 MB | 710/768 kB | 310/327 kB | 335 kB | 16/502 kB
Progress (5): 1.0/2.7 MB | 710/768 kB | 314/327 kB | 335 kB | 16/502 kB
Progress (5): 1.0/2.7 MB | 714/768 kB | 314/327 kB | 335 kB | 16/502 kB
Progress (5): 1.0/2.7 MB | 714/768 kB | 314/327 kB | 335 kB | 20/502 kB
Progress (5): 1.0/2.7 MB | 714/768 kB | 314/327 kB | 335 kB | 20/502 kB
Progress (5): 1.0/2.7 MB | 714/768 kB | 314/327 kB | 335 kB | 24/502 kB
Progress (5): 1.0/2.7 MB | 718/768 kB | 314/327 kB | 335 kB | 24/502 kB
Progress (5): 1.0/2.7 MB | 718/768 kB | 318/327 kB | 335 kB | 24/502 kB
Progress (5): 1.0/2.7 MB | 722/768 kB | 318/327 kB | 335 kB | 24/502 kB
Progress (5): 1.0/2.7 MB | 722/768 kB | 318/327 kB | 335 kB | 28/502 kB
Progress (5): 1.0/2.7 MB | 722/768 kB | 318/327 kB | 335 kB | 28/502 kB
Progress (5): 1.0/2.7 MB | 722/768 kB | 318/327 kB | 335 kB | 32/502 kB
Progress (5): 1.0/2.7 MB | 726/768 kB | 318/327 kB | 335 kB | 32/502 kB
Progress (5): 1.0/2.7 MB | 726/768 kB | 322/327 kB | 335 kB | 32/502 kB
Progress (5): 1.0/2.7 MB | 730/768 kB | 322/327 kB | 335 kB | 32/502 kB
Progress (5): 1.0/2.7 MB | 730/768 kB | 322/327 kB | 335 kB | 33/502 kB
Progress (5): 1.0/2.7 MB | 730/768 kB | 322/327 kB | 335 kB | 33/502 kB
Progress (5): 1.0/2.7 MB | 730/768 kB | 322/327 kB | 335 kB | 37/502 kB
Progress (5): 1.0/2.7 MB | 734/768 kB | 322/327 kB | 335 kB | 37/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 152 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): 1.0/2.7 MB | 734/768 kB | 326/327 kB | 37/502 kB
Progress (4): 1.0/2.7 MB | 734/768 kB | 327 kB | 37/502 kB    
Progress (4): 1.0/2.7 MB | 738/768 kB | 327 kB | 37/502 kB
Progress (4): 1.0/2.7 MB | 742/768 kB | 327 kB | 37/502 kB
Progress (4): 1.0/2.7 MB | 742/768 kB | 327 kB | 41/502 kB
Progress (4): 1.0/2.7 MB | 742/768 kB | 327 kB | 41/502 kB
Progress (4): 1.0/2.7 MB | 742/768 kB | 327 kB | 45/502 kB
Progress (4): 1.0/2.7 MB | 746/768 kB | 327 kB | 45/502 kB
Progress (4): 1.0/2.7 MB | 746/768 kB | 327 kB | 49/502 kB
Progress (4): 1.1/2.7 MB | 746/768 kB | 327 kB | 49/502 kB
Progress (4): 1.1/2.7 MB | 750/768 kB | 327 kB | 49/502 kB
Progress (4): 1.1/2.7 MB | 750/768 kB | 327 kB | 49/502 kB
Progress (4): 1.1/2.7 MB | 750/768 kB | 327 kB | 53/502 kB
Progress (4): 1.1/2.7 MB | 750/768 kB | 327 kB | 53/502 kB
Progress (4): 1.1/2.7 MB | 754/768 kB | 327 kB | 53/502 kB
Progress (4): 1.1/2.7 MB | 754/768 kB | 327 kB | 53/502 kB
Progress (4): 1.1/2.7 MB | 754/768 kB | 327 kB | 57/502 kB
Progress (4): 1.1/2.7 MB | 754/768 kB | 327 kB | 57/502 kB
Progress (4): 1.1/2.7 MB | 758/768 kB | 327 kB | 57/502 kB
Progress (4): 1.1/2.7 MB | 758/768 kB | 327 kB | 57/502 kB
Progress (4): 1.1/2.7 MB | 758/768 kB | 327 kB | 61/502 kB
Progress (4): 1.1/2.7 MB | 758/768 kB | 327 kB | 61/502 kB
Progress (4): 1.1/2.7 MB | 762/768 kB | 327 kB | 61/502 kB
Progress (4): 1.1/2.7 MB | 762/768 kB | 327 kB | 61/502 kB
Progress (4): 1.1/2.7 MB | 762/768 kB | 327 kB | 65/502 kB
Progress (4): 1.1/2.7 MB | 762/768 kB | 327 kB | 65/502 kB
Progress (4): 1.1/2.7 MB | 766/768 kB | 327 kB | 65/502 kB
Progress (4): 1.1/2.7 MB | 766/768 kB | 327 kB | 65/502 kB
Progress (4): 1.1/2.7 MB | 766/768 kB | 327 kB | 66/502 kB
Progress (4): 1.1/2.7 MB | 766/768 kB | 327 kB | 66/502 kB
Progress (4): 1.1/2.7 MB | 766/768 kB | 327 kB | 70/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 70/502 kB    
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 74/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 74/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 74/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 78/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 78/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 327 kB | 82/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 148 kB/s)
Progress (3): 1.1/2.7 MB | 768 kB | 82/502 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 (3): 1.1/2.7 MB | 768 kB | 86/502 kB
Progress (3): 1.1/2.7 MB | 768 kB | 86/502 kB
Progress (3): 1.1/2.7 MB | 768 kB | 90/502 kB
Progress (3): 1.1/2.7 MB | 768 kB | 90/502 kB
Progress (3): 1.1/2.7 MB | 768 kB | 94/502 kB
Progress (3): 1.1/2.7 MB | 768 kB | 94/502 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 4.1/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 7.7/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 12/197 kB 
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 16/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 20/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 24/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 94/502 kB | 28/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 98/502 kB | 28/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 98/502 kB | 28/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 98/502 kB | 28/197 kB
Progress (4): 1.1/2.7 MB | 768 kB | 98/502 kB | 32/197 kB
Progress (5): 1.1/2.7 MB | 768 kB | 98/502 kB | 32/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 768 kB | 98/502 kB | 33/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 768 kB | 98/502 kB | 33/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 768 kB | 102/502 kB | 33/197 kB | 4.1/215 kB
Progress (5): 1.1/2.7 MB | 768 kB | 102/502 kB | 33/197 kB | 4.1/215 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 336 kB/s)
Progress (4): 1.1/2.7 MB | 102/502 kB | 37/197 kB | 4.1/215 kB
Progress (4): 1.1/2.7 MB | 102/502 kB | 37/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 102/502 kB | 41/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 102/502 kB | 41/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 106/502 kB | 41/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 106/502 kB | 41/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 110/502 kB | 41/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 110/502 kB | 45/197 kB | 7.7/215 kB
Progress (4): 1.1/2.7 MB | 110/502 kB | 45/197 kB | 12/215 kB 
Progress (4): 1.1/2.7 MB | 110/502 kB | 49/197 kB | 12/215 kB
Progress (4): 1.1/2.7 MB | 110/502 kB | 53/197 kB | 12/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 53/197 kB | 12/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 53/197 kB | 12/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 57/197 kB | 12/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 57/197 kB | 16/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 61/197 kB | 16/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 65/197 kB | 16/215 kB
Progress (4): 1.1/2.7 MB | 114/502 kB | 65/197 kB | 16/215 kB
Progress (4): 1.1/2.7 MB | 118/502 kB | 65/197 kB | 16/215 kB
Progress (4): 1.2/2.7 MB | 118/502 kB | 65/197 kB | 16/215 kB
Progress (4): 1.2/2.7 MB | 118/502 kB | 66/197 kB | 16/215 kB
Progress (4): 1.2/2.7 MB | 118/502 kB | 66/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 118/502 kB | 70/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 118/502 kB | 70/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 70/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 70/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 74/197 kB | 20/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 74/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 78/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 122/502 kB | 78/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 78/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 78/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 82/197 kB | 24/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 82/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 86/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 126/502 kB | 86/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 86/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 86/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 90/197 kB | 28/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 90/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 94/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 130/502 kB | 94/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 94/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 94/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 98/197 kB | 32/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 98/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 98/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 131/502 kB | 98/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 98/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 98/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 102/197 kB | 33/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 102/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 106/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 110/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 135/502 kB | 110/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 139/502 kB | 110/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 139/502 kB | 110/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 143/502 kB | 110/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 143/502 kB | 114/197 kB | 37/215 kB
Progress (4): 1.2/2.7 MB | 143/502 kB | 114/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 143/502 kB | 118/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 147/502 kB | 118/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 147/502 kB | 118/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 118/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 118/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 122/197 kB | 41/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 122/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 126/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 151/502 kB | 126/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 126/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 126/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 130/197 kB | 45/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 130/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 131/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 155/502 kB | 131/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 131/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 131/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 135/197 kB | 49/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 135/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 139/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 159/502 kB | 139/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 139/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 139/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 143/197 kB | 53/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 143/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 147/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 163/502 kB | 147/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 147/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 147/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 151/197 kB | 57/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 151/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 155/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 164/502 kB | 155/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 168/502 kB | 155/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 168/502 kB | 155/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 168/502 kB | 159/197 kB | 61/215 kB
Progress (4): 1.2/2.7 MB | 168/502 kB | 159/197 kB | 65/215 kB
Progress (4): 1.2/2.7 MB | 168/502 kB | 163/197 kB | 65/215 kB
Progress (4): 1.3/2.7 MB | 168/502 kB | 163/197 kB | 65/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 163/197 kB | 65/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 163/197 kB | 65/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 164/197 kB | 65/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 164/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 168/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 172/502 kB | 168/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 168/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 168/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 172/197 kB | 66/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 172/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 176/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 176/502 kB | 176/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 176/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 176/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 180/197 kB | 70/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 180/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 184/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 180/502 kB | 184/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 184/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 184/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 188/197 kB | 74/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 188/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 192/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 184/502 kB | 192/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 188/502 kB | 192/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 188/502 kB | 192/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 192/502 kB | 192/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 192/502 kB | 196/197 kB | 78/215 kB
Progress (4): 1.3/2.7 MB | 192/502 kB | 196/197 kB | 82/215 kB
Progress (4): 1.3/2.7 MB | 192/502 kB | 197 kB | 82/215 kB    
Progress (4): 1.3/2.7 MB | 196/502 kB | 197 kB | 82/215 kB
Progress (4): 1.3/2.7 MB | 196/502 kB | 197 kB | 82/215 kB
Progress (4): 1.3/2.7 MB | 197/502 kB | 197 kB | 82/215 kB
Progress (4): 1.3/2.7 MB | 197/502 kB | 197 kB | 82/215 kB
Progress (4): 1.3/2.7 MB | 197/502 kB | 197 kB | 86/215 kB
Progress (4): 1.3/2.7 MB | 197/502 kB | 197 kB | 86/215 kB
Progress (4): 1.3/2.7 MB | 197/502 kB | 197 kB | 86/215 kB
Progress (4): 1.3/2.7 MB | 201/502 kB | 197 kB | 86/215 kB
Progress (4): 1.3/2.7 MB | 201/502 kB | 197 kB | 86/215 kB
Progress (4): 1.3/2.7 MB | 201/502 kB | 197 kB | 90/215 kB
Progress (4): 1.3/2.7 MB | 201/502 kB | 197 kB | 90/215 kB
Progress (4): 1.3/2.7 MB | 201/502 kB | 197 kB | 94/215 kB
Progress (4): 1.3/2.7 MB | 205/502 kB | 197 kB | 94/215 kB
Progress (4): 1.3/2.7 MB | 205/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 209/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 98/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 102/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 106/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 110/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 114/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 118/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 122/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 122/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 126/215 kB
Progress (4): 1.3/2.7 MB | 213/502 kB | 197 kB | 126/215 kB
Progress (4): 1.3/2.7 MB | 217/502 kB | 197 kB | 126/215 kB
Progress (4): 1.3/2.7 MB | 217/502 kB | 197 kB | 126/215 kB
Progress (4): 1.3/2.7 MB | 217/502 kB | 197 kB | 130/215 kB
Progress (4): 1.3/2.7 MB | 217/502 kB | 197 kB | 130/215 kB
Progress (4): 1.3/2.7 MB | 221/502 kB | 197 kB | 130/215 kB
Progress (4): 1.3/2.7 MB | 221/502 kB | 197 kB | 130/215 kB
Progress (4): 1.3/2.7 MB | 221/502 kB | 197 kB | 131/215 kB
Progress (4): 1.3/2.7 MB | 221/502 kB | 197 kB | 131/215 kB
Progress (4): 1.3/2.7 MB | 225/502 kB | 197 kB | 131/215 kB
Progress (4): 1.3/2.7 MB | 225/502 kB | 197 kB | 131/215 kB
Progress (4): 1.3/2.7 MB | 225/502 kB | 197 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 225/502 kB | 197 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 135/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 139/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 229/502 kB | 197 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 233/502 kB | 197 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 233/502 kB | 197 kB | 143/215 kB
Progress (4): 1.4/2.7 MB | 233/502 kB | 197 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 233/502 kB | 197 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 237/502 kB | 197 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 237/502 kB | 197 kB | 147/215 kB
Progress (4): 1.4/2.7 MB | 237/502 kB | 197 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 237/502 kB | 197 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 241/502 kB | 197 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 241/502 kB | 197 kB | 151/215 kB
Progress (4): 1.4/2.7 MB | 241/502 kB | 197 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 241/502 kB | 197 kB | 155/215 kB
Progress (4): 1.4/2.7 MB | 241/502 kB | 197 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 245/502 kB | 197 kB | 159/215 kB
Progress (4): 1.4/2.7 MB | 245/502 kB | 197 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 245/502 kB | 197 kB | 163/215 kB
Progress (4): 1.4/2.7 MB | 245/502 kB | 197 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 249/502 kB | 197 kB | 164/215 kB
Progress (4): 1.4/2.7 MB | 249/502 kB | 197 kB | 168/215 kB
Progress (4): 1.4/2.7 MB | 249/502 kB | 197 kB | 172/215 kB
Progress (4): 1.4/2.7 MB | 249/502 kB | 197 kB | 172/215 kB
Progress (4): 1.4/2.7 MB | 249/502 kB | 197 kB | 176/215 kB
Progress (4): 1.4/2.7 MB | 253/502 kB | 197 kB | 176/215 kB
Progress (4): 1.4/2.7 MB | 253/502 kB | 197 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 257/502 kB | 197 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 257/502 kB | 197 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 261/502 kB | 197 kB | 180/215 kB
Progress (4): 1.4/2.7 MB | 261/502 kB | 197 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 265/502 kB | 197 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 269/502 kB | 197 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 269/502 kB | 197 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 273/502 kB | 197 kB | 184/215 kB
Progress (4): 1.4/2.7 MB | 273/502 kB | 197 kB | 188/215 kB
Progress (4): 1.4/2.7 MB | 277/502 kB | 197 kB | 188/215 kB
Progress (4): 1.4/2.7 MB | 277/502 kB | 197 kB | 188/215 kB
Progress (4): 1.4/2.7 MB | 281/502 kB | 197 kB | 188/215 kB
Progress (4): 1.4/2.7 MB | 281/502 kB | 197 kB | 192/215 kB
Progress (4): 1.4/2.7 MB | 285/502 kB | 197 kB | 192/215 kB
Progress (4): 1.4/2.7 MB | 285/502 kB | 197 kB | 192/215 kB
Progress (4): 1.4/2.7 MB | 289/502 kB | 197 kB | 192/215 kB
Progress (4): 1.4/2.7 MB | 289/502 kB | 197 kB | 196/215 kB
Progress (4): 1.4/2.7 MB | 293/502 kB | 197 kB | 196/215 kB
Progress (4): 1.4/2.7 MB | 293/502 kB | 197 kB | 196/215 kB
Progress (4): 1.4/2.7 MB | 297/502 kB | 197 kB | 196/215 kB
Progress (4): 1.4/2.7 MB | 297/502 kB | 197 kB | 200/215 kB
Progress (4): 1.4/2.7 MB | 301/502 kB | 197 kB | 200/215 kB
Progress (4): 1.4/2.7 MB | 301/502 kB | 197 kB | 200/215 kB
Progress (4): 1.4/2.7 MB | 305/502 kB | 197 kB | 200/215 kB
Progress (4): 1.4/2.7 MB | 305/502 kB | 197 kB | 204/215 kB
Progress (4): 1.4/2.7 MB | 309/502 kB | 197 kB | 204/215 kB
Progress (4): 1.4/2.7 MB | 309/502 kB | 197 kB | 204/215 kB
Progress (4): 1.4/2.7 MB | 313/502 kB | 197 kB | 204/215 kB
Progress (4): 1.4/2.7 MB | 313/502 kB | 197 kB | 208/215 kB
Progress (4): 1.4/2.7 MB | 317/502 kB | 197 kB | 208/215 kB
Progress (4): 1.4/2.7 MB | 317/502 kB | 197 kB | 208/215 kB
Progress (4): 1.4/2.7 MB | 321/502 kB | 197 kB | 208/215 kB
Progress (4): 1.4/2.7 MB | 321/502 kB | 197 kB | 212/215 kB
Progress (4): 1.4/2.7 MB | 325/502 kB | 197 kB | 212/215 kB
Progress (4): 1.4/2.7 MB | 325/502 kB | 197 kB | 212/215 kB
Progress (4): 1.4/2.7 MB | 329/502 kB | 197 kB | 212/215 kB
Progress (4): 1.4/2.7 MB | 329/502 kB | 197 kB | 215 kB    
Progress (4): 1.4/2.7 MB | 333/502 kB | 197 kB | 215 kB
Progress (4): 1.4/2.7 MB | 333/502 kB | 197 kB | 215 kB
Progress (4): 1.4/2.7 MB | 337/502 kB | 197 kB | 215 kB
Progress (4): 1.4/2.7 MB | 337/502 kB | 197 kB | 215 kB
Progress (4): 1.4/2.7 MB | 341/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 341/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 345/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 345/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 349/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 349/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 353/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 353/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 357/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 357/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 361/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 361/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 365/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 365/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 369/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 369/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 373/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 373/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 377/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 377/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 381/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 381/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 385/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 385/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 389/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 389/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 393/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 393/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 397/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 397/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 401/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 401/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 405/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 405/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 409/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 413/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 417/502 kB | 197 kB | 215 kB
Progress (4): 1.5/2.7 MB | 421/502 kB | 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 89 kB/s)
Progress (3): 1.5/2.7 MB | 425/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 429/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 433/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 437/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 441/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 445/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 449/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 453/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 457/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 461/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 465/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 469/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 473/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 477/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 481/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 485/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 489/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 493/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 497/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 501/502 kB | 197 kB
Progress (3): 1.5/2.7 MB | 502 kB | 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 207 kB/s)
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 81 kB/s)
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/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.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 16 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 1.4 MB/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 126 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.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 557 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 486 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 445 kB/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 727 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 452 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 1.2 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): 167/421 kB
Progress (1): 171/421 kB
Progress (1): 175/421 kB
Progress (1): 179/421 kB
Progress (1): 183/421 kB
Progress (1): 187/421 kB
Progress (1): 191/421 kB
Progress (1): 195/421 kB
Progress (1): 199/421 kB
Progress (1): 203/421 kB
Progress (1): 207/421 kB
Progress (1): 211/421 kB
Progress (1): 215/421 kB
Progress (1): 219/421 kB
Progress (1): 223/421 kB
Progress (1): 227/421 kB
Progress (1): 231/421 kB
Progress (1): 235/421 kB
Progress (1): 239/421 kB
Progress (1): 243/421 kB
Progress (1): 247/421 kB
Progress (1): 251/421 kB
Progress (1): 255/421 kB
Progress (1): 259/421 kB
Progress (1): 263/421 kB
Progress (1): 267/421 kB
Progress (1): 271/421 kB
Progress (1): 275/421 kB
Progress (1): 279/421 kB
Progress (1): 283/421 kB
Progress (1): 287/421 kB
Progress (1): 291/421 kB
Progress (1): 295/421 kB
Progress (1): 299/421 kB
Progress (1): 303/421 kB
Progress (1): 307/421 kB
Progress (1): 311/421 kB
Progress (1): 315/421 kB
Progress (1): 319/421 kB
Progress (1): 323/421 kB
Progress (1): 327/421 kB
Progress (1): 331/421 kB
Progress (1): 335/421 kB
Progress (1): 339/421 kB
Progress (1): 343/421 kB
Progress (1): 347/421 kB
Progress (1): 351/421 kB
Progress (1): 355/421 kB
Progress (1): 359/421 kB
Progress (1): 363/421 kB
Progress (1): 367/421 kB
Progress (1): 371/421 kB
Progress (1): 375/421 kB
Progress (1): 379/421 kB
Progress (1): 383/421 kB
Progress (1): 387/421 kB
Progress (1): 391/421 kB
Progress (1): 395/421 kB
Progress (1): 399/421 kB
Progress (1): 403/421 kB
Progress (1): 407/421 kB
Progress (1): 411/421 kB
Progress (1): 415/421 kB
Progress (1): 419/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 8.0 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 184 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 95 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 756 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.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 213 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): 164/310 kB
Progress (1): 168/310 kB
Progress (1): 172/310 kB
Progress (1): 176/310 kB
Progress (1): 180/310 kB
Progress (1): 184/310 kB
Progress (1): 188/310 kB
Progress (1): 192/310 kB
Progress (1): 196/310 kB
Progress (1): 197/310 kB
Progress (1): 201/310 kB
Progress (1): 205/310 kB
Progress (1): 209/310 kB
Progress (1): 213/310 kB
Progress (1): 217/310 kB
Progress (1): 221/310 kB
Progress (1): 225/310 kB
Progress (1): 229/310 kB
Progress (1): 229/310 kB
Progress (1): 233/310 kB
Progress (1): 237/310 kB
Progress (1): 241/310 kB
Progress (1): 245/310 kB
Progress (1): 249/310 kB
Progress (1): 253/310 kB
Progress (1): 257/310 kB
Progress (1): 261/310 kB
Progress (1): 262/310 kB
Progress (1): 266/310 kB
Progress (1): 270/310 kB
Progress (1): 274/310 kB
Progress (1): 278/310 kB
Progress (1): 282/310 kB
Progress (1): 286/310 kB
Progress (1): 290/310 kB
Progress (1): 294/310 kB
Progress (1): 298/310 kB
Progress (1): 302/310 kB
Progress (1): 306/310 kB
Progress (1): 310/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 4.3 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 81 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 485 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 115 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 38 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 54 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 30 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 130 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 88 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 72 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 97 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 660 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 75 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 99 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 90 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 126 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 77 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 285 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 986 kB/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 159 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 43 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 202 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 754 kB/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 222 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 64 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 322 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 70 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 175 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 69 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 99 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 445 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.1 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 802 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 331 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 204 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 81 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 763 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 1.8 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 765 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.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 64 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 179 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 658 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 30 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 171 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.2 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 192 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 124 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 562 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.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 326 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 408 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 819 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 257 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 374 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 771 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.0 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 802 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 359 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 133 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 304 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 151 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 71 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 148 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 133 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 402 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 544 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 758 kB/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 4.5 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 25 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 334 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 294 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 5.4 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 6.4 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 6.2 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 5.6 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 241 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 25 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 61 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.9 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 8.1 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 152 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 62 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 430 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 182 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 5.9 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 14 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 172 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 410 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 473 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 131 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.0 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 134 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 100 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 343 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 151 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 226 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 40 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 70 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.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 45 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 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.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 365 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 566 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 104 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 155 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 145 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 153 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 228 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 242 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 735 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 219 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 742 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 737 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 92 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 71 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 36 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 56 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 143 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 55 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 69 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 23 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 42 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 25 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 69 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.4 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-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
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
Progress (1): 4.1/80 kB
Progress (1): 7.7/80 kB
Progress (1): 12/80 kB 
Progress (1): 16/80 kB
Progress (1): 20/80 kB
Progress (1): 24/80 kB
Progress (1): 28/80 kB
Progress (1): 32/80 kB
Progress (1): 33/80 kB
Progress (1): 37/80 kB
Progress (1): 41/80 kB
Progress (1): 45/80 kB
Progress (1): 49/80 kB
Progress (1): 53/80 kB
Progress (1): 57/80 kB
Progress (1): 61/80 kB
Progress (1): 65/80 kB
Progress (1): 69/80 kB
Progress (1): 73/80 kB
Progress (1): 77/80 kB
Progress (1): 80 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.4 MB/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.jar
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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 109 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 (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/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 211 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.jar
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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 131 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.jar
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 220 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.jar
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-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 74 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
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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 210 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
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   
                   
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 182 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 (1): 4.1/26 kB
Progress (2): 4.1/26 kB | 4.1/68 kB
Progress (3): 4.1/26 kB | 4.1/68 kB | 4.1/10 kB
Progress (3): 4.1/26 kB | 7.7/68 kB | 4.1/10 kB
Progress (3): 7.7/26 kB | 7.7/68 kB | 4.1/10 kB
Progress (3): 7.7/26 kB | 12/68 kB | 4.1/10 kB 
Progress (3): 12/26 kB | 12/68 kB | 4.1/10 kB 
Progress (4): 12/26 kB | 12/68 kB | 4.1/10 kB | 4.1/22 kB
Progress (4): 12/26 kB | 12/68 kB | 7.7/10 kB | 4.1/22 kB
Progress (4): 12/26 kB | 12/68 kB | 7.7/10 kB | 7.7/22 kB
Progress (4): 16/26 kB | 12/68 kB | 7.7/10 kB | 7.7/22 kB
Progress (4): 16/26 kB | 16/68 kB | 7.7/10 kB | 7.7/22 kB
Progress (5): 16/26 kB | 16/68 kB | 7.7/10 kB | 7.7/22 kB | 4.1/178 kB
Progress (5): 16/26 kB | 20/68 kB | 7.7/10 kB | 7.7/22 kB | 4.1/178 kB
Progress (5): 20/26 kB | 20/68 kB | 7.7/10 kB | 7.7/22 kB | 4.1/178 kB
Progress (5): 20/26 kB | 20/68 kB | 7.7/10 kB | 12/22 kB | 4.1/178 kB 
Progress (5): 20/26 kB | 20/68 kB | 10 kB | 12/22 kB | 4.1/178 kB    
Progress (5): 20/26 kB | 20/68 kB | 10 kB | 16/22 kB | 4.1/178 kB
Progress (5): 24/26 kB | 20/68 kB | 10 kB | 16/22 kB | 4.1/178 kB
Progress (5): 24/26 kB | 24/68 kB | 10 kB | 16/22 kB | 4.1/178 kB
Progress (5): 24/26 kB | 24/68 kB | 10 kB | 16/22 kB | 7.7/178 kB
Progress (5): 24/26 kB | 28/68 kB | 10 kB | 16/22 kB | 7.7/178 kB
Progress (5): 24/26 kB | 32/68 kB | 10 kB | 16/22 kB | 7.7/178 kB
Progress (5): 26 kB | 32/68 kB | 10 kB | 16/22 kB | 7.7/178 kB   
Progress (5): 26 kB | 36/68 kB | 10 kB | 16/22 kB | 7.7/178 kB
Progress (5): 26 kB | 36/68 kB | 10 kB | 20/22 kB | 7.7/178 kB
Progress (5): 26 kB | 40/68 kB | 10 kB | 20/22 kB | 7.7/178 kB
Progress (5): 26 kB | 40/68 kB | 10 kB | 20/22 kB | 12/178 kB 
Progress (5): 26 kB | 44/68 kB | 10 kB | 20/22 kB | 12/178 kB
Progress (5): 26 kB | 44/68 kB | 10 kB | 22 kB | 12/178 kB   
Progress (5): 26 kB | 48/68 kB | 10 kB | 22 kB | 12/178 kB
Progress (5): 26 kB | 48/68 kB | 10 kB | 22 kB | 16/178 kB
Progress (5): 26 kB | 52/68 kB | 10 kB | 22 kB | 16/178 kB
Progress (5): 26 kB | 52/68 kB | 10 kB | 22 kB | 20/178 kB
Progress (5): 26 kB | 56/68 kB | 10 kB | 22 kB | 20/178 kB
Progress (5): 26 kB | 56/68 kB | 10 kB | 22 kB | 24/178 kB
Progress (5): 26 kB | 60/68 kB | 10 kB | 22 kB | 24/178 kB
Progress (5): 26 kB | 60/68 kB | 10 kB | 22 kB | 28/178 kB
Progress (5): 26 kB | 64/68 kB | 10 kB | 22 kB | 28/178 kB
Progress (5): 26 kB | 64/68 kB | 10 kB | 22 kB | 32/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 32/178 kB   
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 36/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 40/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 44/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 48/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 52/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 56/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 60/178 kB
Progress (5): 26 kB | 68 kB | 10 kB | 22 kB | 64/178 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 5.1 kB/s)
Progress (4): 68 kB | 10 kB | 22 kB | 68/178 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (4): 68 kB | 10 kB | 22 kB | 72/178 kB
Progress (4): 68 kB | 10 kB | 22 kB | 76/178 kB
Progress (4): 68 kB | 10 kB | 22 kB | 80/178 kB
Progress (4): 68 kB | 10 kB | 22 kB | 84/178 kB
Progress (4): 68 kB | 10 kB | 22 kB | 88/178 kB
Progress (4): 68 kB | 10 kB | 22 kB | 92/178 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 4.4 kB/s)
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 13 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 (2): 10 kB | 96/178 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (2): 10 kB | 100/178 kB
Progress (2): 10 kB | 104/178 kB
Progress (2): 10 kB | 108/178 kB
Progress (2): 10 kB | 112/178 kB
Progress (2): 10 kB | 116/178 kB
Progress (2): 10 kB | 120/178 kB
Progress (2): 10 kB | 124/178 kB
Progress (2): 10 kB | 128/178 kB
Progress (2): 10 kB | 132/178 kB
Progress (2): 10 kB | 136/178 kB
Progress (2): 10 kB | 140/178 kB
Progress (2): 10 kB | 144/178 kB
Progress (2): 10 kB | 148/178 kB
Progress (2): 10 kB | 152/178 kB
Progress (2): 10 kB | 156/178 kB
Progress (2): 10 kB | 160/178 kB
Progress (2): 10 kB | 164/178 kB
Progress (2): 10 kB | 168/178 kB
Progress (2): 10 kB | 172/178 kB
Progress (2): 10 kB | 176/178 kB
Progress (2): 10 kB | 178 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 2.1 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.jar
Progress (2): 178 kB | 4.1/38 kB
Progress (2): 178 kB | 7.7/38 kB
Progress (2): 178 kB | 12/38 kB 
Progress (2): 178 kB | 16/38 kB
Progress (2): 178 kB | 20/38 kB
Progress (2): 178 kB | 24/38 kB
Progress (2): 178 kB | 28/38 kB
Progress (2): 178 kB | 32/38 kB
Progress (2): 178 kB | 36/38 kB
Progress (2): 178 kB | 38 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.jar (178 kB at 35 kB/s)
Progress (2): 38 kB | 4.1/13 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 (3): 38 kB | 4.1/13 kB | 4.1/88 kB
Progress (4): 38 kB | 4.1/13 kB | 4.1/88 kB | 4.1/12 kB
Progress (4): 38 kB | 7.7/13 kB | 4.1/88 kB | 4.1/12 kB
Progress (4): 38 kB | 7.7/13 kB | 4.1/88 kB | 7.7/12 kB
Progress (4): 38 kB | 7.7/13 kB | 7.7/88 kB | 7.7/12 kB
Progress (4): 38 kB | 7.7/13 kB | 12/88 kB | 7.7/12 kB 
Progress (4): 38 kB | 7.7/13 kB | 16/88 kB | 7.7/12 kB
Progress (4): 38 kB | 7.7/13 kB | 16/88 kB | 12/12 kB 
Progress (4): 38 kB | 12/13 kB | 16/88 kB | 12/12 kB 
Progress (4): 38 kB | 12/13 kB | 16/88 kB | 12 kB   
Progress (4): 38 kB | 12/13 kB | 20/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 24/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 28/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 32/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 36/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 40/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 44/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 48/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 52/88 kB | 12 kB
Progress (4): 38 kB | 12/13 kB | 56/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 56/88 kB | 12 kB   
Progress (4): 38 kB | 13 kB | 60/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 64/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 68/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 72/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 76/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 80/88 kB | 12 kB
Progress (4): 38 kB | 13 kB | 84/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 
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 16/49 kB
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 20/49 kB
Progress (5): 38 kB | 13 kB | 88 kB | 12 kB | 24/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 2.4 kB/s)
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 17 kB/s)
Progress (3): 38 kB | 13 kB | 28/49 kB
                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Progress (3): 38 kB | 13 kB | 32/49 kB
Progress (3): 38 kB | 13 kB | 36/49 kB
Progress (3): 38 kB | 13 kB | 40/49 kB
Progress (3): 38 kB | 13 kB | 44/49 kB
Progress (3): 38 kB | 13 kB | 48/49 kB
Progress (3): 38 kB | 13 kB | 49 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 9.5 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
Progress (3): 38 kB | 13 kB | 4.1/51 kB
Progress (4): 38 kB | 13 kB | 4.1/51 kB | 4.1/156 kB
Progress (4): 38 kB | 13 kB | 7.7/51 kB | 4.1/156 kB
Progress (4): 38 kB | 13 kB | 7.7/51 kB | 7.7/156 kB
Progress (4): 38 kB | 13 kB | 12/51 kB | 7.7/156 kB 
Progress (4): 38 kB | 13 kB | 12/51 kB | 12/156 kB 
Progress (4): 38 kB | 13 kB | 16/51 kB | 12/156 kB
Progress (4): 38 kB | 13 kB | 16/51 kB | 16/156 kB
Progress (4): 38 kB | 13 kB | 20/51 kB | 16/156 kB
Progress (4): 38 kB | 13 kB | 20/51 kB | 20/156 kB
Progress (4): 38 kB | 13 kB | 24/51 kB | 20/156 kB
Progress (4): 38 kB | 13 kB | 24/51 kB | 24/156 kB
Progress (4): 38 kB | 13 kB | 28/51 kB | 24/156 kB
Progress (4): 38 kB | 13 kB | 28/51 kB | 28/156 kB
Progress (4): 38 kB | 13 kB | 32/51 kB | 28/156 kB
Progress (4): 38 kB | 13 kB | 32/51 kB | 32/156 kB
Progress (4): 38 kB | 13 kB | 36/51 kB | 32/156 kB
Progress (4): 38 kB | 13 kB | 36/51 kB | 33/156 kB
Progress (4): 38 kB | 13 kB | 40/51 kB | 33/156 kB
Progress (4): 38 kB | 13 kB | 40/51 kB | 37/156 kB
Progress (4): 38 kB | 13 kB | 44/51 kB | 37/156 kB
Progress (4): 38 kB | 13 kB | 44/51 kB | 41/156 kB
Progress (4): 38 kB | 13 kB | 48/51 kB | 41/156 kB
Progress (4): 38 kB | 13 kB | 48/51 kB | 45/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 45/156 kB   
Progress (4): 38 kB | 13 kB | 51 kB | 49/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 53/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 57/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 61/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 65/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 69/156 kB
Progress (4): 38 kB | 13 kB | 51 kB | 73/156 kB
Progress (5): 38 kB | 13 kB | 51 kB | 73/156 kB | 4.1/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 77/156 kB | 4.1/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 77/156 kB | 7.7/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 81/156 kB | 7.7/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 81/156 kB | 12/30 kB 
Progress (5): 38 kB | 13 kB | 51 kB | 85/156 kB | 12/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 85/156 kB | 16/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 89/156 kB | 16/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 89/156 kB | 20/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 93/156 kB | 20/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 93/156 kB | 24/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 97/156 kB | 24/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 97/156 kB | 28/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 101/156 kB | 28/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 105/156 kB | 28/30 kB
Progress (5): 38 kB | 13 kB | 51 kB | 105/156 kB | 30 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 9.8 kB/s)
Progress (4): 38 kB | 13 kB | 109/156 kB | 30 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Progress (4): 38 kB | 13 kB | 113/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 117/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 121/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 125/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 129/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 133/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 137/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 141/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 145/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 149/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 153/156 kB | 30 kB
Progress (4): 38 kB | 13 kB | 156 kB | 30 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 5.7 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 (4): 38 kB | 13 kB | 156 kB | 4.1/11 kB
Progress (4): 38 kB | 13 kB | 156 kB | 7.7/11 kB
Progress (4): 38 kB | 13 kB | 156 kB | 11 kB    
Progress (5): 38 kB | 13 kB | 156 kB | 11 kB | 4.1/18 kB
Progress (5): 38 kB | 13 kB | 156 kB | 11 kB | 7.7/18 kB
Progress (5): 38 kB | 13 kB | 156 kB | 11 kB | 12/18 kB 
Progress (5): 38 kB | 13 kB | 156 kB | 11 kB | 16/18 kB
Progress (5): 38 kB | 13 kB | 156 kB | 11 kB | 18 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 3.5 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.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 7.2 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
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 2.5 kB/s)
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 29 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
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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 2.0 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
Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (2): 28/61 kB | 4.1/165 kB
Progress (2): 32/61 kB | 4.1/165 kB
Progress (2): 32/61 kB | 7.7/165 kB
Progress (2): 36/61 kB | 7.7/165 kB
Progress (2): 40/61 kB | 7.7/165 kB
Progress (2): 40/61 kB | 12/165 kB 
Progress (2): 44/61 kB | 12/165 kB
Progress (3): 44/61 kB | 12/165 kB | 4.1/61 kB
Progress (3): 48/61 kB | 12/165 kB | 4.1/61 kB
Progress (3): 48/61 kB | 16/165 kB | 4.1/61 kB
Progress (3): 52/61 kB | 16/165 kB | 4.1/61 kB
Progress (3): 52/61 kB | 16/165 kB | 7.7/61 kB
Progress (3): 52/61 kB | 20/165 kB | 7.7/61 kB
Progress (3): 56/61 kB | 20/165 kB | 7.7/61 kB
Progress (3): 56/61 kB | 24/165 kB | 7.7/61 kB
Progress (3): 56/61 kB | 24/165 kB | 12/61 kB 
Progress (3): 60/61 kB | 24/165 kB | 12/61 kB
Progress (3): 60/61 kB | 28/165 kB | 12/61 kB
Progress (3): 60/61 kB | 28/165 kB | 16/61 kB
Progress (3): 60/61 kB | 32/165 kB | 16/61 kB
Progress (3): 61 kB | 32/165 kB | 16/61 kB   
Progress (3): 61 kB | 32/165 kB | 20/61 kB
Progress (3): 61 kB | 36/165 kB | 20/61 kB
Progress (3): 61 kB | 36/165 kB | 24/61 kB
Progress (3): 61 kB | 40/165 kB | 24/61 kB
Progress (3): 61 kB | 40/165 kB | 28/61 kB
Progress (3): 61 kB | 40/165 kB | 32/61 kB
Progress (3): 61 kB | 44/165 kB | 32/61 kB
Progress (3): 61 kB | 44/165 kB | 36/61 kB
Progress (3): 61 kB | 48/165 kB | 36/61 kB
Progress (3): 61 kB | 48/165 kB | 40/61 kB
Progress (3): 61 kB | 52/165 kB | 40/61 kB
Progress (3): 61 kB | 52/165 kB | 44/61 kB
Progress (3): 61 kB | 56/165 kB | 44/61 kB
Progress (3): 61 kB | 56/165 kB | 48/61 kB
Progress (3): 61 kB | 60/165 kB | 48/61 kB
Progress (3): 61 kB | 60/165 kB | 52/61 kB
Progress (3): 61 kB | 64/165 kB | 52/61 kB
Progress (3): 61 kB | 64/165 kB | 56/61 kB
Progress (3): 61 kB | 66/165 kB | 56/61 kB
Progress (3): 61 kB | 66/165 kB | 60/61 kB
Progress (3): 61 kB | 66/165 kB | 61 kB   
Progress (3): 61 kB | 70/165 kB | 61 kB
Progress (3): 61 kB | 74/165 kB | 61 kB
Progress (3): 61 kB | 78/165 kB | 61 kB
Progress (3): 61 kB | 82/165 kB | 61 kB
Progress (3): 61 kB | 86/165 kB | 61 kB
Progress (3): 61 kB | 90/165 kB | 61 kB
Progress (3): 61 kB | 94/165 kB | 61 kB
Progress (3): 61 kB | 98/165 kB | 61 kB
Progress (3): 61 kB | 102/165 kB | 61 kB
Progress (3): 61 kB | 106/165 kB | 61 kB
Progress (3): 61 kB | 110/165 kB | 61 kB
Progress (3): 61 kB | 114/165 kB | 61 kB
Progress (3): 61 kB | 118/165 kB | 61 kB
Progress (3): 61 kB | 122/165 kB | 61 kB
Progress (3): 61 kB | 126/165 kB | 61 kB
Progress (3): 61 kB | 130/165 kB | 61 kB
Progress (3): 61 kB | 134/165 kB | 61 kB
Progress (3): 61 kB | 138/165 kB | 61 kB
Progress (3): 61 kB | 142/165 kB | 61 kB
Progress (3): 61 kB | 146/165 kB | 61 kB
Progress (3): 61 kB | 150/165 kB | 61 kB
Progress (3): 61 kB | 154/165 kB | 61 kB
Progress (3): 61 kB | 158/165 kB | 61 kB
Progress (3): 61 kB | 162/165 kB | 61 kB
Progress (3): 61 kB | 165 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 11 kB/s)
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 11 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.jar
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
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 31 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 (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
Progress (2): 12 kB | 4.1/12 kB
Progress (2): 12 kB | 7.7/12 kB
Progress (2): 12 kB | 12 kB    
Progress (3): 12 kB | 12 kB | 4.1/167 kB
Progress (3): 12 kB | 12 kB | 7.7/167 kB
Progress (3): 12 kB | 12 kB | 12/167 kB 
Progress (3): 12 kB | 12 kB | 16/167 kB
Progress (3): 12 kB | 12 kB | 20/167 kB
Progress (3): 12 kB | 12 kB | 24/167 kB
Progress (3): 12 kB | 12 kB | 28/167 kB
Progress (3): 12 kB | 12 kB | 32/167 kB
Progress (3): 12 kB | 12 kB | 36/167 kB
Progress (4): 12 kB | 12 kB | 36/167 kB | 4.1/4.2 kB
Progress (4): 12 kB | 12 kB | 40/167 kB | 4.1/4.2 kB
Progress (4): 12 kB | 12 kB | 40/167 kB | 4.2 kB    
Progress (4): 12 kB | 12 kB | 44/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 48/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 52/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 56/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 60/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 64/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 68/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 72/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 76/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 80/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 84/167 kB | 4.2 kB
Progress (4): 12 kB | 12 kB | 88/167 kB | 4.2 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 2.1 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 (3): 12 kB | 92/167 kB | 4.2 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 772 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Progress (2): 12 kB | 96/167 kB
Progress (2): 12 kB | 100/167 kB
Progress (2): 12 kB | 104/167 kB
Progress (2): 12 kB | 108/167 kB
Progress (2): 12 kB | 112/167 kB
Progress (2): 12 kB | 116/167 kB
Progress (2): 12 kB | 120/167 kB
Progress (2): 12 kB | 124/167 kB
Progress (2): 12 kB | 128/167 kB
Progress (2): 12 kB | 132/167 kB
Progress (2): 12 kB | 136/167 kB
Progress (2): 12 kB | 140/167 kB
Progress (2): 12 kB | 144/167 kB
Progress (2): 12 kB | 148/167 kB
Progress (2): 12 kB | 152/167 kB
Progress (2): 12 kB | 156/167 kB
Progress (2): 12 kB | 160/167 kB
Progress (2): 12 kB | 164/167 kB
Progress (2): 12 kB | 167 kB    
Progress (3): 12 kB | 167 kB | 4.1/61 kB
Progress (3): 12 kB | 167 kB | 7.7/61 kB
Progress (4): 12 kB | 167 kB | 7.7/61 kB | 4.1/293 kB
Progress (4): 12 kB | 167 kB | 7.7/61 kB | 7.7/293 kB
Progress (4): 12 kB | 167 kB | 7.7/61 kB | 12/293 kB 
Progress (4): 12 kB | 167 kB | 12/61 kB | 12/293 kB 
Progress (4): 12 kB | 167 kB | 12/61 kB | 16/293 kB
Progress (4): 12 kB | 167 kB | 16/61 kB | 16/293 kB
Progress (4): 12 kB | 167 kB | 20/61 kB | 16/293 kB
Progress (4): 12 kB | 167 kB | 20/61 kB | 20/293 kB
Progress (4): 12 kB | 167 kB | 24/61 kB | 20/293 kB
Progress (4): 12 kB | 167 kB | 24/61 kB | 24/293 kB
Progress (4): 12 kB | 167 kB | 24/61 kB | 28/293 kB
Progress (4): 12 kB | 167 kB | 24/61 kB | 32/293 kB
Progress (4): 12 kB | 167 kB | 28/61 kB | 32/293 kB
Progress (4): 12 kB | 167 kB | 28/61 kB | 33/293 kB
Progress (4): 12 kB | 167 kB | 32/61 kB | 33/293 kB
Progress (4): 12 kB | 167 kB | 32/61 kB | 37/293 kB
Progress (4): 12 kB | 167 kB | 32/61 kB | 41/293 kB
Progress (4): 12 kB | 167 kB | 36/61 kB | 41/293 kB
Progress (4): 12 kB | 167 kB | 36/61 kB | 45/293 kB
Progress (4): 12 kB | 167 kB | 40/61 kB | 45/293 kB
Progress (4): 12 kB | 167 kB | 40/61 kB | 49/293 kB
Progress (4): 12 kB | 167 kB | 40/61 kB | 53/293 kB
Progress (4): 12 kB | 167 kB | 44/61 kB | 53/293 kB
Progress (4): 12 kB | 167 kB | 44/61 kB | 57/293 kB
Progress (4): 12 kB | 167 kB | 48/61 kB | 57/293 kB
Progress (4): 12 kB | 167 kB | 48/61 kB | 61/293 kB
Progress (4): 12 kB | 167 kB | 48/61 kB | 65/293 kB
Progress (4): 12 kB | 167 kB | 48/61 kB | 66/293 kB
Progress (4): 12 kB | 167 kB | 52/61 kB | 66/293 kB
Progress (4): 12 kB | 167 kB | 52/61 kB | 70/293 kB
Progress (4): 12 kB | 167 kB | 56/61 kB | 70/293 kB
Progress (4): 12 kB | 167 kB | 56/61 kB | 74/293 kB
Progress (4): 12 kB | 167 kB | 60/61 kB | 74/293 kB
Progress (4): 12 kB | 167 kB | 60/61 kB | 78/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 78/293 kB   
Progress (4): 12 kB | 167 kB | 61 kB | 82/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 86/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 90/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 94/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 98/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 102/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 106/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 110/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 114/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 118/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 122/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 126/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 130/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 134/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 138/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 142/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 146/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 150/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 154/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 158/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 162/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 166/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 170/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 174/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 178/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 182/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 186/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 190/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 194/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 198/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 202/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 206/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 210/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 214/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 218/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 222/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 226/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 230/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 234/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 238/293 kB
Progress (4): 12 kB | 167 kB | 61 kB | 242/293 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 11 kB/s)
Progress (3): 12 kB | 167 kB | 246/293 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 | 167 kB | 250/293 kB
Progress (3): 12 kB | 167 kB | 254/293 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 2.1 kB/s)
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 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Progress (1): 258/293 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 (1): 262/293 kB
Progress (1): 266/293 kB
Progress (1): 270/293 kB
Progress (1): 274/293 kB
Progress (1): 278/293 kB
Progress (1): 282/293 kB
Progress (1): 286/293 kB
Progress (1): 290/293 kB
Progress (1): 293 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 53 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 (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (2): 16/47 kB | 4.1/173 kB
Progress (2): 16/47 kB | 7.7/173 kB
Progress (2): 20/47 kB | 7.7/173 kB
Progress (2): 20/47 kB | 12/173 kB 
Progress (2): 24/47 kB | 12/173 kB
Progress (2): 24/47 kB | 16/173 kB
Progress (2): 28/47 kB | 16/173 kB
Progress (2): 28/47 kB | 20/173 kB
Progress (2): 32/47 kB | 20/173 kB
Progress (3): 32/47 kB | 20/173 kB | 4.1/98 kB
Progress (3): 36/47 kB | 20/173 kB | 4.1/98 kB
Progress (3): 40/47 kB | 20/173 kB | 4.1/98 kB
Progress (3): 40/47 kB | 24/173 kB | 4.1/98 kB
Progress (3): 44/47 kB | 24/173 kB | 4.1/98 kB
Progress (3): 44/47 kB | 24/173 kB | 7.7/98 kB
Progress (3): 47 kB | 24/173 kB | 7.7/98 kB   
Progress (3): 47 kB | 28/173 kB | 7.7/98 kB
Progress (3): 47 kB | 28/173 kB | 12/98 kB 
Progress (3): 47 kB | 32/173 kB | 12/98 kB
Progress (3): 47 kB | 32/173 kB | 16/98 kB
Progress (3): 47 kB | 33/173 kB | 16/98 kB
Progress (3): 47 kB | 33/173 kB | 20/98 kB
Progress (3): 47 kB | 37/173 kB | 20/98 kB
Progress (3): 47 kB | 37/173 kB | 24/98 kB
Progress (3): 47 kB | 41/173 kB | 24/98 kB
Progress (3): 47 kB | 41/173 kB | 28/98 kB
Progress (3): 47 kB | 45/173 kB | 28/98 kB
Progress (3): 47 kB | 45/173 kB | 32/98 kB
Progress (3): 47 kB | 49/173 kB | 32/98 kB
Progress (3): 47 kB | 49/173 kB | 36/98 kB
Progress (3): 47 kB | 53/173 kB | 36/98 kB
Progress (3): 47 kB | 53/173 kB | 40/98 kB
Progress (3): 47 kB | 57/173 kB | 40/98 kB
Progress (3): 47 kB | 57/173 kB | 44/98 kB
Progress (3): 47 kB | 61/173 kB | 44/98 kB
Progress (3): 47 kB | 61/173 kB | 48/98 kB
Progress (3): 47 kB | 65/173 kB | 48/98 kB
Progress (3): 47 kB | 65/173 kB | 52/98 kB
Progress (3): 47 kB | 66/173 kB | 52/98 kB
Progress (3): 47 kB | 66/173 kB | 56/98 kB
Progress (3): 47 kB | 70/173 kB | 56/98 kB
Progress (3): 47 kB | 70/173 kB | 60/98 kB
Progress (3): 47 kB | 74/173 kB | 60/98 kB
Progress (3): 47 kB | 74/173 kB | 64/98 kB
Progress (3): 47 kB | 78/173 kB | 64/98 kB
Progress (3): 47 kB | 78/173 kB | 68/98 kB
Progress (3): 47 kB | 82/173 kB | 68/98 kB
Progress (3): 47 kB | 82/173 kB | 72/98 kB
Progress (3): 47 kB | 86/173 kB | 72/98 kB
Progress (3): 47 kB | 86/173 kB | 76/98 kB
Progress (4): 47 kB | 86/173 kB | 76/98 kB | 4.1/55 kB
Progress (5): 47 kB | 86/173 kB | 76/98 kB | 4.1/55 kB | 4.1/11 kB
Progress (5): 47 kB | 86/173 kB | 80/98 kB | 4.1/55 kB | 4.1/11 kB
Progress (5): 47 kB | 90/173 kB | 80/98 kB | 4.1/55 kB | 4.1/11 kB
Progress (5): 47 kB | 90/173 kB | 84/98 kB | 4.1/55 kB | 4.1/11 kB
Progress (5): 47 kB | 90/173 kB | 84/98 kB | 4.1/55 kB | 7.7/11 kB
Progress (5): 47 kB | 90/173 kB | 84/98 kB | 7.7/55 kB | 7.7/11 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 8.4 kB/s)
Progress (4): 90/173 kB | 84/98 kB | 7.7/55 kB | 11 kB
Progress (4): 90/173 kB | 88/98 kB | 7.7/55 kB | 11 kB
Progress (4): 94/173 kB | 88/98 kB | 7.7/55 kB | 11 kB
Progress (4): 94/173 kB | 92/98 kB | 7.7/55 kB | 11 kB
                                                      
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
Progress (4): 94/173 kB | 92/98 kB | 12/55 kB | 11 kB
Progress (4): 94/173 kB | 96/98 kB | 12/55 kB | 11 kB
Progress (4): 98/173 kB | 96/98 kB | 12/55 kB | 11 kB
Progress (4): 98/173 kB | 98 kB | 12/55 kB | 11 kB   
Progress (4): 98/173 kB | 98 kB | 16/55 kB | 11 kB
Progress (4): 98/173 kB | 98 kB | 16/55 kB | 11 kB
Progress (4): 98/173 kB | 98 kB | 20/55 kB | 11 kB
Progress (4): 102/173 kB | 98 kB | 20/55 kB | 11 kB
Progress (4): 102/173 kB | 98 kB | 24/55 kB | 11 kB
Progress (4): 106/173 kB | 98 kB | 24/55 kB | 11 kB
Progress (4): 106/173 kB | 98 kB | 28/55 kB | 11 kB
Progress (4): 110/173 kB | 98 kB | 28/55 kB | 11 kB
Progress (4): 110/173 kB | 98 kB | 32/55 kB | 11 kB
Progress (4): 114/173 kB | 98 kB | 32/55 kB | 11 kB
Progress (4): 114/173 kB | 98 kB | 36/55 kB | 11 kB
Progress (4): 118/173 kB | 98 kB | 36/55 kB | 11 kB
Progress (4): 118/173 kB | 98 kB | 40/55 kB | 11 kB
Progress (4): 122/173 kB | 98 kB | 40/55 kB | 11 kB
Progress (4): 122/173 kB | 98 kB | 44/55 kB | 11 kB
Progress (4): 126/173 kB | 98 kB | 44/55 kB | 11 kB
Progress (4): 126/173 kB | 98 kB | 48/55 kB | 11 kB
Progress (4): 130/173 kB | 98 kB | 48/55 kB | 11 kB
Progress (4): 130/173 kB | 98 kB | 52/55 kB | 11 kB
Progress (4): 131/173 kB | 98 kB | 52/55 kB | 11 kB
Progress (4): 131/173 kB | 98 kB | 55 kB | 11 kB   
Progress (4): 135/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 139/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 143/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 147/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 151/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 155/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 159/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 163/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 167/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 171/173 kB | 98 kB | 55 kB | 11 kB
Progress (4): 173 kB | 98 kB | 55 kB | 11 kB    
                                            
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 17 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/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 9.8 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
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 2.0 kB/s)
Progress (2): 173 kB | 4.1/62 kB
                                
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/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Progress (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   
Progress (2): 62 kB | 4.1/16 kB
Progress (3): 62 kB | 4.1/16 kB | 4.1/17 kB
Progress (3): 62 kB | 7.7/16 kB | 4.1/17 kB
Progress (3): 62 kB | 7.7/16 kB | 7.7/17 kB
Progress (3): 62 kB | 12/16 kB | 7.7/17 kB 
Progress (4): 62 kB | 12/16 kB | 7.7/17 kB | 4.1/39 kB
Progress (4): 62 kB | 16/16 kB | 7.7/17 kB | 4.1/39 kB
Progress (4): 62 kB | 16/16 kB | 12/17 kB | 4.1/39 kB 
Progress (4): 62 kB | 16 kB | 12/17 kB | 4.1/39 kB   
Progress (5): 62 kB | 16 kB | 12/17 kB | 4.1/39 kB | 4.1/450 kB
Progress (5): 62 kB | 16 kB | 12/17 kB | 4.1/39 kB | 7.7/450 kB
Progress (5): 62 kB | 16 kB | 12/17 kB | 4.1/39 kB | 12/450 kB 
Progress (5): 62 kB | 16 kB | 12/17 kB | 4.1/39 kB | 16/450 kB
Progress (5): 62 kB | 16 kB | 12/17 kB | 7.7/39 kB | 16/450 kB
Progress (5): 62 kB | 16 kB | 12/17 kB | 7.7/39 kB | 20/450 kB
Progress (5): 62 kB | 16 kB | 16/17 kB | 7.7/39 kB | 20/450 kB
Progress (5): 62 kB | 16 kB | 16/17 kB | 7.7/39 kB | 24/450 kB
Progress (5): 62 kB | 16 kB | 16/17 kB | 12/39 kB | 24/450 kB 
Progress (5): 62 kB | 16 kB | 16/17 kB | 12/39 kB | 28/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 12/39 kB | 28/450 kB   
Progress (5): 62 kB | 16 kB | 17 kB | 12/39 kB | 32/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 16/39 kB | 32/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 16/39 kB | 33/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 20/39 kB | 33/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 20/39 kB | 37/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 24/39 kB | 37/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 28/39 kB | 37/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 28/39 kB | 41/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 32/39 kB | 41/450 kB
Progress (5): 62 kB | 16 kB | 17 kB | 32/39 kB | 45/450 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 2.8 kB/s)
Progress (4): 62 kB | 17 kB | 32/39 kB | 49/450 kB
Progress (4): 62 kB | 17 kB | 36/39 kB | 49/450 kB
Progress (4): 62 kB | 17 kB | 36/39 kB | 53/450 kB
                                                  
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 (4): 62 kB | 17 kB | 36/39 kB | 57/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 57/450 kB   
Progress (4): 62 kB | 17 kB | 39 kB | 61/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 65/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 66/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 70/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 74/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 78/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 82/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 86/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 90/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 94/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 98/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 98/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 102/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 106/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 110/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 114/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 118/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 122/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 126/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 130/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 131/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 135/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 139/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 143/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 147/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 151/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 155/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 159/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 163/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 164/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 168/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 172/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 176/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 180/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 184/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 188/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 192/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 196/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 200/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 204/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 208/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 212/450 kB
Progress (4): 62 kB | 17 kB | 39 kB | 216/450 kB
Progress (5): 62 kB | 17 kB | 39 kB | 216/450 kB | 4.1/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 220/450 kB | 4.1/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 220/450 kB | 7.7/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 224/450 kB | 7.7/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 224/450 kB | 12/347 kB 
Progress (5): 62 kB | 17 kB | 39 kB | 228/450 kB | 12/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 228/450 kB | 16/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 232/450 kB | 16/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 232/450 kB | 20/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 236/450 kB | 20/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 236/450 kB | 24/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 240/450 kB | 24/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 240/450 kB | 28/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 244/450 kB | 28/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 244/450 kB | 32/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 248/450 kB | 32/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 248/450 kB | 33/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 252/450 kB | 33/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 252/450 kB | 37/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 256/450 kB | 37/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 256/450 kB | 41/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 260/450 kB | 41/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 260/450 kB | 45/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 264/450 kB | 45/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 264/450 kB | 49/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 268/450 kB | 49/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 268/450 kB | 53/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 272/450 kB | 53/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 272/450 kB | 57/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 276/450 kB | 57/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 276/450 kB | 61/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 280/450 kB | 61/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 280/450 kB | 65/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 284/450 kB | 65/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 284/450 kB | 69/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 288/450 kB | 69/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 288/450 kB | 73/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 292/450 kB | 73/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 292/450 kB | 77/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 296/450 kB | 77/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 296/450 kB | 81/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 300/450 kB | 81/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 300/450 kB | 85/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 304/450 kB | 85/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 304/450 kB | 89/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 308/450 kB | 89/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 308/450 kB | 93/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 312/450 kB | 93/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 312/450 kB | 97/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 316/450 kB | 97/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 316/450 kB | 101/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 320/450 kB | 101/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 320/450 kB | 105/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 324/450 kB | 105/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 324/450 kB | 109/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 328/450 kB | 109/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 328/450 kB | 113/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 332/450 kB | 113/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 332/450 kB | 117/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 336/450 kB | 117/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 336/450 kB | 121/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 340/450 kB | 121/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 340/450 kB | 125/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 344/450 kB | 125/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 344/450 kB | 129/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 348/450 kB | 129/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 348/450 kB | 133/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 352/450 kB | 133/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 352/450 kB | 137/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 356/450 kB | 137/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 356/450 kB | 141/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 360/450 kB | 141/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 360/450 kB | 145/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 364/450 kB | 145/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 364/450 kB | 149/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 368/450 kB | 149/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 368/450 kB | 153/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 372/450 kB | 153/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 372/450 kB | 157/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 376/450 kB | 157/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 376/450 kB | 161/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 380/450 kB | 161/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 380/450 kB | 165/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 384/450 kB | 165/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 384/450 kB | 169/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 388/450 kB | 169/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 388/450 kB | 173/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 392/450 kB | 173/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 392/450 kB | 177/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 396/450 kB | 177/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 396/450 kB | 181/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 400/450 kB | 181/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 400/450 kB | 185/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 404/450 kB | 185/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 404/450 kB | 189/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 408/450 kB | 189/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 408/450 kB | 193/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 412/450 kB | 193/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 412/450 kB | 197/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 416/450 kB | 197/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 416/450 kB | 201/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 420/450 kB | 201/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 420/450 kB | 205/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 424/450 kB | 205/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 424/450 kB | 209/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 428/450 kB | 209/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 428/450 kB | 213/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 432/450 kB | 213/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 432/450 kB | 217/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 436/450 kB | 217/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 436/450 kB | 221/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 440/450 kB | 221/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 440/450 kB | 225/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 444/450 kB | 225/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 444/450 kB | 229/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 448/450 kB | 229/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 229/347 kB    
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 233/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 237/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 241/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 245/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 249/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 253/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 257/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 261/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 265/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 269/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 273/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 277/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 281/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 285/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 289/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 293/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 297/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 301/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 305/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 309/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 313/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 317/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 321/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 325/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 329/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 333/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 337/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 341/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 345/347 kB
Progress (5): 62 kB | 17 kB | 39 kB | 450 kB | 347 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 79 kB/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.jar
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 60 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
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 6.7 kB/s)
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 11 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
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
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 3.0 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
Progress (1): 4.1/189 kB
Progress (1): 7.7/189 kB
Progress (1): 12/189 kB 
Progress (1): 16/189 kB
Progress (1): 20/189 kB
Progress (1): 24/189 kB
Progress (1): 28/189 kB
Progress (1): 32/189 kB
Progress (1): 33/189 kB
Progress (2): 33/189 kB | 4.1/139 kB
Progress (3): 33/189 kB | 4.1/139 kB | 4.1/90 kB
Progress (3): 33/189 kB | 4.1/139 kB | 7.7/90 kB
Progress (3): 33/189 kB | 7.7/139 kB | 7.7/90 kB
Progress (3): 33/189 kB | 12/139 kB | 7.7/90 kB 
Progress (3): 33/189 kB | 16/139 kB | 7.7/90 kB
Progress (3): 33/189 kB | 20/139 kB | 7.7/90 kB
Progress (3): 33/189 kB | 24/139 kB | 7.7/90 kB
Progress (3): 37/189 kB | 24/139 kB | 7.7/90 kB
Progress (3): 41/189 kB | 24/139 kB | 7.7/90 kB
Progress (3): 41/189 kB | 28/139 kB | 7.7/90 kB
Progress (3): 41/189 kB | 32/139 kB | 7.7/90 kB
Progress (3): 41/189 kB | 33/139 kB | 7.7/90 kB
Progress (3): 41/189 kB | 33/139 kB | 12/90 kB 
Progress (3): 41/189 kB | 33/139 kB | 16/90 kB
Progress (4): 41/189 kB | 33/139 kB | 16/90 kB | 4.1/144 kB
Progress (4): 41/189 kB | 33/139 kB | 16/90 kB | 7.7/144 kB
Progress (4): 41/189 kB | 33/139 kB | 16/90 kB | 12/144 kB 
Progress (4): 41/189 kB | 33/139 kB | 16/90 kB | 16/144 kB
Progress (4): 45/189 kB | 33/139 kB | 16/90 kB | 16/144 kB
Progress (4): 45/189 kB | 33/139 kB | 16/90 kB | 20/144 kB
Progress (4): 45/189 kB | 33/139 kB | 20/90 kB | 20/144 kB
Progress (4): 45/189 kB | 37/139 kB | 20/90 kB | 20/144 kB
Progress (4): 45/189 kB | 41/139 kB | 20/90 kB | 20/144 kB
Progress (4): 45/189 kB | 45/139 kB | 20/90 kB | 20/144 kB
Progress (4): 45/189 kB | 49/139 kB | 20/90 kB | 20/144 kB
Progress (4): 45/189 kB | 49/139 kB | 24/90 kB | 20/144 kB
Progress (4): 45/189 kB | 53/139 kB | 24/90 kB | 20/144 kB
Progress (4): 45/189 kB | 57/139 kB | 24/90 kB | 20/144 kB
Progress (4): 45/189 kB | 57/139 kB | 24/90 kB | 24/144 kB
Progress (4): 45/189 kB | 57/139 kB | 24/90 kB | 28/144 kB
Progress (4): 45/189 kB | 57/139 kB | 24/90 kB | 32/144 kB
Progress (4): 45/189 kB | 57/139 kB | 24/90 kB | 36/144 kB
Progress (4): 49/189 kB | 57/139 kB | 24/90 kB | 36/144 kB
Progress (4): 49/189 kB | 57/139 kB | 24/90 kB | 40/144 kB
Progress (4): 53/189 kB | 57/139 kB | 24/90 kB | 40/144 kB
Progress (4): 53/189 kB | 57/139 kB | 24/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 24/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 28/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 32/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 33/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 37/90 kB | 44/144 kB
Progress (4): 53/189 kB | 61/139 kB | 41/90 kB | 44/144 kB
Progress (5): 53/189 kB | 61/139 kB | 41/90 kB | 44/144 kB | 4.1/457 kB
Progress (5): 53/189 kB | 61/139 kB | 45/90 kB | 44/144 kB | 4.1/457 kB
Progress (5): 53/189 kB | 61/139 kB | 45/90 kB | 44/144 kB | 7.7/457 kB
Progress (5): 53/189 kB | 65/139 kB | 45/90 kB | 44/144 kB | 7.7/457 kB
Progress (5): 53/189 kB | 65/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 53/189 kB | 69/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 69/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 73/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 77/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 81/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 85/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 48/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 52/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 56/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 60/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 64/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 68/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 72/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 76/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 80/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 84/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 88/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 92/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 96/144 kB | 7.7/457 kB
Progress (5): 57/189 kB | 89/139 kB | 45/90 kB | 96/144 kB | 12/457 kB 
Progress (5): 57/189 kB | 89/139 kB | 49/90 kB | 96/144 kB | 12/457 kB
Progress (5): 57/189 kB | 89/139 kB | 49/90 kB | 96/144 kB | 16/457 kB
Progress (5): 57/189 kB | 89/139 kB | 49/90 kB | 96/144 kB | 20/457 kB
Progress (5): 57/189 kB | 89/139 kB | 49/90 kB | 96/144 kB | 24/457 kB
Progress (5): 57/189 kB | 89/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 57/189 kB | 93/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 57/189 kB | 97/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 61/189 kB | 97/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 61/189 kB | 101/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 61/189 kB | 105/139 kB | 49/90 kB | 100/144 kB | 24/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 100/144 kB | 24/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 104/144 kB | 24/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 104/144 kB | 28/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 104/144 kB | 32/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 108/144 kB | 32/457 kB
Progress (5): 61/189 kB | 105/139 kB | 53/90 kB | 112/144 kB | 32/457 kB
Progress (5): 61/189 kB | 105/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 61/189 kB | 109/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 61/189 kB | 113/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 61/189 kB | 117/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 65/189 kB | 117/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 117/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 121/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 125/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 129/139 kB | 57/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 129/139 kB | 61/90 kB | 112/144 kB | 32/457 kB
Progress (5): 66/189 kB | 129/139 kB | 61/90 kB | 116/144 kB | 32/457 kB
Progress (5): 66/189 kB | 129/139 kB | 65/90 kB | 116/144 kB | 32/457 kB
Progress (5): 66/189 kB | 129/139 kB | 65/90 kB | 116/144 kB | 36/457 kB
Progress (5): 66/189 kB | 129/139 kB | 69/90 kB | 116/144 kB | 36/457 kB
Progress (5): 66/189 kB | 129/139 kB | 73/90 kB | 116/144 kB | 36/457 kB
Progress (5): 66/189 kB | 129/139 kB | 77/90 kB | 116/144 kB | 36/457 kB
Progress (5): 66/189 kB | 129/139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 66/189 kB | 133/139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 66/189 kB | 137/139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 66/189 kB | 139 kB | 77/90 kB | 120/144 kB | 36/457 kB    
Progress (5): 70/189 kB | 139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 74/189 kB | 139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 77/90 kB | 120/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 77/90 kB | 124/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 77/90 kB | 128/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 77/90 kB | 132/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 81/90 kB | 132/144 kB | 36/457 kB
Progress (5): 78/189 kB | 139 kB | 81/90 kB | 132/144 kB | 40/457 kB
Progress (5): 78/189 kB | 139 kB | 85/90 kB | 132/144 kB | 40/457 kB
Progress (5): 78/189 kB | 139 kB | 89/90 kB | 132/144 kB | 40/457 kB
Progress (5): 78/189 kB | 139 kB | 89/90 kB | 136/144 kB | 40/457 kB
Progress (5): 78/189 kB | 139 kB | 89/90 kB | 140/144 kB | 40/457 kB
Progress (5): 78/189 kB | 139 kB | 89/90 kB | 144 kB | 40/457 kB    
Progress (5): 82/189 kB | 139 kB | 89/90 kB | 144 kB | 40/457 kB
Progress (5): 82/189 kB | 139 kB | 90 kB | 144 kB | 40/457 kB   
Progress (5): 82/189 kB | 139 kB | 90 kB | 144 kB | 44/457 kB
Progress (5): 86/189 kB | 139 kB | 90 kB | 144 kB | 44/457 kB
Progress (5): 86/189 kB | 139 kB | 90 kB | 144 kB | 48/457 kB
Progress (5): 90/189 kB | 139 kB | 90 kB | 144 kB | 48/457 kB
Progress (5): 90/189 kB | 139 kB | 90 kB | 144 kB | 52/457 kB
Progress (5): 94/189 kB | 139 kB | 90 kB | 144 kB | 52/457 kB
Progress (5): 94/189 kB | 139 kB | 90 kB | 144 kB | 56/457 kB
Progress (5): 98/189 kB | 139 kB | 90 kB | 144 kB | 56/457 kB
Progress (5): 98/189 kB | 139 kB | 90 kB | 144 kB | 60/457 kB
Progress (5): 98/189 kB | 139 kB | 90 kB | 144 kB | 60/457 kB
Progress (5): 98/189 kB | 139 kB | 90 kB | 144 kB | 64/457 kB
Progress (5): 102/189 kB | 139 kB | 90 kB | 144 kB | 64/457 kB
Progress (5): 102/189 kB | 139 kB | 90 kB | 144 kB | 68/457 kB
Progress (5): 106/189 kB | 139 kB | 90 kB | 144 kB | 68/457 kB
Progress (5): 106/189 kB | 139 kB | 90 kB | 144 kB | 72/457 kB
Progress (5): 110/189 kB | 139 kB | 90 kB | 144 kB | 72/457 kB
Progress (5): 110/189 kB | 139 kB | 90 kB | 144 kB | 76/457 kB
Progress (5): 114/189 kB | 139 kB | 90 kB | 144 kB | 76/457 kB
Progress (5): 114/189 kB | 139 kB | 90 kB | 144 kB | 80/457 kB
Progress (5): 118/189 kB | 139 kB | 90 kB | 144 kB | 80/457 kB
Progress (5): 118/189 kB | 139 kB | 90 kB | 144 kB | 84/457 kB
Progress (5): 122/189 kB | 139 kB | 90 kB | 144 kB | 84/457 kB
Progress (5): 122/189 kB | 139 kB | 90 kB | 144 kB | 88/457 kB
Progress (5): 126/189 kB | 139 kB | 90 kB | 144 kB | 88/457 kB
Progress (5): 126/189 kB | 139 kB | 90 kB | 144 kB | 92/457 kB
Progress (5): 130/189 kB | 139 kB | 90 kB | 144 kB | 92/457 kB
Progress (5): 130/189 kB | 139 kB | 90 kB | 144 kB | 96/457 kB
Progress (5): 134/189 kB | 139 kB | 90 kB | 144 kB | 96/457 kB
Progress (5): 134/189 kB | 139 kB | 90 kB | 144 kB | 100/457 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 24 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
Progress (4): 134/189 kB | 90 kB | 144 kB | 104/457 kB
Progress (4): 138/189 kB | 90 kB | 144 kB | 104/457 kB
Progress (4): 138/189 kB | 90 kB | 144 kB | 108/457 kB
Progress (4): 142/189 kB | 90 kB | 144 kB | 108/457 kB
Progress (4): 142/189 kB | 90 kB | 144 kB | 112/457 kB
Progress (4): 146/189 kB | 90 kB | 144 kB | 112/457 kB
Progress (4): 146/189 kB | 90 kB | 144 kB | 116/457 kB
Progress (4): 150/189 kB | 90 kB | 144 kB | 116/457 kB
Progress (4): 150/189 kB | 90 kB | 144 kB | 120/457 kB
Progress (4): 154/189 kB | 90 kB | 144 kB | 120/457 kB
Progress (4): 154/189 kB | 90 kB | 144 kB | 124/457 kB
Progress (4): 158/189 kB | 90 kB | 144 kB | 124/457 kB
Progress (4): 158/189 kB | 90 kB | 144 kB | 128/457 kB
Progress (4): 162/189 kB | 90 kB | 144 kB | 128/457 kB
Progress (4): 162/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 166/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 170/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 174/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 178/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 182/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 186/189 kB | 90 kB | 144 kB | 132/457 kB
Progress (4): 186/189 kB | 90 kB | 144 kB | 136/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 136/457 kB    
Progress (4): 189 kB | 90 kB | 144 kB | 140/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 144/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 148/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 152/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 156/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 160/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 164/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 168/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 172/457 kB
Progress (4): 189 kB | 90 kB | 144 kB | 176/457 kB
Progress (5): 189 kB | 90 kB | 144 kB | 176/457 kB | 4.1/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 180/457 kB | 4.1/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 184/457 kB | 4.1/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 184/457 kB | 7.7/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 188/457 kB | 7.7/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 188/457 kB | 12/26 kB 
Progress (5): 189 kB | 90 kB | 144 kB | 188/457 kB | 16/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 192/457 kB | 16/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 192/457 kB | 20/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 196/457 kB | 20/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 200/457 kB | 20/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 200/457 kB | 24/26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 200/457 kB | 26 kB   
Progress (5): 189 kB | 90 kB | 144 kB | 204/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 208/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 212/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 216/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 220/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 224/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 228/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 232/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 236/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 240/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 244/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 248/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 252/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 256/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 260/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 264/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 268/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 272/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 276/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 280/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 284/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 288/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 292/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 296/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 300/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 304/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 308/457 kB | 26 kB
Progress (5): 189 kB | 90 kB | 144 kB | 312/457 kB | 26 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 15 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.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 4.4 kB/s)
Progress (3): 189 kB | 144 kB | 316/457 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 (3): 189 kB | 144 kB | 320/457 kB
Progress (3): 189 kB | 144 kB | 324/457 kB
Progress (3): 189 kB | 144 kB | 328/457 kB
Progress (3): 189 kB | 144 kB | 332/457 kB
Progress (3): 189 kB | 144 kB | 336/457 kB
Progress (3): 189 kB | 144 kB | 340/457 kB
Progress (3): 189 kB | 144 kB | 344/457 kB
Progress (3): 189 kB | 144 kB | 348/457 kB
Progress (3): 189 kB | 144 kB | 352/457 kB
Progress (3): 189 kB | 144 kB | 356/457 kB
Progress (3): 189 kB | 144 kB | 360/457 kB
Progress (3): 189 kB | 144 kB | 364/457 kB
Progress (3): 189 kB | 144 kB | 368/457 kB
Progress (3): 189 kB | 144 kB | 372/457 kB
Progress (3): 189 kB | 144 kB | 376/457 kB
Progress (3): 189 kB | 144 kB | 380/457 kB
Progress (3): 189 kB | 144 kB | 384/457 kB
Progress (3): 189 kB | 144 kB | 388/457 kB
Progress (3): 189 kB | 144 kB | 392/457 kB
Progress (3): 189 kB | 144 kB | 396/457 kB
Progress (3): 189 kB | 144 kB | 400/457 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 24 kB/s)
Progress (2): 189 kB | 404/457 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
Progress (2): 189 kB | 408/457 kB
Progress (2): 189 kB | 412/457 kB
Progress (2): 189 kB | 416/457 kB
Progress (2): 189 kB | 420/457 kB
Progress (2): 189 kB | 424/457 kB
Progress (2): 189 kB | 428/457 kB
Progress (2): 189 kB | 432/457 kB
Progress (2): 189 kB | 436/457 kB
Progress (2): 189 kB | 440/457 kB
Progress (2): 189 kB | 444/457 kB
Progress (2): 189 kB | 448/457 kB
Progress (2): 189 kB | 452/457 kB
Progress (2): 189 kB | 456/457 kB
Progress (2): 189 kB | 457 kB    
Progress (3): 189 kB | 457 kB | 4.1/329 kB
Progress (3): 189 kB | 457 kB | 7.7/329 kB
Progress (3): 189 kB | 457 kB | 12/329 kB 
Progress (3): 189 kB | 457 kB | 16/329 kB
Progress (3): 189 kB | 457 kB | 20/329 kB
Progress (3): 189 kB | 457 kB | 24/329 kB
Progress (3): 189 kB | 457 kB | 28/329 kB
Progress (3): 189 kB | 457 kB | 32/329 kB
Progress (3): 189 kB | 457 kB | 33/329 kB
Progress (3): 189 kB | 457 kB | 37/329 kB
Progress (3): 189 kB | 457 kB | 41/329 kB
Progress (3): 189 kB | 457 kB | 45/329 kB
Progress (3): 189 kB | 457 kB | 49/329 kB
Progress (3): 189 kB | 457 kB | 53/329 kB
Progress (3): 189 kB | 457 kB | 57/329 kB
Progress (3): 189 kB | 457 kB | 61/329 kB
Progress (3): 189 kB | 457 kB | 65/329 kB
Progress (3): 189 kB | 457 kB | 66/329 kB
Progress (3): 189 kB | 457 kB | 70/329 kB
Progress (3): 189 kB | 457 kB | 74/329 kB
Progress (3): 189 kB | 457 kB | 78/329 kB
Progress (3): 189 kB | 457 kB | 82/329 kB
Progress (3): 189 kB | 457 kB | 86/329 kB
Progress (3): 189 kB | 457 kB | 90/329 kB
Progress (3): 189 kB | 457 kB | 94/329 kB
Progress (3): 189 kB | 457 kB | 98/329 kB
Progress (3): 189 kB | 457 kB | 98/329 kB
Progress (3): 189 kB | 457 kB | 102/329 kB
Progress (3): 189 kB | 457 kB | 106/329 kB
Progress (3): 189 kB | 457 kB | 110/329 kB
Progress (3): 189 kB | 457 kB | 114/329 kB
Progress (3): 189 kB | 457 kB | 118/329 kB
Progress (3): 189 kB | 457 kB | 122/329 kB
Progress (3): 189 kB | 457 kB | 126/329 kB
Progress (3): 189 kB | 457 kB | 130/329 kB
Progress (3): 189 kB | 457 kB | 131/329 kB
Progress (3): 189 kB | 457 kB | 135/329 kB
Progress (3): 189 kB | 457 kB | 139/329 kB
Progress (3): 189 kB | 457 kB | 143/329 kB
Progress (3): 189 kB | 457 kB | 147/329 kB
Progress (3): 189 kB | 457 kB | 151/329 kB
Progress (3): 189 kB | 457 kB | 155/329 kB
Progress (3): 189 kB | 457 kB | 159/329 kB
Progress (3): 189 kB | 457 kB | 163/329 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 76 kB/s)
Progress (3): 189 kB | 163/329 kB | 4.1/358 kB
Progress (3): 189 kB | 164/329 kB | 4.1/358 kB
Progress (3): 189 kB | 164/329 kB | 7.7/358 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 (3): 189 kB | 164/329 kB | 12/358 kB
Progress (4): 189 kB | 164/329 kB | 12/358 kB | 4.1/252 kB
Progress (4): 189 kB | 168/329 kB | 12/358 kB | 4.1/252 kB
Progress (4): 189 kB | 168/329 kB | 12/358 kB | 7.7/252 kB
Progress (4): 189 kB | 168/329 kB | 16/358 kB | 7.7/252 kB
Progress (4): 189 kB | 168/329 kB | 16/358 kB | 12/252 kB 
Progress (4): 189 kB | 168/329 kB | 20/358 kB | 12/252 kB
Progress (4): 189 kB | 172/329 kB | 20/358 kB | 12/252 kB
Progress (4): 189 kB | 172/329 kB | 24/358 kB | 12/252 kB
Progress (4): 189 kB | 172/329 kB | 24/358 kB | 16/252 kB
Progress (4): 189 kB | 172/329 kB | 28/358 kB | 16/252 kB
Progress (4): 189 kB | 176/329 kB | 28/358 kB | 16/252 kB
Progress (4): 189 kB | 176/329 kB | 32/358 kB | 16/252 kB
Progress (4): 189 kB | 176/329 kB | 32/358 kB | 20/252 kB
Progress (4): 189 kB | 176/329 kB | 33/358 kB | 20/252 kB
Progress (4): 189 kB | 180/329 kB | 33/358 kB | 20/252 kB
Progress (4): 189 kB | 180/329 kB | 37/358 kB | 20/252 kB
Progress (4): 189 kB | 180/329 kB | 37/358 kB | 24/252 kB
Progress (4): 189 kB | 180/329 kB | 41/358 kB | 24/252 kB
Progress (4): 189 kB | 180/329 kB | 41/358 kB | 28/252 kB
Progress (4): 189 kB | 184/329 kB | 41/358 kB | 28/252 kB
Progress (4): 189 kB | 184/329 kB | 41/358 kB | 32/252 kB
Progress (4): 189 kB | 184/329 kB | 45/358 kB | 32/252 kB
Progress (4): 189 kB | 184/329 kB | 45/358 kB | 33/252 kB
Progress (4): 189 kB | 188/329 kB | 45/358 kB | 33/252 kB
Progress (4): 189 kB | 188/329 kB | 45/358 kB | 37/252 kB
Progress (4): 189 kB | 192/329 kB | 45/358 kB | 37/252 kB
Progress (4): 189 kB | 192/329 kB | 49/358 kB | 37/252 kB
Progress (4): 189 kB | 196/329 kB | 49/358 kB | 37/252 kB
Progress (4): 189 kB | 196/329 kB | 53/358 kB | 37/252 kB
Progress (4): 189 kB | 196/329 kB | 53/358 kB | 41/252 kB
Progress (4): 189 kB | 196/329 kB | 57/358 kB | 41/252 kB
Progress (4): 189 kB | 196/329 kB | 57/358 kB | 45/252 kB
Progress (4): 189 kB | 197/329 kB | 57/358 kB | 45/252 kB
Progress (4): 189 kB | 197/329 kB | 57/358 kB | 49/252 kB
Progress (4): 189 kB | 197/329 kB | 61/358 kB | 49/252 kB
Progress (4): 189 kB | 197/329 kB | 61/358 kB | 53/252 kB
Progress (4): 189 kB | 201/329 kB | 61/358 kB | 53/252 kB
Progress (4): 189 kB | 201/329 kB | 61/358 kB | 57/252 kB
Progress (4): 189 kB | 201/329 kB | 65/358 kB | 57/252 kB
Progress (4): 189 kB | 201/329 kB | 65/358 kB | 61/252 kB
Progress (4): 189 kB | 205/329 kB | 65/358 kB | 61/252 kB
Progress (4): 189 kB | 205/329 kB | 65/358 kB | 65/252 kB
Progress (4): 189 kB | 205/329 kB | 66/358 kB | 65/252 kB
Progress (4): 189 kB | 205/329 kB | 66/358 kB | 66/252 kB
Progress (4): 189 kB | 205/329 kB | 70/358 kB | 66/252 kB
Progress (4): 189 kB | 209/329 kB | 70/358 kB | 66/252 kB
Progress (4): 189 kB | 209/329 kB | 74/358 kB | 66/252 kB
Progress (4): 189 kB | 209/329 kB | 74/358 kB | 70/252 kB
Progress (4): 189 kB | 209/329 kB | 78/358 kB | 70/252 kB
Progress (4): 189 kB | 213/329 kB | 78/358 kB | 70/252 kB
Progress (4): 189 kB | 213/329 kB | 82/358 kB | 70/252 kB
Progress (4): 189 kB | 213/329 kB | 82/358 kB | 74/252 kB
Progress (4): 189 kB | 213/329 kB | 86/358 kB | 74/252 kB
Progress (4): 189 kB | 217/329 kB | 86/358 kB | 74/252 kB
Progress (5): 189 kB | 217/329 kB | 86/358 kB | 74/252 kB | 4.1/120 kB
Progress (5): 189 kB | 221/329 kB | 86/358 kB | 74/252 kB | 4.1/120 kB
Progress (5): 189 kB | 221/329 kB | 90/358 kB | 74/252 kB | 4.1/120 kB
Progress (5): 189 kB | 221/329 kB | 90/358 kB | 78/252 kB | 4.1/120 kB
Progress (5): 189 kB | 221/329 kB | 94/358 kB | 78/252 kB | 4.1/120 kB
Progress (5): 189 kB | 221/329 kB | 98/358 kB | 78/252 kB | 4.1/120 kB
Progress (5): 189 kB | 225/329 kB | 98/358 kB | 78/252 kB | 4.1/120 kB
Progress (5): 189 kB | 225/329 kB | 98/358 kB | 78/252 kB | 7.7/120 kB
Progress (5): 189 kB | 229/329 kB | 98/358 kB | 78/252 kB | 7.7/120 kB
Progress (5): 189 kB | 229/329 kB | 98/358 kB | 78/252 kB | 7.7/120 kB
Progress (5): 189 kB | 229/329 kB | 98/358 kB | 82/252 kB | 7.7/120 kB
Progress (5): 189 kB | 229/329 kB | 102/358 kB | 82/252 kB | 7.7/120 kB
Progress (5): 189 kB | 233/329 kB | 102/358 kB | 82/252 kB | 7.7/120 kB
Progress (5): 189 kB | 233/329 kB | 102/358 kB | 82/252 kB | 12/120 kB 
Progress (5): 189 kB | 237/329 kB | 102/358 kB | 82/252 kB | 12/120 kB
Progress (5): 189 kB | 237/329 kB | 102/358 kB | 86/252 kB | 12/120 kB
Progress (5): 189 kB | 237/329 kB | 106/358 kB | 86/252 kB | 12/120 kB
Progress (5): 189 kB | 237/329 kB | 106/358 kB | 90/252 kB | 12/120 kB
Progress (5): 189 kB | 241/329 kB | 106/358 kB | 90/252 kB | 12/120 kB
Progress (5): 189 kB | 241/329 kB | 106/358 kB | 90/252 kB | 16/120 kB
Progress (5): 189 kB | 245/329 kB | 106/358 kB | 90/252 kB | 16/120 kB
Progress (5): 189 kB | 245/329 kB | 106/358 kB | 94/252 kB | 16/120 kB
Progress (5): 189 kB | 245/329 kB | 110/358 kB | 94/252 kB | 16/120 kB
Progress (5): 189 kB | 245/329 kB | 110/358 kB | 98/252 kB | 16/120 kB
Progress (5): 189 kB | 249/329 kB | 110/358 kB | 98/252 kB | 16/120 kB
Progress (5): 189 kB | 249/329 kB | 110/358 kB | 98/252 kB | 20/120 kB
Progress (5): 189 kB | 253/329 kB | 110/358 kB | 98/252 kB | 20/120 kB
Progress (5): 189 kB | 253/329 kB | 110/358 kB | 98/252 kB | 20/120 kB
Progress (5): 189 kB | 253/329 kB | 114/358 kB | 98/252 kB | 20/120 kB
Progress (5): 189 kB | 253/329 kB | 114/358 kB | 102/252 kB | 20/120 kB
Progress (5): 189 kB | 257/329 kB | 114/358 kB | 102/252 kB | 20/120 kB
Progress (5): 189 kB | 257/329 kB | 114/358 kB | 102/252 kB | 24/120 kB
Progress (5): 189 kB | 261/329 kB | 114/358 kB | 102/252 kB | 24/120 kB
Progress (5): 189 kB | 261/329 kB | 114/358 kB | 106/252 kB | 24/120 kB
Progress (5): 189 kB | 261/329 kB | 118/358 kB | 106/252 kB | 24/120 kB
Progress (5): 189 kB | 261/329 kB | 118/358 kB | 110/252 kB | 24/120 kB
Progress (5): 189 kB | 265/329 kB | 118/358 kB | 110/252 kB | 24/120 kB
Progress (5): 189 kB | 265/329 kB | 118/358 kB | 110/252 kB | 28/120 kB
Progress (5): 189 kB | 269/329 kB | 118/358 kB | 110/252 kB | 28/120 kB
Progress (5): 189 kB | 269/329 kB | 118/358 kB | 114/252 kB | 28/120 kB
Progress (5): 189 kB | 269/329 kB | 122/358 kB | 114/252 kB | 28/120 kB
Progress (5): 189 kB | 269/329 kB | 122/358 kB | 118/252 kB | 28/120 kB
Progress (5): 189 kB | 273/329 kB | 122/358 kB | 118/252 kB | 28/120 kB
Progress (5): 189 kB | 273/329 kB | 122/358 kB | 118/252 kB | 32/120 kB
Progress (5): 189 kB | 277/329 kB | 122/358 kB | 118/252 kB | 32/120 kB
Progress (5): 189 kB | 277/329 kB | 122/358 kB | 122/252 kB | 32/120 kB
Progress (5): 189 kB | 277/329 kB | 126/358 kB | 122/252 kB | 32/120 kB
Progress (5): 189 kB | 277/329 kB | 126/358 kB | 126/252 kB | 32/120 kB
Progress (5): 189 kB | 281/329 kB | 126/358 kB | 126/252 kB | 32/120 kB
Progress (5): 189 kB | 281/329 kB | 126/358 kB | 126/252 kB | 33/120 kB
Progress (5): 189 kB | 285/329 kB | 126/358 kB | 126/252 kB | 33/120 kB
Progress (5): 189 kB | 285/329 kB | 126/358 kB | 130/252 kB | 33/120 kB
Progress (5): 189 kB | 285/329 kB | 130/358 kB | 130/252 kB | 33/120 kB
Progress (5): 189 kB | 285/329 kB | 130/358 kB | 131/252 kB | 33/120 kB
Progress (5): 189 kB | 289/329 kB | 130/358 kB | 131/252 kB | 33/120 kB
Progress (5): 189 kB | 289/329 kB | 130/358 kB | 131/252 kB | 37/120 kB
Progress (5): 189 kB | 293/329 kB | 130/358 kB | 131/252 kB | 37/120 kB
Progress (5): 189 kB | 293/329 kB | 130/358 kB | 135/252 kB | 37/120 kB
Progress (5): 189 kB | 293/329 kB | 131/358 kB | 135/252 kB | 37/120 kB
Progress (5): 189 kB | 293/329 kB | 131/358 kB | 139/252 kB | 37/120 kB
Progress (5): 189 kB | 297/329 kB | 131/358 kB | 139/252 kB | 37/120 kB
Progress (5): 189 kB | 297/329 kB | 131/358 kB | 139/252 kB | 41/120 kB
Progress (5): 189 kB | 301/329 kB | 131/358 kB | 139/252 kB | 41/120 kB
Progress (5): 189 kB | 301/329 kB | 131/358 kB | 143/252 kB | 41/120 kB
Progress (5): 189 kB | 301/329 kB | 135/358 kB | 143/252 kB | 41/120 kB
Progress (5): 189 kB | 301/329 kB | 135/358 kB | 147/252 kB | 41/120 kB
Progress (5): 189 kB | 305/329 kB | 135/358 kB | 147/252 kB | 41/120 kB
Progress (5): 189 kB | 305/329 kB | 135/358 kB | 147/252 kB | 45/120 kB
Progress (5): 189 kB | 309/329 kB | 135/358 kB | 147/252 kB | 45/120 kB
Progress (5): 189 kB | 309/329 kB | 135/358 kB | 151/252 kB | 45/120 kB
Progress (5): 189 kB | 309/329 kB | 139/358 kB | 151/252 kB | 45/120 kB
Progress (5): 189 kB | 309/329 kB | 139/358 kB | 155/252 kB | 45/120 kB
Progress (5): 189 kB | 313/329 kB | 139/358 kB | 155/252 kB | 45/120 kB
Progress (5): 189 kB | 313/329 kB | 139/358 kB | 155/252 kB | 49/120 kB
Progress (5): 189 kB | 317/329 kB | 139/358 kB | 155/252 kB | 49/120 kB
Progress (5): 189 kB | 317/329 kB | 139/358 kB | 159/252 kB | 49/120 kB
Progress (5): 189 kB | 317/329 kB | 143/358 kB | 159/252 kB | 49/120 kB
Progress (5): 189 kB | 317/329 kB | 143/358 kB | 163/252 kB | 49/120 kB
Progress (5): 189 kB | 321/329 kB | 143/358 kB | 163/252 kB | 49/120 kB
Progress (5): 189 kB | 321/329 kB | 143/358 kB | 163/252 kB | 53/120 kB
Progress (5): 189 kB | 325/329 kB | 143/358 kB | 163/252 kB | 53/120 kB
Progress (5): 189 kB | 325/329 kB | 143/358 kB | 164/252 kB | 53/120 kB
Progress (5): 189 kB | 325/329 kB | 147/358 kB | 164/252 kB | 53/120 kB
Progress (5): 189 kB | 325/329 kB | 147/358 kB | 168/252 kB | 53/120 kB
Progress (5): 189 kB | 329/329 kB | 147/358 kB | 168/252 kB | 53/120 kB
Progress (5): 189 kB | 329/329 kB | 147/358 kB | 168/252 kB | 57/120 kB
Progress (5): 189 kB | 329 kB | 147/358 kB | 168/252 kB | 57/120 kB    
Progress (5): 189 kB | 329 kB | 151/358 kB | 168/252 kB | 57/120 kB
Progress (5): 189 kB | 329 kB | 151/358 kB | 172/252 kB | 57/120 kB
Progress (5): 189 kB | 329 kB | 155/358 kB | 172/252 kB | 57/120 kB
Progress (5): 189 kB | 329 kB | 155/358 kB | 172/252 kB | 61/120 kB
Progress (5): 189 kB | 329 kB | 159/358 kB | 172/252 kB | 61/120 kB
Progress (5): 189 kB | 329 kB | 159/358 kB | 176/252 kB | 61/120 kB
Progress (5): 189 kB | 329 kB | 163/358 kB | 176/252 kB | 61/120 kB
Progress (5): 189 kB | 329 kB | 163/358 kB | 176/252 kB | 65/120 kB
Progress (5): 189 kB | 329 kB | 164/358 kB | 176/252 kB | 65/120 kB
Progress (5): 189 kB | 329 kB | 164/358 kB | 180/252 kB | 65/120 kB
Progress (5): 189 kB | 329 kB | 168/358 kB | 180/252 kB | 65/120 kB
Progress (5): 189 kB | 329 kB | 168/358 kB | 180/252 kB | 66/120 kB
Progress (5): 189 kB | 329 kB | 172/358 kB | 180/252 kB | 66/120 kB
Progress (5): 189 kB | 329 kB | 172/358 kB | 184/252 kB | 66/120 kB
Progress (5): 189 kB | 329 kB | 176/358 kB | 184/252 kB | 66/120 kB
Progress (5): 189 kB | 329 kB | 176/358 kB | 184/252 kB | 70/120 kB
Progress (5): 189 kB | 329 kB | 180/358 kB | 184/252 kB | 70/120 kB
Progress (5): 189 kB | 329 kB | 180/358 kB | 188/252 kB | 70/120 kB
Progress (5): 189 kB | 329 kB | 184/358 kB | 188/252 kB | 70/120 kB
Progress (5): 189 kB | 329 kB | 184/358 kB | 188/252 kB | 74/120 kB
Progress (5): 189 kB | 329 kB | 188/358 kB | 188/252 kB | 74/120 kB
Progress (5): 189 kB | 329 kB | 188/358 kB | 192/252 kB | 74/120 kB
Progress (5): 189 kB | 329 kB | 192/358 kB | 192/252 kB | 74/120 kB
Progress (5): 189 kB | 329 kB | 192/358 kB | 192/252 kB | 78/120 kB
Progress (5): 189 kB | 329 kB | 196/358 kB | 192/252 kB | 78/120 kB
Progress (5): 189 kB | 329 kB | 196/358 kB | 196/252 kB | 78/120 kB
Progress (5): 189 kB | 329 kB | 197/358 kB | 196/252 kB | 78/120 kB
Progress (5): 189 kB | 329 kB | 197/358 kB | 196/252 kB | 82/120 kB
Progress (5): 189 kB | 329 kB | 201/358 kB | 196/252 kB | 82/120 kB
Progress (5): 189 kB | 329 kB | 201/358 kB | 197/252 kB | 82/120 kB
Progress (5): 189 kB | 329 kB | 205/358 kB | 197/252 kB | 82/120 kB
Progress (5): 189 kB | 329 kB | 205/358 kB | 197/252 kB | 86/120 kB
Progress (5): 189 kB | 329 kB | 209/358 kB | 197/252 kB | 86/120 kB
Progress (5): 189 kB | 329 kB | 209/358 kB | 201/252 kB | 86/120 kB
Progress (5): 189 kB | 329 kB | 213/358 kB | 201/252 kB | 86/120 kB
Progress (5): 189 kB | 329 kB | 213/358 kB | 201/252 kB | 90/120 kB
Progress (5): 189 kB | 329 kB | 217/358 kB | 201/252 kB | 90/120 kB
Progress (5): 189 kB | 329 kB | 217/358 kB | 205/252 kB | 90/120 kB
Progress (5): 189 kB | 329 kB | 221/358 kB | 205/252 kB | 90/120 kB
Progress (5): 189 kB | 329 kB | 221/358 kB | 205/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 225/358 kB | 205/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 225/358 kB | 209/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 229/358 kB | 209/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 229/358 kB | 209/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 233/358 kB | 209/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 237/358 kB | 209/252 kB | 94/120 kB
Progress (5): 189 kB | 329 kB | 237/358 kB | 209/252 kB | 98/120 kB
Progress (5): 189 kB | 329 kB | 241/358 kB | 209/252 kB | 98/120 kB
Progress (5): 189 kB | 329 kB | 241/358 kB | 213/252 kB | 98/120 kB
Progress (5): 189 kB | 329 kB | 245/358 kB | 213/252 kB | 98/120 kB
Progress (5): 189 kB | 329 kB | 245/358 kB | 213/252 kB | 102/120 kB
Progress (5): 189 kB | 329 kB | 245/358 kB | 213/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 249/358 kB | 213/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 213/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 217/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 221/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 225/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 229/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 253/358 kB | 233/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 257/358 kB | 233/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 261/358 kB | 233/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 262/358 kB | 233/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 266/358 kB | 233/252 kB | 106/120 kB
Progress (5): 189 kB | 329 kB | 270/358 kB | 233/252 kB | 106/120 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 31 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 53 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.jar
Progress (3): 270/358 kB | 233/252 kB | 110/120 kB
Progress (3): 270/358 kB | 233/252 kB | 114/120 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Progress (3): 274/358 kB | 233/252 kB | 114/120 kB
Progress (3): 278/358 kB | 233/252 kB | 114/120 kB
Progress (3): 282/358 kB | 233/252 kB | 114/120 kB
Progress (3): 286/358 kB | 233/252 kB | 114/120 kB
Progress (3): 290/358 kB | 233/252 kB | 114/120 kB
Progress (3): 294/358 kB | 233/252 kB | 114/120 kB
Progress (3): 295/358 kB | 233/252 kB | 114/120 kB
Progress (3): 299/358 kB | 233/252 kB | 114/120 kB
Progress (3): 303/358 kB | 233/252 kB | 114/120 kB
Progress (3): 307/358 kB | 233/252 kB | 114/120 kB
Progress (3): 311/358 kB | 233/252 kB | 114/120 kB
Progress (3): 315/358 kB | 233/252 kB | 114/120 kB
Progress (3): 319/358 kB | 233/252 kB | 114/120 kB
Progress (3): 323/358 kB | 233/252 kB | 114/120 kB
Progress (3): 327/358 kB | 233/252 kB | 114/120 kB
Progress (3): 331/358 kB | 233/252 kB | 114/120 kB
Progress (3): 335/358 kB | 233/252 kB | 114/120 kB
Progress (3): 339/358 kB | 233/252 kB | 114/120 kB
Progress (3): 343/358 kB | 233/252 kB | 114/120 kB
Progress (3): 347/358 kB | 233/252 kB | 114/120 kB
Progress (3): 351/358 kB | 233/252 kB | 114/120 kB
Progress (3): 351/358 kB | 237/252 kB | 114/120 kB
Progress (3): 351/358 kB | 237/252 kB | 118/120 kB
Progress (3): 351/358 kB | 237/252 kB | 120 kB    
Progress (3): 351/358 kB | 241/252 kB | 120 kB
Progress (3): 351/358 kB | 245/252 kB | 120 kB
Progress (3): 351/358 kB | 249/252 kB | 120 kB
Progress (3): 351/358 kB | 252 kB | 120 kB    
Progress (4): 351/358 kB | 252 kB | 120 kB | 4.1/231 kB
Progress (4): 351/358 kB | 252 kB | 120 kB | 7.7/231 kB
Progress (4): 351/358 kB | 252 kB | 120 kB | 12/231 kB 
Progress (4): 351/358 kB | 252 kB | 120 kB | 16/231 kB
Progress (4): 355/358 kB | 252 kB | 120 kB | 16/231 kB
Progress (4): 355/358 kB | 252 kB | 120 kB | 20/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 20/231 kB    
Progress (4): 358 kB | 252 kB | 120 kB | 24/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 28/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 32/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 33/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 37/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 41/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 45/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 49/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 53/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 57/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 61/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 65/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 66/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 70/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 74/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 78/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 82/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 86/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 90/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 94/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 98/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 98/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 102/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 106/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 110/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 114/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 118/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 122/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 126/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 130/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 131/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 135/231 kB
Progress (4): 358 kB | 252 kB | 120 kB | 139/231 kB
Progress (5): 358 kB | 252 kB | 120 kB | 139/231 kB | 4.1/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 139/231 kB | 7.7/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 139/231 kB | 12/575 kB 
Progress (5): 358 kB | 252 kB | 120 kB | 139/231 kB | 16/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 139/231 kB | 20/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 143/231 kB | 20/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 143/231 kB | 24/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 147/231 kB | 24/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 147/231 kB | 28/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 151/231 kB | 28/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 155/231 kB | 28/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 155/231 kB | 32/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 159/231 kB | 32/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 159/231 kB | 33/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 163/231 kB | 33/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 164/231 kB | 33/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 164/231 kB | 37/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 164/231 kB | 41/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 164/231 kB | 45/575 kB
Progress (5): 358 kB | 252 kB | 120 kB | 164/231 kB | 49/575 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 57 kB/s)
Progress (4): 252 kB | 120 kB | 168/231 kB | 49/575 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): 252 kB | 120 kB | 168/231 kB | 53/575 kB
Progress (4): 252 kB | 120 kB | 168/231 kB | 57/575 kB
Progress (4): 252 kB | 120 kB | 168/231 kB | 61/575 kB
Progress (4): 252 kB | 120 kB | 172/231 kB | 61/575 kB
Progress (4): 252 kB | 120 kB | 172/231 kB | 65/575 kB
Progress (4): 252 kB | 120 kB | 176/231 kB | 65/575 kB
Progress (4): 252 kB | 120 kB | 176/231 kB | 66/575 kB
Progress (4): 252 kB | 120 kB | 176/231 kB | 70/575 kB
Progress (4): 252 kB | 120 kB | 176/231 kB | 74/575 kB
Progress (4): 252 kB | 120 kB | 180/231 kB | 74/575 kB
Progress (4): 252 kB | 120 kB | 180/231 kB | 78/575 kB
Progress (4): 252 kB | 120 kB | 180/231 kB | 82/575 kB
Progress (4): 252 kB | 120 kB | 180/231 kB | 86/575 kB
Progress (4): 252 kB | 120 kB | 184/231 kB | 86/575 kB
Progress (4): 252 kB | 120 kB | 184/231 kB | 90/575 kB
Progress (4): 252 kB | 120 kB | 188/231 kB | 90/575 kB
Progress (4): 252 kB | 120 kB | 188/231 kB | 94/575 kB
Progress (4): 252 kB | 120 kB | 192/231 kB | 94/575 kB
Progress (4): 252 kB | 120 kB | 192/231 kB | 98/575 kB
Progress (4): 252 kB | 120 kB | 196/231 kB | 98/575 kB
Progress (4): 252 kB | 120 kB | 196/231 kB | 98/575 kB
Progress (4): 252 kB | 120 kB | 197/231 kB | 98/575 kB
Progress (4): 252 kB | 120 kB | 197/231 kB | 102/575 kB
Progress (4): 252 kB | 120 kB | 201/231 kB | 102/575 kB
Progress (4): 252 kB | 120 kB | 201/231 kB | 106/575 kB
Progress (4): 252 kB | 120 kB | 205/231 kB | 106/575 kB
Progress (4): 252 kB | 120 kB | 205/231 kB | 110/575 kB
Progress (4): 252 kB | 120 kB | 209/231 kB | 110/575 kB
Progress (4): 252 kB | 120 kB | 209/231 kB | 114/575 kB
Progress (4): 252 kB | 120 kB | 213/231 kB | 114/575 kB
Progress (4): 252 kB | 120 kB | 213/231 kB | 118/575 kB
Progress (4): 252 kB | 120 kB | 217/231 kB | 118/575 kB
Progress (4): 252 kB | 120 kB | 217/231 kB | 122/575 kB
Progress (4): 252 kB | 120 kB | 221/231 kB | 122/575 kB
Progress (4): 252 kB | 120 kB | 221/231 kB | 126/575 kB
Progress (4): 252 kB | 120 kB | 225/231 kB | 126/575 kB
Progress (4): 252 kB | 120 kB | 225/231 kB | 130/575 kB
Progress (4): 252 kB | 120 kB | 229/231 kB | 130/575 kB
Progress (4): 252 kB | 120 kB | 229/231 kB | 131/575 kB
Progress (4): 252 kB | 120 kB | 231 kB | 131/575 kB    
Progress (5): 252 kB | 120 kB | 231 kB | 131/575 kB | 4.1/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 131/575 kB | 7.7/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 131/575 kB | 12/50 kB 
Progress (5): 252 kB | 120 kB | 231 kB | 131/575 kB | 16/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 131/575 kB | 20/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 20/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 24/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 28/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 32/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 36/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 40/50 kB
Progress (5): 252 kB | 120 kB | 231 kB | 135/575 kB | 44/50 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 37 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.jar
Progress (4): 252 kB | 120 kB | 139/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 143/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 147/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 151/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 155/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 159/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 163/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 164/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 168/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 172/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 176/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 180/575 kB | 44/50 kB
Progress (4): 252 kB | 120 kB | 180/575 kB | 48/50 kB
Progress (4): 252 kB | 120 kB | 184/575 kB | 48/50 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 40 kB/s)
Progress (3): 120 kB | 188/575 kB | 48/50 kB
Progress (3): 120 kB | 188/575 kB | 50 kB   
Progress (3): 120 kB | 192/575 kB | 50 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): 120 kB | 196/575 kB | 50 kB
Progress (3): 120 kB | 197/575 kB | 50 kB
Progress (3): 120 kB | 201/575 kB | 50 kB
Progress (3): 120 kB | 205/575 kB | 50 kB
Progress (3): 120 kB | 209/575 kB | 50 kB
Progress (3): 120 kB | 213/575 kB | 50 kB
Progress (3): 120 kB | 217/575 kB | 50 kB
Progress (4): 120 kB | 217/575 kB | 50 kB | 4.1/148 kB
Progress (4): 120 kB | 217/575 kB | 50 kB | 7.7/148 kB
Progress (4): 120 kB | 221/575 kB | 50 kB | 7.7/148 kB
Progress (4): 120 kB | 221/575 kB | 50 kB | 12/148 kB 
Progress (4): 120 kB | 225/575 kB | 50 kB | 12/148 kB
Progress (4): 120 kB | 225/575 kB | 50 kB | 16/148 kB
Progress (4): 120 kB | 229/575 kB | 50 kB | 16/148 kB
Progress (4): 120 kB | 229/575 kB | 50 kB | 20/148 kB
Progress (4): 120 kB | 229/575 kB | 50 kB | 24/148 kB
Progress (4): 120 kB | 233/575 kB | 50 kB | 24/148 kB
Progress (4): 120 kB | 233/575 kB | 50 kB | 28/148 kB
Progress (4): 120 kB | 233/575 kB | 50 kB | 32/148 kB
Progress (4): 120 kB | 237/575 kB | 50 kB | 32/148 kB
Progress (4): 120 kB | 237/575 kB | 50 kB | 33/148 kB
Progress (4): 120 kB | 241/575 kB | 50 kB | 33/148 kB
Progress (4): 120 kB | 241/575 kB | 50 kB | 37/148 kB
Progress (4): 120 kB | 245/575 kB | 50 kB | 37/148 kB
Progress (4): 120 kB | 245/575 kB | 50 kB | 41/148 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 7.9 kB/s)
Progress (3): 120 kB | 245/575 kB | 45/148 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 (3): 120 kB | 249/575 kB | 45/148 kB
Progress (3): 120 kB | 253/575 kB | 45/148 kB
Progress (4): 120 kB | 253/575 kB | 45/148 kB | 4.1/640 kB
Progress (4): 120 kB | 253/575 kB | 45/148 kB | 7.7/640 kB
Progress (4): 120 kB | 253/575 kB | 49/148 kB | 7.7/640 kB
Progress (4): 120 kB | 253/575 kB | 49/148 kB | 12/640 kB 
Progress (4): 120 kB | 257/575 kB | 49/148 kB | 12/640 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 19 kB/s)
Progress (3): 261/575 kB | 49/148 kB | 12/640 kB
Progress (3): 261/575 kB | 49/148 kB | 16/640 kB
Progress (3): 261/575 kB | 53/148 kB | 16/640 kB
Progress (3): 261/575 kB | 53/148 kB | 20/640 kB
Progress (3): 265/575 kB | 53/148 kB | 20/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): 269/575 kB | 53/148 kB | 20/640 kB
Progress (3): 269/575 kB | 53/148 kB | 24/640 kB
Progress (3): 273/575 kB | 53/148 kB | 24/640 kB
Progress (3): 273/575 kB | 53/148 kB | 28/640 kB
Progress (3): 273/575 kB | 57/148 kB | 28/640 kB
Progress (3): 273/575 kB | 57/148 kB | 32/640 kB
Progress (3): 273/575 kB | 61/148 kB | 32/640 kB
Progress (3): 277/575 kB | 61/148 kB | 32/640 kB
Progress (3): 277/575 kB | 65/148 kB | 32/640 kB
Progress (3): 277/575 kB | 65/148 kB | 33/640 kB
Progress (3): 281/575 kB | 65/148 kB | 33/640 kB
Progress (3): 281/575 kB | 66/148 kB | 33/640 kB
Progress (3): 285/575 kB | 66/148 kB | 33/640 kB
Progress (3): 285/575 kB | 70/148 kB | 33/640 kB
Progress (3): 289/575 kB | 70/148 kB | 33/640 kB
Progress (3): 293/575 kB | 70/148 kB | 33/640 kB
Progress (3): 293/575 kB | 70/148 kB | 37/640 kB
Progress (3): 293/575 kB | 74/148 kB | 37/640 kB
Progress (3): 293/575 kB | 74/148 kB | 41/640 kB
Progress (3): 297/575 kB | 74/148 kB | 41/640 kB
Progress (3): 297/575 kB | 74/148 kB | 45/640 kB
Progress (3): 297/575 kB | 74/148 kB | 49/640 kB
Progress (3): 297/575 kB | 78/148 kB | 49/640 kB
Progress (3): 297/575 kB | 78/148 kB | 53/640 kB
Progress (3): 301/575 kB | 78/148 kB | 53/640 kB
Progress (3): 301/575 kB | 78/148 kB | 57/640 kB
Progress (3): 305/575 kB | 78/148 kB | 57/640 kB
Progress (3): 305/575 kB | 82/148 kB | 57/640 kB
Progress (3): 309/575 kB | 82/148 kB | 57/640 kB
Progress (3): 309/575 kB | 82/148 kB | 61/640 kB
Progress (3): 309/575 kB | 86/148 kB | 61/640 kB
Progress (3): 309/575 kB | 86/148 kB | 65/640 kB
Progress (3): 313/575 kB | 86/148 kB | 65/640 kB
Progress (3): 313/575 kB | 86/148 kB | 66/640 kB
Progress (3): 313/575 kB | 90/148 kB | 66/640 kB
Progress (3): 313/575 kB | 90/148 kB | 70/640 kB
Progress (3): 317/575 kB | 90/148 kB | 70/640 kB
Progress (3): 317/575 kB | 90/148 kB | 74/640 kB
Progress (3): 317/575 kB | 94/148 kB | 74/640 kB
Progress (3): 317/575 kB | 94/148 kB | 78/640 kB
Progress (3): 321/575 kB | 94/148 kB | 78/640 kB
Progress (4): 321/575 kB | 94/148 kB | 78/640 kB | 4.1/12 kB
Progress (4): 321/575 kB | 94/148 kB | 82/640 kB | 4.1/12 kB
Progress (4): 321/575 kB | 98/148 kB | 82/640 kB | 4.1/12 kB
Progress (4): 321/575 kB | 98/148 kB | 86/640 kB | 4.1/12 kB
Progress (4): 321/575 kB | 98/148 kB | 86/640 kB | 7.7/12 kB
Progress (4): 325/575 kB | 98/148 kB | 86/640 kB | 7.7/12 kB
Progress (4): 325/575 kB | 98/148 kB | 86/640 kB | 12/12 kB 
Progress (4): 325/575 kB | 98/148 kB | 86/640 kB | 12 kB   
Progress (4): 325/575 kB | 98/148 kB | 90/640 kB | 12 kB
Progress (4): 325/575 kB | 98/148 kB | 90/640 kB | 12 kB
Progress (4): 325/575 kB | 98/148 kB | 94/640 kB | 12 kB
Progress (5): 325/575 kB | 98/148 kB | 94/640 kB | 12 kB | 4.1/12 kB
Progress (5): 329/575 kB | 98/148 kB | 94/640 kB | 12 kB | 4.1/12 kB
Progress (5): 329/575 kB | 98/148 kB | 94/640 kB | 12 kB | 7.7/12 kB
Progress (5): 329/575 kB | 98/148 kB | 98/640 kB | 12 kB | 7.7/12 kB
Progress (5): 329/575 kB | 102/148 kB | 98/640 kB | 12 kB | 7.7/12 kB
Progress (5): 329/575 kB | 102/148 kB | 98/640 kB | 12 kB | 7.7/12 kB
Progress (5): 329/575 kB | 102/148 kB | 98/640 kB | 12 kB | 12/12 kB 
Progress (5): 329/575 kB | 102/148 kB | 98/640 kB | 12 kB | 12 kB   
Progress (5): 333/575 kB | 102/148 kB | 98/640 kB | 12 kB | 12 kB
Progress (5): 333/575 kB | 102/148 kB | 102/640 kB | 12 kB | 12 kB
Progress (5): 333/575 kB | 102/148 kB | 106/640 kB | 12 kB | 12 kB
Progress (5): 333/575 kB | 106/148 kB | 106/640 kB | 12 kB | 12 kB
Progress (5): 333/575 kB | 106/148 kB | 110/640 kB | 12 kB | 12 kB
Progress (5): 337/575 kB | 106/148 kB | 110/640 kB | 12 kB | 12 kB
Progress (5): 337/575 kB | 106/148 kB | 114/640 kB | 12 kB | 12 kB
Progress (5): 337/575 kB | 110/148 kB | 114/640 kB | 12 kB | 12 kB
Progress (5): 337/575 kB | 110/148 kB | 118/640 kB | 12 kB | 12 kB
Progress (5): 341/575 kB | 110/148 kB | 118/640 kB | 12 kB | 12 kB
Progress (5): 341/575 kB | 110/148 kB | 122/640 kB | 12 kB | 12 kB
Progress (5): 341/575 kB | 114/148 kB | 122/640 kB | 12 kB | 12 kB
Progress (5): 341/575 kB | 114/148 kB | 126/640 kB | 12 kB | 12 kB
Progress (5): 345/575 kB | 114/148 kB | 126/640 kB | 12 kB | 12 kB
Progress (5): 345/575 kB | 114/148 kB | 130/640 kB | 12 kB | 12 kB
Progress (5): 345/575 kB | 118/148 kB | 130/640 kB | 12 kB | 12 kB
Progress (5): 345/575 kB | 118/148 kB | 131/640 kB | 12 kB | 12 kB
Progress (5): 349/575 kB | 118/148 kB | 131/640 kB | 12 kB | 12 kB
Progress (5): 349/575 kB | 118/148 kB | 135/640 kB | 12 kB | 12 kB
Progress (5): 349/575 kB | 122/148 kB | 135/640 kB | 12 kB | 12 kB
Progress (5): 349/575 kB | 122/148 kB | 139/640 kB | 12 kB | 12 kB
Progress (5): 353/575 kB | 122/148 kB | 139/640 kB | 12 kB | 12 kB
Progress (5): 353/575 kB | 122/148 kB | 143/640 kB | 12 kB | 12 kB
Progress (5): 353/575 kB | 126/148 kB | 143/640 kB | 12 kB | 12 kB
Progress (5): 353/575 kB | 126/148 kB | 147/640 kB | 12 kB | 12 kB
Progress (5): 357/575 kB | 126/148 kB | 147/640 kB | 12 kB | 12 kB
Progress (5): 357/575 kB | 126/148 kB | 151/640 kB | 12 kB | 12 kB
Progress (5): 357/575 kB | 130/148 kB | 151/640 kB | 12 kB | 12 kB
Progress (5): 357/575 kB | 130/148 kB | 155/640 kB | 12 kB | 12 kB
Progress (5): 361/575 kB | 130/148 kB | 155/640 kB | 12 kB | 12 kB
Progress (5): 361/575 kB | 130/148 kB | 159/640 kB | 12 kB | 12 kB
Progress (5): 361/575 kB | 134/148 kB | 159/640 kB | 12 kB | 12 kB
Progress (5): 361/575 kB | 134/148 kB | 163/640 kB | 12 kB | 12 kB
Progress (5): 365/575 kB | 134/148 kB | 163/640 kB | 12 kB | 12 kB
Progress (5): 365/575 kB | 134/148 kB | 167/640 kB | 12 kB | 12 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 1.9 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.jar
Progress (4): 365/575 kB | 138/148 kB | 167/640 kB | 12 kB
Progress (4): 365/575 kB | 138/148 kB | 171/640 kB | 12 kB
Progress (4): 369/575 kB | 138/148 kB | 171/640 kB | 12 kB
Progress (4): 369/575 kB | 142/148 kB | 171/640 kB | 12 kB
Progress (4): 373/575 kB | 142/148 kB | 171/640 kB | 12 kB
Progress (4): 373/575 kB | 142/148 kB | 175/640 kB | 12 kB
Progress (4): 377/575 kB | 142/148 kB | 175/640 kB | 12 kB
Progress (4): 377/575 kB | 146/148 kB | 175/640 kB | 12 kB
Progress (4): 381/575 kB | 146/148 kB | 175/640 kB | 12 kB
Progress (4): 381/575 kB | 146/148 kB | 179/640 kB | 12 kB
Progress (4): 385/575 kB | 146/148 kB | 179/640 kB | 12 kB
Progress (4): 385/575 kB | 148 kB | 179/640 kB | 12 kB    
Progress (4): 389/575 kB | 148 kB | 179/640 kB | 12 kB
Progress (4): 389/575 kB | 148 kB | 183/640 kB | 12 kB
Progress (4): 393/575 kB | 148 kB | 183/640 kB | 12 kB
Progress (4): 393/575 kB | 148 kB | 187/640 kB | 12 kB
Progress (4): 397/575 kB | 148 kB | 187/640 kB | 12 kB
Progress (4): 397/575 kB | 148 kB | 191/640 kB | 12 kB
Progress (4): 401/575 kB | 148 kB | 191/640 kB | 12 kB
Progress (4): 401/575 kB | 148 kB | 195/640 kB | 12 kB
Progress (4): 405/575 kB | 148 kB | 195/640 kB | 12 kB
Progress (4): 405/575 kB | 148 kB | 199/640 kB | 12 kB
Progress (4): 409/575 kB | 148 kB | 199/640 kB | 12 kB
Progress (4): 409/575 kB | 148 kB | 203/640 kB | 12 kB
Progress (4): 413/575 kB | 148 kB | 203/640 kB | 12 kB
Progress (4): 413/575 kB | 148 kB | 207/640 kB | 12 kB
Progress (4): 417/575 kB | 148 kB | 207/640 kB | 12 kB
Progress (4): 417/575 kB | 148 kB | 211/640 kB | 12 kB
Progress (4): 421/575 kB | 148 kB | 211/640 kB | 12 kB
Progress (4): 421/575 kB | 148 kB | 215/640 kB | 12 kB
Progress (4): 425/575 kB | 148 kB | 215/640 kB | 12 kB
Progress (4): 425/575 kB | 148 kB | 219/640 kB | 12 kB
Progress (4): 429/575 kB | 148 kB | 219/640 kB | 12 kB
Progress (4): 429/575 kB | 148 kB | 223/640 kB | 12 kB
Progress (4): 433/575 kB | 148 kB | 223/640 kB | 12 kB
Progress (4): 433/575 kB | 148 kB | 227/640 kB | 12 kB
Progress (4): 437/575 kB | 148 kB | 227/640 kB | 12 kB
Progress (4): 437/575 kB | 148 kB | 231/640 kB | 12 kB
Progress (4): 441/575 kB | 148 kB | 231/640 kB | 12 kB
Progress (4): 441/575 kB | 148 kB | 235/640 kB | 12 kB
Progress (4): 445/575 kB | 148 kB | 235/640 kB | 12 kB
Progress (4): 445/575 kB | 148 kB | 239/640 kB | 12 kB
Progress (4): 449/575 kB | 148 kB | 239/640 kB | 12 kB
Progress (4): 449/575 kB | 148 kB | 243/640 kB | 12 kB
Progress (4): 449/575 kB | 148 kB | 247/640 kB | 12 kB
Progress (4): 453/575 kB | 148 kB | 247/640 kB | 12 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 23 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.jar
Progress (3): 453/575 kB | 251/640 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 1.8 kB/s)
Progress (2): 457/575 kB | 251/640 kB
                                     
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 (2): 457/575 kB | 255/640 kB
Progress (2): 461/575 kB | 255/640 kB
Progress (2): 461/575 kB | 259/640 kB
Progress (2): 465/575 kB | 259/640 kB
Progress (2): 465/575 kB | 263/640 kB
Progress (2): 469/575 kB | 263/640 kB
Progress (2): 469/575 kB | 267/640 kB
Progress (2): 473/575 kB | 267/640 kB
Progress (2): 473/575 kB | 271/640 kB
Progress (2): 477/575 kB | 271/640 kB
Progress (2): 477/575 kB | 275/640 kB
Progress (2): 481/575 kB | 275/640 kB
Progress (2): 481/575 kB | 279/640 kB
Progress (2): 485/575 kB | 279/640 kB
Progress (2): 485/575 kB | 283/640 kB
Progress (2): 489/575 kB | 283/640 kB
Progress (2): 489/575 kB | 287/640 kB
Progress (2): 493/575 kB | 287/640 kB
Progress (2): 493/575 kB | 291/640 kB
Progress (2): 497/575 kB | 291/640 kB
Progress (2): 497/575 kB | 295/640 kB
Progress (2): 501/575 kB | 295/640 kB
Progress (2): 501/575 kB | 299/640 kB
Progress (2): 505/575 kB | 299/640 kB
Progress (2): 505/575 kB | 303/640 kB
Progress (2): 509/575 kB | 303/640 kB
Progress (2): 509/575 kB | 307/640 kB
Progress (2): 513/575 kB | 307/640 kB
Progress (2): 513/575 kB | 311/640 kB
Progress (2): 517/575 kB | 311/640 kB
Progress (2): 517/575 kB | 315/640 kB
Progress (2): 521/575 kB | 315/640 kB
Progress (2): 521/575 kB | 319/640 kB
Progress (2): 525/575 kB | 319/640 kB
Progress (2): 525/575 kB | 323/640 kB
Progress (2): 529/575 kB | 323/640 kB
Progress (2): 529/575 kB | 327/640 kB
Progress (2): 533/575 kB | 327/640 kB
Progress (2): 533/575 kB | 331/640 kB
Progress (2): 537/575 kB | 331/640 kB
Progress (2): 537/575 kB | 335/640 kB
Progress (2): 541/575 kB | 335/640 kB
Progress (2): 541/575 kB | 339/640 kB
Progress (2): 545/575 kB | 339/640 kB
Progress (2): 545/575 kB | 343/640 kB
Progress (2): 549/575 kB | 343/640 kB
Progress (2): 549/575 kB | 347/640 kB
Progress (2): 553/575 kB | 347/640 kB
Progress (2): 553/575 kB | 351/640 kB
Progress (2): 557/575 kB | 351/640 kB
Progress (2): 557/575 kB | 355/640 kB
Progress (2): 561/575 kB | 355/640 kB
Progress (2): 561/575 kB | 359/640 kB
Progress (2): 565/575 kB | 359/640 kB
Progress (2): 565/575 kB | 363/640 kB
Progress (2): 569/575 kB | 363/640 kB
Progress (2): 569/575 kB | 367/640 kB
Progress (2): 573/575 kB | 367/640 kB
Progress (2): 573/575 kB | 371/640 kB
Progress (2): 575 kB | 371/640 kB    
Progress (2): 575 kB | 375/640 kB
Progress (3): 575 kB | 375/640 kB | 4.1/23 kB
Progress (3): 575 kB | 379/640 kB | 4.1/23 kB
Progress (3): 575 kB | 379/640 kB | 7.7/23 kB
Progress (3): 575 kB | 383/640 kB | 7.7/23 kB
Progress (3): 575 kB | 383/640 kB | 12/23 kB 
Progress (3): 575 kB | 387/640 kB | 12/23 kB
Progress (3): 575 kB | 387/640 kB | 16/23 kB
Progress (3): 575 kB | 391/640 kB | 16/23 kB
Progress (3): 575 kB | 391/640 kB | 20/23 kB
Progress (3): 575 kB | 395/640 kB | 20/23 kB
Progress (3): 575 kB | 395/640 kB | 23 kB   
Progress (3): 575 kB | 399/640 kB | 23 kB
Progress (3): 575 kB | 403/640 kB | 23 kB
Progress (3): 575 kB | 407/640 kB | 23 kB
Progress (3): 575 kB | 411/640 kB | 23 kB
Progress (3): 575 kB | 415/640 kB | 23 kB
Progress (3): 575 kB | 419/640 kB | 23 kB
Progress (3): 575 kB | 423/640 kB | 23 kB
Progress (3): 575 kB | 427/640 kB | 23 kB
Progress (3): 575 kB | 431/640 kB | 23 kB
Progress (3): 575 kB | 435/640 kB | 23 kB
Progress (3): 575 kB | 439/640 kB | 23 kB
Progress (3): 575 kB | 443/640 kB | 23 kB
Progress (3): 575 kB | 447/640 kB | 23 kB
Progress (3): 575 kB | 451/640 kB | 23 kB
Progress (3): 575 kB | 455/640 kB | 23 kB
Progress (3): 575 kB | 459/640 kB | 23 kB
Progress (3): 575 kB | 463/640 kB | 23 kB
Progress (3): 575 kB | 467/640 kB | 23 kB
Progress (3): 575 kB | 471/640 kB | 23 kB
Progress (3): 575 kB | 475/640 kB | 23 kB
Progress (3): 575 kB | 479/640 kB | 23 kB
Progress (3): 575 kB | 483/640 kB | 23 kB
Progress (3): 575 kB | 487/640 kB | 23 kB
Progress (3): 575 kB | 491/640 kB | 23 kB
Progress (3): 575 kB | 495/640 kB | 23 kB
Progress (3): 575 kB | 499/640 kB | 23 kB
Progress (3): 575 kB | 503/640 kB | 23 kB
Progress (3): 575 kB | 507/640 kB | 23 kB
Progress (3): 575 kB | 511/640 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 3.6 kB/s)
Progress (2): 575 kB | 515/640 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 (2): 575 kB | 519/640 kB
Progress (2): 575 kB | 523/640 kB
Progress (2): 575 kB | 527/640 kB
Progress (2): 575 kB | 531/640 kB
Progress (2): 575 kB | 535/640 kB
Progress (2): 575 kB | 539/640 kB
Progress (2): 575 kB | 543/640 kB
Progress (2): 575 kB | 547/640 kB
Progress (3): 575 kB | 547/640 kB | 4.1/482 kB
Progress (3): 575 kB | 551/640 kB | 4.1/482 kB
Progress (3): 575 kB | 551/640 kB | 7.7/482 kB
Progress (3): 575 kB | 555/640 kB | 7.7/482 kB
Progress (3): 575 kB | 555/640 kB | 12/482 kB 
Progress (3): 575 kB | 559/640 kB | 12/482 kB
Progress (3): 575 kB | 559/640 kB | 16/482 kB
Progress (3): 575 kB | 563/640 kB | 16/482 kB
Progress (3): 575 kB | 563/640 kB | 20/482 kB
Progress (3): 575 kB | 567/640 kB | 20/482 kB
Progress (3): 575 kB | 567/640 kB | 24/482 kB
Progress (3): 575 kB | 571/640 kB | 24/482 kB
Progress (3): 575 kB | 571/640 kB | 28/482 kB
Progress (3): 575 kB | 575/640 kB | 28/482 kB
Progress (3): 575 kB | 575/640 kB | 32/482 kB
Progress (3): 575 kB | 579/640 kB | 32/482 kB
Progress (3): 575 kB | 579/640 kB | 33/482 kB
Progress (3): 575 kB | 583/640 kB | 33/482 kB
Progress (3): 575 kB | 583/640 kB | 37/482 kB
Progress (3): 575 kB | 587/640 kB | 37/482 kB
Progress (3): 575 kB | 587/640 kB | 41/482 kB
Progress (3): 575 kB | 591/640 kB | 41/482 kB
Progress (3): 575 kB | 591/640 kB | 45/482 kB
Progress (3): 575 kB | 595/640 kB | 45/482 kB
Progress (3): 575 kB | 595/640 kB | 49/482 kB
Progress (3): 575 kB | 599/640 kB | 49/482 kB
Progress (3): 575 kB | 599/640 kB | 53/482 kB
Progress (3): 575 kB | 603/640 kB | 53/482 kB
Progress (3): 575 kB | 603/640 kB | 57/482 kB
Progress (3): 575 kB | 607/640 kB | 57/482 kB
Progress (3): 575 kB | 607/640 kB | 61/482 kB
Progress (3): 575 kB | 611/640 kB | 61/482 kB
Progress (3): 575 kB | 611/640 kB | 65/482 kB
Progress (3): 575 kB | 615/640 kB | 65/482 kB
Progress (3): 575 kB | 615/640 kB | 66/482 kB
Progress (3): 575 kB | 619/640 kB | 66/482 kB
Progress (3): 575 kB | 619/640 kB | 70/482 kB
Progress (3): 575 kB | 623/640 kB | 70/482 kB
Progress (3): 575 kB | 623/640 kB | 74/482 kB
Progress (3): 575 kB | 627/640 kB | 74/482 kB
Progress (3): 575 kB | 627/640 kB | 78/482 kB
Progress (3): 575 kB | 631/640 kB | 78/482 kB
Progress (3): 575 kB | 631/640 kB | 82/482 kB
Progress (3): 575 kB | 635/640 kB | 82/482 kB
Progress (3): 575 kB | 635/640 kB | 86/482 kB
Progress (3): 575 kB | 639/640 kB | 86/482 kB
Progress (3): 575 kB | 639/640 kB | 90/482 kB
Progress (3): 575 kB | 640 kB | 90/482 kB    
Progress (3): 575 kB | 640 kB | 94/482 kB
Progress (3): 575 kB | 640 kB | 98/482 kB
Progress (3): 575 kB | 640 kB | 98/482 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 89 kB/s)
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 99 kB/s)
Progress (2): 98/482 kB | 4.1/284 kB
Progress (2): 98/482 kB | 7.7/284 kB
Progress (2): 98/482 kB | 12/284 kB 
Progress (2): 98/482 kB | 16/284 kB
Progress (2): 98/482 kB | 20/284 kB
Progress (2): 98/482 kB | 24/284 kB
Progress (2): 98/482 kB | 28/284 kB
Progress (2): 98/482 kB | 32/284 kB
Progress (2): 98/482 kB | 33/284 kB
Progress (2): 98/482 kB | 37/284 kB
Progress (2): 98/482 kB | 41/284 kB
Progress (2): 98/482 kB | 45/284 kB
Progress (2): 98/482 kB | 49/284 kB
Progress (2): 98/482 kB | 53/284 kB
Progress (2): 98/482 kB | 57/284 kB
Progress (2): 98/482 kB | 61/284 kB
Progress (2): 98/482 kB | 65/284 kB
Progress (2): 98/482 kB | 66/284 kB
Progress (2): 98/482 kB | 70/284 kB
Progress (2): 98/482 kB | 74/284 kB
Progress (2): 98/482 kB | 78/284 kB
Progress (2): 98/482 kB | 82/284 kB
Progress (2): 98/482 kB | 86/284 kB
Progress (2): 98/482 kB | 90/284 kB
Progress (2): 98/482 kB | 94/284 kB
Progress (2): 98/482 kB | 98/284 kB
Progress (2): 98/482 kB | 98/284 kB
Progress (2): 98/482 kB | 102/284 kB
Progress (2): 98/482 kB | 106/284 kB
Progress (2): 98/482 kB | 110/284 kB
Progress (2): 98/482 kB | 114/284 kB
Progress (2): 98/482 kB | 118/284 kB
Progress (2): 98/482 kB | 122/284 kB
Progress (2): 98/482 kB | 126/284 kB
Progress (2): 98/482 kB | 130/284 kB
Progress (2): 102/482 kB | 130/284 kB
Progress (2): 102/482 kB | 131/284 kB
Progress (2): 102/482 kB | 135/284 kB
Progress (2): 102/482 kB | 139/284 kB
Progress (2): 106/482 kB | 139/284 kB
Progress (2): 106/482 kB | 143/284 kB
Progress (2): 106/482 kB | 147/284 kB
Progress (2): 110/482 kB | 147/284 kB
Progress (2): 110/482 kB | 151/284 kB
Progress (2): 114/482 kB | 151/284 kB
Progress (2): 114/482 kB | 155/284 kB
Progress (2): 118/482 kB | 155/284 kB
Progress (2): 118/482 kB | 159/284 kB
Progress (2): 122/482 kB | 159/284 kB
Progress (2): 122/482 kB | 163/284 kB
Progress (2): 126/482 kB | 163/284 kB
Progress (2): 126/482 kB | 164/284 kB
Progress (2): 130/482 kB | 164/284 kB
Progress (2): 131/482 kB | 164/284 kB
Progress (2): 131/482 kB | 168/284 kB
Progress (2): 135/482 kB | 168/284 kB
Progress (2): 135/482 kB | 172/284 kB
Progress (2): 139/482 kB | 172/284 kB
Progress (2): 139/482 kB | 176/284 kB
Progress (2): 143/482 kB | 176/284 kB
Progress (2): 143/482 kB | 180/284 kB
Progress (2): 147/482 kB | 180/284 kB
Progress (2): 147/482 kB | 184/284 kB
Progress (2): 151/482 kB | 184/284 kB
Progress (2): 151/482 kB | 188/284 kB
Progress (2): 155/482 kB | 188/284 kB
Progress (2): 155/482 kB | 192/284 kB
Progress (2): 159/482 kB | 192/284 kB
Progress (2): 159/482 kB | 196/284 kB
Progress (2): 163/482 kB | 196/284 kB
Progress (2): 164/482 kB | 196/284 kB
Progress (2): 164/482 kB | 200/284 kB
Progress (2): 168/482 kB | 200/284 kB
Progress (2): 168/482 kB | 204/284 kB
Progress (2): 172/482 kB | 204/284 kB
Progress (2): 172/482 kB | 208/284 kB
Progress (2): 176/482 kB | 208/284 kB
Progress (2): 176/482 kB | 212/284 kB
Progress (2): 180/482 kB | 212/284 kB
Progress (2): 180/482 kB | 216/284 kB
Progress (2): 184/482 kB | 216/284 kB
Progress (2): 184/482 kB | 220/284 kB
Progress (2): 188/482 kB | 220/284 kB
Progress (2): 188/482 kB | 224/284 kB
Progress (2): 192/482 kB | 224/284 kB
Progress (2): 192/482 kB | 228/284 kB
Progress (2): 196/482 kB | 228/284 kB
Progress (2): 196/482 kB | 232/284 kB
Progress (2): 197/482 kB | 232/284 kB
Progress (2): 197/482 kB | 236/284 kB
Progress (2): 201/482 kB | 236/284 kB
Progress (2): 201/482 kB | 240/284 kB
Progress (2): 205/482 kB | 240/284 kB
Progress (2): 205/482 kB | 244/284 kB
Progress (2): 209/482 kB | 244/284 kB
Progress (2): 209/482 kB | 248/284 kB
Progress (2): 213/482 kB | 248/284 kB
Progress (2): 213/482 kB | 252/284 kB
Progress (2): 217/482 kB | 252/284 kB
Progress (2): 217/482 kB | 256/284 kB
Progress (2): 221/482 kB | 256/284 kB
Progress (2): 221/482 kB | 260/284 kB
Progress (2): 225/482 kB | 260/284 kB
Progress (2): 225/482 kB | 264/284 kB
Progress (2): 229/482 kB | 264/284 kB
Progress (2): 229/482 kB | 268/284 kB
Progress (2): 229/482 kB | 268/284 kB
Progress (2): 229/482 kB | 272/284 kB
Progress (2): 233/482 kB | 272/284 kB
Progress (2): 233/482 kB | 276/284 kB
Progress (2): 237/482 kB | 276/284 kB
Progress (2): 237/482 kB | 280/284 kB
Progress (2): 241/482 kB | 280/284 kB
Progress (2): 241/482 kB | 284/284 kB
Progress (2): 245/482 kB | 284/284 kB
Progress (2): 245/482 kB | 284 kB    
Progress (2): 249/482 kB | 284 kB
Progress (2): 253/482 kB | 284 kB
Progress (2): 257/482 kB | 284 kB
Progress (2): 261/482 kB | 284 kB
Progress (2): 262/482 kB | 284 kB
Progress (2): 266/482 kB | 284 kB
Progress (2): 270/482 kB | 284 kB
Progress (2): 274/482 kB | 284 kB
Progress (2): 278/482 kB | 284 kB
Progress (2): 282/482 kB | 284 kB
Progress (2): 286/482 kB | 284 kB
Progress (2): 290/482 kB | 284 kB
Progress (2): 294/482 kB | 284 kB
Progress (2): 298/482 kB | 284 kB
Progress (2): 302/482 kB | 284 kB
Progress (2): 306/482 kB | 284 kB
Progress (2): 310/482 kB | 284 kB
Progress (2): 314/482 kB | 284 kB
Progress (2): 318/482 kB | 284 kB
Progress (2): 322/482 kB | 284 kB
Progress (2): 326/482 kB | 284 kB
Progress (2): 330/482 kB | 284 kB
Progress (2): 334/482 kB | 284 kB
Progress (2): 338/482 kB | 284 kB
Progress (2): 342/482 kB | 284 kB
Progress (2): 346/482 kB | 284 kB
Progress (2): 350/482 kB | 284 kB
Progress (2): 354/482 kB | 284 kB
Progress (2): 358/482 kB | 284 kB
Progress (2): 362/482 kB | 284 kB
Progress (2): 366/482 kB | 284 kB
Progress (2): 370/482 kB | 284 kB
Progress (2): 374/482 kB | 284 kB
Progress (2): 378/482 kB | 284 kB
Progress (2): 382/482 kB | 284 kB
Progress (2): 386/482 kB | 284 kB
Progress (2): 390/482 kB | 284 kB
Progress (2): 394/482 kB | 284 kB
Progress (2): 398/482 kB | 284 kB
Progress (2): 402/482 kB | 284 kB
Progress (2): 406/482 kB | 284 kB
Progress (2): 410/482 kB | 284 kB
Progress (2): 414/482 kB | 284 kB
Progress (2): 418/482 kB | 284 kB
Progress (2): 422/482 kB | 284 kB
Progress (2): 426/482 kB | 284 kB
Progress (2): 430/482 kB | 284 kB
Progress (2): 434/482 kB | 284 kB
Progress (2): 438/482 kB | 284 kB
Progress (2): 442/482 kB | 284 kB
Progress (2): 446/482 kB | 284 kB
Progress (2): 450/482 kB | 284 kB
Progress (2): 454/482 kB | 284 kB
Progress (2): 458/482 kB | 284 kB
Progress (2): 462/482 kB | 284 kB
Progress (2): 466/482 kB | 284 kB
Progress (2): 470/482 kB | 284 kB
Progress (2): 474/482 kB | 284 kB
Progress (2): 478/482 kB | 284 kB
Progress (2): 482/482 kB | 284 kB
Progress (2): 482 kB | 284 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.jar (482 kB at 73 kB/s)
Progress (2): 284 kB | 4.1/182 kB
Progress (2): 284 kB | 7.7/182 kB
Progress (2): 284 kB | 12/182 kB 
Progress (2): 284 kB | 16/182 kB
Progress (2): 284 kB | 20/182 kB
Progress (2): 284 kB | 24/182 kB
Progress (2): 284 kB | 28/182 kB
Progress (2): 284 kB | 32/182 kB
Progress (2): 284 kB | 33/182 kB
Progress (2): 284 kB | 37/182 kB
Progress (2): 284 kB | 41/182 kB
Progress (2): 284 kB | 45/182 kB
Progress (2): 284 kB | 49/182 kB
Progress (2): 284 kB | 53/182 kB
Progress (2): 284 kB | 57/182 kB
Progress (2): 284 kB | 61/182 kB
Progress (2): 284 kB | 65/182 kB
Progress (2): 284 kB | 66/182 kB
Progress (2): 284 kB | 70/182 kB
Progress (2): 284 kB | 74/182 kB
Progress (2): 284 kB | 78/182 kB
Progress (2): 284 kB | 82/182 kB
Progress (2): 284 kB | 86/182 kB
Progress (2): 284 kB | 90/182 kB
Progress (2): 284 kB | 94/182 kB
Progress (2): 284 kB | 98/182 kB
Progress (2): 284 kB | 98/182 kB
Progress (2): 284 kB | 102/182 kB
Progress (2): 284 kB | 106/182 kB
Progress (2): 284 kB | 110/182 kB
Progress (2): 284 kB | 114/182 kB
Progress (2): 284 kB | 118/182 kB
Progress (2): 284 kB | 122/182 kB
Progress (2): 284 kB | 126/182 kB
Progress (2): 284 kB | 130/182 kB
Progress (2): 284 kB | 131/182 kB
Progress (2): 284 kB | 135/182 kB
Progress (2): 284 kB | 139/182 kB
Progress (2): 284 kB | 143/182 kB
Progress (2): 284 kB | 147/182 kB
Progress (2): 284 kB | 151/182 kB
Progress (2): 284 kB | 155/182 kB
Progress (2): 284 kB | 159/182 kB
Progress (2): 284 kB | 163/182 kB
Progress (2): 284 kB | 167/182 kB
Progress (2): 284 kB | 171/182 kB
Progress (2): 284 kB | 175/182 kB
Progress (2): 284 kB | 179/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 42 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 27 kB/s)
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/release
[INFO] Processing change of org.eclipse.collections:eclipse-collections-parent:10.1.0-SNAPSHOT -> 10.1.0.M1
[INFO] Processing org.eclipse.collections:eclipse-collections-parent
[INFO]     Updating project org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:acceptance-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections-api
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections-code-generator-maven-plugin
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections-code-generator
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections-forkjoin
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections-testutils
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:eclipse-collections
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:jcstress-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:jmh-scala-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:jmh-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:junit-trait-runner
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:p2-repository
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:performance-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:scala-unit-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:serialization-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:test-coverage
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:unit-tests-java8
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:unit-tests
[INFO]     Updating parent org.eclipse.collections:eclipse-collections-parent
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] Processing org.eclipse.collections:org.eclipse.collections
[INFO]     Updating parent org.eclipse.collections:p2-repository
[INFO]         from version 10.1.0-SNAPSHOT to 10.1.0.M1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0-SNAPSHOT:
[INFO] 
[INFO] Eclipse Collections Parent Project ................. SUCCESS [ 19.895 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:51 min
[INFO] Finished at: 2019-11-22T11:43:36Z
[INFO] ------------------------------------------------------------------------
[release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DNEW_VERSION=10.1.0.M1 -Dmaven.repo.local=/home/jenkins/agent/workspace/release/.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.M1             [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.1 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): 33/167 kB
Progress (1): 37/167 kB
Progress (1): 41/167 kB
Progress (1): 45/167 kB
Progress (1): 49/167 kB
Progress (1): 53/167 kB
Progress (1): 57/167 kB
Progress (1): 61/167 kB
Progress (1): 65/167 kB
Progress (1): 66/167 kB
Progress (1): 70/167 kB
Progress (1): 74/167 kB
Progress (1): 78/167 kB
Progress (1): 82/167 kB
Progress (1): 86/167 kB
Progress (1): 90/167 kB
Progress (1): 94/167 kB
Progress (1): 98/167 kB
Progress (1): 98/167 kB
Progress (1): 102/167 kB
Progress (1): 106/167 kB
Progress (1): 110/167 kB
Progress (1): 114/167 kB
Progress (1): 118/167 kB
Progress (1): 122/167 kB
Progress (1): 126/167 kB
Progress (1): 130/167 kB
Progress (1): 134/167 kB
Progress (1): 138/167 kB
Progress (1): 142/167 kB
Progress (1): 146/167 kB
Progress (1): 150/167 kB
Progress (1): 154/167 kB
Progress (1): 158/167 kB
Progress (1): 162/167 kB
Progress (1): 166/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 3.0 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 235 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 160 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 415 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 920 kB/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): 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/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.7 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 2.3 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 30 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 76 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 2.2 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 614 kB/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.4 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 429 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.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 44 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 61 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 346 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/junit/junit/4.11/junit-4.11.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/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/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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 50 kB/s)
Progress (1): 4.1/245 kB
Progress (2): 4.1/245 kB | 4.1/45 kB
Progress (2): 7.7/245 kB | 4.1/45 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Progress (2): 12/245 kB | 4.1/45 kB
Progress (3): 12/245 kB | 4.1/45 kB | 4.1/195 kB
Progress (3): 12/245 kB | 4.1/45 kB | 7.7/195 kB
Progress (3): 12/245 kB | 7.7/45 kB | 7.7/195 kB
Progress (3): 12/245 kB | 7.7/45 kB | 12/195 kB 
Progress (3): 16/245 kB | 7.7/45 kB | 12/195 kB
Progress (3): 16/245 kB | 12/45 kB | 12/195 kB 
Progress (3): 16/245 kB | 12/45 kB | 16/195 kB
Progress (3): 16/245 kB | 16/45 kB | 16/195 kB
Progress (3): 20/245 kB | 16/45 kB | 16/195 kB
Progress (3): 20/245 kB | 20/45 kB | 16/195 kB
Progress (3): 20/245 kB | 20/45 kB | 20/195 kB
Progress (3): 20/245 kB | 24/45 kB | 20/195 kB
Progress (3): 24/245 kB | 24/45 kB | 20/195 kB
Progress (3): 24/245 kB | 28/45 kB | 20/195 kB
Progress (3): 24/245 kB | 28/45 kB | 24/195 kB
Progress (3): 24/245 kB | 32/45 kB | 24/195 kB
Progress (3): 28/245 kB | 32/45 kB | 24/195 kB
Progress (3): 28/245 kB | 36/45 kB | 24/195 kB
Progress (3): 28/245 kB | 36/45 kB | 28/195 kB
Progress (3): 28/245 kB | 40/45 kB | 28/195 kB
Progress (3): 32/245 kB | 40/45 kB | 28/195 kB
Progress (3): 32/245 kB | 44/45 kB | 28/195 kB
Progress (3): 32/245 kB | 44/45 kB | 32/195 kB
Progress (3): 32/245 kB | 45 kB | 32/195 kB   
Progress (3): 36/245 kB | 45 kB | 32/195 kB
Progress (3): 36/245 kB | 45 kB | 36/195 kB
Progress (3): 40/245 kB | 45 kB | 36/195 kB
Progress (3): 40/245 kB | 45 kB | 40/195 kB
Progress (3): 44/245 kB | 45 kB | 40/195 kB
Progress (3): 44/245 kB | 45 kB | 44/195 kB
Progress (3): 48/245 kB | 45 kB | 44/195 kB
Progress (3): 48/245 kB | 45 kB | 48/195 kB
Progress (3): 52/245 kB | 45 kB | 48/195 kB
Progress (3): 52/245 kB | 45 kB | 52/195 kB
Progress (3): 56/245 kB | 45 kB | 52/195 kB
Progress (3): 56/245 kB | 45 kB | 56/195 kB
Progress (3): 60/245 kB | 45 kB | 56/195 kB
Progress (3): 60/245 kB | 45 kB | 60/195 kB
Progress (3): 64/245 kB | 45 kB | 60/195 kB
Progress (3): 64/245 kB | 45 kB | 64/195 kB
Progress (3): 68/245 kB | 45 kB | 64/195 kB
Progress (3): 68/245 kB | 45 kB | 68/195 kB
Progress (3): 72/245 kB | 45 kB | 68/195 kB
Progress (3): 72/245 kB | 45 kB | 72/195 kB
Progress (3): 76/245 kB | 45 kB | 72/195 kB
Progress (3): 76/245 kB | 45 kB | 76/195 kB
Progress (3): 80/245 kB | 45 kB | 76/195 kB
Progress (3): 80/245 kB | 45 kB | 80/195 kB
Progress (3): 84/245 kB | 45 kB | 80/195 kB
Progress (3): 84/245 kB | 45 kB | 84/195 kB
Progress (4): 84/245 kB | 45 kB | 84/195 kB | 4.1/38 kB
Progress (4): 84/245 kB | 45 kB | 88/195 kB | 4.1/38 kB
Progress (4): 88/245 kB | 45 kB | 88/195 kB | 4.1/38 kB
Progress (4): 88/245 kB | 45 kB | 92/195 kB | 4.1/38 kB
Progress (4): 88/245 kB | 45 kB | 92/195 kB | 7.7/38 kB
Progress (4): 88/245 kB | 45 kB | 96/195 kB | 7.7/38 kB
Progress (4): 92/245 kB | 45 kB | 96/195 kB | 7.7/38 kB
Progress (4): 92/245 kB | 45 kB | 100/195 kB | 7.7/38 kB
Progress (4): 92/245 kB | 45 kB | 100/195 kB | 12/38 kB 
Progress (4): 92/245 kB | 45 kB | 104/195 kB | 12/38 kB
Progress (4): 96/245 kB | 45 kB | 104/195 kB | 12/38 kB
Progress (4): 96/245 kB | 45 kB | 108/195 kB | 12/38 kB
Progress (4): 96/245 kB | 45 kB | 108/195 kB | 16/38 kB
Progress (4): 96/245 kB | 45 kB | 112/195 kB | 16/38 kB
Progress (4): 100/245 kB | 45 kB | 112/195 kB | 16/38 kB
Progress (4): 100/245 kB | 45 kB | 116/195 kB | 16/38 kB
Progress (4): 100/245 kB | 45 kB | 116/195 kB | 20/38 kB
Progress (4): 100/245 kB | 45 kB | 120/195 kB | 20/38 kB
Progress (4): 104/245 kB | 45 kB | 120/195 kB | 20/38 kB
Progress (4): 104/245 kB | 45 kB | 124/195 kB | 20/38 kB
Progress (4): 104/245 kB | 45 kB | 124/195 kB | 24/38 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 355 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.jar
Progress (3): 104/245 kB | 128/195 kB | 24/38 kB
Progress (3): 108/245 kB | 128/195 kB | 24/38 kB
Progress (3): 108/245 kB | 132/195 kB | 24/38 kB
Progress (3): 108/245 kB | 132/195 kB | 28/38 kB
Progress (3): 108/245 kB | 136/195 kB | 28/38 kB
Progress (3): 112/245 kB | 136/195 kB | 28/38 kB
Progress (3): 112/245 kB | 140/195 kB | 28/38 kB
Progress (3): 112/245 kB | 140/195 kB | 32/38 kB
Progress (3): 112/245 kB | 144/195 kB | 32/38 kB
Progress (3): 116/245 kB | 144/195 kB | 32/38 kB
Progress (3): 116/245 kB | 144/195 kB | 36/38 kB
Progress (3): 120/245 kB | 144/195 kB | 36/38 kB
Progress (3): 120/245 kB | 148/195 kB | 36/38 kB
Progress (3): 124/245 kB | 148/195 kB | 36/38 kB
Progress (3): 124/245 kB | 148/195 kB | 38 kB   
Progress (3): 128/245 kB | 148/195 kB | 38 kB
Progress (3): 128/245 kB | 152/195 kB | 38 kB
Progress (3): 132/245 kB | 152/195 kB | 38 kB
Progress (3): 132/245 kB | 156/195 kB | 38 kB
Progress (3): 136/245 kB | 156/195 kB | 38 kB
Progress (3): 136/245 kB | 160/195 kB | 38 kB
Progress (3): 140/245 kB | 160/195 kB | 38 kB
Progress (3): 140/245 kB | 164/195 kB | 38 kB
Progress (3): 144/245 kB | 164/195 kB | 38 kB
Progress (3): 144/245 kB | 168/195 kB | 38 kB
Progress (3): 148/245 kB | 168/195 kB | 38 kB
Progress (3): 148/245 kB | 172/195 kB | 38 kB
Progress (3): 152/245 kB | 172/195 kB | 38 kB
Progress (3): 152/245 kB | 176/195 kB | 38 kB
Progress (3): 156/245 kB | 176/195 kB | 38 kB
Progress (3): 156/245 kB | 180/195 kB | 38 kB
Progress (3): 160/245 kB | 180/195 kB | 38 kB
Progress (3): 160/245 kB | 184/195 kB | 38 kB
Progress (3): 164/245 kB | 184/195 kB | 38 kB
Progress (3): 164/245 kB | 188/195 kB | 38 kB
Progress (3): 168/245 kB | 188/195 kB | 38 kB
Progress (3): 168/245 kB | 192/195 kB | 38 kB
Progress (3): 172/245 kB | 192/195 kB | 38 kB
Progress (3): 172/245 kB | 195 kB | 38 kB    
Progress (3): 176/245 kB | 195 kB | 38 kB
Progress (3): 180/245 kB | 195 kB | 38 kB
Progress (3): 184/245 kB | 195 kB | 38 kB
Progress (3): 188/245 kB | 195 kB | 38 kB
Progress (3): 192/245 kB | 195 kB | 38 kB
Progress (3): 196/245 kB | 195 kB | 38 kB
Progress (3): 200/245 kB | 195 kB | 38 kB
Progress (3): 204/245 kB | 195 kB | 38 kB
Progress (3): 208/245 kB | 195 kB | 38 kB
Progress (3): 212/245 kB | 195 kB | 38 kB
Progress (3): 216/245 kB | 195 kB | 38 kB
Progress (3): 220/245 kB | 195 kB | 38 kB
Progress (3): 224/245 kB | 195 kB | 38 kB
Progress (3): 228/245 kB | 195 kB | 38 kB
Progress (3): 232/245 kB | 195 kB | 38 kB
Progress (3): 236/245 kB | 195 kB | 38 kB
Progress (3): 240/245 kB | 195 kB | 38 kB
Progress (3): 244/245 kB | 195 kB | 38 kB
Progress (3): 245 kB | 195 kB | 38 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 949 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.jar
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 1.1 MB/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 175 kB/s)
Progress (1): 4.1/12 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
Progress (1): 7.7/12 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 (1): 12 kB
Progress (2): 12 kB | 4.1/164 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 41 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Progress (2): 4.1/164 kB | 4.1/233 kB
Progress (3): 4.1/164 kB | 4.1/233 kB | 4.1/105 kB
Progress (3): 7.7/164 kB | 4.1/233 kB | 4.1/105 kB
Progress (3): 7.7/164 kB | 4.1/233 kB | 7.7/105 kB
Progress (3): 7.7/164 kB | 7.7/233 kB | 7.7/105 kB
Progress (4): 7.7/164 kB | 7.7/233 kB | 7.7/105 kB | 4.1/480 kB
Progress (4): 7.7/164 kB | 12/233 kB | 7.7/105 kB | 4.1/480 kB 
Progress (4): 7.7/164 kB | 12/233 kB | 12/105 kB | 4.1/480 kB 
Progress (4): 12/164 kB | 12/233 kB | 12/105 kB | 4.1/480 kB 
Progress (4): 12/164 kB | 12/233 kB | 16/105 kB | 4.1/480 kB
Progress (4): 12/164 kB | 16/233 kB | 16/105 kB | 4.1/480 kB
Progress (4): 12/164 kB | 16/233 kB | 16/105 kB | 7.7/480 kB
Progress (4): 12/164 kB | 20/233 kB | 16/105 kB | 7.7/480 kB
Progress (4): 12/164 kB | 20/233 kB | 20/105 kB | 7.7/480 kB
Progress (4): 16/164 kB | 20/233 kB | 20/105 kB | 7.7/480 kB
Progress (4): 16/164 kB | 20/233 kB | 24/105 kB | 7.7/480 kB
Progress (4): 16/164 kB | 24/233 kB | 24/105 kB | 7.7/480 kB
Progress (4): 16/164 kB | 24/233 kB | 24/105 kB | 12/480 kB 
Progress (4): 16/164 kB | 28/233 kB | 24/105 kB | 12/480 kB
Progress (4): 16/164 kB | 28/233 kB | 28/105 kB | 12/480 kB
Progress (4): 20/164 kB | 28/233 kB | 28/105 kB | 12/480 kB
Progress (4): 20/164 kB | 28/233 kB | 32/105 kB | 12/480 kB
Progress (4): 20/164 kB | 32/233 kB | 32/105 kB | 12/480 kB
Progress (4): 20/164 kB | 32/233 kB | 32/105 kB | 16/480 kB
Progress (4): 20/164 kB | 33/233 kB | 32/105 kB | 16/480 kB
Progress (4): 20/164 kB | 33/233 kB | 33/105 kB | 16/480 kB
Progress (4): 20/164 kB | 37/233 kB | 33/105 kB | 16/480 kB
Progress (4): 24/164 kB | 37/233 kB | 33/105 kB | 16/480 kB
Progress (4): 24/164 kB | 41/233 kB | 33/105 kB | 16/480 kB
Progress (4): 24/164 kB | 41/233 kB | 37/105 kB | 16/480 kB
Progress (4): 24/164 kB | 45/233 kB | 37/105 kB | 16/480 kB
Progress (4): 24/164 kB | 45/233 kB | 37/105 kB | 20/480 kB
Progress (4): 24/164 kB | 49/233 kB | 37/105 kB | 20/480 kB
Progress (4): 24/164 kB | 49/233 kB | 41/105 kB | 20/480 kB
Progress (4): 28/164 kB | 49/233 kB | 41/105 kB | 20/480 kB
Progress (5): 28/164 kB | 49/233 kB | 41/105 kB | 20/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 49/233 kB | 45/105 kB | 20/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 53/233 kB | 45/105 kB | 20/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 53/233 kB | 45/105 kB | 24/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 57/233 kB | 45/105 kB | 24/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 57/233 kB | 49/105 kB | 24/480 kB | 4.1/282 kB
Progress (5): 28/164 kB | 57/233 kB | 49/105 kB | 24/480 kB | 7.7/282 kB
Progress (5): 32/164 kB | 57/233 kB | 49/105 kB | 24/480 kB | 7.7/282 kB
Progress (5): 32/164 kB | 57/233 kB | 49/105 kB | 24/480 kB | 12/282 kB 
Progress (5): 32/164 kB | 57/233 kB | 53/105 kB | 24/480 kB | 12/282 kB
Progress (5): 32/164 kB | 61/233 kB | 53/105 kB | 24/480 kB | 12/282 kB
Progress (5): 32/164 kB | 61/233 kB | 53/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 65/233 kB | 53/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 66/233 kB | 53/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 70/233 kB | 53/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 74/233 kB | 53/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 74/233 kB | 57/105 kB | 28/480 kB | 12/282 kB
Progress (5): 32/164 kB | 74/233 kB | 57/105 kB | 28/480 kB | 16/282 kB
Progress (5): 36/164 kB | 74/233 kB | 57/105 kB | 28/480 kB | 16/282 kB
Progress (5): 36/164 kB | 74/233 kB | 57/105 kB | 28/480 kB | 20/282 kB
Progress (5): 36/164 kB | 74/233 kB | 61/105 kB | 28/480 kB | 20/282 kB
Progress (5): 36/164 kB | 74/233 kB | 65/105 kB | 28/480 kB | 20/282 kB
Progress (5): 36/164 kB | 78/233 kB | 65/105 kB | 28/480 kB | 20/282 kB
Progress (5): 36/164 kB | 78/233 kB | 65/105 kB | 32/480 kB | 20/282 kB
Progress (5): 36/164 kB | 82/233 kB | 65/105 kB | 32/480 kB | 20/282 kB
Progress (5): 36/164 kB | 82/233 kB | 69/105 kB | 32/480 kB | 20/282 kB
Progress (5): 36/164 kB | 82/233 kB | 69/105 kB | 32/480 kB | 24/282 kB
Progress (5): 40/164 kB | 82/233 kB | 69/105 kB | 32/480 kB | 24/282 kB
Progress (5): 40/164 kB | 82/233 kB | 69/105 kB | 32/480 kB | 28/282 kB
Progress (5): 40/164 kB | 82/233 kB | 73/105 kB | 32/480 kB | 28/282 kB
Progress (5): 40/164 kB | 86/233 kB | 73/105 kB | 32/480 kB | 28/282 kB
Progress (5): 40/164 kB | 86/233 kB | 73/105 kB | 33/480 kB | 28/282 kB
Progress (5): 40/164 kB | 90/233 kB | 73/105 kB | 33/480 kB | 28/282 kB
Progress (5): 40/164 kB | 90/233 kB | 77/105 kB | 33/480 kB | 28/282 kB
Progress (5): 40/164 kB | 90/233 kB | 77/105 kB | 33/480 kB | 32/282 kB
Progress (5): 44/164 kB | 90/233 kB | 77/105 kB | 33/480 kB | 32/282 kB
Progress (5): 44/164 kB | 90/233 kB | 77/105 kB | 33/480 kB | 33/282 kB
Progress (5): 44/164 kB | 90/233 kB | 81/105 kB | 33/480 kB | 33/282 kB
Progress (5): 44/164 kB | 94/233 kB | 81/105 kB | 33/480 kB | 33/282 kB
Progress (5): 44/164 kB | 94/233 kB | 81/105 kB | 37/480 kB | 33/282 kB
Progress (5): 44/164 kB | 98/233 kB | 81/105 kB | 37/480 kB | 33/282 kB
Progress (5): 44/164 kB | 98/233 kB | 85/105 kB | 37/480 kB | 33/282 kB
Progress (5): 44/164 kB | 98/233 kB | 85/105 kB | 37/480 kB | 37/282 kB
Progress (5): 48/164 kB | 98/233 kB | 85/105 kB | 37/480 kB | 37/282 kB
Progress (5): 48/164 kB | 98/233 kB | 85/105 kB | 37/480 kB | 41/282 kB
Progress (5): 52/164 kB | 98/233 kB | 85/105 kB | 37/480 kB | 41/282 kB
Progress (5): 52/164 kB | 98/233 kB | 89/105 kB | 37/480 kB | 41/282 kB
Progress (5): 52/164 kB | 102/233 kB | 89/105 kB | 37/480 kB | 41/282 kB
Progress (5): 52/164 kB | 102/233 kB | 89/105 kB | 41/480 kB | 41/282 kB
Progress (5): 52/164 kB | 106/233 kB | 89/105 kB | 41/480 kB | 41/282 kB
Progress (5): 52/164 kB | 106/233 kB | 89/105 kB | 45/480 kB | 41/282 kB
Progress (5): 52/164 kB | 106/233 kB | 93/105 kB | 45/480 kB | 41/282 kB
Progress (5): 56/164 kB | 106/233 kB | 93/105 kB | 45/480 kB | 41/282 kB
Progress (5): 56/164 kB | 106/233 kB | 93/105 kB | 45/480 kB | 45/282 kB
Progress (5): 60/164 kB | 106/233 kB | 93/105 kB | 45/480 kB | 45/282 kB
Progress (5): 60/164 kB | 106/233 kB | 97/105 kB | 45/480 kB | 45/282 kB
Progress (5): 60/164 kB | 106/233 kB | 97/105 kB | 49/480 kB | 45/282 kB
Progress (5): 60/164 kB | 110/233 kB | 97/105 kB | 49/480 kB | 45/282 kB
Progress (5): 60/164 kB | 110/233 kB | 97/105 kB | 53/480 kB | 45/282 kB
Progress (5): 60/164 kB | 110/233 kB | 101/105 kB | 53/480 kB | 45/282 kB
Progress (5): 64/164 kB | 110/233 kB | 101/105 kB | 53/480 kB | 45/282 kB
Progress (5): 64/164 kB | 110/233 kB | 101/105 kB | 53/480 kB | 49/282 kB
Progress (5): 68/164 kB | 110/233 kB | 101/105 kB | 53/480 kB | 49/282 kB
Progress (5): 68/164 kB | 110/233 kB | 105/105 kB | 53/480 kB | 49/282 kB
Progress (5): 68/164 kB | 110/233 kB | 105/105 kB | 57/480 kB | 49/282 kB
Progress (5): 68/164 kB | 114/233 kB | 105/105 kB | 57/480 kB | 49/282 kB
Progress (5): 68/164 kB | 114/233 kB | 105/105 kB | 61/480 kB | 49/282 kB
Progress (5): 68/164 kB | 114/233 kB | 105 kB | 61/480 kB | 49/282 kB    
Progress (5): 72/164 kB | 114/233 kB | 105 kB | 61/480 kB | 49/282 kB
Progress (5): 72/164 kB | 114/233 kB | 105 kB | 61/480 kB | 53/282 kB
Progress (5): 76/164 kB | 114/233 kB | 105 kB | 61/480 kB | 53/282 kB
Progress (5): 76/164 kB | 114/233 kB | 105 kB | 65/480 kB | 53/282 kB
Progress (5): 76/164 kB | 118/233 kB | 105 kB | 65/480 kB | 53/282 kB
Progress (5): 76/164 kB | 118/233 kB | 105 kB | 69/480 kB | 53/282 kB
Progress (5): 80/164 kB | 118/233 kB | 105 kB | 69/480 kB | 53/282 kB
Progress (5): 80/164 kB | 118/233 kB | 105 kB | 69/480 kB | 57/282 kB
Progress (5): 84/164 kB | 118/233 kB | 105 kB | 69/480 kB | 57/282 kB
Progress (5): 84/164 kB | 118/233 kB | 105 kB | 73/480 kB | 57/282 kB
Progress (5): 84/164 kB | 122/233 kB | 105 kB | 73/480 kB | 57/282 kB
Progress (5): 84/164 kB | 122/233 kB | 105 kB | 77/480 kB | 57/282 kB
Progress (5): 84/164 kB | 126/233 kB | 105 kB | 77/480 kB | 57/282 kB
Progress (5): 88/164 kB | 126/233 kB | 105 kB | 77/480 kB | 57/282 kB
Progress (5): 88/164 kB | 126/233 kB | 105 kB | 77/480 kB | 61/282 kB
Progress (5): 92/164 kB | 126/233 kB | 105 kB | 77/480 kB | 61/282 kB
Progress (5): 92/164 kB | 130/233 kB | 105 kB | 77/480 kB | 61/282 kB
Progress (5): 92/164 kB | 130/233 kB | 105 kB | 81/480 kB | 61/282 kB
Progress (5): 92/164 kB | 134/233 kB | 105 kB | 81/480 kB | 61/282 kB
Progress (5): 96/164 kB | 134/233 kB | 105 kB | 81/480 kB | 61/282 kB
Progress (5): 96/164 kB | 134/233 kB | 105 kB | 81/480 kB | 65/282 kB
Progress (5): 100/164 kB | 134/233 kB | 105 kB | 81/480 kB | 65/282 kB
Progress (5): 100/164 kB | 138/233 kB | 105 kB | 81/480 kB | 65/282 kB
Progress (5): 100/164 kB | 138/233 kB | 105 kB | 85/480 kB | 65/282 kB
Progress (5): 100/164 kB | 142/233 kB | 105 kB | 85/480 kB | 65/282 kB
Progress (5): 104/164 kB | 142/233 kB | 105 kB | 85/480 kB | 65/282 kB
Progress (5): 104/164 kB | 142/233 kB | 105 kB | 85/480 kB | 66/282 kB
Progress (5): 108/164 kB | 142/233 kB | 105 kB | 85/480 kB | 66/282 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 264 kB/s)
Progress (4): 108/164 kB | 146/233 kB | 85/480 kB | 66/282 kB
Progress (4): 108/164 kB | 146/233 kB | 89/480 kB | 66/282 kB
Progress (4): 108/164 kB | 150/233 kB | 89/480 kB | 66/282 kB
                                                             
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): 112/164 kB | 150/233 kB | 89/480 kB | 66/282 kB
Progress (4): 112/164 kB | 150/233 kB | 89/480 kB | 70/282 kB
Progress (4): 116/164 kB | 150/233 kB | 89/480 kB | 70/282 kB
Progress (4): 116/164 kB | 154/233 kB | 89/480 kB | 70/282 kB
Progress (4): 116/164 kB | 154/233 kB | 93/480 kB | 70/282 kB
Progress (4): 116/164 kB | 158/233 kB | 93/480 kB | 70/282 kB
Progress (4): 120/164 kB | 158/233 kB | 93/480 kB | 70/282 kB
Progress (4): 120/164 kB | 158/233 kB | 93/480 kB | 74/282 kB
Progress (4): 124/164 kB | 158/233 kB | 93/480 kB | 74/282 kB
Progress (4): 124/164 kB | 162/233 kB | 93/480 kB | 74/282 kB
Progress (4): 124/164 kB | 162/233 kB | 97/480 kB | 74/282 kB
Progress (4): 124/164 kB | 166/233 kB | 97/480 kB | 74/282 kB
Progress (4): 128/164 kB | 166/233 kB | 97/480 kB | 74/282 kB
Progress (4): 128/164 kB | 166/233 kB | 97/480 kB | 78/282 kB
Progress (4): 132/164 kB | 166/233 kB | 97/480 kB | 78/282 kB
Progress (4): 132/164 kB | 170/233 kB | 97/480 kB | 78/282 kB
Progress (4): 132/164 kB | 170/233 kB | 101/480 kB | 78/282 kB
Progress (4): 132/164 kB | 174/233 kB | 101/480 kB | 78/282 kB
Progress (4): 136/164 kB | 174/233 kB | 101/480 kB | 78/282 kB
Progress (4): 136/164 kB | 174/233 kB | 101/480 kB | 82/282 kB
Progress (4): 140/164 kB | 174/233 kB | 101/480 kB | 82/282 kB
Progress (4): 140/164 kB | 174/233 kB | 101/480 kB | 86/282 kB
Progress (4): 140/164 kB | 178/233 kB | 101/480 kB | 86/282 kB
Progress (4): 140/164 kB | 178/233 kB | 105/480 kB | 86/282 kB
Progress (4): 140/164 kB | 182/233 kB | 105/480 kB | 86/282 kB
Progress (4): 140/164 kB | 182/233 kB | 105/480 kB | 90/282 kB
Progress (4): 144/164 kB | 182/233 kB | 105/480 kB | 90/282 kB
Progress (4): 144/164 kB | 182/233 kB | 105/480 kB | 94/282 kB
Progress (4): 144/164 kB | 186/233 kB | 105/480 kB | 94/282 kB
Progress (4): 144/164 kB | 186/233 kB | 109/480 kB | 94/282 kB
Progress (4): 144/164 kB | 190/233 kB | 109/480 kB | 94/282 kB
Progress (4): 144/164 kB | 190/233 kB | 109/480 kB | 98/282 kB
Progress (4): 148/164 kB | 190/233 kB | 109/480 kB | 98/282 kB
Progress (4): 148/164 kB | 190/233 kB | 109/480 kB | 102/282 kB
Progress (4): 148/164 kB | 194/233 kB | 109/480 kB | 102/282 kB
Progress (4): 148/164 kB | 194/233 kB | 113/480 kB | 102/282 kB
Progress (4): 148/164 kB | 194/233 kB | 117/480 kB | 102/282 kB
Progress (4): 148/164 kB | 198/233 kB | 117/480 kB | 102/282 kB
Progress (4): 148/164 kB | 198/233 kB | 117/480 kB | 106/282 kB
Progress (4): 152/164 kB | 198/233 kB | 117/480 kB | 106/282 kB
Progress (4): 152/164 kB | 198/233 kB | 117/480 kB | 110/282 kB
Progress (4): 152/164 kB | 202/233 kB | 117/480 kB | 110/282 kB
Progress (4): 152/164 kB | 202/233 kB | 121/480 kB | 110/282 kB
Progress (5): 152/164 kB | 202/233 kB | 121/480 kB | 110/282 kB | 4.1/64 kB
Progress (5): 152/164 kB | 202/233 kB | 125/480 kB | 110/282 kB | 4.1/64 kB
Progress (5): 152/164 kB | 206/233 kB | 125/480 kB | 110/282 kB | 4.1/64 kB
Progress (5): 152/164 kB | 206/233 kB | 125/480 kB | 114/282 kB | 4.1/64 kB
Progress (5): 156/164 kB | 206/233 kB | 125/480 kB | 114/282 kB | 4.1/64 kB
Progress (5): 156/164 kB | 206/233 kB | 125/480 kB | 118/282 kB | 4.1/64 kB
Progress (5): 156/164 kB | 210/233 kB | 125/480 kB | 118/282 kB | 4.1/64 kB
Progress (5): 156/164 kB | 210/233 kB | 129/480 kB | 118/282 kB | 4.1/64 kB
Progress (5): 156/164 kB | 210/233 kB | 129/480 kB | 118/282 kB | 7.7/64 kB
Progress (5): 156/164 kB | 210/233 kB | 133/480 kB | 118/282 kB | 7.7/64 kB
Progress (5): 156/164 kB | 214/233 kB | 133/480 kB | 118/282 kB | 7.7/64 kB
Progress (5): 156/164 kB | 214/233 kB | 133/480 kB | 122/282 kB | 7.7/64 kB
Progress (5): 160/164 kB | 214/233 kB | 133/480 kB | 122/282 kB | 7.7/64 kB
Progress (5): 160/164 kB | 214/233 kB | 133/480 kB | 126/282 kB | 7.7/64 kB
Progress (5): 160/164 kB | 218/233 kB | 133/480 kB | 126/282 kB | 7.7/64 kB
Progress (5): 160/164 kB | 218/233 kB | 137/480 kB | 126/282 kB | 7.7/64 kB
Progress (5): 160/164 kB | 218/233 kB | 137/480 kB | 126/282 kB | 12/64 kB 
Progress (5): 160/164 kB | 218/233 kB | 141/480 kB | 126/282 kB | 12/64 kB
Progress (5): 160/164 kB | 218/233 kB | 145/480 kB | 126/282 kB | 12/64 kB
Progress (5): 160/164 kB | 222/233 kB | 145/480 kB | 126/282 kB | 12/64 kB
Progress (5): 160/164 kB | 222/233 kB | 145/480 kB | 130/282 kB | 12/64 kB
Progress (5): 164 kB | 222/233 kB | 145/480 kB | 130/282 kB | 12/64 kB    
Progress (5): 164 kB | 222/233 kB | 145/480 kB | 134/282 kB | 12/64 kB
Progress (5): 164 kB | 226/233 kB | 145/480 kB | 134/282 kB | 12/64 kB
Progress (5): 164 kB | 226/233 kB | 149/480 kB | 134/282 kB | 12/64 kB
Progress (5): 164 kB | 226/233 kB | 149/480 kB | 134/282 kB | 16/64 kB
Progress (5): 164 kB | 226/233 kB | 153/480 kB | 134/282 kB | 16/64 kB
Progress (5): 164 kB | 230/233 kB | 153/480 kB | 134/282 kB | 16/64 kB
Progress (5): 164 kB | 230/233 kB | 153/480 kB | 138/282 kB | 16/64 kB
Progress (5): 164 kB | 233 kB | 153/480 kB | 138/282 kB | 16/64 kB    
Progress (5): 164 kB | 233 kB | 157/480 kB | 138/282 kB | 16/64 kB
Progress (5): 164 kB | 233 kB | 157/480 kB | 138/282 kB | 20/64 kB
Progress (5): 164 kB | 233 kB | 161/480 kB | 138/282 kB | 20/64 kB
Progress (5): 164 kB | 233 kB | 161/480 kB | 142/282 kB | 20/64 kB
Progress (5): 164 kB | 233 kB | 165/480 kB | 142/282 kB | 20/64 kB
Progress (5): 164 kB | 233 kB | 165/480 kB | 142/282 kB | 24/64 kB
Progress (5): 164 kB | 233 kB | 169/480 kB | 142/282 kB | 24/64 kB
Progress (5): 164 kB | 233 kB | 169/480 kB | 146/282 kB | 24/64 kB
Progress (5): 164 kB | 233 kB | 173/480 kB | 146/282 kB | 24/64 kB
Progress (5): 164 kB | 233 kB | 173/480 kB | 146/282 kB | 28/64 kB
Progress (5): 164 kB | 233 kB | 177/480 kB | 146/282 kB | 28/64 kB
Progress (5): 164 kB | 233 kB | 177/480 kB | 150/282 kB | 28/64 kB
Progress (5): 164 kB | 233 kB | 181/480 kB | 150/282 kB | 28/64 kB
Progress (5): 164 kB | 233 kB | 181/480 kB | 150/282 kB | 32/64 kB
Progress (5): 164 kB | 233 kB | 185/480 kB | 150/282 kB | 32/64 kB
Progress (5): 164 kB | 233 kB | 185/480 kB | 154/282 kB | 32/64 kB
Progress (5): 164 kB | 233 kB | 189/480 kB | 154/282 kB | 32/64 kB
Progress (5): 164 kB | 233 kB | 189/480 kB | 154/282 kB | 36/64 kB
Progress (5): 164 kB | 233 kB | 189/480 kB | 158/282 kB | 36/64 kB
Progress (5): 164 kB | 233 kB | 193/480 kB | 158/282 kB | 36/64 kB
Progress (5): 164 kB | 233 kB | 193/480 kB | 162/282 kB | 36/64 kB
Progress (5): 164 kB | 233 kB | 193/480 kB | 162/282 kB | 40/64 kB
Progress (5): 164 kB | 233 kB | 193/480 kB | 166/282 kB | 40/64 kB
Progress (5): 164 kB | 233 kB | 197/480 kB | 166/282 kB | 40/64 kB
Progress (5): 164 kB | 233 kB | 197/480 kB | 170/282 kB | 40/64 kB
Progress (5): 164 kB | 233 kB | 197/480 kB | 170/282 kB | 44/64 kB
Progress (5): 164 kB | 233 kB | 197/480 kB | 174/282 kB | 44/64 kB
Progress (5): 164 kB | 233 kB | 201/480 kB | 174/282 kB | 44/64 kB
Progress (5): 164 kB | 233 kB | 201/480 kB | 178/282 kB | 44/64 kB
Progress (5): 164 kB | 233 kB | 205/480 kB | 178/282 kB | 44/64 kB
Progress (5): 164 kB | 233 kB | 205/480 kB | 178/282 kB | 48/64 kB
Progress (5): 164 kB | 233 kB | 209/480 kB | 178/282 kB | 48/64 kB
Progress (5): 164 kB | 233 kB | 209/480 kB | 182/282 kB | 48/64 kB
Progress (5): 164 kB | 233 kB | 213/480 kB | 182/282 kB | 48/64 kB
Progress (5): 164 kB | 233 kB | 213/480 kB | 182/282 kB | 52/64 kB
Progress (5): 164 kB | 233 kB | 217/480 kB | 182/282 kB | 52/64 kB
Progress (5): 164 kB | 233 kB | 221/480 kB | 182/282 kB | 52/64 kB
Progress (5): 164 kB | 233 kB | 221/480 kB | 186/282 kB | 52/64 kB
Progress (5): 164 kB | 233 kB | 225/480 kB | 186/282 kB | 52/64 kB
Progress (5): 164 kB | 233 kB | 225/480 kB | 186/282 kB | 56/64 kB
Progress (5): 164 kB | 233 kB | 229/480 kB | 186/282 kB | 56/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 279 kB/s)
Progress (4): 233 kB | 229/480 kB | 190/282 kB | 56/64 kB
Progress (4): 233 kB | 233/480 kB | 190/282 kB | 56/64 kB
Progress (4): 233 kB | 233/480 kB | 190/282 kB | 60/64 kB
Progress (4): 233 kB | 237/480 kB | 190/282 kB | 60/64 kB
Progress (4): 233 kB | 237/480 kB | 194/282 kB | 60/64 kB
Progress (4): 233 kB | 241/480 kB | 194/282 kB | 60/64 kB
Progress (4): 233 kB | 241/480 kB | 194/282 kB | 64 kB   
Progress (4): 233 kB | 245/480 kB | 194/282 kB | 64 kB
Progress (4): 233 kB | 245/480 kB | 198/282 kB | 64 kB
Progress (4): 233 kB | 249/480 kB | 198/282 kB | 64 kB
Progress (4): 233 kB | 249/480 kB | 202/282 kB | 64 kB
Progress (4): 233 kB | 253/480 kB | 202/282 kB | 64 kB
Progress (4): 233 kB | 253/480 kB | 206/282 kB | 64 kB
Progress (4): 233 kB | 257/480 kB | 206/282 kB | 64 kB
Progress (4): 233 kB | 257/480 kB | 210/282 kB | 64 kB
Progress (4): 233 kB | 261/480 kB | 210/282 kB | 64 kB
Progress (4): 233 kB | 261/480 kB | 214/282 kB | 64 kB
Progress (4): 233 kB | 265/480 kB | 214/282 kB | 64 kB
Progress (4): 233 kB | 265/480 kB | 218/282 kB | 64 kB
Progress (4): 233 kB | 269/480 kB | 218/282 kB | 64 kB
Progress (4): 233 kB | 269/480 kB | 222/282 kB | 64 kB
Progress (4): 233 kB | 273/480 kB | 222/282 kB | 64 kB
Progress (4): 233 kB | 273/480 kB | 226/282 kB | 64 kB
Progress (4): 233 kB | 277/480 kB | 226/282 kB | 64 kB
Progress (4): 233 kB | 277/480 kB | 230/282 kB | 64 kB
Progress (4): 233 kB | 281/480 kB | 230/282 kB | 64 kB
Progress (4): 233 kB | 281/480 kB | 234/282 kB | 64 kB
Progress (4): 233 kB | 285/480 kB | 234/282 kB | 64 kB
Progress (4): 233 kB | 285/480 kB | 238/282 kB | 64 kB
Progress (4): 233 kB | 285/480 kB | 242/282 kB | 64 kB
Progress (4): 233 kB | 289/480 kB | 242/282 kB | 64 kB
Progress (4): 233 kB | 289/480 kB | 246/282 kB | 64 kB
Progress (4): 233 kB | 293/480 kB | 246/282 kB | 64 kB
Progress (4): 233 kB | 293/480 kB | 250/282 kB | 64 kB
Progress (4): 233 kB | 297/480 kB | 250/282 kB | 64 kB
Progress (4): 233 kB | 297/480 kB | 254/282 kB | 64 kB
Progress (4): 233 kB | 301/480 kB | 254/282 kB | 64 kB
Progress (4): 233 kB | 301/480 kB | 258/282 kB | 64 kB
Progress (4): 233 kB | 305/480 kB | 258/282 kB | 64 kB
Progress (4): 233 kB | 305/480 kB | 262/282 kB | 64 kB
Progress (4): 233 kB | 309/480 kB | 262/282 kB | 64 kB
Progress (4): 233 kB | 309/480 kB | 266/282 kB | 64 kB
Progress (4): 233 kB | 313/480 kB | 266/282 kB | 64 kB
Progress (4): 233 kB | 313/480 kB | 270/282 kB | 64 kB
Progress (4): 233 kB | 317/480 kB | 270/282 kB | 64 kB
Progress (4): 233 kB | 317/480 kB | 274/282 kB | 64 kB
Progress (4): 233 kB | 321/480 kB | 274/282 kB | 64 kB
Progress (4): 233 kB | 321/480 kB | 278/282 kB | 64 kB
Progress (4): 233 kB | 325/480 kB | 278/282 kB | 64 kB
Progress (4): 233 kB | 325/480 kB | 282/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 106 kB/s)
Progress (3): 233 kB | 329/480 kB | 282/282 kB
Progress (3): 233 kB | 329/480 kB | 282 kB    
Progress (3): 233 kB | 333/480 kB | 282 kB
Progress (3): 233 kB | 337/480 kB | 282 kB
Progress (3): 233 kB | 341/480 kB | 282 kB
Progress (3): 233 kB | 345/480 kB | 282 kB
Progress (3): 233 kB | 349/480 kB | 282 kB
Progress (3): 233 kB | 353/480 kB | 282 kB
Progress (3): 233 kB | 357/480 kB | 282 kB
Progress (3): 233 kB | 361/480 kB | 282 kB
Progress (3): 233 kB | 365/480 kB | 282 kB
Progress (3): 233 kB | 369/480 kB | 282 kB
Progress (3): 233 kB | 373/480 kB | 282 kB
Progress (3): 233 kB | 377/480 kB | 282 kB
Progress (3): 233 kB | 381/480 kB | 282 kB
Progress (3): 233 kB | 385/480 kB | 282 kB
Progress (3): 233 kB | 389/480 kB | 282 kB
Progress (3): 233 kB | 393/480 kB | 282 kB
Progress (3): 233 kB | 397/480 kB | 282 kB
Progress (3): 233 kB | 401/480 kB | 282 kB
Progress (3): 233 kB | 405/480 kB | 282 kB
Progress (3): 233 kB | 409/480 kB | 282 kB
Progress (3): 233 kB | 413/480 kB | 282 kB
Progress (3): 233 kB | 417/480 kB | 282 kB
Progress (3): 233 kB | 421/480 kB | 282 kB
Progress (3): 233 kB | 425/480 kB | 282 kB
Progress (3): 233 kB | 429/480 kB | 282 kB
Progress (3): 233 kB | 433/480 kB | 282 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 462 kB/s)
Progress (2): 233 kB | 437/480 kB
Progress (2): 233 kB | 441/480 kB
Progress (2): 233 kB | 445/480 kB
Progress (2): 233 kB | 449/480 kB
Progress (2): 233 kB | 453/480 kB
Progress (2): 233 kB | 457/480 kB
Progress (2): 233 kB | 461/480 kB
Progress (2): 233 kB | 465/480 kB
Progress (2): 233 kB | 469/480 kB
Progress (2): 233 kB | 473/480 kB
Progress (2): 233 kB | 477/480 kB
Progress (2): 233 kB | 480 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 340 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 686 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 227 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 212 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 91 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 897 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.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.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 82 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 59 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 49 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 114 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 172 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 312 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 846 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 146 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 63 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 104 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 77 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 90 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 278 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 903 kB/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 239 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 149 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 54 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 154 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 209 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 283 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 970 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 253 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 652 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 2.0 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 222 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 198 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 122 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 87 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.1 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 2.0 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 175 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 310 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 300 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 54 kB/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 726 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 565 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 2.3 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 198 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 280 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 140 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 624 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 336 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 846 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 48 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 32 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 375 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 331 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 168 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
Progress (1): 4.1/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 513 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 443 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/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
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
Progress (1): 4.1/194 kB
Progress (1): 7.7/194 kB
Progress (1): 12/194 kB 
Progress (2): 12/194 kB | 0/1.2 MB
Progress (2): 16/194 kB | 0/1.2 MB
Progress (2): 16/194 kB | 0/1.2 MB
Progress (2): 20/194 kB | 0/1.2 MB
Progress (2): 20/194 kB | 0/1.2 MB
Progress (2): 24/194 kB | 0/1.2 MB
Progress (3): 24/194 kB | 0/1.2 MB | 4.1/18 kB
Progress (3): 24/194 kB | 0/1.2 MB | 4.1/18 kB
Progress (3): 24/194 kB | 0/1.2 MB | 7.7/18 kB
Progress (3): 28/194 kB | 0/1.2 MB | 7.7/18 kB
Progress (3): 28/194 kB | 0/1.2 MB | 12/18 kB 
Progress (3): 28/194 kB | 0/1.2 MB | 12/18 kB
Progress (4): 28/194 kB | 0/1.2 MB | 12/18 kB | 4.1/168 kB
Progress (4): 28/194 kB | 0/1.2 MB | 12/18 kB | 4.1/168 kB
Progress (4): 28/194 kB | 0/1.2 MB | 16/18 kB | 4.1/168 kB
Progress (4): 32/194 kB | 0/1.2 MB | 16/18 kB | 4.1/168 kB
Progress (4): 32/194 kB | 0/1.2 MB | 18 kB | 4.1/168 kB   
Progress (4): 32/194 kB | 0/1.2 MB | 18 kB | 4.1/168 kB
Progress (4): 32/194 kB | 0/1.2 MB | 18 kB | 7.7/168 kB
Progress (4): 32/194 kB | 0/1.2 MB | 18 kB | 7.7/168 kB
Progress (4): 33/194 kB | 0/1.2 MB | 18 kB | 7.7/168 kB
Progress (4): 33/194 kB | 0/1.2 MB | 18 kB | 7.7/168 kB
Progress (4): 33/194 kB | 0/1.2 MB | 18 kB | 12/168 kB 
Progress (4): 33/194 kB | 0/1.2 MB | 18 kB | 12/168 kB
Progress (4): 37/194 kB | 0/1.2 MB | 18 kB | 12/168 kB
Progress (4): 37/194 kB | 0/1.2 MB | 18 kB | 12/168 kB
Progress (4): 37/194 kB | 0/1.2 MB | 18 kB | 16/168 kB
Progress (4): 37/194 kB | 0/1.2 MB | 18 kB | 16/168 kB
Progress (4): 41/194 kB | 0/1.2 MB | 18 kB | 16/168 kB
Progress (4): 41/194 kB | 0/1.2 MB | 18 kB | 16/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 16/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 20/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 24/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 28/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 32/168 kB
Progress (4): 45/194 kB | 0/1.2 MB | 18 kB | 33/168 kB
Progress (4): 45/194 kB | 0.1/1.2 MB | 18 kB | 33/168 kB
Progress (4): 49/194 kB | 0.1/1.2 MB | 18 kB | 33/168 kB
Progress (4): 49/194 kB | 0.1/1.2 MB | 18 kB | 33/168 kB
Progress (4): 49/194 kB | 0.1/1.2 MB | 18 kB | 37/168 kB
Progress (4): 49/194 kB | 0.1/1.2 MB | 18 kB | 37/168 kB
Progress (4): 53/194 kB | 0.1/1.2 MB | 18 kB | 37/168 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 449 kB/s)
Progress (4): 53/194 kB | 0.1/1.2 MB | 37/168 kB | 4.1/154 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): 57/194 kB | 0.1/1.2 MB | 37/168 kB | 4.1/154 kB
Progress (4): 57/194 kB | 0.1/1.2 MB | 37/168 kB | 4.1/154 kB
Progress (4): 57/194 kB | 0.1/1.2 MB | 41/168 kB | 4.1/154 kB
Progress (4): 57/194 kB | 0.1/1.2 MB | 41/168 kB | 4.1/154 kB
Progress (4): 57/194 kB | 0.1/1.2 MB | 45/168 kB | 4.1/154 kB
Progress (4): 61/194 kB | 0.1/1.2 MB | 45/168 kB | 4.1/154 kB
Progress (4): 61/194 kB | 0.1/1.2 MB | 45/168 kB | 7.7/154 kB
Progress (4): 65/194 kB | 0.1/1.2 MB | 45/168 kB | 7.7/154 kB
Progress (4): 65/194 kB | 0.1/1.2 MB | 45/168 kB | 12/154 kB 
Progress (4): 65/194 kB | 0.1/1.2 MB | 49/168 kB | 12/154 kB
Progress (4): 65/194 kB | 0.1/1.2 MB | 49/168 kB | 12/154 kB
Progress (4): 65/194 kB | 0.1/1.2 MB | 53/168 kB | 12/154 kB
Progress (4): 65/194 kB | 0.1/1.2 MB | 53/168 kB | 16/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 53/168 kB | 16/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 53/168 kB | 20/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 57/168 kB | 20/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 57/168 kB | 20/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 61/168 kB | 20/154 kB
Progress (4): 66/194 kB | 0.1/1.2 MB | 61/168 kB | 24/154 kB
Progress (4): 70/194 kB | 0.1/1.2 MB | 61/168 kB | 24/154 kB
Progress (4): 70/194 kB | 0.1/1.2 MB | 65/168 kB | 24/154 kB
Progress (4): 70/194 kB | 0.1/1.2 MB | 65/168 kB | 24/154 kB
Progress (4): 70/194 kB | 0.1/1.2 MB | 66/168 kB | 24/154 kB
Progress (4): 74/194 kB | 0.1/1.2 MB | 66/168 kB | 24/154 kB
Progress (4): 74/194 kB | 0.1/1.2 MB | 66/168 kB | 28/154 kB
Progress (4): 78/194 kB | 0.1/1.2 MB | 66/168 kB | 28/154 kB
Progress (4): 78/194 kB | 0.1/1.2 MB | 70/168 kB | 28/154 kB
Progress (4): 78/194 kB | 0.1/1.2 MB | 74/168 kB | 28/154 kB
Progress (4): 78/194 kB | 0.1/1.2 MB | 74/168 kB | 28/154 kB
Progress (4): 78/194 kB | 0.1/1.2 MB | 78/168 kB | 28/154 kB
Progress (4): 82/194 kB | 0.1/1.2 MB | 78/168 kB | 28/154 kB
Progress (4): 82/194 kB | 0.1/1.2 MB | 78/168 kB | 32/154 kB
Progress (4): 86/194 kB | 0.1/1.2 MB | 78/168 kB | 32/154 kB
Progress (4): 86/194 kB | 0.1/1.2 MB | 82/168 kB | 32/154 kB
Progress (4): 86/194 kB | 0.1/1.2 MB | 82/168 kB | 32/154 kB
Progress (4): 86/194 kB | 0.1/1.2 MB | 86/168 kB | 32/154 kB
Progress (5): 86/194 kB | 0.1/1.2 MB | 86/168 kB | 32/154 kB | 4.1/38 kB
Progress (5): 90/194 kB | 0.1/1.2 MB | 86/168 kB | 32/154 kB | 4.1/38 kB
Progress (5): 90/194 kB | 0.1/1.2 MB | 86/168 kB | 36/154 kB | 4.1/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 86/168 kB | 36/154 kB | 4.1/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 86/168 kB | 36/154 kB | 7.7/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 90/168 kB | 36/154 kB | 7.7/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 90/168 kB | 36/154 kB | 7.7/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 94/168 kB | 36/154 kB | 7.7/38 kB
Progress (5): 94/194 kB | 0.1/1.2 MB | 94/168 kB | 36/154 kB | 12/38 kB 
Progress (5): 98/194 kB | 0.1/1.2 MB | 94/168 kB | 36/154 kB | 12/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 94/168 kB | 40/154 kB | 12/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 94/168 kB | 40/154 kB | 12/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 94/168 kB | 44/154 kB | 12/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 94/168 kB | 44/154 kB | 16/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 98/168 kB | 44/154 kB | 16/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 98/168 kB | 44/154 kB | 16/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 98/168 kB | 44/154 kB | 16/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 98/168 kB | 44/154 kB | 20/38 kB
Progress (5): 98/194 kB | 0.1/1.2 MB | 98/168 kB | 48/154 kB | 20/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 98/168 kB | 48/154 kB | 20/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 98/168 kB | 52/154 kB | 20/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 98/168 kB | 56/154 kB | 20/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 98/168 kB | 56/154 kB | 24/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 102/168 kB | 56/154 kB | 24/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 102/168 kB | 56/154 kB | 24/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 106/168 kB | 56/154 kB | 24/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 106/168 kB | 56/154 kB | 28/38 kB
Progress (5): 102/194 kB | 0.1/1.2 MB | 106/168 kB | 60/154 kB | 28/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 106/168 kB | 60/154 kB | 28/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 106/168 kB | 64/154 kB | 28/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 106/168 kB | 64/154 kB | 32/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 110/168 kB | 64/154 kB | 32/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 110/168 kB | 64/154 kB | 32/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 114/168 kB | 64/154 kB | 32/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 114/168 kB | 64/154 kB | 36/38 kB
Progress (5): 106/194 kB | 0.1/1.2 MB | 114/168 kB | 68/154 kB | 36/38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 114/168 kB | 68/154 kB | 36/38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 114/168 kB | 72/154 kB | 36/38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 114/168 kB | 72/154 kB | 38 kB   
Progress (5): 110/194 kB | 0.1/1.2 MB | 118/168 kB | 72/154 kB | 38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 118/168 kB | 72/154 kB | 38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 122/168 kB | 72/154 kB | 38 kB
Progress (5): 110/194 kB | 0.1/1.2 MB | 122/168 kB | 76/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 122/168 kB | 76/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 122/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 126/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 130/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 130/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 131/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 131/168 kB | 80/154 kB | 38 kB
Progress (5): 114/194 kB | 0.1/1.2 MB | 131/168 kB | 84/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 131/168 kB | 84/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 131/168 kB | 88/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 131/168 kB | 88/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 135/168 kB | 88/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 135/168 kB | 88/154 kB | 38 kB
Progress (5): 118/194 kB | 0.1/1.2 MB | 135/168 kB | 92/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 135/168 kB | 92/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 135/168 kB | 96/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 135/168 kB | 96/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 135/168 kB | 96/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 139/168 kB | 96/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 139/168 kB | 96/154 kB | 38 kB
Progress (5): 122/194 kB | 0.1/1.2 MB | 139/168 kB | 100/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 100/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 139/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 143/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 143/168 kB | 104/154 kB | 38 kB
Progress (5): 126/194 kB | 0.1/1.2 MB | 143/168 kB | 108/154 kB | 38 kB
Progress (5): 130/194 kB | 0.1/1.2 MB | 143/168 kB | 108/154 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 280 kB/s)
Progress (4): 130/194 kB | 0.1/1.2 MB | 143/168 kB | 112/154 kB
Progress (4): 130/194 kB | 0.2/1.2 MB | 143/168 kB | 112/154 kB
Progress (4): 130/194 kB | 0.2/1.2 MB | 147/168 kB | 112/154 kB
Progress (4): 130/194 kB | 0.2/1.2 MB | 147/168 kB | 112/154 kB
Progress (4): 130/194 kB | 0.2/1.2 MB | 147/168 kB | 116/154 kB
                                                               
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): 131/194 kB | 0.2/1.2 MB | 147/168 kB | 116/154 kB
Progress (4): 131/194 kB | 0.2/1.2 MB | 147/168 kB | 120/154 kB
Progress (4): 131/194 kB | 0.2/1.2 MB | 147/168 kB | 120/154 kB
Progress (4): 131/194 kB | 0.2/1.2 MB | 151/168 kB | 120/154 kB
Progress (4): 131/194 kB | 0.2/1.2 MB | 151/168 kB | 120/154 kB
Progress (4): 131/194 kB | 0.2/1.2 MB | 151/168 kB | 124/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 151/168 kB | 124/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 151/168 kB | 128/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 151/168 kB | 128/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 155/168 kB | 128/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 155/168 kB | 128/154 kB
Progress (4): 135/194 kB | 0.2/1.2 MB | 155/168 kB | 132/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 155/168 kB | 132/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 155/168 kB | 136/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 155/168 kB | 136/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 159/168 kB | 136/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 159/168 kB | 136/154 kB
Progress (4): 139/194 kB | 0.2/1.2 MB | 159/168 kB | 140/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 159/168 kB | 140/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 159/168 kB | 144/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 159/168 kB | 144/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 163/168 kB | 144/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 163/168 kB | 144/154 kB
Progress (4): 143/194 kB | 0.2/1.2 MB | 163/168 kB | 148/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 163/168 kB | 148/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 163/168 kB | 152/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 163/168 kB | 152/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 167/168 kB | 152/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 167/168 kB | 152/154 kB
Progress (4): 147/194 kB | 0.2/1.2 MB | 167/168 kB | 154 kB    
Progress (4): 151/194 kB | 0.2/1.2 MB | 167/168 kB | 154 kB
Progress (4): 151/194 kB | 0.2/1.2 MB | 167/168 kB | 154 kB
Progress (4): 151/194 kB | 0.2/1.2 MB | 168 kB | 154 kB    
Progress (4): 151/194 kB | 0.2/1.2 MB | 168 kB | 154 kB
Progress (5): 151/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 4.1/11 kB
Progress (5): 155/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 4.1/11 kB
Progress (5): 155/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 7.7/11 kB
Progress (5): 155/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 7.7/11 kB
Progress (5): 155/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB    
Progress (5): 159/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 159/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 163/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 163/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 167/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 167/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 171/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 171/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 175/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 175/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 179/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 179/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 183/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 183/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 187/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 187/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 191/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 191/194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB    
Progress (5): 194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.2/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 194 kB | 0.3/1.2 MB | 168 kB | 154 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 1.2 MB/s)
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
                                                  
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 (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.3/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (4): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 4.1/11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 4.1/11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 7.7/11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 7.7/11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB    
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.4/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
Progress (5): 0.5/1.2 MB | 168 kB | 154 kB | 11 kB | 11 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 64 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.jar
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 714 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 47 kB/s)
Progress (2): 0.5/1.2 MB | 154 kB
                                 
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
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
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 642 kB/s)
Progress (1): 0.5/1.2 MB
                        
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
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/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.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.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.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 (2): 0.7/1.2 MB | 4.1/53 kB
Progress (2): 0.7/1.2 MB | 4.1/53 kB
Progress (2): 0.7/1.2 MB | 7.7/53 kB
Progress (2): 0.7/1.2 MB | 7.7/53 kB
Progress (2): 0.7/1.2 MB | 12/53 kB 
Progress (2): 0.7/1.2 MB | 12/53 kB
Progress (2): 0.7/1.2 MB | 16/53 kB
Progress (2): 0.7/1.2 MB | 16/53 kB
Progress (3): 0.7/1.2 MB | 16/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 16/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 16/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 16/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 20/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 20/53 kB | 4.1/15 kB
Progress (3): 0.7/1.2 MB | 20/53 kB | 7.7/15 kB
Progress (3): 0.7/1.2 MB | 20/53 kB | 7.7/15 kB
Progress (3): 0.7/1.2 MB | 24/53 kB | 7.7/15 kB
Progress (3): 0.7/1.2 MB | 24/53 kB | 7.7/15 kB
Progress (3): 0.7/1.2 MB | 28/53 kB | 7.7/15 kB
Progress (3): 0.7/1.2 MB | 28/53 kB | 12/15 kB 
Progress (3): 0.7/1.2 MB | 28/53 kB | 12/15 kB
Progress (3): 0.7/1.2 MB | 32/53 kB | 12/15 kB
Progress (3): 0.7/1.2 MB | 32/53 kB | 12/15 kB
Progress (3): 0.7/1.2 MB | 36/53 kB | 12/15 kB
Progress (3): 0.7/1.2 MB | 36/53 kB | 15 kB   
Progress (3): 0.7/1.2 MB | 40/53 kB | 15 kB
Progress (3): 0.7/1.2 MB | 40/53 kB | 15 kB
Progress (3): 0.7/1.2 MB | 44/53 kB | 15 kB
Progress (4): 0.7/1.2 MB | 44/53 kB | 15 kB | 4.1/61 kB
Progress (4): 0.7/1.2 MB | 48/53 kB | 15 kB | 4.1/61 kB
Progress (4): 0.7/1.2 MB | 48/53 kB | 15 kB | 4.1/61 kB
Progress (4): 0.7/1.2 MB | 52/53 kB | 15 kB | 4.1/61 kB
Progress (4): 0.7/1.2 MB | 52/53 kB | 15 kB | 7.7/61 kB
Progress (5): 0.7/1.2 MB | 52/53 kB | 15 kB | 7.7/61 kB | 4.1/38 kB
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 4.1/38 kB   
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 4.1/38 kB
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 7.7/38 kB
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 7.7/38 kB
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 7.7/38 kB
Progress (5): 0.7/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 7.7/61 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 12/61 kB | 7.7/38 kB 
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 12/61 kB | 7.7/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 12/61 kB | 12/38 kB 
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 16/61 kB | 12/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 16/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 16/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 20/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 20/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 24/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 24/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 28/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 28/61 kB | 16/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 28/61 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 32/61 kB | 20/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 32/61 kB | 24/38 kB
Progress (5): 0.8/1.2 MB | 53 kB | 15 kB | 32/61 kB | 24/38 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.jar (15 kB at 58 kB/s)
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 32/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 36/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 36/61 kB | 28/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 36/61 kB | 32/38 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Progress (4): 0.8/1.2 MB | 53 kB | 36/61 kB | 36/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 36/61 kB | 36/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 40/61 kB | 36/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 40/61 kB | 36/38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 40/61 kB | 38 kB   
Progress (4): 0.8/1.2 MB | 53 kB | 40/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 44/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 44/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 48/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 48/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 52/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 52/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 56/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 56/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 60/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 60/61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 61 kB | 38 kB   
Progress (4): 0.8/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.8/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 0.9/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 kB
Progress (4): 1.0/1.2 MB | 53 kB | 61 kB | 38 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 173 kB/s)
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
                                        
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
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.0/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 kB
Progress (3): 1.1/1.2 MB | 53 kB | 38 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 146 kB/s)
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 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Progress (2): 1.1/1.2 MB | 4.1/121 kB
Progress (2): 1.1/1.2 MB | 4.1/121 kB
Progress (2): 1.1/1.2 MB | 7.7/121 kB
Progress (2): 1.1/1.2 MB | 7.7/121 kB
Progress (2): 1.1/1.2 MB | 12/121 kB 
Progress (2): 1.1/1.2 MB | 12/121 kB
Progress (2): 1.1/1.2 MB | 16/121 kB
Progress (2): 1.1/1.2 MB | 16/121 kB
Progress (2): 1.1/1.2 MB | 20/121 kB
Progress (2): 1.1/1.2 MB | 20/121 kB
Progress (2): 1.1/1.2 MB | 24/121 kB
Progress (2): 1.1/1.2 MB | 24/121 kB
Progress (2): 1.1/1.2 MB | 28/121 kB
Progress (2): 1.1/1.2 MB | 28/121 kB
Progress (2): 1.1/1.2 MB | 32/121 kB
Progress (2): 1.1/1.2 MB | 32/121 kB
Progress (2): 1.1/1.2 MB | 33/121 kB
Progress (2): 1.1/1.2 MB | 33/121 kB
Progress (2): 1.1/1.2 MB | 37/121 kB
Progress (2): 1.2/1.2 MB | 37/121 kB
Progress (2): 1.2/1.2 MB | 37/121 kB
Progress (3): 1.2/1.2 MB | 37/121 kB | 4.1/191 kB
Progress (3): 1.2/1.2 MB | 41/121 kB | 4.1/191 kB
Progress (3): 1.2/1.2 MB | 41/121 kB | 7.7/191 kB
Progress (3): 1.2/1.2 MB | 41/121 kB | 7.7/191 kB
Progress (3): 1.2/1.2 MB | 41/121 kB | 12/191 kB 
Progress (4): 1.2/1.2 MB | 41/121 kB | 12/191 kB | 4.1/560 kB
Progress (4): 1.2/1.2 MB | 45/121 kB | 12/191 kB | 4.1/560 kB
Progress (4): 1.2/1.2 MB | 45/121 kB | 12/191 kB | 7.7/560 kB
Progress (4): 1.2/1.2 MB | 45/121 kB | 16/191 kB | 7.7/560 kB
Progress (4): 1.2/1.2 MB | 45/121 kB | 16/191 kB | 7.7/560 kB
Progress (5): 1.2/1.2 MB | 45/121 kB | 16/191 kB | 7.7/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 45/121 kB | 16/191 kB | 7.7/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 45/121 kB | 20/191 kB | 7.7/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 45/121 kB | 20/191 kB | 12/560 kB | 4.1/262 kB 
Progress (5): 1.2/1.2 MB | 49/121 kB | 20/191 kB | 12/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 20/191 kB | 16/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 24/191 kB | 16/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 24/191 kB | 16/560 kB | 4.1/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 24/191 kB | 16/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 24/191 kB | 16/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 28/191 kB | 16/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 49/121 kB | 28/191 kB | 20/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 28/191 kB | 20/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 28/191 kB | 24/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 32/191 kB | 24/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 32/191 kB | 24/560 kB | 7.7/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 32/191 kB | 24/560 kB | 12/262 kB 
Progress (5): 1.2/1.2 MB | 53/121 kB | 32/191 kB | 24/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 33/191 kB | 24/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 53/121 kB | 33/191 kB | 28/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 33/191 kB | 28/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 33/191 kB | 32/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 37/191 kB | 32/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 37/191 kB | 32/560 kB | 12/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 37/191 kB | 32/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 37/191 kB | 32/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 41/191 kB | 32/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 57/121 kB | 41/191 kB | 33/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 41/191 kB | 33/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 41/191 kB | 37/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 45/191 kB | 37/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 45/191 kB | 37/560 kB | 16/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 45/191 kB | 37/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 45/191 kB | 37/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 49/191 kB | 37/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 61/121 kB | 49/191 kB | 41/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 49/191 kB | 41/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 49/191 kB | 45/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 53/191 kB | 45/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 53/191 kB | 45/560 kB | 20/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 53/191 kB | 45/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 53/191 kB | 45/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 57/191 kB | 45/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 65/121 kB | 57/191 kB | 49/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 57/191 kB | 49/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 57/191 kB | 53/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 61/191 kB | 53/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 61/191 kB | 53/560 kB | 24/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 61/191 kB | 53/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 61/191 kB | 53/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 65/191 kB | 53/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 66/121 kB | 65/191 kB | 57/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 65/191 kB | 57/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 65/191 kB | 61/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 66/191 kB | 61/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 66/191 kB | 61/560 kB | 28/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 66/191 kB | 61/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 66/191 kB | 61/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 70/191 kB | 61/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 70/121 kB | 70/191 kB | 65/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 74/121 kB | 70/191 kB | 65/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 74/121 kB | 70/191 kB | 66/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 74/121 kB | 74/191 kB | 66/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 74/121 kB | 74/191 kB | 66/560 kB | 32/262 kB
Progress (5): 1.2/1.2 MB | 74/121 kB | 74/191 kB | 66/560 kB | 33/262 kB
Progress (5): 1.2 MB | 74/121 kB | 74/191 kB | 66/560 kB | 33/262 kB    
Progress (5): 1.2 MB | 74/121 kB | 78/191 kB | 66/560 kB | 33/262 kB
Progress (5): 1.2 MB | 74/121 kB | 78/191 kB | 70/560 kB | 33/262 kB
Progress (5): 1.2 MB | 78/121 kB | 78/191 kB | 70/560 kB | 33/262 kB
Progress (5): 1.2 MB | 82/121 kB | 78/191 kB | 70/560 kB | 33/262 kB
Progress (5): 1.2 MB | 86/121 kB | 78/191 kB | 70/560 kB | 33/262 kB
Progress (5): 1.2 MB | 86/121 kB | 78/191 kB | 74/560 kB | 33/262 kB
Progress (5): 1.2 MB | 86/121 kB | 82/191 kB | 74/560 kB | 33/262 kB
Progress (5): 1.2 MB | 86/121 kB | 82/191 kB | 74/560 kB | 37/262 kB
Progress (5): 1.2 MB | 86/121 kB | 86/191 kB | 74/560 kB | 37/262 kB
Progress (5): 1.2 MB | 86/121 kB | 86/191 kB | 78/560 kB | 37/262 kB
Progress (5): 1.2 MB | 90/121 kB | 86/191 kB | 78/560 kB | 37/262 kB
Progress (5): 1.2 MB | 90/121 kB | 86/191 kB | 82/560 kB | 37/262 kB
Progress (5): 1.2 MB | 90/121 kB | 90/191 kB | 82/560 kB | 37/262 kB
Progress (5): 1.2 MB | 90/121 kB | 90/191 kB | 82/560 kB | 41/262 kB
Progress (5): 1.2 MB | 90/121 kB | 94/191 kB | 82/560 kB | 41/262 kB
Progress (5): 1.2 MB | 90/121 kB | 94/191 kB | 86/560 kB | 41/262 kB
Progress (5): 1.2 MB | 94/121 kB | 94/191 kB | 86/560 kB | 41/262 kB
Progress (5): 1.2 MB | 94/121 kB | 94/191 kB | 90/560 kB | 41/262 kB
Progress (5): 1.2 MB | 94/121 kB | 98/191 kB | 90/560 kB | 41/262 kB
Progress (5): 1.2 MB | 94/121 kB | 98/191 kB | 90/560 kB | 45/262 kB
Progress (5): 1.2 MB | 94/121 kB | 98/191 kB | 90/560 kB | 45/262 kB
Progress (5): 1.2 MB | 94/121 kB | 98/191 kB | 94/560 kB | 45/262 kB
Progress (5): 1.2 MB | 98/121 kB | 98/191 kB | 94/560 kB | 45/262 kB
Progress (5): 1.2 MB | 98/121 kB | 98/191 kB | 98/560 kB | 45/262 kB
Progress (5): 1.2 MB | 98/121 kB | 102/191 kB | 98/560 kB | 45/262 kB
Progress (5): 1.2 MB | 98/121 kB | 102/191 kB | 102/560 kB | 45/262 kB
Progress (5): 1.2 MB | 98/121 kB | 102/191 kB | 102/560 kB | 49/262 kB
Progress (5): 1.2 MB | 98/121 kB | 102/191 kB | 106/560 kB | 49/262 kB
Progress (5): 1.2 MB | 98/121 kB | 106/191 kB | 106/560 kB | 49/262 kB
Progress (5): 1.2 MB | 102/121 kB | 106/191 kB | 106/560 kB | 49/262 kB
Progress (5): 1.2 MB | 102/121 kB | 110/191 kB | 106/560 kB | 49/262 kB
Progress (5): 1.2 MB | 102/121 kB | 110/191 kB | 110/560 kB | 49/262 kB
Progress (5): 1.2 MB | 102/121 kB | 110/191 kB | 110/560 kB | 53/262 kB
Progress (5): 1.2 MB | 102/121 kB | 110/191 kB | 114/560 kB | 53/262 kB
Progress (5): 1.2 MB | 102/121 kB | 114/191 kB | 114/560 kB | 53/262 kB
Progress (5): 1.2 MB | 106/121 kB | 114/191 kB | 114/560 kB | 53/262 kB
Progress (5): 1.2 MB | 106/121 kB | 118/191 kB | 114/560 kB | 53/262 kB
Progress (5): 1.2 MB | 106/121 kB | 118/191 kB | 118/560 kB | 53/262 kB
Progress (5): 1.2 MB | 106/121 kB | 118/191 kB | 118/560 kB | 57/262 kB
Progress (5): 1.2 MB | 106/121 kB | 118/191 kB | 122/560 kB | 57/262 kB
Progress (5): 1.2 MB | 106/121 kB | 122/191 kB | 122/560 kB | 57/262 kB
Progress (5): 1.2 MB | 110/121 kB | 122/191 kB | 122/560 kB | 57/262 kB
Progress (5): 1.2 MB | 110/121 kB | 126/191 kB | 122/560 kB | 57/262 kB
Progress (5): 1.2 MB | 110/121 kB | 130/191 kB | 122/560 kB | 57/262 kB
Progress (5): 1.2 MB | 110/121 kB | 130/191 kB | 126/560 kB | 57/262 kB
Progress (5): 1.2 MB | 110/121 kB | 130/191 kB | 126/560 kB | 61/262 kB
Progress (5): 1.2 MB | 110/121 kB | 130/191 kB | 130/560 kB | 61/262 kB
Progress (5): 1.2 MB | 110/121 kB | 131/191 kB | 130/560 kB | 61/262 kB
Progress (5): 1.2 MB | 114/121 kB | 131/191 kB | 130/560 kB | 61/262 kB
Progress (5): 1.2 MB | 114/121 kB | 135/191 kB | 130/560 kB | 61/262 kB
Progress (5): 1.2 MB | 118/121 kB | 135/191 kB | 130/560 kB | 61/262 kB
Progress (5): 1.2 MB | 118/121 kB | 135/191 kB | 134/560 kB | 61/262 kB
Progress (5): 1.2 MB | 118/121 kB | 135/191 kB | 134/560 kB | 65/262 kB
Progress (5): 1.2 MB | 118/121 kB | 135/191 kB | 138/560 kB | 65/262 kB
Progress (5): 1.2 MB | 121 kB | 135/191 kB | 138/560 kB | 65/262 kB    
Progress (5): 1.2 MB | 121 kB | 139/191 kB | 138/560 kB | 65/262 kB
Progress (5): 1.2 MB | 121 kB | 139/191 kB | 142/560 kB | 65/262 kB
Progress (5): 1.2 MB | 121 kB | 139/191 kB | 142/560 kB | 69/262 kB
Progress (5): 1.2 MB | 121 kB | 139/191 kB | 146/560 kB | 69/262 kB
Progress (5): 1.2 MB | 121 kB | 143/191 kB | 146/560 kB | 69/262 kB
Progress (5): 1.2 MB | 121 kB | 143/191 kB | 150/560 kB | 69/262 kB
Progress (5): 1.2 MB | 121 kB | 143/191 kB | 150/560 kB | 73/262 kB
Progress (5): 1.2 MB | 121 kB | 143/191 kB | 154/560 kB | 73/262 kB
Progress (5): 1.2 MB | 121 kB | 147/191 kB | 154/560 kB | 73/262 kB
Progress (5): 1.2 MB | 121 kB | 147/191 kB | 158/560 kB | 73/262 kB
Progress (5): 1.2 MB | 121 kB | 147/191 kB | 158/560 kB | 77/262 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.3 MB/s)
Progress (4): 121 kB | 147/191 kB | 162/560 kB | 77/262 kB
Progress (4): 121 kB | 151/191 kB | 162/560 kB | 77/262 kB
Progress (4): 121 kB | 151/191 kB | 166/560 kB | 77/262 kB
                                                          
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
Progress (4): 121 kB | 151/191 kB | 166/560 kB | 81/262 kB
Progress (4): 121 kB | 151/191 kB | 170/560 kB | 81/262 kB
Progress (4): 121 kB | 155/191 kB | 170/560 kB | 81/262 kB
Progress (4): 121 kB | 155/191 kB | 170/560 kB | 85/262 kB
Progress (4): 121 kB | 159/191 kB | 170/560 kB | 85/262 kB
Progress (4): 121 kB | 159/191 kB | 174/560 kB | 85/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 85/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 89/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 93/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 97/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 101/262 kB
Progress (4): 121 kB | 163/191 kB | 174/560 kB | 105/262 kB
Progress (4): 121 kB | 167/191 kB | 174/560 kB | 105/262 kB
Progress (4): 121 kB | 167/191 kB | 178/560 kB | 105/262 kB
Progress (4): 121 kB | 171/191 kB | 178/560 kB | 105/262 kB
Progress (4): 121 kB | 171/191 kB | 182/560 kB | 105/262 kB
Progress (4): 121 kB | 175/191 kB | 182/560 kB | 105/262 kB
Progress (4): 121 kB | 179/191 kB | 182/560 kB | 105/262 kB
Progress (4): 121 kB | 179/191 kB | 182/560 kB | 109/262 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 220 kB/s)
Progress (3): 179/191 kB | 182/560 kB | 113/262 kB
Progress (3): 183/191 kB | 182/560 kB | 113/262 kB
Progress (3): 183/191 kB | 182/560 kB | 117/262 kB
Progress (3): 183/191 kB | 186/560 kB | 117/262 kB
Progress (3): 183/191 kB | 186/560 kB | 121/262 kB
Progress (3): 187/191 kB | 186/560 kB | 121/262 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
Progress (3): 191/191 kB | 186/560 kB | 121/262 kB
Progress (3): 191/191 kB | 186/560 kB | 125/262 kB
Progress (3): 191/191 kB | 190/560 kB | 125/262 kB
Progress (3): 191/191 kB | 190/560 kB | 129/262 kB
Progress (3): 191 kB | 190/560 kB | 129/262 kB    
Progress (3): 191 kB | 194/560 kB | 129/262 kB
Progress (4): 191 kB | 194/560 kB | 129/262 kB | 4.1/35 kB
Progress (4): 191 kB | 194/560 kB | 133/262 kB | 4.1/35 kB
Progress (4): 191 kB | 194/560 kB | 133/262 kB | 7.7/35 kB
Progress (4): 191 kB | 198/560 kB | 133/262 kB | 7.7/35 kB
Progress (4): 191 kB | 198/560 kB | 133/262 kB | 12/35 kB 
Progress (4): 191 kB | 198/560 kB | 137/262 kB | 12/35 kB
Progress (4): 191 kB | 198/560 kB | 137/262 kB | 16/35 kB
Progress (4): 191 kB | 202/560 kB | 137/262 kB | 16/35 kB
Progress (4): 191 kB | 202/560 kB | 141/262 kB | 16/35 kB
Progress (4): 191 kB | 202/560 kB | 141/262 kB | 20/35 kB
Progress (4): 191 kB | 202/560 kB | 145/262 kB | 20/35 kB
Progress (4): 191 kB | 206/560 kB | 145/262 kB | 20/35 kB
Progress (4): 191 kB | 206/560 kB | 149/262 kB | 20/35 kB
Progress (4): 191 kB | 206/560 kB | 149/262 kB | 24/35 kB
Progress (4): 191 kB | 206/560 kB | 153/262 kB | 24/35 kB
Progress (4): 191 kB | 210/560 kB | 153/262 kB | 24/35 kB
Progress (4): 191 kB | 210/560 kB | 153/262 kB | 28/35 kB
Progress (4): 191 kB | 214/560 kB | 153/262 kB | 28/35 kB
Progress (4): 191 kB | 214/560 kB | 157/262 kB | 28/35 kB
Progress (4): 191 kB | 218/560 kB | 157/262 kB | 28/35 kB
Progress (4): 191 kB | 218/560 kB | 157/262 kB | 32/35 kB
Progress (4): 191 kB | 222/560 kB | 157/262 kB | 32/35 kB
Progress (4): 191 kB | 222/560 kB | 161/262 kB | 32/35 kB
Progress (4): 191 kB | 226/560 kB | 161/262 kB | 32/35 kB
Progress (4): 191 kB | 226/560 kB | 161/262 kB | 35 kB   
Progress (4): 191 kB | 230/560 kB | 161/262 kB | 35 kB
Progress (4): 191 kB | 230/560 kB | 165/262 kB | 35 kB
Progress (4): 191 kB | 234/560 kB | 165/262 kB | 35 kB
Progress (4): 191 kB | 234/560 kB | 169/262 kB | 35 kB
Progress (4): 191 kB | 238/560 kB | 169/262 kB | 35 kB
Progress (4): 191 kB | 238/560 kB | 173/262 kB | 35 kB
Progress (4): 191 kB | 242/560 kB | 173/262 kB | 35 kB
Progress (4): 191 kB | 242/560 kB | 177/262 kB | 35 kB
Progress (4): 191 kB | 246/560 kB | 177/262 kB | 35 kB
Progress (4): 191 kB | 246/560 kB | 181/262 kB | 35 kB
Progress (4): 191 kB | 250/560 kB | 181/262 kB | 35 kB
Progress (4): 191 kB | 250/560 kB | 185/262 kB | 35 kB
Progress (4): 191 kB | 254/560 kB | 185/262 kB | 35 kB
Progress (4): 191 kB | 254/560 kB | 189/262 kB | 35 kB
Progress (4): 191 kB | 258/560 kB | 189/262 kB | 35 kB
Progress (4): 191 kB | 258/560 kB | 193/262 kB | 35 kB
Progress (4): 191 kB | 262/560 kB | 193/262 kB | 35 kB
Progress (4): 191 kB | 262/560 kB | 197/262 kB | 35 kB
Progress (4): 191 kB | 266/560 kB | 197/262 kB | 35 kB
Progress (4): 191 kB | 266/560 kB | 201/262 kB | 35 kB
Progress (4): 191 kB | 270/560 kB | 201/262 kB | 35 kB
Progress (4): 191 kB | 270/560 kB | 205/262 kB | 35 kB
Progress (4): 191 kB | 274/560 kB | 205/262 kB | 35 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.jar (191 kB at 301 kB/s)
Progress (3): 274/560 kB | 209/262 kB | 35 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 (4): 274/560 kB | 209/262 kB | 35 kB | 4.1/41 kB
Progress (4): 278/560 kB | 209/262 kB | 35 kB | 4.1/41 kB
Progress (4): 278/560 kB | 209/262 kB | 35 kB | 7.7/41 kB
Progress (4): 278/560 kB | 213/262 kB | 35 kB | 7.7/41 kB
Progress (4): 278/560 kB | 213/262 kB | 35 kB | 12/41 kB 
Progress (4): 282/560 kB | 213/262 kB | 35 kB | 12/41 kB
Progress (4): 282/560 kB | 213/262 kB | 35 kB | 16/41 kB
Progress (4): 282/560 kB | 217/262 kB | 35 kB | 16/41 kB
Progress (4): 282/560 kB | 217/262 kB | 35 kB | 20/41 kB
Progress (4): 286/560 kB | 217/262 kB | 35 kB | 20/41 kB
Progress (4): 286/560 kB | 217/262 kB | 35 kB | 24/41 kB
Progress (4): 286/560 kB | 221/262 kB | 35 kB | 24/41 kB
Progress (4): 286/560 kB | 221/262 kB | 35 kB | 28/41 kB
Progress (4): 290/560 kB | 221/262 kB | 35 kB | 28/41 kB
Progress (4): 290/560 kB | 221/262 kB | 35 kB | 32/41 kB
Progress (4): 290/560 kB | 225/262 kB | 35 kB | 32/41 kB
Progress (4): 290/560 kB | 225/262 kB | 35 kB | 36/41 kB
Progress (4): 294/560 kB | 225/262 kB | 35 kB | 36/41 kB
Progress (4): 294/560 kB | 225/262 kB | 35 kB | 40/41 kB
Progress (4): 294/560 kB | 229/262 kB | 35 kB | 40/41 kB
Progress (4): 294/560 kB | 229/262 kB | 35 kB | 41 kB   
Progress (4): 298/560 kB | 229/262 kB | 35 kB | 41 kB
Progress (4): 298/560 kB | 233/262 kB | 35 kB | 41 kB
Progress (4): 302/560 kB | 233/262 kB | 35 kB | 41 kB
Progress (4): 302/560 kB | 237/262 kB | 35 kB | 41 kB
Progress (4): 306/560 kB | 237/262 kB | 35 kB | 41 kB
Progress (4): 306/560 kB | 241/262 kB | 35 kB | 41 kB
Progress (4): 310/560 kB | 241/262 kB | 35 kB | 41 kB
Progress (4): 314/560 kB | 241/262 kB | 35 kB | 41 kB
Progress (4): 314/560 kB | 245/262 kB | 35 kB | 41 kB
Progress (4): 318/560 kB | 245/262 kB | 35 kB | 41 kB
Progress (4): 318/560 kB | 249/262 kB | 35 kB | 41 kB
Progress (4): 322/560 kB | 249/262 kB | 35 kB | 41 kB
Progress (5): 322/560 kB | 249/262 kB | 35 kB | 41 kB | 4.1/54 kB
Progress (5): 326/560 kB | 249/262 kB | 35 kB | 41 kB | 4.1/54 kB
Progress (5): 326/560 kB | 253/262 kB | 35 kB | 41 kB | 4.1/54 kB
Progress (5): 330/560 kB | 253/262 kB | 35 kB | 41 kB | 4.1/54 kB
Progress (5): 330/560 kB | 253/262 kB | 35 kB | 41 kB | 7.7/54 kB
Progress (5): 334/560 kB | 253/262 kB | 35 kB | 41 kB | 7.7/54 kB
Progress (5): 334/560 kB | 253/262 kB | 35 kB | 41 kB | 12/54 kB 
Progress (5): 334/560 kB | 257/262 kB | 35 kB | 41 kB | 12/54 kB
Progress (5): 334/560 kB | 257/262 kB | 35 kB | 41 kB | 16/54 kB
Progress (5): 338/560 kB | 257/262 kB | 35 kB | 41 kB | 16/54 kB
Progress (5): 338/560 kB | 257/262 kB | 35 kB | 41 kB | 20/54 kB
Progress (5): 338/560 kB | 261/262 kB | 35 kB | 41 kB | 20/54 kB
Progress (5): 338/560 kB | 262 kB | 35 kB | 41 kB | 20/54 kB    
Progress (5): 338/560 kB | 262 kB | 35 kB | 41 kB | 24/54 kB
Progress (5): 342/560 kB | 262 kB | 35 kB | 41 kB | 24/54 kB
Progress (5): 342/560 kB | 262 kB | 35 kB | 41 kB | 28/54 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.jar (41 kB at 64 kB/s)
Progress (4): 346/560 kB | 262 kB | 35 kB | 28/54 kB
                                                    
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
Progress (4): 346/560 kB | 262 kB | 35 kB | 32/54 kB
Progress (4): 350/560 kB | 262 kB | 35 kB | 32/54 kB
Progress (4): 354/560 kB | 262 kB | 35 kB | 32/54 kB
Progress (4): 354/560 kB | 262 kB | 35 kB | 36/54 kB
Progress (4): 358/560 kB | 262 kB | 35 kB | 36/54 kB
Progress (4): 358/560 kB | 262 kB | 35 kB | 40/54 kB
Progress (4): 362/560 kB | 262 kB | 35 kB | 40/54 kB
Progress (4): 362/560 kB | 262 kB | 35 kB | 44/54 kB
Progress (4): 366/560 kB | 262 kB | 35 kB | 44/54 kB
Progress (4): 366/560 kB | 262 kB | 35 kB | 48/54 kB
Progress (4): 370/560 kB | 262 kB | 35 kB | 48/54 kB
Progress (4): 370/560 kB | 262 kB | 35 kB | 52/54 kB
Progress (4): 374/560 kB | 262 kB | 35 kB | 52/54 kB
Progress (4): 374/560 kB | 262 kB | 35 kB | 54 kB   
Progress (4): 378/560 kB | 262 kB | 35 kB | 54 kB
Progress (4): 382/560 kB | 262 kB | 35 kB | 54 kB
Progress (4): 386/560 kB | 262 kB | 35 kB | 54 kB
Progress (4): 390/560 kB | 262 kB | 35 kB | 54 kB
Progress (4): 394/560 kB | 262 kB | 35 kB | 54 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 397 kB/s)
Progress (3): 398/560 kB | 35 kB | 54 kB
                                        
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
Progress (3): 402/560 kB | 35 kB | 54 kB
Progress (3): 406/560 kB | 35 kB | 54 kB
Progress (3): 410/560 kB | 35 kB | 54 kB
Progress (3): 414/560 kB | 35 kB | 54 kB
Progress (3): 418/560 kB | 35 kB | 54 kB
Progress (3): 422/560 kB | 35 kB | 54 kB
Progress (3): 426/560 kB | 35 kB | 54 kB
Progress (3): 430/560 kB | 35 kB | 54 kB
Progress (3): 434/560 kB | 35 kB | 54 kB
Progress (3): 438/560 kB | 35 kB | 54 kB
Progress (4): 438/560 kB | 35 kB | 54 kB | 4.1/74 kB
Progress (4): 442/560 kB | 35 kB | 54 kB | 4.1/74 kB
Progress (4): 442/560 kB | 35 kB | 54 kB | 7.7/74 kB
Progress (4): 446/560 kB | 35 kB | 54 kB | 7.7/74 kB
Progress (4): 446/560 kB | 35 kB | 54 kB | 12/74 kB 
Progress (4): 450/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 454/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 458/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 462/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 466/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 470/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 474/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 478/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 482/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 486/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 490/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 494/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 498/560 kB | 35 kB | 54 kB | 12/74 kB
Progress (4): 498/560 kB | 35 kB | 54 kB | 16/74 kB
Progress (4): 502/560 kB | 35 kB | 54 kB | 16/74 kB
Progress (4): 506/560 kB | 35 kB | 54 kB | 16/74 kB
Progress (4): 506/560 kB | 35 kB | 54 kB | 20/74 kB
Progress (4): 510/560 kB | 35 kB | 54 kB | 20/74 kB
Progress (4): 510/560 kB | 35 kB | 54 kB | 24/74 kB
Progress (4): 514/560 kB | 35 kB | 54 kB | 24/74 kB
Progress (4): 514/560 kB | 35 kB | 54 kB | 28/74 kB
Progress (4): 518/560 kB | 35 kB | 54 kB | 28/74 kB
Progress (4): 518/560 kB | 35 kB | 54 kB | 32/74 kB
Progress (4): 522/560 kB | 35 kB | 54 kB | 32/74 kB
Progress (4): 522/560 kB | 35 kB | 54 kB | 33/74 kB
Progress (4): 522/560 kB | 35 kB | 54 kB | 37/74 kB
Progress (4): 522/560 kB | 35 kB | 54 kB | 41/74 kB
Progress (4): 522/560 kB | 35 kB | 54 kB | 45/74 kB
Progress (4): 526/560 kB | 35 kB | 54 kB | 45/74 kB
Progress (4): 526/560 kB | 35 kB | 54 kB | 49/74 kB
Progress (4): 530/560 kB | 35 kB | 54 kB | 49/74 kB
Progress (4): 530/560 kB | 35 kB | 54 kB | 53/74 kB
Progress (4): 534/560 kB | 35 kB | 54 kB | 53/74 kB
Progress (4): 534/560 kB | 35 kB | 54 kB | 57/74 kB
Progress (4): 538/560 kB | 35 kB | 54 kB | 57/74 kB
Progress (4): 538/560 kB | 35 kB | 54 kB | 61/74 kB
Progress (4): 542/560 kB | 35 kB | 54 kB | 61/74 kB
Progress (4): 542/560 kB | 35 kB | 54 kB | 65/74 kB
Progress (4): 546/560 kB | 35 kB | 54 kB | 65/74 kB
Progress (4): 546/560 kB | 35 kB | 54 kB | 69/74 kB
Progress (4): 550/560 kB | 35 kB | 54 kB | 69/74 kB
Progress (4): 550/560 kB | 35 kB | 54 kB | 73/74 kB
Progress (4): 554/560 kB | 35 kB | 54 kB | 73/74 kB
Progress (4): 554/560 kB | 35 kB | 54 kB | 74 kB   
Progress (4): 558/560 kB | 35 kB | 54 kB | 74 kB
Progress (4): 560 kB | 35 kB | 54 kB | 74 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 744 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
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 71 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.jar
Progress (3): 35 kB | 74 kB | 4.1/35 kB
Progress (3): 35 kB | 74 kB | 7.7/35 kB
Progress (3): 35 kB | 74 kB | 12/35 kB 
Progress (3): 35 kB | 74 kB | 16/35 kB
Progress (3): 35 kB | 74 kB | 20/35 kB
Progress (3): 35 kB | 74 kB | 24/35 kB
Progress (3): 35 kB | 74 kB | 28/35 kB
Progress (3): 35 kB | 74 kB | 32/35 kB
Progress (3): 35 kB | 74 kB | 35 kB   
Progress (4): 35 kB | 74 kB | 35 kB | 4.1/108 kB
Progress (4): 35 kB | 74 kB | 35 kB | 7.7/108 kB
Progress (5): 35 kB | 74 kB | 35 kB | 7.7/108 kB | 4.1/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 12/108 kB | 4.1/37 kB 
Progress (5): 35 kB | 74 kB | 35 kB | 12/108 kB | 7.7/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 16/108 kB | 7.7/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 16/108 kB | 12/37 kB 
Progress (5): 35 kB | 74 kB | 35 kB | 20/108 kB | 12/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 20/108 kB | 16/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 24/108 kB | 16/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 24/108 kB | 20/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 28/108 kB | 20/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 28/108 kB | 24/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 32/108 kB | 24/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 32/108 kB | 28/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 36/108 kB | 28/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 36/108 kB | 32/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 40/108 kB | 32/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 40/108 kB | 36/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 44/108 kB | 36/37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 44/108 kB | 37 kB   
Progress (5): 35 kB | 74 kB | 35 kB | 48/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 52/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 56/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 60/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 64/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 68/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 72/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 76/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 80/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 84/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 88/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 92/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 96/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 100/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 104/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 108/108 kB | 37 kB
Progress (5): 35 kB | 74 kB | 35 kB | 108 kB | 37 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 47 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
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 139 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Progress (4): 35 kB | 74 kB | 35 kB | 4.1/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 7.7/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 12/123 kB 
Progress (4): 35 kB | 74 kB | 35 kB | 16/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 20/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 24/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 28/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 32/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 33/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 37/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 41/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 45/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 49/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 53/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 57/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 61/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 65/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 66/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 70/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 74/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 78/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 82/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 86/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 90/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 94/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 98/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 102/123 kB
Progress (4): 35 kB | 74 kB | 35 kB | 106/123 kB
Progress (5): 35 kB | 74 kB | 35 kB | 106/123 kB | 4.1/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 110/123 kB | 4.1/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 110/123 kB | 7.7/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 114/123 kB | 7.7/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 114/123 kB | 12/26 kB 
Progress (5): 35 kB | 74 kB | 35 kB | 118/123 kB | 12/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 118/123 kB | 16/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 122/123 kB | 16/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 122/123 kB | 20/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 123 kB | 20/26 kB    
Progress (5): 35 kB | 74 kB | 35 kB | 123 kB | 24/26 kB
Progress (5): 35 kB | 74 kB | 35 kB | 123 kB | 26 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 146 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): 35 kB | 74 kB | 35 kB | 26 kB | 4.1/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 7.7/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 12/588 kB 
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 16/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 20/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 24/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 28/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 32/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 33/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 37/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 41/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 45/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 49/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 53/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 57/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 61/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 65/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 66/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 70/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 74/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 78/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 82/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 86/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 90/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 94/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 98/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 98/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 102/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 106/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 110/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 114/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 118/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 122/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 126/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 130/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 131/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 135/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 139/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 143/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 147/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 151/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 155/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 159/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 163/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 164/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 168/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 172/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 176/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 180/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 184/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 188/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 192/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 196/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 197/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 201/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 205/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 209/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 213/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 217/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 221/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 225/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 229/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 233/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 237/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 241/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 245/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 249/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 253/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 257/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 261/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 265/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 269/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 273/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 277/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 281/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 285/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 289/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 293/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 297/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 301/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 305/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 309/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 313/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 317/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 321/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 325/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 329/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 333/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 337/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 341/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 345/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 349/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 353/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 357/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 361/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 365/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 369/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 373/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 377/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 381/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 385/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 389/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 393/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 397/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 401/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 405/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 409/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 413/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 417/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 421/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 425/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 429/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 433/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 437/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 441/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 445/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 449/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 453/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 457/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 461/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 465/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 469/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 473/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 477/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 481/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 485/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 489/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 493/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 497/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 501/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 505/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 509/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 513/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 517/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 521/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 525/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 529/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 533/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 537/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 541/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 545/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 549/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 553/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 557/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 561/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 565/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 569/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 573/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 577/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 581/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 585/588 kB
Progress (5): 35 kB | 74 kB | 35 kB | 26 kB | 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 614 kB/s)
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 35 kB/s)
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 26 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 35 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 71 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 145 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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
Progress (1): 4.1/239 kB
Progress (1): 7.7/239 kB
Progress (2): 7.7/239 kB | 4.1/194 kB
Progress (2): 12/239 kB | 4.1/194 kB 
Progress (2): 12/239 kB | 7.7/194 kB
Progress (2): 16/239 kB | 7.7/194 kB
Progress (3): 16/239 kB | 7.7/194 kB | 4.1/155 kB
Progress (3): 16/239 kB | 12/194 kB | 4.1/155 kB 
Progress (3): 16/239 kB | 12/194 kB | 7.7/155 kB
Progress (3): 20/239 kB | 12/194 kB | 7.7/155 kB
Progress (3): 20/239 kB | 12/194 kB | 12/155 kB 
Progress (3): 20/239 kB | 16/194 kB | 12/155 kB
Progress (3): 20/239 kB | 16/194 kB | 16/155 kB
Progress (4): 20/239 kB | 16/194 kB | 16/155 kB | 4.1/32 kB
Progress (4): 24/239 kB | 16/194 kB | 16/155 kB | 4.1/32 kB
Progress (4): 24/239 kB | 16/194 kB | 16/155 kB | 7.7/32 kB
Progress (4): 28/239 kB | 16/194 kB | 16/155 kB | 7.7/32 kB
Progress (4): 28/239 kB | 16/194 kB | 20/155 kB | 7.7/32 kB
Progress (4): 28/239 kB | 20/194 kB | 20/155 kB | 7.7/32 kB
Progress (4): 28/239 kB | 20/194 kB | 24/155 kB | 7.7/32 kB
Progress (4): 32/239 kB | 20/194 kB | 24/155 kB | 7.7/32 kB
Progress (4): 32/239 kB | 20/194 kB | 24/155 kB | 12/32 kB 
Progress (4): 33/239 kB | 20/194 kB | 24/155 kB | 12/32 kB
Progress (4): 33/239 kB | 20/194 kB | 28/155 kB | 12/32 kB
Progress (4): 33/239 kB | 24/194 kB | 28/155 kB | 12/32 kB
Progress (4): 33/239 kB | 24/194 kB | 32/155 kB | 12/32 kB
Progress (4): 37/239 kB | 24/194 kB | 32/155 kB | 12/32 kB
Progress (4): 37/239 kB | 24/194 kB | 32/155 kB | 16/32 kB
Progress (4): 41/239 kB | 24/194 kB | 32/155 kB | 16/32 kB
Progress (4): 41/239 kB | 24/194 kB | 33/155 kB | 16/32 kB
Progress (4): 41/239 kB | 28/194 kB | 33/155 kB | 16/32 kB
Progress (4): 41/239 kB | 28/194 kB | 37/155 kB | 16/32 kB
Progress (4): 45/239 kB | 28/194 kB | 37/155 kB | 16/32 kB
Progress (4): 45/239 kB | 28/194 kB | 37/155 kB | 20/32 kB
Progress (4): 49/239 kB | 28/194 kB | 37/155 kB | 20/32 kB
Progress (4): 49/239 kB | 28/194 kB | 41/155 kB | 20/32 kB
Progress (4): 49/239 kB | 32/194 kB | 41/155 kB | 20/32 kB
Progress (4): 53/239 kB | 32/194 kB | 41/155 kB | 20/32 kB
Progress (4): 53/239 kB | 32/194 kB | 41/155 kB | 24/32 kB
Progress (4): 57/239 kB | 32/194 kB | 41/155 kB | 24/32 kB
Progress (4): 57/239 kB | 33/194 kB | 41/155 kB | 24/32 kB
Progress (4): 57/239 kB | 33/194 kB | 45/155 kB | 24/32 kB
Progress (4): 57/239 kB | 37/194 kB | 45/155 kB | 24/32 kB
Progress (4): 61/239 kB | 37/194 kB | 45/155 kB | 24/32 kB
Progress (4): 61/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 65/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 66/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 70/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 74/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 78/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 82/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 86/239 kB | 37/194 kB | 45/155 kB | 28/32 kB
Progress (4): 86/239 kB | 41/194 kB | 45/155 kB | 28/32 kB
Progress (4): 86/239 kB | 41/194 kB | 49/155 kB | 28/32 kB
Progress (4): 90/239 kB | 41/194 kB | 49/155 kB | 28/32 kB
Progress (4): 90/239 kB | 41/194 kB | 49/155 kB | 32/32 kB
Progress (4): 94/239 kB | 41/194 kB | 49/155 kB | 32/32 kB
Progress (4): 94/239 kB | 41/194 kB | 53/155 kB | 32/32 kB
Progress (4): 94/239 kB | 45/194 kB | 53/155 kB | 32/32 kB
Progress (4): 94/239 kB | 45/194 kB | 57/155 kB | 32/32 kB
Progress (4): 98/239 kB | 45/194 kB | 57/155 kB | 32/32 kB
Progress (4): 98/239 kB | 45/194 kB | 57/155 kB | 32 kB   
Progress (4): 98/239 kB | 45/194 kB | 57/155 kB | 32 kB
Progress (4): 98/239 kB | 45/194 kB | 61/155 kB | 32 kB
Progress (4): 98/239 kB | 49/194 kB | 61/155 kB | 32 kB
Progress (4): 98/239 kB | 49/194 kB | 65/155 kB | 32 kB
Progress (4): 102/239 kB | 49/194 kB | 65/155 kB | 32 kB
Progress (4): 102/239 kB | 49/194 kB | 66/155 kB | 32 kB
Progress (4): 102/239 kB | 53/194 kB | 66/155 kB | 32 kB
Progress (4): 102/239 kB | 53/194 kB | 70/155 kB | 32 kB
Progress (4): 106/239 kB | 53/194 kB | 70/155 kB | 32 kB
Progress (4): 106/239 kB | 53/194 kB | 74/155 kB | 32 kB
Progress (4): 110/239 kB | 53/194 kB | 74/155 kB | 32 kB
Progress (4): 110/239 kB | 57/194 kB | 74/155 kB | 32 kB
Progress (4): 114/239 kB | 57/194 kB | 74/155 kB | 32 kB
Progress (4): 114/239 kB | 57/194 kB | 78/155 kB | 32 kB
Progress (4): 118/239 kB | 57/194 kB | 78/155 kB | 32 kB
Progress (4): 118/239 kB | 61/194 kB | 78/155 kB | 32 kB
Progress (4): 122/239 kB | 61/194 kB | 78/155 kB | 32 kB
Progress (4): 122/239 kB | 61/194 kB | 82/155 kB | 32 kB
Progress (4): 122/239 kB | 65/194 kB | 82/155 kB | 32 kB
Progress (4): 126/239 kB | 65/194 kB | 82/155 kB | 32 kB
Progress (4): 126/239 kB | 66/194 kB | 82/155 kB | 32 kB
Progress (4): 126/239 kB | 66/194 kB | 86/155 kB | 32 kB
Progress (4): 126/239 kB | 70/194 kB | 86/155 kB | 32 kB
Progress (4): 130/239 kB | 70/194 kB | 86/155 kB | 32 kB
Progress (4): 130/239 kB | 74/194 kB | 86/155 kB | 32 kB
Progress (4): 130/239 kB | 74/194 kB | 90/155 kB | 32 kB
Progress (4): 130/239 kB | 78/194 kB | 90/155 kB | 32 kB
Progress (4): 131/239 kB | 78/194 kB | 90/155 kB | 32 kB
Progress (4): 131/239 kB | 82/194 kB | 90/155 kB | 32 kB
Progress (4): 131/239 kB | 82/194 kB | 94/155 kB | 32 kB
Progress (4): 131/239 kB | 86/194 kB | 94/155 kB | 32 kB
Progress (4): 135/239 kB | 86/194 kB | 94/155 kB | 32 kB
Progress (4): 135/239 kB | 90/194 kB | 94/155 kB | 32 kB
Progress (4): 135/239 kB | 90/194 kB | 98/155 kB | 32 kB
Progress (4): 135/239 kB | 94/194 kB | 98/155 kB | 32 kB
Progress (4): 139/239 kB | 94/194 kB | 98/155 kB | 32 kB
Progress (4): 139/239 kB | 98/194 kB | 98/155 kB | 32 kB
Progress (4): 139/239 kB | 98/194 kB | 98/155 kB | 32 kB
Progress (4): 139/239 kB | 98/194 kB | 98/155 kB | 32 kB
Progress (4): 143/239 kB | 98/194 kB | 98/155 kB | 32 kB
Progress (4): 143/239 kB | 102/194 kB | 98/155 kB | 32 kB
Progress (4): 143/239 kB | 102/194 kB | 102/155 kB | 32 kB
Progress (4): 143/239 kB | 106/194 kB | 102/155 kB | 32 kB
Progress (4): 147/239 kB | 106/194 kB | 102/155 kB | 32 kB
Progress (4): 147/239 kB | 110/194 kB | 102/155 kB | 32 kB
Progress (4): 147/239 kB | 110/194 kB | 106/155 kB | 32 kB
Progress (4): 151/239 kB | 110/194 kB | 106/155 kB | 32 kB
Progress (4): 151/239 kB | 114/194 kB | 106/155 kB | 32 kB
Progress (4): 155/239 kB | 114/194 kB | 106/155 kB | 32 kB
Progress (4): 155/239 kB | 118/194 kB | 106/155 kB | 32 kB
Progress (4): 155/239 kB | 118/194 kB | 110/155 kB | 32 kB
Progress (4): 155/239 kB | 122/194 kB | 110/155 kB | 32 kB
Progress (4): 159/239 kB | 122/194 kB | 110/155 kB | 32 kB
Progress (4): 159/239 kB | 122/194 kB | 114/155 kB | 32 kB
Progress (4): 163/239 kB | 122/194 kB | 114/155 kB | 32 kB
Progress (4): 163/239 kB | 126/194 kB | 114/155 kB | 32 kB
Progress (4): 164/239 kB | 126/194 kB | 114/155 kB | 32 kB
Progress (4): 168/239 kB | 126/194 kB | 114/155 kB | 32 kB
Progress (4): 168/239 kB | 126/194 kB | 118/155 kB | 32 kB
Progress (4): 172/239 kB | 126/194 kB | 118/155 kB | 32 kB
Progress (4): 172/239 kB | 130/194 kB | 118/155 kB | 32 kB
Progress (4): 176/239 kB | 130/194 kB | 118/155 kB | 32 kB
Progress (4): 180/239 kB | 130/194 kB | 118/155 kB | 32 kB
Progress (4): 180/239 kB | 130/194 kB | 122/155 kB | 32 kB
Progress (4): 184/239 kB | 130/194 kB | 122/155 kB | 32 kB
Progress (4): 184/239 kB | 131/194 kB | 122/155 kB | 32 kB
Progress (4): 188/239 kB | 131/194 kB | 122/155 kB | 32 kB
Progress (4): 188/239 kB | 135/194 kB | 122/155 kB | 32 kB
Progress (4): 188/239 kB | 135/194 kB | 126/155 kB | 32 kB
Progress (4): 188/239 kB | 139/194 kB | 126/155 kB | 32 kB
Progress (4): 192/239 kB | 139/194 kB | 126/155 kB | 32 kB
Progress (4): 192/239 kB | 139/194 kB | 130/155 kB | 32 kB
Progress (4): 196/239 kB | 139/194 kB | 130/155 kB | 32 kB
Progress (4): 196/239 kB | 139/194 kB | 134/155 kB | 32 kB
Progress (4): 196/239 kB | 143/194 kB | 134/155 kB | 32 kB
Progress (4): 196/239 kB | 143/194 kB | 138/155 kB | 32 kB
Progress (4): 200/239 kB | 143/194 kB | 138/155 kB | 32 kB
Progress (4): 200/239 kB | 143/194 kB | 142/155 kB | 32 kB
Progress (4): 204/239 kB | 143/194 kB | 142/155 kB | 32 kB
Progress (4): 204/239 kB | 147/194 kB | 142/155 kB | 32 kB
Progress (4): 208/239 kB | 147/194 kB | 142/155 kB | 32 kB
Progress (4): 208/239 kB | 151/194 kB | 142/155 kB | 32 kB
Progress (4): 208/239 kB | 151/194 kB | 146/155 kB | 32 kB
Progress (4): 208/239 kB | 155/194 kB | 146/155 kB | 32 kB
Progress (4): 212/239 kB | 155/194 kB | 146/155 kB | 32 kB
Progress (4): 212/239 kB | 155/194 kB | 150/155 kB | 32 kB
Progress (4): 216/239 kB | 155/194 kB | 150/155 kB | 32 kB
Progress (4): 216/239 kB | 159/194 kB | 150/155 kB | 32 kB
Progress (4): 220/239 kB | 159/194 kB | 150/155 kB | 32 kB
Progress (4): 220/239 kB | 159/194 kB | 154/155 kB | 32 kB
Progress (4): 224/239 kB | 159/194 kB | 154/155 kB | 32 kB
Progress (4): 224/239 kB | 163/194 kB | 154/155 kB | 32 kB
Progress (4): 228/239 kB | 163/194 kB | 154/155 kB | 32 kB
Progress (4): 228/239 kB | 163/194 kB | 155 kB | 32 kB    
Progress (4): 232/239 kB | 163/194 kB | 155 kB | 32 kB
Progress (4): 232/239 kB | 167/194 kB | 155 kB | 32 kB
Progress (4): 236/239 kB | 167/194 kB | 155 kB | 32 kB
Progress (4): 236/239 kB | 171/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 171/194 kB | 155 kB | 32 kB    
Progress (4): 239 kB | 175/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 179/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 183/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 187/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 191/194 kB | 155 kB | 32 kB
Progress (4): 239 kB | 194 kB | 155 kB | 32 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 2.8 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 2.7 MB/s)
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 362 kB/s)
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.2 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/release/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-parent/10.1.0.M1/eclipse-collections-parent-10.1.0.M1.pom
[INFO] 
[INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
[INFO] Building Eclipse Collections Code Generator 10.1.0.M1             [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 377 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 499 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 1.9 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 192 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 922 kB/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 2.0 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 3.0 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 241 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.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 84 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.4 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 687 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 558 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 (1): 12/240 kB 
Progress (1): 16/240 kB
Progress (1): 20/240 kB
Progress (1): 24/240 kB
Progress (1): 28/240 kB
Progress (1): 32/240 kB
Progress (1): 33/240 kB
Progress (1): 37/240 kB
Progress (1): 41/240 kB
Progress (1): 45/240 kB
Progress (1): 49/240 kB
Progress (1): 53/240 kB
Progress (1): 57/240 kB
Progress (2): 57/240 kB | 4.1/168 kB
Progress (2): 61/240 kB | 4.1/168 kB
Progress (2): 61/240 kB | 7.7/168 kB
Progress (2): 65/240 kB | 7.7/168 kB
Progress (2): 65/240 kB | 12/168 kB 
Progress (2): 66/240 kB | 12/168 kB
Progress (2): 66/240 kB | 16/168 kB
Progress (2): 70/240 kB | 16/168 kB
Progress (2): 70/240 kB | 20/168 kB
Progress (2): 74/240 kB | 20/168 kB
Progress (2): 74/240 kB | 24/168 kB
Progress (2): 78/240 kB | 24/168 kB
Progress (2): 78/240 kB | 28/168 kB
Progress (2): 82/240 kB | 28/168 kB
Progress (2): 82/240 kB | 32/168 kB
Progress (2): 82/240 kB | 33/168 kB
Progress (2): 86/240 kB | 33/168 kB
Progress (2): 90/240 kB | 33/168 kB
Progress (2): 90/240 kB | 37/168 kB
Progress (2): 90/240 kB | 41/168 kB
Progress (2): 94/240 kB | 41/168 kB
Progress (2): 94/240 kB | 45/168 kB
Progress (2): 98/240 kB | 45/168 kB
Progress (2): 98/240 kB | 49/168 kB
Progress (2): 98/240 kB | 49/168 kB
Progress (2): 98/240 kB | 53/168 kB
Progress (2): 102/240 kB | 53/168 kB
Progress (2): 102/240 kB | 57/168 kB
Progress (2): 106/240 kB | 57/168 kB
Progress (2): 106/240 kB | 61/168 kB
Progress (2): 110/240 kB | 61/168 kB
Progress (2): 110/240 kB | 65/168 kB
Progress (2): 114/240 kB | 65/168 kB
Progress (2): 114/240 kB | 66/168 kB
Progress (2): 118/240 kB | 66/168 kB
Progress (2): 118/240 kB | 70/168 kB
Progress (2): 122/240 kB | 70/168 kB
Progress (2): 122/240 kB | 74/168 kB
Progress (2): 126/240 kB | 74/168 kB
Progress (2): 126/240 kB | 78/168 kB
Progress (2): 130/240 kB | 78/168 kB
Progress (2): 130/240 kB | 82/168 kB
Progress (2): 134/240 kB | 82/168 kB
Progress (2): 134/240 kB | 86/168 kB
Progress (2): 138/240 kB | 86/168 kB
Progress (2): 138/240 kB | 90/168 kB
Progress (2): 142/240 kB | 90/168 kB
Progress (2): 142/240 kB | 94/168 kB
Progress (2): 146/240 kB | 94/168 kB
Progress (2): 146/240 kB | 98/168 kB
Progress (2): 150/240 kB | 98/168 kB
Progress (2): 150/240 kB | 98/168 kB
Progress (2): 154/240 kB | 98/168 kB
Progress (2): 154/240 kB | 102/168 kB
Progress (2): 158/240 kB | 102/168 kB
Progress (2): 158/240 kB | 106/168 kB
Progress (2): 162/240 kB | 106/168 kB
Progress (2): 162/240 kB | 110/168 kB
Progress (2): 166/240 kB | 110/168 kB
Progress (2): 166/240 kB | 114/168 kB
Progress (2): 170/240 kB | 114/168 kB
Progress (2): 170/240 kB | 118/168 kB
Progress (2): 174/240 kB | 118/168 kB
Progress (2): 174/240 kB | 122/168 kB
Progress (2): 178/240 kB | 122/168 kB
Progress (2): 178/240 kB | 126/168 kB
Progress (2): 182/240 kB | 126/168 kB
Progress (2): 182/240 kB | 130/168 kB
Progress (2): 186/240 kB | 130/168 kB
Progress (2): 186/240 kB | 131/168 kB
Progress (2): 190/240 kB | 131/168 kB
Progress (2): 190/240 kB | 135/168 kB
Progress (2): 194/240 kB | 135/168 kB
Progress (2): 194/240 kB | 139/168 kB
Progress (2): 198/240 kB | 139/168 kB
Progress (2): 198/240 kB | 143/168 kB
Progress (2): 202/240 kB | 143/168 kB
Progress (2): 202/240 kB | 147/168 kB
Progress (2): 206/240 kB | 147/168 kB
Progress (2): 206/240 kB | 151/168 kB
Progress (2): 210/240 kB | 151/168 kB
Progress (2): 210/240 kB | 155/168 kB
Progress (2): 214/240 kB | 155/168 kB
Progress (2): 214/240 kB | 159/168 kB
Progress (2): 218/240 kB | 159/168 kB
Progress (2): 218/240 kB | 163/168 kB
Progress (2): 222/240 kB | 163/168 kB
Progress (2): 222/240 kB | 167/168 kB
Progress (2): 226/240 kB | 167/168 kB
Progress (2): 226/240 kB | 168 kB    
Progress (2): 230/240 kB | 168 kB
Progress (2): 234/240 kB | 168 kB
Progress (2): 238/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/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 5.8 MB/s)
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.6 MB/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 237 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 96 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 154 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 (1): 20/51 kB
Progress (1): 24/51 kB
Progress (1): 28/51 kB
Progress (1): 32/51 kB
Progress (1): 36/51 kB
Progress (1): 40/51 kB
Progress (1): 44/51 kB
Progress (2): 44/51 kB | 4.1/79 kB
Progress (2): 48/51 kB | 4.1/79 kB
Progress (2): 48/51 kB | 7.7/79 kB
Progress (2): 51 kB | 7.7/79 kB   
Progress (2): 51 kB | 12/79 kB 
Progress (2): 51 kB | 16/79 kB
Progress (2): 51 kB | 20/79 kB
Progress (2): 51 kB | 24/79 kB
Progress (2): 51 kB | 28/79 kB
Progress (2): 51 kB | 32/79 kB
Progress (2): 51 kB | 36/79 kB
Progress (2): 51 kB | 40/79 kB
Progress (2): 51 kB | 44/79 kB
Progress (2): 51 kB | 48/79 kB
Progress (3): 51 kB | 48/79 kB | 4.1/155 kB
Progress (3): 51 kB | 52/79 kB | 4.1/155 kB
Progress (3): 51 kB | 52/79 kB | 7.7/155 kB
Progress (3): 51 kB | 56/79 kB | 7.7/155 kB
Progress (3): 51 kB | 56/79 kB | 12/155 kB 
Progress (3): 51 kB | 60/79 kB | 12/155 kB
Progress (3): 51 kB | 60/79 kB | 16/155 kB
Progress (3): 51 kB | 64/79 kB | 16/155 kB
Progress (3): 51 kB | 64/79 kB | 20/155 kB
Progress (3): 51 kB | 68/79 kB | 20/155 kB
Progress (3): 51 kB | 68/79 kB | 24/155 kB
Progress (3): 51 kB | 72/79 kB | 24/155 kB
Progress (3): 51 kB | 72/79 kB | 28/155 kB
Progress (3): 51 kB | 76/79 kB | 28/155 kB
Progress (3): 51 kB | 76/79 kB | 32/155 kB
Progress (3): 51 kB | 79 kB | 32/155 kB   
Progress (3): 51 kB | 79 kB | 33/155 kB
Progress (3): 51 kB | 79 kB | 37/155 kB
Progress (3): 51 kB | 79 kB | 41/155 kB
Progress (3): 51 kB | 79 kB | 45/155 kB
Progress (3): 51 kB | 79 kB | 49/155 kB
Progress (3): 51 kB | 79 kB | 53/155 kB
Progress (3): 51 kB | 79 kB | 57/155 kB
Progress (3): 51 kB | 79 kB | 61/155 kB
Progress (3): 51 kB | 79 kB | 65/155 kB
Progress (3): 51 kB | 79 kB | 66/155 kB
Progress (3): 51 kB | 79 kB | 70/155 kB
Progress (3): 51 kB | 79 kB | 74/155 kB
Progress (3): 51 kB | 79 kB | 78/155 kB
Progress (3): 51 kB | 79 kB | 82/155 kB
Progress (3): 51 kB | 79 kB | 86/155 kB
Progress (3): 51 kB | 79 kB | 90/155 kB
Progress (3): 51 kB | 79 kB | 94/155 kB
Progress (3): 51 kB | 79 kB | 98/155 kB
Progress (3): 51 kB | 79 kB | 98/155 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 2.1 MB/s)
Progress (2): 79 kB | 102/155 kB
Progress (2): 79 kB | 106/155 kB
Progress (2): 79 kB | 110/155 kB
Progress (2): 79 kB | 114/155 kB
Progress (2): 79 kB | 118/155 kB
Progress (2): 79 kB | 122/155 kB
Progress (2): 79 kB | 126/155 kB
Progress (2): 79 kB | 130/155 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 2.9 MB/s)
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 4.3 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 237 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 308 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.1 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 353 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 255 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 259 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 163 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 660 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 43 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 335 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 41 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 39 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 74 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/ow2/asm/asm/6.2/asm-6.2.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/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.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
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
Progress (2): 14 kB | 4.1/111 kB
Progress (2): 14 kB | 7.7/111 kB
Progress (2): 14 kB | 12/111 kB 
Progress (2): 14 kB | 16/111 kB
Progress (2): 14 kB | 20/111 kB
Progress (3): 14 kB | 20/111 kB | 4.1/27 kB
Progress (3): 14 kB | 24/111 kB | 4.1/27 kB
Progress (3): 14 kB | 24/111 kB | 7.7/27 kB
Progress (3): 14 kB | 28/111 kB | 7.7/27 kB
Progress (3): 14 kB | 28/111 kB | 12/27 kB 
Progress (3): 14 kB | 32/111 kB | 12/27 kB
Progress (3): 14 kB | 32/111 kB | 16/27 kB
Progress (3): 14 kB | 33/111 kB | 16/27 kB
Progress (3): 14 kB | 33/111 kB | 20/27 kB
Progress (3): 14 kB | 33/111 kB | 24/27 kB
Progress (3): 14 kB | 33/111 kB | 27 kB   
Progress (3): 14 kB | 37/111 kB | 27 kB
Progress (3): 14 kB | 41/111 kB | 27 kB
Progress (3): 14 kB | 45/111 kB | 27 kB
Progress (3): 14 kB | 49/111 kB | 27 kB
Progress (3): 14 kB | 53/111 kB | 27 kB
Progress (3): 14 kB | 57/111 kB | 27 kB
Progress (3): 14 kB | 61/111 kB | 27 kB
Progress (3): 14 kB | 65/111 kB | 27 kB
Progress (3): 14 kB | 66/111 kB | 27 kB
Progress (3): 14 kB | 70/111 kB | 27 kB
Progress (3): 14 kB | 74/111 kB | 27 kB
Progress (3): 14 kB | 78/111 kB | 27 kB
Progress (3): 14 kB | 82/111 kB | 27 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 183 kB/s)
Progress (2): 86/111 kB | 27 kB
                               
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 (2): 90/111 kB | 27 kB
Progress (3): 90/111 kB | 27 kB | 4.1/317 kB
Progress (3): 94/111 kB | 27 kB | 4.1/317 kB
Progress (3): 94/111 kB | 27 kB | 7.7/317 kB
Progress (3): 98/111 kB | 27 kB | 7.7/317 kB
Progress (3): 98/111 kB | 27 kB | 12/317 kB 
Progress (3): 102/111 kB | 27 kB | 12/317 kB
Progress (3): 102/111 kB | 27 kB | 16/317 kB
                                            
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 774 kB/s)
Progress (2): 106/111 kB | 16/317 kB
                                    
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 (2): 106/111 kB | 20/317 kB
Progress (2): 110/111 kB | 20/317 kB
Progress (2): 110/111 kB | 24/317 kB
Progress (2): 111 kB | 24/317 kB    
Progress (2): 111 kB | 28/317 kB
Progress (2): 111 kB | 32/317 kB
Progress (2): 111 kB | 33/317 kB
Progress (2): 111 kB | 37/317 kB
Progress (2): 111 kB | 41/317 kB
Progress (2): 111 kB | 45/317 kB
Progress (2): 111 kB | 49/317 kB
Progress (2): 111 kB | 53/317 kB
Progress (2): 111 kB | 57/317 kB
Progress (2): 111 kB | 61/317 kB
Progress (2): 111 kB | 65/317 kB
Progress (2): 111 kB | 66/317 kB
Progress (2): 111 kB | 70/317 kB
Progress (2): 111 kB | 74/317 kB
Progress (2): 111 kB | 78/317 kB
Progress (2): 111 kB | 82/317 kB
Progress (2): 111 kB | 86/317 kB
Progress (2): 111 kB | 90/317 kB
Progress (2): 111 kB | 94/317 kB
Progress (2): 111 kB | 98/317 kB
Progress (2): 111 kB | 98/317 kB
Progress (2): 111 kB | 102/317 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.3 MB/s)
Progress (1): 106/317 kB
Progress (1): 110/317 kB
Progress (1): 114/317 kB
Progress (1): 118/317 kB
Progress (1): 122/317 kB
Progress (1): 126/317 kB
Progress (1): 130/317 kB
Progress (1): 131/317 kB
Progress (2): 131/317 kB | 4.1/4.7 kB
Progress (2): 135/317 kB | 4.1/4.7 kB
Progress (2): 135/317 kB | 4.7 kB    
Progress (2): 139/317 kB | 4.7 kB
Progress (2): 143/317 kB | 4.7 kB
Progress (2): 147/317 kB | 4.7 kB
Progress (2): 151/317 kB | 4.7 kB
Progress (2): 155/317 kB | 4.7 kB
Progress (2): 159/317 kB | 4.7 kB
Progress (2): 163/317 kB | 4.7 kB
Progress (3): 163/317 kB | 4.7 kB | 4.1/39 kB
Progress (3): 163/317 kB | 4.7 kB | 7.7/39 kB
Progress (3): 163/317 kB | 4.7 kB | 12/39 kB 
Progress (3): 164/317 kB | 4.7 kB | 12/39 kB
Progress (3): 164/317 kB | 4.7 kB | 16/39 kB
Progress (3): 168/317 kB | 4.7 kB | 16/39 kB
Progress (3): 172/317 kB | 4.7 kB | 16/39 kB
Progress (3): 176/317 kB | 4.7 kB | 16/39 kB
Progress (3): 180/317 kB | 4.7 kB | 16/39 kB
Progress (4): 180/317 kB | 4.7 kB | 16/39 kB | 4.1/21 kB
Progress (4): 184/317 kB | 4.7 kB | 16/39 kB | 4.1/21 kB
Progress (4): 184/317 kB | 4.7 kB | 20/39 kB | 4.1/21 kB
Progress (4): 188/317 kB | 4.7 kB | 20/39 kB | 4.1/21 kB
Progress (4): 188/317 kB | 4.7 kB | 20/39 kB | 7.7/21 kB
Progress (4): 192/317 kB | 4.7 kB | 20/39 kB | 7.7/21 kB
Progress (4): 192/317 kB | 4.7 kB | 20/39 kB | 12/21 kB 
Progress (4): 192/317 kB | 4.7 kB | 20/39 kB | 16/21 kB
Progress (4): 192/317 kB | 4.7 kB | 24/39 kB | 16/21 kB
Progress (4): 192/317 kB | 4.7 kB | 24/39 kB | 20/21 kB
Progress (4): 196/317 kB | 4.7 kB | 24/39 kB | 20/21 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 84 kB/s)
Progress (3): 197/317 kB | 24/39 kB | 20/21 kB
Progress (3): 197/317 kB | 24/39 kB | 21 kB   
Progress (3): 201/317 kB | 24/39 kB | 21 kB
Progress (3): 201/317 kB | 28/39 kB | 21 kB
Progress (3): 205/317 kB | 28/39 kB | 21 kB
Progress (3): 205/317 kB | 32/39 kB | 21 kB
Progress (3): 209/317 kB | 32/39 kB | 21 kB
Progress (3): 209/317 kB | 36/39 kB | 21 kB
Progress (3): 213/317 kB | 36/39 kB | 21 kB
Progress (3): 213/317 kB | 39 kB | 21 kB   
Progress (3): 217/317 kB | 39 kB | 21 kB
Progress (3): 221/317 kB | 39 kB | 21 kB
Progress (3): 225/317 kB | 39 kB | 21 kB
Progress (3): 229/317 kB | 39 kB | 21 kB
Progress (3): 233/317 kB | 39 kB | 21 kB
Progress (3): 237/317 kB | 39 kB | 21 kB
Progress (3): 241/317 kB | 39 kB | 21 kB
Progress (3): 245/317 kB | 39 kB | 21 kB
Progress (3): 249/317 kB | 39 kB | 21 kB
Progress (3): 253/317 kB | 39 kB | 21 kB
Progress (3): 257/317 kB | 39 kB | 21 kB
Progress (3): 261/317 kB | 39 kB | 21 kB
Progress (3): 265/317 kB | 39 kB | 21 kB
Progress (3): 269/317 kB | 39 kB | 21 kB
Progress (3): 273/317 kB | 39 kB | 21 kB
Progress (3): 277/317 kB | 39 kB | 21 kB
Progress (3): 281/317 kB | 39 kB | 21 kB
Progress (3): 285/317 kB | 39 kB | 21 kB
Progress (3): 289/317 kB | 39 kB | 21 kB
Progress (3): 293/317 kB | 39 kB | 21 kB
Progress (3): 297/317 kB | 39 kB | 21 kB
Progress (3): 301/317 kB | 39 kB | 21 kB
Progress (3): 305/317 kB | 39 kB | 21 kB
Progress (3): 309/317 kB | 39 kB | 21 kB
Progress (3): 313/317 kB | 39 kB | 21 kB
Progress (3): 317/317 kB | 39 kB | 21 kB
Progress (3): 317 kB | 39 kB | 21 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.jar (317 kB at 2.9 MB/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 238 kB/s)
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 62 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/release/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/release/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 498 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 63 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 569 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 154 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 98 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 414 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 101 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/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/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-booter/2.22.2/surefire-booter-2.22.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
Progress (1): 4.1/186 kB
Progress (1): 7.7/186 kB
Progress (1): 12/186 kB 
Progress (2): 12/186 kB | 4.1/13 kB
Progress (2): 16/186 kB | 4.1/13 kB
Progress (2): 16/186 kB | 7.7/13 kB
Progress (2): 20/186 kB | 7.7/13 kB
Progress (2): 20/186 kB | 12/13 kB 
Progress (3): 20/186 kB | 12/13 kB | 4.1/14 kB
Progress (3): 20/186 kB | 13 kB | 4.1/14 kB   
Progress (3): 24/186 kB | 13 kB | 4.1/14 kB
Progress (3): 24/186 kB | 13 kB | 7.7/14 kB
Progress (3): 28/186 kB | 13 kB | 7.7/14 kB
Progress (3): 28/186 kB | 13 kB | 12/14 kB 
Progress (4): 28/186 kB | 13 kB | 12/14 kB | 4.1/528 kB
Progress (4): 32/186 kB | 13 kB | 12/14 kB | 4.1/528 kB
Progress (4): 32/186 kB | 13 kB | 12/14 kB | 7.7/528 kB
Progress (4): 32/186 kB | 13 kB | 14 kB | 7.7/528 kB   
Progress (4): 33/186 kB | 13 kB | 14 kB | 7.7/528 kB
Progress (5): 33/186 kB | 13 kB | 14 kB | 7.7/528 kB | 4.1/274 kB
Progress (5): 37/186 kB | 13 kB | 14 kB | 7.7/528 kB | 4.1/274 kB
Progress (5): 37/186 kB | 13 kB | 14 kB | 12/528 kB | 4.1/274 kB 
Progress (5): 41/186 kB | 13 kB | 14 kB | 12/528 kB | 4.1/274 kB
Progress (5): 41/186 kB | 13 kB | 14 kB | 12/528 kB | 7.7/274 kB
Progress (5): 45/186 kB | 13 kB | 14 kB | 12/528 kB | 7.7/274 kB
Progress (5): 45/186 kB | 13 kB | 14 kB | 16/528 kB | 7.7/274 kB
Progress (5): 49/186 kB | 13 kB | 14 kB | 16/528 kB | 7.7/274 kB
Progress (5): 49/186 kB | 13 kB | 14 kB | 16/528 kB | 12/274 kB 
Progress (5): 53/186 kB | 13 kB | 14 kB | 16/528 kB | 12/274 kB
Progress (5): 53/186 kB | 13 kB | 14 kB | 20/528 kB | 12/274 kB
Progress (5): 57/186 kB | 13 kB | 14 kB | 20/528 kB | 12/274 kB
Progress (5): 57/186 kB | 13 kB | 14 kB | 20/528 kB | 16/274 kB
Progress (5): 57/186 kB | 13 kB | 14 kB | 24/528 kB | 16/274 kB
Progress (5): 61/186 kB | 13 kB | 14 kB | 24/528 kB | 16/274 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 417 kB/s)
Progress (4): 61/186 kB | 14 kB | 24/528 kB | 20/274 kB
Progress (4): 61/186 kB | 14 kB | 28/528 kB | 20/274 kB
Progress (4): 61/186 kB | 14 kB | 28/528 kB | 24/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): 65/186 kB | 14 kB | 28/528 kB | 24/274 kB
Progress (4): 65/186 kB | 14 kB | 28/528 kB | 28/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 408 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): 65/186 kB | 32/528 kB | 28/274 kB
Progress (3): 65/186 kB | 32/528 kB | 32/274 kB
Progress (3): 66/186 kB | 32/528 kB | 32/274 kB
Progress (3): 66/186 kB | 36/528 kB | 32/274 kB
Progress (3): 66/186 kB | 36/528 kB | 33/274 kB
Progress (3): 70/186 kB | 36/528 kB | 33/274 kB
Progress (3): 70/186 kB | 40/528 kB | 33/274 kB
Progress (3): 74/186 kB | 40/528 kB | 33/274 kB
Progress (3): 74/186 kB | 40/528 kB | 37/274 kB
Progress (3): 74/186 kB | 44/528 kB | 37/274 kB
Progress (3): 78/186 kB | 44/528 kB | 37/274 kB
Progress (3): 78/186 kB | 44/528 kB | 41/274 kB
Progress (3): 82/186 kB | 44/528 kB | 41/274 kB
Progress (3): 82/186 kB | 44/528 kB | 45/274 kB
Progress (3): 82/186 kB | 48/528 kB | 45/274 kB
Progress (3): 86/186 kB | 48/528 kB | 45/274 kB
Progress (3): 86/186 kB | 52/528 kB | 45/274 kB
Progress (3): 86/186 kB | 52/528 kB | 49/274 kB
Progress (3): 86/186 kB | 56/528 kB | 49/274 kB
Progress (3): 90/186 kB | 56/528 kB | 49/274 kB
Progress (3): 90/186 kB | 60/528 kB | 49/274 kB
Progress (3): 90/186 kB | 60/528 kB | 53/274 kB
Progress (3): 94/186 kB | 60/528 kB | 53/274 kB
Progress (3): 94/186 kB | 64/528 kB | 53/274 kB
Progress (3): 98/186 kB | 64/528 kB | 53/274 kB
Progress (3): 98/186 kB | 64/528 kB | 57/274 kB
Progress (3): 98/186 kB | 68/528 kB | 57/274 kB
Progress (3): 102/186 kB | 68/528 kB | 57/274 kB
Progress (3): 102/186 kB | 68/528 kB | 61/274 kB
Progress (3): 102/186 kB | 72/528 kB | 61/274 kB
Progress (3): 102/186 kB | 72/528 kB | 65/274 kB
Progress (3): 106/186 kB | 72/528 kB | 65/274 kB
Progress (4): 106/186 kB | 72/528 kB | 65/274 kB | 4.1/228 kB
Progress (4): 110/186 kB | 72/528 kB | 65/274 kB | 4.1/228 kB
Progress (4): 110/186 kB | 72/528 kB | 66/274 kB | 4.1/228 kB
Progress (4): 110/186 kB | 76/528 kB | 66/274 kB | 4.1/228 kB
Progress (4): 110/186 kB | 76/528 kB | 70/274 kB | 4.1/228 kB
Progress (4): 114/186 kB | 76/528 kB | 70/274 kB | 4.1/228 kB
Progress (4): 118/186 kB | 76/528 kB | 70/274 kB | 4.1/228 kB
Progress (4): 118/186 kB | 76/528 kB | 70/274 kB | 7.7/228 kB
Progress (4): 122/186 kB | 76/528 kB | 70/274 kB | 7.7/228 kB
Progress (4): 122/186 kB | 76/528 kB | 70/274 kB | 12/228 kB 
Progress (4): 122/186 kB | 76/528 kB | 74/274 kB | 12/228 kB
Progress (4): 122/186 kB | 80/528 kB | 74/274 kB | 12/228 kB
Progress (4): 122/186 kB | 80/528 kB | 74/274 kB | 16/228 kB
Progress (5): 122/186 kB | 80/528 kB | 74/274 kB | 16/228 kB | 4.1/315 kB
Progress (5): 126/186 kB | 80/528 kB | 74/274 kB | 16/228 kB | 4.1/315 kB
Progress (5): 126/186 kB | 80/528 kB | 74/274 kB | 16/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 80/528 kB | 74/274 kB | 20/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 84/528 kB | 74/274 kB | 20/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 84/528 kB | 78/274 kB | 20/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 88/528 kB | 78/274 kB | 20/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 88/528 kB | 78/274 kB | 24/228 kB | 7.7/315 kB
Progress (5): 126/186 kB | 88/528 kB | 78/274 kB | 24/228 kB | 12/315 kB 
Progress (5): 130/186 kB | 88/528 kB | 78/274 kB | 24/228 kB | 12/315 kB
Progress (5): 130/186 kB | 88/528 kB | 78/274 kB | 24/228 kB | 16/315 kB
Progress (5): 130/186 kB | 88/528 kB | 78/274 kB | 28/228 kB | 16/315 kB
Progress (5): 130/186 kB | 92/528 kB | 78/274 kB | 28/228 kB | 16/315 kB
Progress (5): 130/186 kB | 92/528 kB | 82/274 kB | 28/228 kB | 16/315 kB
Progress (5): 130/186 kB | 96/528 kB | 82/274 kB | 28/228 kB | 16/315 kB
Progress (5): 130/186 kB | 96/528 kB | 82/274 kB | 32/228 kB | 16/315 kB
Progress (5): 130/186 kB | 96/528 kB | 82/274 kB | 32/228 kB | 20/315 kB
Progress (5): 134/186 kB | 96/528 kB | 82/274 kB | 32/228 kB | 20/315 kB
Progress (5): 134/186 kB | 96/528 kB | 82/274 kB | 32/228 kB | 24/315 kB
Progress (5): 134/186 kB | 96/528 kB | 82/274 kB | 33/228 kB | 24/315 kB
Progress (5): 134/186 kB | 100/528 kB | 82/274 kB | 33/228 kB | 24/315 kB
Progress (5): 134/186 kB | 100/528 kB | 86/274 kB | 33/228 kB | 24/315 kB
Progress (5): 134/186 kB | 104/528 kB | 86/274 kB | 33/228 kB | 24/315 kB
Progress (5): 134/186 kB | 104/528 kB | 86/274 kB | 37/228 kB | 24/315 kB
Progress (5): 134/186 kB | 104/528 kB | 86/274 kB | 37/228 kB | 28/315 kB
Progress (5): 138/186 kB | 104/528 kB | 86/274 kB | 37/228 kB | 28/315 kB
Progress (5): 138/186 kB | 104/528 kB | 86/274 kB | 37/228 kB | 32/315 kB
Progress (5): 138/186 kB | 104/528 kB | 86/274 kB | 41/228 kB | 32/315 kB
Progress (5): 138/186 kB | 108/528 kB | 86/274 kB | 41/228 kB | 32/315 kB
Progress (5): 138/186 kB | 108/528 kB | 90/274 kB | 41/228 kB | 32/315 kB
Progress (5): 138/186 kB | 112/528 kB | 90/274 kB | 41/228 kB | 32/315 kB
Progress (5): 138/186 kB | 112/528 kB | 90/274 kB | 45/228 kB | 32/315 kB
Progress (5): 138/186 kB | 112/528 kB | 90/274 kB | 45/228 kB | 33/315 kB
Progress (5): 142/186 kB | 112/528 kB | 90/274 kB | 45/228 kB | 33/315 kB
Progress (5): 142/186 kB | 112/528 kB | 90/274 kB | 45/228 kB | 37/315 kB
Progress (5): 142/186 kB | 112/528 kB | 90/274 kB | 49/228 kB | 37/315 kB
Progress (5): 142/186 kB | 116/528 kB | 90/274 kB | 49/228 kB | 37/315 kB
Progress (5): 142/186 kB | 116/528 kB | 94/274 kB | 49/228 kB | 37/315 kB
Progress (5): 142/186 kB | 120/528 kB | 94/274 kB | 49/228 kB | 37/315 kB
Progress (5): 142/186 kB | 120/528 kB | 94/274 kB | 53/228 kB | 37/315 kB
Progress (5): 142/186 kB | 120/528 kB | 94/274 kB | 53/228 kB | 41/315 kB
Progress (5): 146/186 kB | 120/528 kB | 94/274 kB | 53/228 kB | 41/315 kB
Progress (5): 146/186 kB | 120/528 kB | 94/274 kB | 53/228 kB | 45/315 kB
Progress (5): 146/186 kB | 120/528 kB | 94/274 kB | 57/228 kB | 45/315 kB
Progress (5): 146/186 kB | 124/528 kB | 94/274 kB | 57/228 kB | 45/315 kB
Progress (5): 146/186 kB | 124/528 kB | 98/274 kB | 57/228 kB | 45/315 kB
Progress (5): 146/186 kB | 128/528 kB | 98/274 kB | 57/228 kB | 45/315 kB
Progress (5): 146/186 kB | 128/528 kB | 98/274 kB | 61/228 kB | 45/315 kB
Progress (5): 150/186 kB | 128/528 kB | 98/274 kB | 61/228 kB | 45/315 kB
Progress (5): 150/186 kB | 128/528 kB | 98/274 kB | 61/228 kB | 49/315 kB
Progress (5): 154/186 kB | 128/528 kB | 98/274 kB | 61/228 kB | 49/315 kB
Progress (5): 154/186 kB | 128/528 kB | 98/274 kB | 65/228 kB | 49/315 kB
Progress (5): 154/186 kB | 132/528 kB | 98/274 kB | 65/228 kB | 49/315 kB
Progress (5): 154/186 kB | 132/528 kB | 98/274 kB | 65/228 kB | 49/315 kB
Progress (5): 154/186 kB | 136/528 kB | 98/274 kB | 65/228 kB | 49/315 kB
Progress (5): 154/186 kB | 136/528 kB | 102/274 kB | 65/228 kB | 49/315 kB
Progress (5): 154/186 kB | 136/528 kB | 102/274 kB | 66/228 kB | 49/315 kB
Progress (5): 158/186 kB | 136/528 kB | 102/274 kB | 66/228 kB | 49/315 kB
Progress (5): 162/186 kB | 136/528 kB | 102/274 kB | 66/228 kB | 49/315 kB
Progress (5): 162/186 kB | 136/528 kB | 102/274 kB | 66/228 kB | 53/315 kB
Progress (5): 166/186 kB | 136/528 kB | 102/274 kB | 66/228 kB | 53/315 kB
Progress (5): 166/186 kB | 136/528 kB | 102/274 kB | 70/228 kB | 53/315 kB
Progress (5): 166/186 kB | 136/528 kB | 106/274 kB | 70/228 kB | 53/315 kB
Progress (5): 166/186 kB | 140/528 kB | 106/274 kB | 70/228 kB | 53/315 kB
Progress (5): 166/186 kB | 140/528 kB | 110/274 kB | 70/228 kB | 53/315 kB
Progress (5): 166/186 kB | 140/528 kB | 110/274 kB | 74/228 kB | 53/315 kB
Progress (5): 170/186 kB | 140/528 kB | 110/274 kB | 74/228 kB | 53/315 kB
Progress (5): 170/186 kB | 140/528 kB | 110/274 kB | 74/228 kB | 57/315 kB
Progress (5): 174/186 kB | 140/528 kB | 110/274 kB | 74/228 kB | 57/315 kB
Progress (5): 174/186 kB | 140/528 kB | 110/274 kB | 78/228 kB | 57/315 kB
Progress (5): 174/186 kB | 140/528 kB | 110/274 kB | 82/228 kB | 57/315 kB
Progress (5): 174/186 kB | 140/528 kB | 114/274 kB | 82/228 kB | 57/315 kB
Progress (5): 174/186 kB | 144/528 kB | 114/274 kB | 82/228 kB | 57/315 kB
Progress (5): 174/186 kB | 144/528 kB | 118/274 kB | 82/228 kB | 57/315 kB
Progress (5): 174/186 kB | 144/528 kB | 118/274 kB | 86/228 kB | 57/315 kB
Progress (5): 178/186 kB | 144/528 kB | 118/274 kB | 86/228 kB | 57/315 kB
Progress (5): 178/186 kB | 144/528 kB | 118/274 kB | 86/228 kB | 61/315 kB
Progress (5): 182/186 kB | 144/528 kB | 118/274 kB | 86/228 kB | 61/315 kB
Progress (5): 182/186 kB | 144/528 kB | 118/274 kB | 90/228 kB | 61/315 kB
Progress (5): 182/186 kB | 144/528 kB | 122/274 kB | 90/228 kB | 61/315 kB
Progress (5): 182/186 kB | 148/528 kB | 122/274 kB | 90/228 kB | 61/315 kB
Progress (5): 182/186 kB | 148/528 kB | 126/274 kB | 90/228 kB | 61/315 kB
Progress (5): 182/186 kB | 148/528 kB | 126/274 kB | 94/228 kB | 61/315 kB
Progress (5): 186/186 kB | 148/528 kB | 126/274 kB | 94/228 kB | 61/315 kB
Progress (5): 186 kB | 148/528 kB | 126/274 kB | 94/228 kB | 61/315 kB    
Progress (5): 186 kB | 148/528 kB | 126/274 kB | 94/228 kB | 65/315 kB
Progress (5): 186 kB | 148/528 kB | 126/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 148/528 kB | 130/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 152/528 kB | 130/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 152/528 kB | 131/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 156/528 kB | 131/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 156/528 kB | 131/274 kB | 98/228 kB | 65/315 kB
Progress (5): 186 kB | 156/528 kB | 131/274 kB | 98/228 kB | 66/315 kB
Progress (5): 186 kB | 156/528 kB | 131/274 kB | 102/228 kB | 66/315 kB
Progress (5): 186 kB | 160/528 kB | 131/274 kB | 102/228 kB | 66/315 kB
Progress (5): 186 kB | 160/528 kB | 135/274 kB | 102/228 kB | 66/315 kB
Progress (5): 186 kB | 164/528 kB | 135/274 kB | 102/228 kB | 66/315 kB
Progress (5): 186 kB | 164/528 kB | 135/274 kB | 106/228 kB | 66/315 kB
Progress (5): 186 kB | 164/528 kB | 135/274 kB | 106/228 kB | 70/315 kB
Progress (5): 186 kB | 164/528 kB | 135/274 kB | 110/228 kB | 70/315 kB
Progress (5): 186 kB | 168/528 kB | 135/274 kB | 110/228 kB | 70/315 kB
Progress (5): 186 kB | 168/528 kB | 139/274 kB | 110/228 kB | 70/315 kB
Progress (5): 186 kB | 168/528 kB | 139/274 kB | 114/228 kB | 70/315 kB
Progress (5): 186 kB | 168/528 kB | 139/274 kB | 114/228 kB | 74/315 kB
Progress (5): 186 kB | 168/528 kB | 139/274 kB | 118/228 kB | 74/315 kB
Progress (5): 186 kB | 168/528 kB | 143/274 kB | 118/228 kB | 74/315 kB
Progress (5): 186 kB | 172/528 kB | 143/274 kB | 118/228 kB | 74/315 kB
Progress (5): 186 kB | 172/528 kB | 147/274 kB | 118/228 kB | 74/315 kB
Progress (5): 186 kB | 172/528 kB | 147/274 kB | 122/228 kB | 74/315 kB
Progress (5): 186 kB | 172/528 kB | 147/274 kB | 122/228 kB | 78/315 kB
Progress (5): 186 kB | 172/528 kB | 147/274 kB | 126/228 kB | 78/315 kB
Progress (5): 186 kB | 172/528 kB | 151/274 kB | 126/228 kB | 78/315 kB
Progress (5): 186 kB | 176/528 kB | 151/274 kB | 126/228 kB | 78/315 kB
Progress (5): 186 kB | 176/528 kB | 155/274 kB | 126/228 kB | 78/315 kB
Progress (5): 186 kB | 176/528 kB | 155/274 kB | 130/228 kB | 78/315 kB
Progress (5): 186 kB | 176/528 kB | 155/274 kB | 130/228 kB | 82/315 kB
Progress (5): 186 kB | 176/528 kB | 155/274 kB | 134/228 kB | 82/315 kB
Progress (5): 186 kB | 176/528 kB | 155/274 kB | 138/228 kB | 82/315 kB
Progress (5): 186 kB | 176/528 kB | 159/274 kB | 138/228 kB | 82/315 kB
Progress (5): 186 kB | 176/528 kB | 159/274 kB | 142/228 kB | 82/315 kB
Progress (5): 186 kB | 180/528 kB | 159/274 kB | 142/228 kB | 82/315 kB
Progress (5): 186 kB | 180/528 kB | 159/274 kB | 146/228 kB | 82/315 kB
Progress (5): 186 kB | 180/528 kB | 163/274 kB | 146/228 kB | 82/315 kB
Progress (5): 186 kB | 180/528 kB | 163/274 kB | 150/228 kB | 82/315 kB
Progress (5): 186 kB | 180/528 kB | 163/274 kB | 150/228 kB | 86/315 kB
Progress (5): 186 kB | 180/528 kB | 163/274 kB | 154/228 kB | 86/315 kB
Progress (5): 186 kB | 180/528 kB | 167/274 kB | 154/228 kB | 86/315 kB
Progress (5): 186 kB | 180/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 184/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 188/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 192/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 196/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 200/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 204/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 208/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 212/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 216/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 220/528 kB | 167/274 kB | 158/228 kB | 86/315 kB
Progress (5): 186 kB | 220/528 kB | 167/274 kB | 162/228 kB | 86/315 kB
Progress (5): 186 kB | 220/528 kB | 171/274 kB | 162/228 kB | 86/315 kB
Progress (5): 186 kB | 220/528 kB | 171/274 kB | 166/228 kB | 86/315 kB
Progress (5): 186 kB | 220/528 kB | 171/274 kB | 166/228 kB | 90/315 kB
Progress (5): 186 kB | 220/528 kB | 171/274 kB | 170/228 kB | 90/315 kB
Progress (5): 186 kB | 220/528 kB | 175/274 kB | 170/228 kB | 90/315 kB
Progress (5): 186 kB | 220/528 kB | 175/274 kB | 174/228 kB | 90/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.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Progress (4): 224/528 kB | 175/274 kB | 174/228 kB | 90/315 kB
Progress (4): 224/528 kB | 175/274 kB | 178/228 kB | 90/315 kB
Progress (4): 224/528 kB | 179/274 kB | 178/228 kB | 90/315 kB
Progress (4): 224/528 kB | 179/274 kB | 182/228 kB | 90/315 kB
Progress (4): 224/528 kB | 179/274 kB | 182/228 kB | 94/315 kB
Progress (4): 224/528 kB | 179/274 kB | 186/228 kB | 94/315 kB
Progress (4): 224/528 kB | 183/274 kB | 186/228 kB | 94/315 kB
Progress (4): 228/528 kB | 183/274 kB | 186/228 kB | 94/315 kB
Progress (4): 228/528 kB | 187/274 kB | 186/228 kB | 94/315 kB
Progress (4): 228/528 kB | 187/274 kB | 190/228 kB | 94/315 kB
Progress (4): 228/528 kB | 191/274 kB | 190/228 kB | 94/315 kB
Progress (4): 228/528 kB | 191/274 kB | 190/228 kB | 98/315 kB
Progress (4): 228/528 kB | 195/274 kB | 190/228 kB | 98/315 kB
Progress (4): 228/528 kB | 195/274 kB | 194/228 kB | 98/315 kB
Progress (4): 232/528 kB | 195/274 kB | 194/228 kB | 98/315 kB
Progress (4): 232/528 kB | 199/274 kB | 194/228 kB | 98/315 kB
Progress (4): 236/528 kB | 199/274 kB | 194/228 kB | 98/315 kB
Progress (4): 236/528 kB | 199/274 kB | 194/228 kB | 98/315 kB
Progress (4): 240/528 kB | 199/274 kB | 194/228 kB | 98/315 kB
Progress (4): 240/528 kB | 203/274 kB | 194/228 kB | 98/315 kB
Progress (4): 240/528 kB | 203/274 kB | 198/228 kB | 98/315 kB
Progress (4): 240/528 kB | 207/274 kB | 198/228 kB | 98/315 kB
Progress (4): 244/528 kB | 207/274 kB | 198/228 kB | 98/315 kB
Progress (4): 244/528 kB | 207/274 kB | 198/228 kB | 102/315 kB
Progress (4): 248/528 kB | 207/274 kB | 198/228 kB | 102/315 kB
Progress (4): 248/528 kB | 211/274 kB | 198/228 kB | 102/315 kB
Progress (4): 252/528 kB | 211/274 kB | 198/228 kB | 102/315 kB
Progress (4): 252/528 kB | 211/274 kB | 202/228 kB | 102/315 kB
Progress (4): 256/528 kB | 211/274 kB | 202/228 kB | 102/315 kB
Progress (4): 256/528 kB | 215/274 kB | 202/228 kB | 102/315 kB
Progress (4): 260/528 kB | 215/274 kB | 202/228 kB | 102/315 kB
Progress (4): 260/528 kB | 215/274 kB | 202/228 kB | 106/315 kB
Progress (4): 264/528 kB | 215/274 kB | 202/228 kB | 106/315 kB
Progress (4): 264/528 kB | 219/274 kB | 202/228 kB | 106/315 kB
Progress (4): 264/528 kB | 219/274 kB | 206/228 kB | 106/315 kB
Progress (4): 264/528 kB | 223/274 kB | 206/228 kB | 106/315 kB
Progress (4): 268/528 kB | 223/274 kB | 206/228 kB | 106/315 kB
Progress (4): 268/528 kB | 223/274 kB | 206/228 kB | 110/315 kB
Progress (4): 272/528 kB | 223/274 kB | 206/228 kB | 110/315 kB
Progress (4): 272/528 kB | 227/274 kB | 206/228 kB | 110/315 kB
Progress (4): 272/528 kB | 227/274 kB | 210/228 kB | 110/315 kB
Progress (4): 272/528 kB | 231/274 kB | 210/228 kB | 110/315 kB
Progress (4): 276/528 kB | 231/274 kB | 210/228 kB | 110/315 kB
Progress (4): 276/528 kB | 231/274 kB | 210/228 kB | 114/315 kB
Progress (4): 280/528 kB | 231/274 kB | 210/228 kB | 114/315 kB
Progress (4): 280/528 kB | 235/274 kB | 210/228 kB | 114/315 kB
Progress (4): 284/528 kB | 235/274 kB | 210/228 kB | 114/315 kB
Progress (4): 284/528 kB | 239/274 kB | 210/228 kB | 114/315 kB
Progress (4): 284/528 kB | 239/274 kB | 214/228 kB | 114/315 kB
Progress (4): 284/528 kB | 243/274 kB | 214/228 kB | 114/315 kB
Progress (4): 288/528 kB | 243/274 kB | 214/228 kB | 114/315 kB
Progress (4): 288/528 kB | 247/274 kB | 214/228 kB | 114/315 kB
Progress (4): 288/528 kB | 247/274 kB | 214/228 kB | 118/315 kB
Progress (4): 288/528 kB | 251/274 kB | 214/228 kB | 118/315 kB
Progress (4): 292/528 kB | 251/274 kB | 214/228 kB | 118/315 kB
Progress (4): 292/528 kB | 255/274 kB | 214/228 kB | 118/315 kB
Progress (4): 292/528 kB | 255/274 kB | 218/228 kB | 118/315 kB
Progress (4): 292/528 kB | 259/274 kB | 218/228 kB | 118/315 kB
Progress (4): 296/528 kB | 259/274 kB | 218/228 kB | 118/315 kB
Progress (5): 296/528 kB | 259/274 kB | 218/228 kB | 118/315 kB | 4.1/38 kB
Progress (5): 296/528 kB | 259/274 kB | 218/228 kB | 122/315 kB | 4.1/38 kB
Progress (5): 296/528 kB | 259/274 kB | 218/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 300/528 kB | 259/274 kB | 218/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 300/528 kB | 263/274 kB | 218/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 300/528 kB | 263/274 kB | 222/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 300/528 kB | 267/274 kB | 222/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 304/528 kB | 267/274 kB | 222/228 kB | 122/315 kB | 7.7/38 kB
Progress (5): 304/528 kB | 267/274 kB | 222/228 kB | 122/315 kB | 12/38 kB 
Progress (5): 304/528 kB | 267/274 kB | 222/228 kB | 126/315 kB | 12/38 kB
Progress (5): 304/528 kB | 267/274 kB | 222/228 kB | 126/315 kB | 16/38 kB
Progress (5): 308/528 kB | 267/274 kB | 222/228 kB | 126/315 kB | 16/38 kB
Progress (5): 308/528 kB | 271/274 kB | 222/228 kB | 126/315 kB | 16/38 kB
Progress (5): 308/528 kB | 271/274 kB | 226/228 kB | 126/315 kB | 16/38 kB
Progress (5): 308/528 kB | 274 kB | 226/228 kB | 126/315 kB | 16/38 kB    
Progress (5): 312/528 kB | 274 kB | 226/228 kB | 126/315 kB | 16/38 kB
Progress (5): 312/528 kB | 274 kB | 226/228 kB | 126/315 kB | 20/38 kB
Progress (5): 312/528 kB | 274 kB | 226/228 kB | 130/315 kB | 20/38 kB
Progress (5): 312/528 kB | 274 kB | 226/228 kB | 130/315 kB | 24/38 kB
Progress (5): 316/528 kB | 274 kB | 226/228 kB | 130/315 kB | 24/38 kB
Progress (5): 316/528 kB | 274 kB | 226/228 kB | 130/315 kB | 28/38 kB
Progress (5): 316/528 kB | 274 kB | 228 kB | 130/315 kB | 28/38 kB    
Progress (5): 316/528 kB | 274 kB | 228 kB | 130/315 kB | 32/38 kB
Progress (5): 320/528 kB | 274 kB | 228 kB | 130/315 kB | 32/38 kB
Progress (5): 320/528 kB | 274 kB | 228 kB | 131/315 kB | 32/38 kB
Progress (5): 324/528 kB | 274 kB | 228 kB | 131/315 kB | 32/38 kB
Progress (5): 324/528 kB | 274 kB | 228 kB | 135/315 kB | 32/38 kB
Progress (5): 324/528 kB | 274 kB | 228 kB | 135/315 kB | 36/38 kB
Progress (5): 324/528 kB | 274 kB | 228 kB | 139/315 kB | 36/38 kB
Progress (5): 328/528 kB | 274 kB | 228 kB | 139/315 kB | 36/38 kB
Progress (5): 328/528 kB | 274 kB | 228 kB | 143/315 kB | 36/38 kB
Progress (5): 328/528 kB | 274 kB | 228 kB | 143/315 kB | 38 kB   
Progress (5): 328/528 kB | 274 kB | 228 kB | 147/315 kB | 38 kB
Progress (5): 332/528 kB | 274 kB | 228 kB | 147/315 kB | 38 kB
Progress (5): 332/528 kB | 274 kB | 228 kB | 151/315 kB | 38 kB
Progress (5): 336/528 kB | 274 kB | 228 kB | 151/315 kB | 38 kB
Progress (5): 336/528 kB | 274 kB | 228 kB | 155/315 kB | 38 kB
Progress (5): 340/528 kB | 274 kB | 228 kB | 155/315 kB | 38 kB
Progress (5): 344/528 kB | 274 kB | 228 kB | 155/315 kB | 38 kB
Progress (5): 344/528 kB | 274 kB | 228 kB | 159/315 kB | 38 kB
Progress (5): 348/528 kB | 274 kB | 228 kB | 159/315 kB | 38 kB
Progress (5): 348/528 kB | 274 kB | 228 kB | 163/315 kB | 38 kB
Progress (5): 352/528 kB | 274 kB | 228 kB | 163/315 kB | 38 kB
Progress (5): 352/528 kB | 274 kB | 228 kB | 167/315 kB | 38 kB
Progress (5): 356/528 kB | 274 kB | 228 kB | 167/315 kB | 38 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.6 MB/s)
Progress (4): 356/528 kB | 228 kB | 171/315 kB | 38 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): 360/528 kB | 228 kB | 171/315 kB | 38 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 1.3 MB/s)
Progress (3): 360/528 kB | 175/315 kB | 38 kB
Progress (3): 364/528 kB | 175/315 kB | 38 kB
Progress (3): 364/528 kB | 179/315 kB | 38 kB
Progress (3): 368/528 kB | 179/315 kB | 38 kB
Progress (3): 368/528 kB | 183/315 kB | 38 kB
Progress (3): 372/528 kB | 183/315 kB | 38 kB
Progress (3): 372/528 kB | 187/315 kB | 38 kB
Progress (3): 376/528 kB | 187/315 kB | 38 kB
Progress (3): 376/528 kB | 191/315 kB | 38 kB
Progress (3): 380/528 kB | 191/315 kB | 38 kB
Progress (3): 380/528 kB | 195/315 kB | 38 kB
Progress (3): 384/528 kB | 195/315 kB | 38 kB
Progress (3): 384/528 kB | 199/315 kB | 38 kB
Progress (3): 388/528 kB | 199/315 kB | 38 kB
Progress (3): 388/528 kB | 203/315 kB | 38 kB
Progress (3): 392/528 kB | 203/315 kB | 38 kB
Progress (3): 392/528 kB | 207/315 kB | 38 kB
Progress (3): 396/528 kB | 207/315 kB | 38 kB
Progress (3): 396/528 kB | 211/315 kB | 38 kB
Progress (3): 400/528 kB | 211/315 kB | 38 kB
Progress (3): 400/528 kB | 215/315 kB | 38 kB
Progress (3): 404/528 kB | 215/315 kB | 38 kB
Progress (3): 404/528 kB | 219/315 kB | 38 kB
Progress (3): 408/528 kB | 219/315 kB | 38 kB
Progress (3): 408/528 kB | 223/315 kB | 38 kB
Progress (3): 412/528 kB | 223/315 kB | 38 kB
Progress (3): 412/528 kB | 227/315 kB | 38 kB
Progress (3): 416/528 kB | 227/315 kB | 38 kB
Progress (3): 416/528 kB | 231/315 kB | 38 kB
Progress (3): 420/528 kB | 231/315 kB | 38 kB
Progress (3): 420/528 kB | 235/315 kB | 38 kB
Progress (3): 424/528 kB | 235/315 kB | 38 kB
Progress (3): 424/528 kB | 239/315 kB | 38 kB
Progress (3): 428/528 kB | 239/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 155 kB/s)
Progress (2): 428/528 kB | 243/315 kB
Progress (3): 428/528 kB | 243/315 kB | 4.1/316 kB
Progress (3): 428/528 kB | 247/315 kB | 4.1/316 kB
Progress (3): 432/528 kB | 247/315 kB | 4.1/316 kB
Progress (3): 432/528 kB | 251/315 kB | 4.1/316 kB
Progress (3): 432/528 kB | 251/315 kB | 7.7/316 kB
Progress (3): 436/528 kB | 251/315 kB | 7.7/316 kB
Progress (3): 436/528 kB | 255/315 kB | 7.7/316 kB
Progress (3): 436/528 kB | 255/315 kB | 12/316 kB 
Progress (3): 440/528 kB | 255/315 kB | 12/316 kB
Progress (3): 440/528 kB | 255/315 kB | 16/316 kB
Progress (3): 440/528 kB | 259/315 kB | 16/316 kB
Progress (3): 444/528 kB | 259/315 kB | 16/316 kB
Progress (3): 444/528 kB | 259/315 kB | 20/316 kB
Progress (3): 448/528 kB | 259/315 kB | 20/316 kB
Progress (3): 448/528 kB | 263/315 kB | 20/316 kB
Progress (3): 448/528 kB | 263/315 kB | 24/316 kB
Progress (3): 448/528 kB | 267/315 kB | 24/316 kB
Progress (3): 452/528 kB | 267/315 kB | 24/316 kB
Progress (3): 452/528 kB | 267/315 kB | 28/316 kB
Progress (3): 452/528 kB | 271/315 kB | 28/316 kB
Progress (3): 456/528 kB | 271/315 kB | 28/316 kB
Progress (3): 456/528 kB | 275/315 kB | 28/316 kB
Progress (3): 456/528 kB | 275/315 kB | 32/316 kB
Progress (3): 460/528 kB | 275/315 kB | 32/316 kB
Progress (3): 460/528 kB | 275/315 kB | 33/316 kB
Progress (3): 460/528 kB | 279/315 kB | 33/316 kB
Progress (3): 464/528 kB | 279/315 kB | 33/316 kB
Progress (3): 464/528 kB | 283/315 kB | 33/316 kB
Progress (3): 468/528 kB | 283/315 kB | 33/316 kB
Progress (3): 468/528 kB | 283/315 kB | 37/316 kB
Progress (3): 468/528 kB | 287/315 kB | 37/316 kB
Progress (3): 472/528 kB | 287/315 kB | 37/316 kB
Progress (3): 472/528 kB | 291/315 kB | 37/316 kB
Progress (3): 472/528 kB | 291/315 kB | 41/316 kB
Progress (3): 476/528 kB | 291/315 kB | 41/316 kB
Progress (3): 476/528 kB | 295/315 kB | 41/316 kB
Progress (3): 476/528 kB | 295/315 kB | 45/316 kB
Progress (3): 480/528 kB | 295/315 kB | 45/316 kB
Progress (3): 480/528 kB | 295/315 kB | 49/316 kB
Progress (3): 480/528 kB | 299/315 kB | 49/316 kB
Progress (3): 484/528 kB | 299/315 kB | 49/316 kB
Progress (3): 484/528 kB | 299/315 kB | 53/316 kB
Progress (3): 484/528 kB | 303/315 kB | 53/316 kB
Progress (3): 488/528 kB | 303/315 kB | 53/316 kB
Progress (3): 488/528 kB | 307/315 kB | 53/316 kB
Progress (3): 492/528 kB | 307/315 kB | 53/316 kB
Progress (3): 492/528 kB | 307/315 kB | 57/316 kB
Progress (3): 492/528 kB | 311/315 kB | 57/316 kB
Progress (3): 496/528 kB | 311/315 kB | 57/316 kB
Progress (3): 496/528 kB | 315 kB | 57/316 kB    
Progress (3): 500/528 kB | 315 kB | 57/316 kB
Progress (3): 500/528 kB | 315 kB | 61/316 kB
Progress (3): 504/528 kB | 315 kB | 61/316 kB
Progress (3): 504/528 kB | 315 kB | 65/316 kB
Progress (3): 508/528 kB | 315 kB | 65/316 kB
Progress (3): 508/528 kB | 315 kB | 66/316 kB
Progress (3): 512/528 kB | 315 kB | 66/316 kB
Progress (3): 512/528 kB | 315 kB | 70/316 kB
Progress (3): 516/528 kB | 315 kB | 70/316 kB
Progress (3): 516/528 kB | 315 kB | 74/316 kB
Progress (3): 520/528 kB | 315 kB | 74/316 kB
Progress (3): 520/528 kB | 315 kB | 78/316 kB
Progress (3): 524/528 kB | 315 kB | 78/316 kB
Progress (3): 524/528 kB | 315 kB | 82/316 kB
Progress (3): 528/528 kB | 315 kB | 82/316 kB
Progress (3): 528 kB | 315 kB | 82/316 kB    
Progress (3): 528 kB | 315 kB | 86/316 kB
Progress (3): 528 kB | 315 kB | 90/316 kB
Progress (3): 528 kB | 315 kB | 94/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 | 134/316 kB
Progress (3): 528 kB | 315 kB | 138/316 kB
Progress (3): 528 kB | 315 kB | 142/316 kB
Progress (3): 528 kB | 315 kB | 146/316 kB
Progress (3): 528 kB | 315 kB | 150/316 kB
Progress (3): 528 kB | 315 kB | 154/316 kB
Progress (3): 528 kB | 315 kB | 158/316 kB
Progress (3): 528 kB | 315 kB | 162/316 kB
Progress (3): 528 kB | 315 kB | 166/316 kB
Progress (3): 528 kB | 315 kB | 170/316 kB
Progress (3): 528 kB | 315 kB | 174/316 kB
Progress (3): 528 kB | 315 kB | 178/316 kB
Progress (3): 528 kB | 315 kB | 182/316 kB
Progress (3): 528 kB | 315 kB | 186/316 kB
Progress (3): 528 kB | 315 kB | 190/316 kB
Progress (3): 528 kB | 315 kB | 194/316 kB
Progress (3): 528 kB | 315 kB | 198/316 kB
Progress (3): 528 kB | 315 kB | 202/316 kB
Progress (3): 528 kB | 315 kB | 206/316 kB
Progress (3): 528 kB | 315 kB | 210/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 2.0 MB/s)
Progress (2): 315 kB | 214/316 kB
Progress (2): 315 kB | 218/316 kB
Progress (2): 315 kB | 222/316 kB
Progress (2): 315 kB | 226/316 kB
Progress (2): 315 kB | 230/316 kB
Progress (2): 315 kB | 234/316 kB
Progress (2): 315 kB | 238/316 kB
Progress (2): 315 kB | 242/316 kB
Progress (2): 315 kB | 246/316 kB
Progress (2): 315 kB | 250/316 kB
Progress (2): 315 kB | 254/316 kB
Progress (2): 315 kB | 258/316 kB
Progress (2): 315 kB | 262/316 kB
Progress (2): 315 kB | 266/316 kB
Progress (2): 315 kB | 270/316 kB
Progress (2): 315 kB | 274/316 kB
Progress (2): 315 kB | 278/316 kB
Progress (2): 315 kB | 282/316 kB
Progress (2): 315 kB | 286/316 kB
Progress (2): 315 kB | 290/316 kB
Progress (2): 315 kB | 294/316 kB
Progress (2): 315 kB | 298/316 kB
Progress (2): 315 kB | 302/316 kB
Progress (2): 315 kB | 306/316 kB
Progress (2): 315 kB | 310/316 kB
Progress (2): 315 kB | 314/316 kB
Progress (2): 315 kB | 316 kB    
                             
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 1.2 MB/s)
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 1.1 MB/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 3.3 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 318 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 3.0 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 (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
Progress (2): 24 kB | 4.1/263 kB
Progress (2): 24 kB | 7.7/263 kB
Progress (2): 24 kB | 12/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
                               
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 56 kB/s)
Progress (1): 90/263 kB
Progress (1): 94/263 kB
Progress (1): 98/263 kB
Progress (1): 98/263 kB
Progress (1): 102/263 kB
Progress (1): 106/263 kB
Progress (1): 110/263 kB
Progress (1): 114/263 kB
Progress (1): 118/263 kB
Progress (1): 122/263 kB
Progress (1): 126/263 kB
Progress (1): 130/263 kB
Progress (1): 131/263 kB
Progress (1): 135/263 kB
Progress (1): 139/263 kB
Progress (1): 143/263 kB
Progress (1): 147/263 kB
Progress (1): 151/263 kB
Progress (1): 155/263 kB
Progress (1): 159/263 kB
Progress (1): 163/263 kB
Progress (1): 167/263 kB
Progress (1): 171/263 kB
Progress (1): 175/263 kB
Progress (1): 179/263 kB
Progress (1): 183/263 kB
Progress (1): 187/263 kB
Progress (1): 191/263 kB
Progress (1): 195/263 kB
Progress (1): 199/263 kB
Progress (1): 203/263 kB
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 558 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-code-generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M1-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/release/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M1/eclipse-collections-code-generator-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-code-generator/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M1/eclipse-collections-code-generator-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-code-generator/target/eclipse-collections-code-generator-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator/10.1.0.M1/eclipse-collections-code-generator-10.1.0.M1-sources.jar
[INFO] 
[INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
[INFO] Building Eclipse Collections Code Generator Maven Plugin 10.1.0.M1 [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 678 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 316 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 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/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 25 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 461 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 68 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 76 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 160 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 208 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 47 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 29 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 3.7 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-project/2.0/maven-project-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
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (2): 12/30 kB | 4.1/51 kB
Progress (2): 16/30 kB | 4.1/51 kB
Progress (2): 16/30 kB | 7.7/51 kB
Progress (2): 20/30 kB | 7.7/51 kB
Progress (2): 24/30 kB | 7.7/51 kB
Progress (2): 24/30 kB | 12/51 kB 
Progress (2): 24/30 kB | 16/51 kB
Progress (2): 28/30 kB | 16/51 kB
Progress (2): 30 kB | 16/51 kB   
Progress (2): 30 kB | 20/51 kB
Progress (2): 30 kB | 24/51 kB
Progress (2): 30 kB | 28/51 kB
Progress (2): 30 kB | 32/51 kB
Progress (2): 30 kB | 36/51 kB
Progress (2): 30 kB | 40/51 kB
Progress (2): 30 kB | 44/51 kB
Progress (2): 30 kB | 48/51 kB
Progress (2): 30 kB | 51 kB   
Progress (3): 30 kB | 51 kB | 4.1/10 kB
Progress (3): 30 kB | 51 kB | 7.7/10 kB
Progress (3): 30 kB | 51 kB | 10 kB    
Progress (4): 30 kB | 51 kB | 10 kB | 4.1/78 kB
Progress (4): 30 kB | 51 kB | 10 kB | 7.7/78 kB
Progress (4): 30 kB | 51 kB | 10 kB | 12/78 kB 
Progress (5): 30 kB | 51 kB | 10 kB | 12/78 kB | 4.1/105 kB
Progress (5): 30 kB | 51 kB | 10 kB | 16/78 kB | 4.1/105 kB
Progress (5): 30 kB | 51 kB | 10 kB | 16/78 kB | 7.7/105 kB
Progress (5): 30 kB | 51 kB | 10 kB | 20/78 kB | 7.7/105 kB
Progress (5): 30 kB | 51 kB | 10 kB | 20/78 kB | 12/105 kB 
Progress (5): 30 kB | 51 kB | 10 kB | 24/78 kB | 12/105 kB
Progress (5): 30 kB | 51 kB | 10 kB | 24/78 kB | 16/105 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 1.7 MB/s)
Progress (4): 30 kB | 10 kB | 24/78 kB | 20/105 kB
Progress (4): 30 kB | 10 kB | 28/78 kB | 20/105 kB
Progress (4): 30 kB | 10 kB | 28/78 kB | 24/105 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): 30 kB | 10 kB | 28/78 kB | 28/105 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 307 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 (3): 30 kB | 32/78 kB | 28/105 kB
Progress (3): 30 kB | 32/78 kB | 32/105 kB
Progress (3): 30 kB | 33/78 kB | 32/105 kB
Progress (3): 30 kB | 33/78 kB | 33/105 kB
Progress (3): 30 kB | 37/78 kB | 33/105 kB
Progress (3): 30 kB | 37/78 kB | 37/105 kB
Progress (3): 30 kB | 41/78 kB | 37/105 kB
Progress (3): 30 kB | 41/78 kB | 41/105 kB
Progress (3): 30 kB | 45/78 kB | 41/105 kB
Progress (3): 30 kB | 45/78 kB | 45/105 kB
Progress (3): 30 kB | 49/78 kB | 45/105 kB
Progress (3): 30 kB | 49/78 kB | 49/105 kB
Progress (3): 30 kB | 53/78 kB | 49/105 kB
Progress (3): 30 kB | 53/78 kB | 53/105 kB
Progress (3): 30 kB | 57/78 kB | 53/105 kB
Progress (3): 30 kB | 57/78 kB | 57/105 kB
Progress (3): 30 kB | 61/78 kB | 57/105 kB
Progress (3): 30 kB | 61/78 kB | 61/105 kB
Progress (3): 30 kB | 65/78 kB | 61/105 kB
Progress (3): 30 kB | 65/78 kB | 65/105 kB
Progress (3): 30 kB | 65/78 kB | 66/105 kB
Progress (3): 30 kB | 69/78 kB | 66/105 kB
Progress (3): 30 kB | 69/78 kB | 70/105 kB
Progress (3): 30 kB | 73/78 kB | 70/105 kB
Progress (3): 30 kB | 73/78 kB | 74/105 kB
Progress (3): 30 kB | 77/78 kB | 74/105 kB
Progress (3): 30 kB | 78 kB | 74/105 kB   
Progress (3): 30 kB | 78 kB | 78/105 kB
Progress (3): 30 kB | 78 kB | 82/105 kB
Progress (3): 30 kB | 78 kB | 86/105 kB
Progress (3): 30 kB | 78 kB | 90/105 kB
Progress (3): 30 kB | 78 kB | 94/105 kB
Progress (3): 30 kB | 78 kB | 98/105 kB
Progress (3): 30 kB | 78 kB | 102/105 kB
Progress (3): 30 kB | 78 kB | 105 kB    
Progress (4): 30 kB | 78 kB | 105 kB | 4.1/21 kB
Progress (4): 30 kB | 78 kB | 105 kB | 7.7/21 kB
Progress (4): 30 kB | 78 kB | 105 kB | 12/21 kB 
Progress (4): 30 kB | 78 kB | 105 kB | 16/21 kB
Progress (4): 30 kB | 78 kB | 105 kB | 20/21 kB
Progress (4): 30 kB | 78 kB | 105 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 397 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 (4): 30 kB | 78 kB | 105 kB | 4.1/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 7.7/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 12/164 kB 
Progress (4): 30 kB | 78 kB | 105 kB | 16/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 20/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 24/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 28/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 32/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 33/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 37/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 41/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 45/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 49/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 53/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 57/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 61/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 65/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 66/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 70/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 74/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 78/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 82/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 86/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 90/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 94/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 98/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 98/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 102/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 106/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 110/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 114/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 118/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 122/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 126/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 130/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 134/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 138/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 142/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 146/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 150/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 154/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 158/164 kB
Progress (4): 30 kB | 78 kB | 105 kB | 162/164 kB
Progress (4): 30 kB | 78 kB | 105 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 2.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar
Progress (4): 30 kB | 78 kB | 105 kB | 4.1/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 7.7/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 12/79 kB 
Progress (4): 30 kB | 78 kB | 105 kB | 16/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 20/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 24/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 28/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 32/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 36/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 40/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 44/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 48/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 52/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 56/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 60/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 64/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 68/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 72/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 76/79 kB
Progress (4): 30 kB | 78 kB | 105 kB | 79 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 185 kB/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 634 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
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 463 kB/s)
Progress (2): 78 kB | 4.1/195 kB
Progress (2): 78 kB | 7.7/195 kB
Progress (2): 78 kB | 12/195 kB 
Progress (2): 78 kB | 16/195 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 436 kB/s)
Progress (1): 20/195 kB
Progress (1): 24/195 kB
Progress (1): 28/195 kB
Progress (1): 32/195 kB
Progress (1): 36/195 kB
Progress (1): 40/195 kB
Progress (1): 44/195 kB
Progress (1): 48/195 kB
Progress (1): 52/195 kB
Progress (1): 56/195 kB
Progress (1): 60/195 kB
Progress (1): 64/195 kB
Progress (1): 68/195 kB
Progress (1): 72/195 kB
Progress (1): 76/195 kB
Progress (1): 80/195 kB
Progress (1): 84/195 kB
Progress (1): 88/195 kB
Progress (1): 92/195 kB
Progress (1): 96/195 kB
Progress (1): 100/195 kB
Progress (1): 104/195 kB
Progress (1): 108/195 kB
Progress (1): 112/195 kB
Progress (1): 116/195 kB
Progress (1): 120/195 kB
Progress (1): 124/195 kB
Progress (1): 128/195 kB
Progress (1): 132/195 kB
Progress (1): 136/195 kB
Progress (1): 140/195 kB
Progress (1): 144/195 kB
Progress (1): 148/195 kB
Progress (1): 152/195 kB
Progress (1): 156/195 kB
Progress (1): 160/195 kB
Progress (1): 164/195 kB
Progress (1): 168/195 kB
Progress (1): 172/195 kB
Progress (1): 176/195 kB
Progress (1): 180/195 kB
Progress (1): 184/195 kB
Progress (1): 188/195 kB
Progress (1): 192/195 kB
Progress (1): 195 kB    
Progress (2): 195 kB | 4.1/52 kB
Progress (2): 195 kB | 7.7/52 kB
Progress (2): 195 kB | 12/52 kB 
Progress (2): 195 kB | 16/52 kB
Progress (2): 195 kB | 20/52 kB
Progress (2): 195 kB | 24/52 kB
Progress (2): 195 kB | 28/52 kB
Progress (2): 195 kB | 32/52 kB
Progress (2): 195 kB | 36/52 kB
Progress (2): 195 kB | 40/52 kB
Progress (2): 195 kB | 44/52 kB
Progress (2): 195 kB | 48/52 kB
Progress (2): 195 kB | 52 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 949 kB/s)
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 246 kB/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/release/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/release/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 87 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 136 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 113 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 158 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 909 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 196 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 152 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 142 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 150 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 439 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 154 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 400 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 161 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 306 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 167 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 11 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 643 kB/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/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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.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 (1): 20/24 kB
Progress (1): 24 kB   
Progress (2): 24 kB | 4.1/50 kB
Progress (2): 24 kB | 7.7/50 kB
Progress (3): 24 kB | 7.7/50 kB | 4.1/49 kB
Progress (3): 24 kB | 12/50 kB | 4.1/49 kB 
Progress (4): 24 kB | 12/50 kB | 4.1/49 kB | 4.1/114 kB
Progress (4): 24 kB | 16/50 kB | 4.1/49 kB | 4.1/114 kB
Progress (4): 24 kB | 16/50 kB | 7.7/49 kB | 4.1/114 kB
Progress (4): 24 kB | 20/50 kB | 7.7/49 kB | 4.1/114 kB
Progress (4): 24 kB | 20/50 kB | 7.7/49 kB | 7.7/114 kB
Progress (4): 24 kB | 20/50 kB | 12/49 kB | 7.7/114 kB 
Progress (5): 24 kB | 20/50 kB | 12/49 kB | 7.7/114 kB | 4.1/80 kB
Progress (5): 24 kB | 24/50 kB | 12/49 kB | 7.7/114 kB | 4.1/80 kB
Progress (5): 24 kB | 24/50 kB | 12/49 kB | 7.7/114 kB | 7.7/80 kB
Progress (5): 24 kB | 24/50 kB | 16/49 kB | 7.7/114 kB | 7.7/80 kB
Progress (5): 24 kB | 24/50 kB | 16/49 kB | 12/114 kB | 7.7/80 kB 
Progress (5): 24 kB | 24/50 kB | 20/49 kB | 12/114 kB | 7.7/80 kB
Progress (5): 24 kB | 24/50 kB | 20/49 kB | 12/114 kB | 12/80 kB 
Progress (5): 24 kB | 28/50 kB | 20/49 kB | 12/114 kB | 12/80 kB
Progress (5): 24 kB | 28/50 kB | 20/49 kB | 12/114 kB | 16/80 kB
Progress (5): 24 kB | 28/50 kB | 24/49 kB | 12/114 kB | 16/80 kB
Progress (5): 24 kB | 28/50 kB | 24/49 kB | 16/114 kB | 16/80 kB
Progress (5): 24 kB | 28/50 kB | 28/49 kB | 16/114 kB | 16/80 kB
Progress (5): 24 kB | 28/50 kB | 28/49 kB | 16/114 kB | 20/80 kB
Progress (5): 24 kB | 32/50 kB | 28/49 kB | 16/114 kB | 20/80 kB
Progress (5): 24 kB | 32/50 kB | 28/49 kB | 16/114 kB | 24/80 kB
Progress (5): 24 kB | 36/50 kB | 28/49 kB | 16/114 kB | 24/80 kB
Progress (5): 24 kB | 36/50 kB | 32/49 kB | 16/114 kB | 24/80 kB
Progress (5): 24 kB | 36/50 kB | 32/49 kB | 20/114 kB | 24/80 kB
Progress (5): 24 kB | 36/50 kB | 36/49 kB | 20/114 kB | 24/80 kB
Progress (5): 24 kB | 40/50 kB | 36/49 kB | 20/114 kB | 24/80 kB
Progress (5): 24 kB | 40/50 kB | 36/49 kB | 20/114 kB | 28/80 kB
Progress (5): 24 kB | 40/50 kB | 40/49 kB | 20/114 kB | 28/80 kB
Progress (5): 24 kB | 40/50 kB | 40/49 kB | 24/114 kB | 28/80 kB
Progress (5): 24 kB | 40/50 kB | 44/49 kB | 24/114 kB | 28/80 kB
Progress (5): 24 kB | 40/50 kB | 44/49 kB | 28/114 kB | 28/80 kB
Progress (5): 24 kB | 40/50 kB | 44/49 kB | 28/114 kB | 32/80 kB
Progress (5): 24 kB | 44/50 kB | 44/49 kB | 28/114 kB | 32/80 kB
Progress (5): 24 kB | 44/50 kB | 44/49 kB | 28/114 kB | 33/80 kB
Progress (5): 24 kB | 44/50 kB | 44/49 kB | 32/114 kB | 33/80 kB
Progress (5): 24 kB | 44/50 kB | 48/49 kB | 32/114 kB | 33/80 kB
Progress (5): 24 kB | 44/50 kB | 48/49 kB | 33/114 kB | 33/80 kB
Progress (5): 24 kB | 44/50 kB | 48/49 kB | 33/114 kB | 37/80 kB
Progress (5): 24 kB | 48/50 kB | 48/49 kB | 33/114 kB | 37/80 kB
Progress (5): 24 kB | 48/50 kB | 48/49 kB | 33/114 kB | 41/80 kB
Progress (5): 24 kB | 48/50 kB | 48/49 kB | 37/114 kB | 41/80 kB
Progress (5): 24 kB | 48/50 kB | 49 kB | 37/114 kB | 41/80 kB   
Progress (5): 24 kB | 48/50 kB | 49 kB | 41/114 kB | 41/80 kB
Progress (5): 24 kB | 48/50 kB | 49 kB | 41/114 kB | 45/80 kB
Progress (5): 24 kB | 48/50 kB | 49 kB | 45/114 kB | 45/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 45/114 kB | 45/80 kB   
Progress (5): 24 kB | 50 kB | 49 kB | 49/114 kB | 45/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 49/114 kB | 49/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 53/114 kB | 49/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 53/114 kB | 53/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 57/114 kB | 53/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 57/114 kB | 57/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 61/114 kB | 57/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 61/114 kB | 61/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 65/114 kB | 61/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 65/114 kB | 65/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 66/114 kB | 65/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 66/114 kB | 69/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 70/114 kB | 69/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 70/114 kB | 73/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 74/114 kB | 73/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 74/114 kB | 77/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 78/114 kB | 77/80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 78/114 kB | 80 kB   
Progress (5): 24 kB | 50 kB | 49 kB | 82/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 86/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 90/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 94/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 98/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 102/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 106/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 110/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 114/114 kB | 80 kB
Progress (5): 24 kB | 50 kB | 49 kB | 114 kB | 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 536 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.jar
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.0 MB/s)
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/7.0/asm-7.0.jar (114 kB at 2.2 MB/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.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 951 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.jar
Progress (2): 80 kB | 4.1/33 kB
Progress (2): 80 kB | 7.7/33 kB
Progress (3): 80 kB | 7.7/33 kB | 4.1/250 kB
Progress (3): 80 kB | 12/33 kB | 4.1/250 kB 
Progress (3): 80 kB | 12/33 kB | 7.7/250 kB
Progress (3): 80 kB | 16/33 kB | 7.7/250 kB
Progress (3): 80 kB | 16/33 kB | 12/250 kB 
Progress (3): 80 kB | 16/33 kB | 16/250 kB
Progress (3): 80 kB | 20/33 kB | 16/250 kB
Progress (3): 80 kB | 20/33 kB | 20/250 kB
Progress (3): 80 kB | 24/33 kB | 20/250 kB
Progress (3): 80 kB | 28/33 kB | 20/250 kB
Progress (3): 80 kB | 32/33 kB | 20/250 kB
Progress (3): 80 kB | 33 kB | 20/250 kB   
Progress (4): 80 kB | 33 kB | 20/250 kB | 4.1/18 kB
Progress (4): 80 kB | 33 kB | 24/250 kB | 4.1/18 kB
Progress (4): 80 kB | 33 kB | 24/250 kB | 7.7/18 kB
Progress (4): 80 kB | 33 kB | 28/250 kB | 7.7/18 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.jar (80 kB at 746 kB/s)
Progress (3): 33 kB | 32/250 kB | 7.7/18 kB
Progress (3): 33 kB | 32/250 kB | 12/18 kB 
Progress (4): 33 kB | 32/250 kB | 12/18 kB | 4.1/313 kB
Progress (4): 33 kB | 32/250 kB | 16/18 kB | 4.1/313 kB
Progress (4): 33 kB | 33/250 kB | 16/18 kB | 4.1/313 kB
                                                       
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 (4): 33 kB | 37/250 kB | 16/18 kB | 4.1/313 kB
Progress (4): 33 kB | 37/250 kB | 18 kB | 4.1/313 kB   
Progress (4): 33 kB | 37/250 kB | 18 kB | 7.7/313 kB
Progress (4): 33 kB | 41/250 kB | 18 kB | 7.7/313 kB
Progress (4): 33 kB | 41/250 kB | 18 kB | 12/313 kB 
Progress (4): 33 kB | 45/250 kB | 18 kB | 12/313 kB
Progress (4): 33 kB | 45/250 kB | 18 kB | 16/313 kB
Progress (4): 33 kB | 49/250 kB | 18 kB | 16/313 kB
Progress (4): 33 kB | 49/250 kB | 18 kB | 20/313 kB
Progress (4): 33 kB | 53/250 kB | 18 kB | 20/313 kB
Progress (4): 33 kB | 53/250 kB | 18 kB | 24/313 kB
Progress (4): 33 kB | 57/250 kB | 18 kB | 24/313 kB
Progress (4): 33 kB | 57/250 kB | 18 kB | 28/313 kB
Progress (4): 33 kB | 57/250 kB | 18 kB | 32/313 kB
Progress (4): 33 kB | 61/250 kB | 18 kB | 32/313 kB
Progress (4): 33 kB | 61/250 kB | 18 kB | 33/313 kB
Progress (4): 33 kB | 65/250 kB | 18 kB | 33/313 kB
Progress (4): 33 kB | 65/250 kB | 18 kB | 37/313 kB
Progress (4): 33 kB | 66/250 kB | 18 kB | 37/313 kB
Progress (4): 33 kB | 66/250 kB | 18 kB | 41/313 kB
Progress (4): 33 kB | 70/250 kB | 18 kB | 41/313 kB
Progress (4): 33 kB | 70/250 kB | 18 kB | 45/313 kB
Progress (4): 33 kB | 74/250 kB | 18 kB | 45/313 kB
Progress (4): 33 kB | 74/250 kB | 18 kB | 49/313 kB
Progress (4): 33 kB | 78/250 kB | 18 kB | 49/313 kB
Progress (4): 33 kB | 78/250 kB | 18 kB | 53/313 kB
Progress (4): 33 kB | 82/250 kB | 18 kB | 53/313 kB
Progress (4): 33 kB | 82/250 kB | 18 kB | 57/313 kB
Progress (4): 33 kB | 86/250 kB | 18 kB | 57/313 kB
Progress (4): 33 kB | 86/250 kB | 18 kB | 61/313 kB
Progress (4): 33 kB | 90/250 kB | 18 kB | 61/313 kB
Progress (4): 33 kB | 90/250 kB | 18 kB | 65/313 kB
Progress (4): 33 kB | 90/250 kB | 18 kB | 66/313 kB
Progress (4): 33 kB | 94/250 kB | 18 kB | 66/313 kB
Progress (4): 33 kB | 94/250 kB | 18 kB | 70/313 kB
Progress (4): 33 kB | 98/250 kB | 18 kB | 70/313 kB
Progress (4): 33 kB | 98/250 kB | 18 kB | 74/313 kB
Progress (4): 33 kB | 98/250 kB | 18 kB | 74/313 kB
Progress (4): 33 kB | 98/250 kB | 18 kB | 78/313 kB
Progress (4): 33 kB | 98/250 kB | 18 kB | 82/313 kB
Progress (4): 33 kB | 102/250 kB | 18 kB | 82/313 kB
Progress (4): 33 kB | 102/250 kB | 18 kB | 86/313 kB
Progress (4): 33 kB | 102/250 kB | 18 kB | 90/313 kB
Progress (4): 33 kB | 106/250 kB | 18 kB | 90/313 kB
Progress (4): 33 kB | 106/250 kB | 18 kB | 94/313 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 280 kB/s)
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 153 kB/s)
Progress (2): 110/250 kB | 94/313 kB
Progress (2): 110/250 kB | 98/313 kB
Progress (2): 114/250 kB | 98/313 kB
                                    
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
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 (2): 118/250 kB | 98/313 kB
Progress (2): 118/250 kB | 102/313 kB
Progress (2): 122/250 kB | 102/313 kB
Progress (2): 122/250 kB | 106/313 kB
Progress (2): 126/250 kB | 106/313 kB
Progress (2): 126/250 kB | 110/313 kB
Progress (2): 130/250 kB | 110/313 kB
Progress (2): 130/250 kB | 114/313 kB
Progress (2): 131/250 kB | 114/313 kB
Progress (2): 131/250 kB | 118/313 kB
Progress (2): 135/250 kB | 118/313 kB
Progress (2): 135/250 kB | 122/313 kB
Progress (2): 139/250 kB | 122/313 kB
Progress (2): 139/250 kB | 126/313 kB
Progress (2): 143/250 kB | 126/313 kB
Progress (2): 147/250 kB | 126/313 kB
Progress (2): 147/250 kB | 130/313 kB
Progress (2): 151/250 kB | 130/313 kB
Progress (2): 155/250 kB | 130/313 kB
Progress (2): 155/250 kB | 134/313 kB
Progress (2): 159/250 kB | 134/313 kB
Progress (2): 159/250 kB | 138/313 kB
Progress (2): 163/250 kB | 138/313 kB
Progress (2): 163/250 kB | 142/313 kB
Progress (2): 167/250 kB | 142/313 kB
Progress (2): 167/250 kB | 146/313 kB
Progress (2): 171/250 kB | 146/313 kB
Progress (2): 171/250 kB | 150/313 kB
Progress (2): 171/250 kB | 154/313 kB
Progress (2): 175/250 kB | 154/313 kB
Progress (2): 175/250 kB | 158/313 kB
Progress (2): 179/250 kB | 158/313 kB
Progress (2): 179/250 kB | 162/313 kB
Progress (2): 183/250 kB | 162/313 kB
Progress (2): 183/250 kB | 166/313 kB
Progress (2): 187/250 kB | 166/313 kB
Progress (2): 187/250 kB | 170/313 kB
Progress (2): 191/250 kB | 170/313 kB
Progress (2): 191/250 kB | 174/313 kB
Progress (3): 191/250 kB | 174/313 kB | 4.1/43 kB
Progress (3): 195/250 kB | 174/313 kB | 4.1/43 kB
Progress (3): 195/250 kB | 174/313 kB | 7.7/43 kB
Progress (3): 195/250 kB | 178/313 kB | 7.7/43 kB
Progress (3): 199/250 kB | 178/313 kB | 7.7/43 kB
Progress (3): 199/250 kB | 182/313 kB | 7.7/43 kB
Progress (3): 199/250 kB | 182/313 kB | 12/43 kB 
Progress (3): 199/250 kB | 186/313 kB | 12/43 kB
Progress (3): 203/250 kB | 186/313 kB | 12/43 kB
Progress (3): 203/250 kB | 190/313 kB | 12/43 kB
Progress (3): 203/250 kB | 190/313 kB | 16/43 kB
Progress (3): 203/250 kB | 194/313 kB | 16/43 kB
Progress (3): 207/250 kB | 194/313 kB | 16/43 kB
Progress (3): 207/250 kB | 198/313 kB | 16/43 kB
Progress (3): 207/250 kB | 198/313 kB | 20/43 kB
Progress (3): 207/250 kB | 202/313 kB | 20/43 kB
Progress (3): 211/250 kB | 202/313 kB | 20/43 kB
Progress (3): 211/250 kB | 206/313 kB | 20/43 kB
Progress (3): 211/250 kB | 206/313 kB | 24/43 kB
Progress (3): 211/250 kB | 210/313 kB | 24/43 kB
Progress (3): 215/250 kB | 210/313 kB | 24/43 kB
Progress (3): 215/250 kB | 210/313 kB | 28/43 kB
Progress (3): 219/250 kB | 210/313 kB | 28/43 kB
Progress (3): 219/250 kB | 214/313 kB | 28/43 kB
Progress (3): 219/250 kB | 214/313 kB | 32/43 kB
Progress (3): 219/250 kB | 218/313 kB | 32/43 kB
Progress (3): 219/250 kB | 218/313 kB | 36/43 kB
Progress (3): 223/250 kB | 218/313 kB | 36/43 kB
Progress (3): 223/250 kB | 218/313 kB | 40/43 kB
Progress (3): 223/250 kB | 222/313 kB | 40/43 kB
Progress (3): 223/250 kB | 222/313 kB | 43 kB   
Progress (4): 223/250 kB | 222/313 kB | 43 kB | 4.1/14 kB
Progress (4): 227/250 kB | 222/313 kB | 43 kB | 4.1/14 kB
Progress (4): 227/250 kB | 222/313 kB | 43 kB | 7.7/14 kB
Progress (4): 227/250 kB | 226/313 kB | 43 kB | 7.7/14 kB
Progress (4): 227/250 kB | 226/313 kB | 43 kB | 12/14 kB 
Progress (4): 231/250 kB | 226/313 kB | 43 kB | 12/14 kB
Progress (4): 231/250 kB | 226/313 kB | 43 kB | 14 kB   
Progress (4): 231/250 kB | 230/313 kB | 43 kB | 14 kB
Progress (4): 235/250 kB | 230/313 kB | 43 kB | 14 kB
Progress (4): 235/250 kB | 234/313 kB | 43 kB | 14 kB
Progress (4): 239/250 kB | 234/313 kB | 43 kB | 14 kB
Progress (4): 239/250 kB | 238/313 kB | 43 kB | 14 kB
Progress (4): 243/250 kB | 238/313 kB | 43 kB | 14 kB
Progress (4): 243/250 kB | 242/313 kB | 43 kB | 14 kB
Progress (4): 247/250 kB | 242/313 kB | 43 kB | 14 kB
Progress (4): 247/250 kB | 246/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 246/313 kB | 43 kB | 14 kB    
Progress (4): 250 kB | 250/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 254/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 258/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 262/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 266/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 270/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 274/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 278/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 282/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 286/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 290/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 294/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 298/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 302/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 306/313 kB | 43 kB | 14 kB
Progress (4): 250 kB | 310/313 kB | 43 kB | 14 kB
Progress (5): 250 kB | 310/313 kB | 43 kB | 14 kB | 4.1/74 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 69 kB/s)
Progress (4): 250 kB | 313 kB | 43 kB | 4.1/74 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
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 208 kB/s)
Progress (3): 250 kB | 313 kB | 7.7/74 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): 250 kB | 313 kB | 12/74 kB
Progress (3): 250 kB | 313 kB | 16/74 kB
Progress (3): 250 kB | 313 kB | 20/74 kB
Progress (3): 250 kB | 313 kB | 24/74 kB
Progress (3): 250 kB | 313 kB | 28/74 kB
Progress (3): 250 kB | 313 kB | 32/74 kB
Progress (3): 250 kB | 313 kB | 33/74 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.2 MB/s)
Progress (2): 313 kB | 37/74 kB
                               
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 (2): 313 kB | 41/74 kB
Progress (2): 313 kB | 45/74 kB
Progress (2): 313 kB | 49/74 kB
Progress (2): 313 kB | 53/74 kB
Progress (2): 313 kB | 57/74 kB
Progress (2): 313 kB | 61/74 kB
Progress (2): 313 kB | 65/74 kB
Progress (2): 313 kB | 66/74 kB
Progress (2): 313 kB | 70/74 kB
Progress (2): 313 kB | 74/74 kB
Progress (2): 313 kB | 74 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.jar (313 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Progress (2): 74 kB | 4.1/53 kB
Progress (2): 74 kB | 7.7/53 kB
Progress (2): 74 kB | 12/53 kB 
Progress (2): 74 kB | 16/53 kB
Progress (3): 74 kB | 16/53 kB | 4.1/78 kB
Progress (3): 74 kB | 20/53 kB | 4.1/78 kB
Progress (3): 74 kB | 20/53 kB | 7.7/78 kB
Progress (3): 74 kB | 24/53 kB | 7.7/78 kB
Progress (3): 74 kB | 24/53 kB | 12/78 kB 
Progress (3): 74 kB | 28/53 kB | 12/78 kB
Progress (3): 74 kB | 28/53 kB | 16/78 kB
Progress (3): 74 kB | 32/53 kB | 16/78 kB
Progress (3): 74 kB | 32/53 kB | 20/78 kB
Progress (3): 74 kB | 36/53 kB | 20/78 kB
Progress (3): 74 kB | 36/53 kB | 24/78 kB
Progress (3): 74 kB | 40/53 kB | 24/78 kB
Progress (3): 74 kB | 40/53 kB | 28/78 kB
Progress (3): 74 kB | 44/53 kB | 28/78 kB
Progress (3): 74 kB | 44/53 kB | 32/78 kB
Progress (3): 74 kB | 48/53 kB | 32/78 kB
Progress (3): 74 kB | 48/53 kB | 33/78 kB
Progress (3): 74 kB | 52/53 kB | 33/78 kB
Progress (3): 74 kB | 53 kB | 33/78 kB   
Progress (3): 74 kB | 53 kB | 37/78 kB
Progress (3): 74 kB | 53 kB | 41/78 kB
Progress (3): 74 kB | 53 kB | 45/78 kB
Progress (3): 74 kB | 53 kB | 49/78 kB
Progress (3): 74 kB | 53 kB | 53/78 kB
Progress (3): 74 kB | 53 kB | 57/78 kB
Progress (3): 74 kB | 53 kB | 61/78 kB
Progress (3): 74 kB | 53 kB | 65/78 kB
Progress (3): 74 kB | 53 kB | 69/78 kB
Progress (3): 74 kB | 53 kB | 73/78 kB
Progress (3): 74 kB | 53 kB | 77/78 kB
Progress (3): 74 kB | 53 kB | 78 kB   
Progress (4): 74 kB | 53 kB | 78 kB | 4.1/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 7.7/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 12/165 kB 
Progress (4): 74 kB | 53 kB | 78 kB | 16/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 20/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 24/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 28/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 32/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 33/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 37/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 41/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 45/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 49/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 53/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 57/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 61/165 kB
Progress (4): 74 kB | 53 kB | 78 kB | 65/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 65/165 kB | 4.1/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 66/165 kB | 4.1/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 66/165 kB | 7.7/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 70/165 kB | 7.7/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 70/165 kB | 12/165 kB 
Progress (5): 74 kB | 53 kB | 78 kB | 74/165 kB | 12/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 74/165 kB | 16/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 78/165 kB | 16/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 78/165 kB | 20/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 82/165 kB | 20/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 82/165 kB | 24/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 86/165 kB | 24/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 86/165 kB | 28/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 90/165 kB | 28/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 90/165 kB | 32/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 94/165 kB | 32/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 94/165 kB | 33/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 98/165 kB | 33/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 98/165 kB | 37/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 98/165 kB | 37/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 98/165 kB | 41/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 102/165 kB | 41/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 102/165 kB | 45/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 106/165 kB | 45/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 106/165 kB | 49/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 110/165 kB | 49/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 110/165 kB | 53/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 114/165 kB | 53/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 114/165 kB | 57/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 118/165 kB | 57/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 118/165 kB | 61/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 122/165 kB | 61/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 122/165 kB | 65/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 126/165 kB | 65/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 126/165 kB | 66/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 130/165 kB | 66/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 130/165 kB | 70/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 131/165 kB | 70/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 131/165 kB | 74/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 135/165 kB | 74/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 135/165 kB | 78/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 139/165 kB | 78/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 139/165 kB | 82/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 143/165 kB | 82/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 143/165 kB | 86/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 147/165 kB | 86/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 151/165 kB | 86/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 155/165 kB | 86/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 159/165 kB | 86/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 159/165 kB | 90/165 kB
Progress (5): 74 kB | 53 kB | 78 kB | 163/165 kB | 90/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 242 kB/s)
Progress (4): 53 kB | 78 kB | 165 kB | 90/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 94/165 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 (4): 53 kB | 78 kB | 165 kB | 98/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 98/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 102/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 106/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 110/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 114/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 118/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 122/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 126/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 130/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 134/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 138/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 142/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 146/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 150/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 154/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 158/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 162/165 kB
Progress (4): 53 kB | 78 kB | 165 kB | 165 kB    
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 4.1/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 7.7/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 12/243 kB 
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 16/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 20/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 24/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 28/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 32/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 33/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 37/243 kB
Progress (5): 53 kB | 78 kB | 165 kB | 165 kB | 41/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 502 kB/s)
Progress (4): 53 kB | 78 kB | 165 kB | 45/243 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Progress (4): 53 kB | 78 kB | 165 kB | 49/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 53/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 57/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 61/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 65/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 66/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 70/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 74/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 78/243 kB
Progress (4): 53 kB | 78 kB | 165 kB | 82/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 159 kB/s)
Progress (3): 78 kB | 165 kB | 86/243 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.jar (165 kB at 494 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.jar
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
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 232 kB/s)
Progress (1): 90/243 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 (1): 94/243 kB
Progress (1): 98/243 kB
Progress (1): 98/243 kB
Progress (1): 102/243 kB
Progress (1): 106/243 kB
Progress (1): 110/243 kB
Progress (1): 114/243 kB
Progress (1): 118/243 kB
Progress (1): 122/243 kB
Progress (1): 126/243 kB
Progress (1): 130/243 kB
Progress (1): 131/243 kB
Progress (1): 135/243 kB
Progress (1): 139/243 kB
Progress (1): 143/243 kB
Progress (1): 147/243 kB
Progress (1): 151/243 kB
Progress (1): 155/243 kB
Progress (1): 159/243 kB
Progress (1): 163/243 kB
Progress (1): 167/243 kB
Progress (1): 171/243 kB
Progress (1): 175/243 kB
Progress (1): 179/243 kB
Progress (1): 183/243 kB
Progress (1): 187/243 kB
Progress (1): 191/243 kB
Progress (1): 195/243 kB
Progress (1): 199/243 kB
Progress (1): 203/243 kB
Progress (1): 207/243 kB
Progress (1): 211/243 kB
Progress (1): 215/243 kB
Progress (1): 219/243 kB
Progress (1): 223/243 kB
Progress (1): 227/243 kB
Progress (1): 231/243 kB
Progress (1): 235/243 kB
Progress (1): 239/243 kB
Progress (1): 243/243 kB
Progress (1): 243 kB    
Progress (2): 243 kB | 4.1/7.9 kB
Progress (2): 243 kB | 7.7/7.9 kB
Progress (2): 243 kB | 7.9 kB    
Progress (3): 243 kB | 7.9 kB | 4.1/293 kB
Progress (3): 243 kB | 7.9 kB | 7.7/293 kB
Progress (3): 243 kB | 7.9 kB | 12/293 kB 
Progress (3): 243 kB | 7.9 kB | 16/293 kB
Progress (3): 243 kB | 7.9 kB | 20/293 kB
Progress (3): 243 kB | 7.9 kB | 24/293 kB
Progress (3): 243 kB | 7.9 kB | 28/293 kB
Progress (3): 243 kB | 7.9 kB | 32/293 kB
Progress (3): 243 kB | 7.9 kB | 33/293 kB
Progress (3): 243 kB | 7.9 kB | 37/293 kB
Progress (3): 243 kB | 7.9 kB | 41/293 kB
Progress (3): 243 kB | 7.9 kB | 45/293 kB
Progress (3): 243 kB | 7.9 kB | 49/293 kB
Progress (3): 243 kB | 7.9 kB | 53/293 kB
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 4.1/196 kB
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 7.7/196 kB
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 12/196 kB 
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 16/196 kB
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 20/196 kB
Progress (4): 243 kB | 7.9 kB | 53/293 kB | 24/196 kB
Progress (4): 243 kB | 7.9 kB | 57/293 kB | 24/196 kB
Progress (4): 243 kB | 7.9 kB | 57/293 kB | 28/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 19 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.jar
Progress (4): 243 kB | 57/293 kB | 28/196 kB | 4.1/46 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 594 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.jar
Progress (3): 61/293 kB | 28/196 kB | 4.1/46 kB
Progress (3): 61/293 kB | 32/196 kB | 4.1/46 kB
Progress (3): 65/293 kB | 32/196 kB | 4.1/46 kB
Progress (3): 65/293 kB | 32/196 kB | 7.7/46 kB
Progress (3): 66/293 kB | 32/196 kB | 7.7/46 kB
Progress (3): 66/293 kB | 33/196 kB | 7.7/46 kB
Progress (3): 70/293 kB | 33/196 kB | 7.7/46 kB
Progress (3): 70/293 kB | 37/196 kB | 7.7/46 kB
Progress (3): 70/293 kB | 37/196 kB | 12/46 kB 
Progress (3): 70/293 kB | 41/196 kB | 12/46 kB
Progress (3): 74/293 kB | 41/196 kB | 12/46 kB
Progress (3): 74/293 kB | 41/196 kB | 16/46 kB
Progress (3): 74/293 kB | 45/196 kB | 16/46 kB
Progress (3): 78/293 kB | 45/196 kB | 16/46 kB
Progress (3): 78/293 kB | 45/196 kB | 20/46 kB
Progress (3): 78/293 kB | 49/196 kB | 20/46 kB
Progress (3): 78/293 kB | 49/196 kB | 24/46 kB
Progress (3): 82/293 kB | 49/196 kB | 24/46 kB
Progress (3): 82/293 kB | 53/196 kB | 24/46 kB
Progress (3): 82/293 kB | 53/196 kB | 28/46 kB
Progress (3): 86/293 kB | 53/196 kB | 28/46 kB
Progress (3): 86/293 kB | 57/196 kB | 28/46 kB
Progress (3): 90/293 kB | 57/196 kB | 28/46 kB
Progress (3): 90/293 kB | 57/196 kB | 32/46 kB
Progress (3): 90/293 kB | 61/196 kB | 32/46 kB
Progress (3): 94/293 kB | 61/196 kB | 32/46 kB
Progress (3): 94/293 kB | 65/196 kB | 32/46 kB
Progress (3): 94/293 kB | 65/196 kB | 36/46 kB
Progress (3): 94/293 kB | 66/196 kB | 36/46 kB
Progress (3): 98/293 kB | 66/196 kB | 36/46 kB
Progress (3): 98/293 kB | 66/196 kB | 40/46 kB
Progress (3): 98/293 kB | 66/196 kB | 40/46 kB
Progress (3): 98/293 kB | 70/196 kB | 40/46 kB
Progress (3): 98/293 kB | 70/196 kB | 44/46 kB
Progress (3): 98/293 kB | 74/196 kB | 44/46 kB
Progress (3): 102/293 kB | 74/196 kB | 44/46 kB
Progress (3): 102/293 kB | 74/196 kB | 46 kB   
Progress (3): 106/293 kB | 74/196 kB | 46 kB
Progress (3): 106/293 kB | 78/196 kB | 46 kB
Progress (3): 106/293 kB | 82/196 kB | 46 kB
Progress (3): 110/293 kB | 82/196 kB | 46 kB
Progress (3): 110/293 kB | 86/196 kB | 46 kB
Progress (3): 114/293 kB | 86/196 kB | 46 kB
Progress (3): 114/293 kB | 90/196 kB | 46 kB
Progress (3): 118/293 kB | 90/196 kB | 46 kB
Progress (3): 118/293 kB | 94/196 kB | 46 kB
Progress (3): 122/293 kB | 94/196 kB | 46 kB
Progress (3): 122/293 kB | 98/196 kB | 46 kB
Progress (3): 122/293 kB | 98/196 kB | 46 kB
Progress (3): 126/293 kB | 98/196 kB | 46 kB
Progress (3): 126/293 kB | 102/196 kB | 46 kB
Progress (3): 130/293 kB | 102/196 kB | 46 kB
Progress (3): 130/293 kB | 106/196 kB | 46 kB
Progress (3): 131/293 kB | 106/196 kB | 46 kB
Progress (3): 131/293 kB | 110/196 kB | 46 kB
Progress (3): 135/293 kB | 110/196 kB | 46 kB
Progress (3): 135/293 kB | 114/196 kB | 46 kB
Progress (3): 139/293 kB | 114/196 kB | 46 kB
Progress (3): 139/293 kB | 118/196 kB | 46 kB
Progress (3): 143/293 kB | 118/196 kB | 46 kB
Progress (3): 143/293 kB | 122/196 kB | 46 kB
Progress (3): 147/293 kB | 122/196 kB | 46 kB
Progress (3): 147/293 kB | 126/196 kB | 46 kB
Progress (3): 151/293 kB | 126/196 kB | 46 kB
Progress (3): 151/293 kB | 130/196 kB | 46 kB
Progress (3): 155/293 kB | 130/196 kB | 46 kB
Progress (3): 155/293 kB | 131/196 kB | 46 kB
Progress (3): 159/293 kB | 131/196 kB | 46 kB
Progress (3): 159/293 kB | 135/196 kB | 46 kB
Progress (4): 159/293 kB | 135/196 kB | 46 kB | 4.1/316 kB
Progress (4): 163/293 kB | 135/196 kB | 46 kB | 4.1/316 kB
Progress (4): 163/293 kB | 135/196 kB | 46 kB | 7.7/316 kB
Progress (4): 167/293 kB | 135/196 kB | 46 kB | 7.7/316 kB
Progress (4): 167/293 kB | 139/196 kB | 46 kB | 7.7/316 kB
Progress (4): 171/293 kB | 139/196 kB | 46 kB | 7.7/316 kB
Progress (4): 171/293 kB | 139/196 kB | 46 kB | 12/316 kB 
Progress (4): 171/293 kB | 143/196 kB | 46 kB | 12/316 kB
Progress (4): 171/293 kB | 143/196 kB | 46 kB | 16/316 kB
Progress (4): 175/293 kB | 143/196 kB | 46 kB | 16/316 kB
Progress (4): 175/293 kB | 147/196 kB | 46 kB | 16/316 kB
Progress (4): 175/293 kB | 147/196 kB | 46 kB | 20/316 kB
Progress (4): 175/293 kB | 151/196 kB | 46 kB | 20/316 kB
Progress (4): 179/293 kB | 151/196 kB | 46 kB | 20/316 kB
Progress (4): 179/293 kB | 155/196 kB | 46 kB | 20/316 kB
Progress (4): 183/293 kB | 155/196 kB | 46 kB | 20/316 kB
Progress (4): 183/293 kB | 155/196 kB | 46 kB | 24/316 kB
Progress (4): 187/293 kB | 155/196 kB | 46 kB | 24/316 kB
Progress (4): 187/293 kB | 159/196 kB | 46 kB | 24/316 kB
Progress (4): 191/293 kB | 159/196 kB | 46 kB | 24/316 kB
Progress (4): 191/293 kB | 159/196 kB | 46 kB | 28/316 kB
Progress (4): 195/293 kB | 159/196 kB | 46 kB | 28/316 kB
Progress (4): 195/293 kB | 163/196 kB | 46 kB | 28/316 kB
Progress (4): 199/293 kB | 163/196 kB | 46 kB | 28/316 kB
Progress (4): 199/293 kB | 163/196 kB | 46 kB | 32/316 kB
Progress (4): 203/293 kB | 163/196 kB | 46 kB | 32/316 kB
Progress (4): 203/293 kB | 167/196 kB | 46 kB | 32/316 kB
Progress (4): 207/293 kB | 167/196 kB | 46 kB | 32/316 kB
Progress (4): 207/293 kB | 167/196 kB | 46 kB | 33/316 kB
Progress (4): 211/293 kB | 167/196 kB | 46 kB | 33/316 kB
Progress (4): 211/293 kB | 171/196 kB | 46 kB | 33/316 kB
Progress (4): 215/293 kB | 171/196 kB | 46 kB | 33/316 kB
Progress (4): 215/293 kB | 171/196 kB | 46 kB | 37/316 kB
Progress (4): 219/293 kB | 171/196 kB | 46 kB | 37/316 kB
Progress (4): 219/293 kB | 175/196 kB | 46 kB | 37/316 kB
Progress (4): 219/293 kB | 175/196 kB | 46 kB | 41/316 kB
Progress (4): 219/293 kB | 179/196 kB | 46 kB | 41/316 kB
Progress (4): 223/293 kB | 179/196 kB | 46 kB | 41/316 kB
Progress (4): 223/293 kB | 179/196 kB | 46 kB | 45/316 kB
Progress (4): 227/293 kB | 179/196 kB | 46 kB | 45/316 kB
Progress (4): 227/293 kB | 183/196 kB | 46 kB | 45/316 kB
Progress (4): 229/293 kB | 183/196 kB | 46 kB | 45/316 kB
Progress (4): 229/293 kB | 183/196 kB | 46 kB | 49/316 kB
Progress (4): 233/293 kB | 183/196 kB | 46 kB | 49/316 kB
Progress (4): 233/293 kB | 187/196 kB | 46 kB | 49/316 kB
Progress (4): 233/293 kB | 187/196 kB | 46 kB | 53/316 kB
Progress (4): 237/293 kB | 187/196 kB | 46 kB | 53/316 kB
Progress (4): 237/293 kB | 187/196 kB | 46 kB | 57/316 kB
Progress (4): 241/293 kB | 187/196 kB | 46 kB | 57/316 kB
Progress (4): 241/293 kB | 191/196 kB | 46 kB | 57/316 kB
Progress (4): 245/293 kB | 191/196 kB | 46 kB | 57/316 kB
Progress (4): 245/293 kB | 191/196 kB | 46 kB | 61/316 kB
Progress (4): 249/293 kB | 191/196 kB | 46 kB | 61/316 kB
Progress (4): 249/293 kB | 195/196 kB | 46 kB | 61/316 kB
Progress (4): 253/293 kB | 195/196 kB | 46 kB | 61/316 kB
Progress (4): 253/293 kB | 195/196 kB | 46 kB | 65/316 kB
Progress (4): 257/293 kB | 195/196 kB | 46 kB | 65/316 kB
Progress (4): 257/293 kB | 196 kB | 46 kB | 65/316 kB    
Progress (4): 261/293 kB | 196 kB | 46 kB | 65/316 kB
Progress (4): 261/293 kB | 196 kB | 46 kB | 66/316 kB
Progress (4): 265/293 kB | 196 kB | 46 kB | 66/316 kB
Progress (4): 265/293 kB | 196 kB | 46 kB | 70/316 kB
Progress (4): 269/293 kB | 196 kB | 46 kB | 70/316 kB
Progress (4): 269/293 kB | 196 kB | 46 kB | 74/316 kB
Progress (4): 273/293 kB | 196 kB | 46 kB | 74/316 kB
Progress (4): 273/293 kB | 196 kB | 46 kB | 78/316 kB
Progress (4): 277/293 kB | 196 kB | 46 kB | 78/316 kB
Progress (4): 277/293 kB | 196 kB | 46 kB | 82/316 kB
Progress (4): 281/293 kB | 196 kB | 46 kB | 82/316 kB
Progress (4): 285/293 kB | 196 kB | 46 kB | 82/316 kB
Progress (4): 285/293 kB | 196 kB | 46 kB | 86/316 kB
Progress (4): 289/293 kB | 196 kB | 46 kB | 86/316 kB
Progress (4): 289/293 kB | 196 kB | 46 kB | 90/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 90/316 kB    
Progress (4): 293 kB | 196 kB | 46 kB | 94/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 98/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 98/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 102/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 106/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 110/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 114/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 118/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 122/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 126/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 130/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 131/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 135/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 139/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 143/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 147/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 151/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 155/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 159/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 163/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 167/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 171/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 175/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 179/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 183/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 187/316 kB
Progress (4): 293 kB | 196 kB | 46 kB | 191/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 90 kB/s)
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 578 kB/s)
Progress (2): 196 kB | 195/316 kB
Progress (2): 196 kB | 199/316 kB
Progress (2): 196 kB | 203/316 kB
Progress (2): 196 kB | 207/316 kB
Progress (2): 196 kB | 211/316 kB
Progress (2): 196 kB | 215/316 kB
Progress (2): 196 kB | 219/316 kB
Progress (2): 196 kB | 223/316 kB
Progress (2): 196 kB | 227/316 kB
Progress (2): 196 kB | 231/316 kB
Progress (2): 196 kB | 235/316 kB
Progress (2): 196 kB | 239/316 kB
Progress (2): 196 kB | 243/316 kB
Progress (2): 196 kB | 247/316 kB
Progress (2): 196 kB | 251/316 kB
Progress (2): 196 kB | 255/316 kB
Progress (2): 196 kB | 259/316 kB
Progress (2): 196 kB | 263/316 kB
Progress (2): 196 kB | 267/316 kB
Progress (2): 196 kB | 271/316 kB
Progress (2): 196 kB | 275/316 kB
Progress (2): 196 kB | 279/316 kB
Progress (2): 196 kB | 283/316 kB
Progress (2): 196 kB | 287/316 kB
Progress (2): 196 kB | 291/316 kB
Progress (2): 196 kB | 295/316 kB
Progress (2): 196 kB | 299/316 kB
Progress (2): 196 kB | 303/316 kB
Progress (2): 196 kB | 307/316 kB
Progress (2): 196 kB | 311/316 kB
Progress (2): 196 kB | 315/316 kB
Progress (2): 196 kB | 316 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 369 kB/s)
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 585 kB/s)
Progress (1): 4.1/262 kB
Progress (1): 7.7/262 kB
Progress (1): 12/262 kB 
Progress (1): 16/262 kB
Progress (1): 20/262 kB
Progress (1): 24/262 kB
Progress (1): 28/262 kB
Progress (1): 32/262 kB
Progress (1): 36/262 kB
Progress (1): 40/262 kB
Progress (1): 44/262 kB
Progress (1): 48/262 kB
Progress (1): 52/262 kB
Progress (1): 56/262 kB
Progress (1): 60/262 kB
Progress (1): 64/262 kB
Progress (1): 68/262 kB
Progress (1): 72/262 kB
Progress (1): 76/262 kB
Progress (1): 80/262 kB
Progress (1): 84/262 kB
Progress (1): 88/262 kB
Progress (1): 92/262 kB
Progress (1): 96/262 kB
Progress (1): 100/262 kB
Progress (1): 104/262 kB
Progress (1): 108/262 kB
Progress (1): 112/262 kB
Progress (1): 116/262 kB
Progress (1): 120/262 kB
Progress (1): 124/262 kB
Progress (1): 128/262 kB
Progress (1): 132/262 kB
Progress (1): 136/262 kB
Progress (1): 140/262 kB
Progress (1): 144/262 kB
Progress (1): 148/262 kB
Progress (1): 152/262 kB
Progress (1): 156/262 kB
Progress (1): 160/262 kB
Progress (1): 164/262 kB
Progress (1): 168/262 kB
Progress (1): 172/262 kB
Progress (1): 176/262 kB
Progress (1): 180/262 kB
Progress (1): 184/262 kB
Progress (1): 188/262 kB
Progress (1): 192/262 kB
Progress (1): 196/262 kB
Progress (1): 200/262 kB
Progress (1): 204/262 kB
Progress (1): 208/262 kB
Progress (1): 212/262 kB
Progress (1): 216/262 kB
Progress (1): 220/262 kB
Progress (1): 224/262 kB
Progress (1): 228/262 kB
Progress (1): 232/262 kB
Progress (1): 236/262 kB
Progress (1): 240/262 kB
Progress (1): 244/262 kB
Progress (1): 248/262 kB
Progress (1): 252/262 kB
Progress (1): 256/262 kB
Progress (1): 260/262 kB
Progress (1): 262 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 36 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/release/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/release/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M1.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/release/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M1-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/release/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M1/eclipse-collections-code-generator-maven-plugin-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-code-generator-maven-plugin/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M1/eclipse-collections-code-generator-maven-plugin-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-code-generator-maven-plugin/10.1.0.M1/eclipse-collections-code-generator-maven-plugin-10.1.0.M1-sources.jar
[INFO] 
[INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
[INFO] Building Eclipse Collections API 10.1.0.M1                        [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.M1: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/release/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/release/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/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-api ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1-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/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M1/eclipse-collections-api-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-api/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M1/eclipse-collections-api-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-api/10.1.0.M1/eclipse-collections-api-10.1.0.M1-sources.jar
[INFO] 
[INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
[INFO] Building Eclipse Collections Main Library 10.1.0.M1               [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.M1: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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/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/release/eclipse-collections/target/eclipse-collections-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections/target/eclipse-collections-10.1.0.M1-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/release/eclipse-collections/target/eclipse-collections-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M1/eclipse-collections-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M1/eclipse-collections-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections/target/eclipse-collections-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections/10.1.0.M1/eclipse-collections-10.1.0.M1-sources.jar
[INFO] 
[INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
[INFO] Building Eclipse Collections Test Utilities 10.1.0.M1             [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 54 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.6 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 338 kB/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 149 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 422 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.4 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 185 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 103 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 924 kB/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 26 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 732 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 70 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 65 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 67 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 28 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 229 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 57 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 212 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 238 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 158 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.3 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 118 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 145 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 72 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 75 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 123 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 110 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 85 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 81 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 79 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 79 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 789 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 63 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 196 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 268 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 82 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 32 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 179 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 323 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 153 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 245 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 637 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 119 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 64 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 74 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 211 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 413 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 8.2 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 85 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 99 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 134 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 204 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 165 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 158 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 67 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/maven-shared-io/1.1/maven-shared-io-1.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/file-management/1.2.1/file-management-1.2.1.jar
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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 994 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.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 (2): 36/38 kB | 4.1/39 kB
Progress (2): 38 kB | 4.1/39 kB   
Progress (2): 38 kB | 7.7/39 kB
Progress (3): 38 kB | 7.7/39 kB | 4.1/49 kB
Progress (3): 38 kB | 12/39 kB | 4.1/49 kB 
Progress (3): 38 kB | 16/39 kB | 4.1/49 kB
Progress (4): 38 kB | 16/39 kB | 4.1/49 kB | 4.1/245 kB
Progress (4): 38 kB | 20/39 kB | 4.1/49 kB | 4.1/245 kB
Progress (4): 38 kB | 24/39 kB | 4.1/49 kB | 4.1/245 kB
Progress (4): 38 kB | 28/39 kB | 4.1/49 kB | 4.1/245 kB
Progress (4): 38 kB | 32/39 kB | 4.1/49 kB | 4.1/245 kB
Progress (4): 38 kB | 32/39 kB | 7.7/49 kB | 4.1/245 kB
Progress (4): 38 kB | 36/39 kB | 7.7/49 kB | 4.1/245 kB
Progress (4): 38 kB | 36/39 kB | 7.7/49 kB | 7.7/245 kB
Progress (4): 38 kB | 39 kB | 7.7/49 kB | 7.7/245 kB   
Progress (4): 38 kB | 39 kB | 12/49 kB | 7.7/245 kB 
Progress (4): 38 kB | 39 kB | 12/49 kB | 12/245 kB 
Progress (4): 38 kB | 39 kB | 16/49 kB | 12/245 kB
Progress (4): 38 kB | 39 kB | 16/49 kB | 16/245 kB
Progress (4): 38 kB | 39 kB | 20/49 kB | 16/245 kB
Progress (4): 38 kB | 39 kB | 20/49 kB | 20/245 kB
Progress (4): 38 kB | 39 kB | 24/49 kB | 20/245 kB
Progress (4): 38 kB | 39 kB | 28/49 kB | 20/245 kB
Progress (4): 38 kB | 39 kB | 32/49 kB | 20/245 kB
Progress (4): 38 kB | 39 kB | 36/49 kB | 20/245 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 709 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Progress (3): 39 kB | 40/49 kB | 20/245 kB
Progress (4): 39 kB | 40/49 kB | 20/245 kB | 4.1/17 kB
Progress (4): 39 kB | 40/49 kB | 24/245 kB | 4.1/17 kB
Progress (4): 39 kB | 44/49 kB | 24/245 kB | 4.1/17 kB
Progress (4): 39 kB | 44/49 kB | 24/245 kB | 7.7/17 kB
Progress (5): 39 kB | 44/49 kB | 24/245 kB | 7.7/17 kB | 4.1/237 kB
Progress (5): 39 kB | 44/49 kB | 28/245 kB | 7.7/17 kB | 4.1/237 kB
Progress (5): 39 kB | 48/49 kB | 28/245 kB | 7.7/17 kB | 4.1/237 kB
Progress (5): 39 kB | 48/49 kB | 32/245 kB | 7.7/17 kB | 4.1/237 kB
Progress (5): 39 kB | 48/49 kB | 32/245 kB | 7.7/17 kB | 7.7/237 kB
Progress (5): 39 kB | 48/49 kB | 32/245 kB | 12/17 kB | 7.7/237 kB 
Progress (5): 39 kB | 48/49 kB | 32/245 kB | 12/17 kB | 12/237 kB 
Progress (5): 39 kB | 48/49 kB | 36/245 kB | 12/17 kB | 12/237 kB
Progress (5): 39 kB | 49 kB | 36/245 kB | 12/17 kB | 12/237 kB   
Progress (5): 39 kB | 49 kB | 40/245 kB | 12/17 kB | 12/237 kB
Progress (5): 39 kB | 49 kB | 40/245 kB | 12/17 kB | 16/237 kB
Progress (5): 39 kB | 49 kB | 40/245 kB | 16/17 kB | 16/237 kB
Progress (5): 39 kB | 49 kB | 40/245 kB | 16/17 kB | 20/237 kB
Progress (5): 39 kB | 49 kB | 44/245 kB | 16/17 kB | 20/237 kB
Progress (5): 39 kB | 49 kB | 44/245 kB | 16/17 kB | 24/237 kB
Progress (5): 39 kB | 49 kB | 44/245 kB | 17 kB | 24/237 kB   
Progress (5): 39 kB | 49 kB | 44/245 kB | 17 kB | 28/237 kB
Progress (5): 39 kB | 49 kB | 48/245 kB | 17 kB | 28/237 kB
Progress (5): 39 kB | 49 kB | 48/245 kB | 17 kB | 32/237 kB
Progress (5): 39 kB | 49 kB | 52/245 kB | 17 kB | 32/237 kB
Progress (5): 39 kB | 49 kB | 52/245 kB | 17 kB | 33/237 kB
Progress (5): 39 kB | 49 kB | 56/245 kB | 17 kB | 33/237 kB
Progress (5): 39 kB | 49 kB | 56/245 kB | 17 kB | 37/237 kB
Progress (5): 39 kB | 49 kB | 60/245 kB | 17 kB | 37/237 kB
Progress (5): 39 kB | 49 kB | 60/245 kB | 17 kB | 41/237 kB
Progress (5): 39 kB | 49 kB | 64/245 kB | 17 kB | 41/237 kB
Progress (5): 39 kB | 49 kB | 64/245 kB | 17 kB | 45/237 kB
Progress (5): 39 kB | 49 kB | 68/245 kB | 17 kB | 45/237 kB
Progress (5): 39 kB | 49 kB | 68/245 kB | 17 kB | 49/237 kB
Progress (5): 39 kB | 49 kB | 72/245 kB | 17 kB | 49/237 kB
Progress (5): 39 kB | 49 kB | 72/245 kB | 17 kB | 53/237 kB
Progress (5): 39 kB | 49 kB | 76/245 kB | 17 kB | 53/237 kB
Progress (5): 39 kB | 49 kB | 76/245 kB | 17 kB | 57/237 kB
Progress (5): 39 kB | 49 kB | 80/245 kB | 17 kB | 57/237 kB
Progress (5): 39 kB | 49 kB | 80/245 kB | 17 kB | 61/237 kB
Progress (5): 39 kB | 49 kB | 84/245 kB | 17 kB | 61/237 kB
Progress (5): 39 kB | 49 kB | 84/245 kB | 17 kB | 65/237 kB
Progress (5): 39 kB | 49 kB | 88/245 kB | 17 kB | 65/237 kB
Progress (5): 39 kB | 49 kB | 88/245 kB | 17 kB | 69/237 kB
Progress (5): 39 kB | 49 kB | 92/245 kB | 17 kB | 69/237 kB
Progress (5): 39 kB | 49 kB | 92/245 kB | 17 kB | 73/237 kB
Progress (5): 39 kB | 49 kB | 96/245 kB | 17 kB | 73/237 kB
Progress (5): 39 kB | 49 kB | 96/245 kB | 17 kB | 77/237 kB
Progress (5): 39 kB | 49 kB | 100/245 kB | 17 kB | 77/237 kB
Progress (5): 39 kB | 49 kB | 100/245 kB | 17 kB | 81/237 kB
Progress (5): 39 kB | 49 kB | 104/245 kB | 17 kB | 81/237 kB
Progress (5): 39 kB | 49 kB | 104/245 kB | 17 kB | 85/237 kB
Progress (5): 39 kB | 49 kB | 108/245 kB | 17 kB | 85/237 kB
Progress (5): 39 kB | 49 kB | 108/245 kB | 17 kB | 89/237 kB
Progress (5): 39 kB | 49 kB | 112/245 kB | 17 kB | 89/237 kB
Progress (5): 39 kB | 49 kB | 112/245 kB | 17 kB | 93/237 kB
Progress (5): 39 kB | 49 kB | 116/245 kB | 17 kB | 93/237 kB
Progress (5): 39 kB | 49 kB | 116/245 kB | 17 kB | 97/237 kB
Progress (5): 39 kB | 49 kB | 120/245 kB | 17 kB | 97/237 kB
Progress (5): 39 kB | 49 kB | 120/245 kB | 17 kB | 101/237 kB
Progress (5): 39 kB | 49 kB | 124/245 kB | 17 kB | 101/237 kB
Progress (5): 39 kB | 49 kB | 124/245 kB | 17 kB | 105/237 kB
Progress (5): 39 kB | 49 kB | 128/245 kB | 17 kB | 105/237 kB
Progress (5): 39 kB | 49 kB | 128/245 kB | 17 kB | 109/237 kB
Progress (5): 39 kB | 49 kB | 132/245 kB | 17 kB | 109/237 kB
Progress (5): 39 kB | 49 kB | 132/245 kB | 17 kB | 113/237 kB
Progress (5): 39 kB | 49 kB | 136/245 kB | 17 kB | 113/237 kB
Progress (5): 39 kB | 49 kB | 136/245 kB | 17 kB | 117/237 kB
Progress (5): 39 kB | 49 kB | 140/245 kB | 17 kB | 117/237 kB
Progress (5): 39 kB | 49 kB | 140/245 kB | 17 kB | 121/237 kB
Progress (5): 39 kB | 49 kB | 144/245 kB | 17 kB | 121/237 kB
Progress (5): 39 kB | 49 kB | 144/245 kB | 17 kB | 125/237 kB
Progress (5): 39 kB | 49 kB | 148/245 kB | 17 kB | 125/237 kB
Progress (5): 39 kB | 49 kB | 148/245 kB | 17 kB | 129/237 kB
Progress (5): 39 kB | 49 kB | 152/245 kB | 17 kB | 129/237 kB
Progress (5): 39 kB | 49 kB | 152/245 kB | 17 kB | 133/237 kB
Progress (5): 39 kB | 49 kB | 156/245 kB | 17 kB | 133/237 kB
Progress (5): 39 kB | 49 kB | 156/245 kB | 17 kB | 137/237 kB
Progress (5): 39 kB | 49 kB | 160/245 kB | 17 kB | 137/237 kB
Progress (5): 39 kB | 49 kB | 160/245 kB | 17 kB | 141/237 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 507 kB/s)
Progress (4): 39 kB | 164/245 kB | 17 kB | 141/237 kB
Progress (4): 39 kB | 164/245 kB | 17 kB | 145/237 kB
Progress (4): 39 kB | 168/245 kB | 17 kB | 145/237 kB
                                                     
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
Progress (4): 39 kB | 172/245 kB | 17 kB | 145/237 kB
Progress (4): 39 kB | 172/245 kB | 17 kB | 149/237 kB
Progress (4): 39 kB | 176/245 kB | 17 kB | 149/237 kB
Progress (4): 39 kB | 176/245 kB | 17 kB | 153/237 kB
Progress (4): 39 kB | 180/245 kB | 17 kB | 153/237 kB
Progress (4): 39 kB | 180/245 kB | 17 kB | 157/237 kB
Progress (4): 39 kB | 184/245 kB | 17 kB | 157/237 kB
Progress (4): 39 kB | 184/245 kB | 17 kB | 161/237 kB
Progress (4): 39 kB | 188/245 kB | 17 kB | 161/237 kB
Progress (4): 39 kB | 188/245 kB | 17 kB | 165/237 kB
Progress (4): 39 kB | 192/245 kB | 17 kB | 165/237 kB
Progress (4): 39 kB | 192/245 kB | 17 kB | 169/237 kB
Progress (4): 39 kB | 196/245 kB | 17 kB | 169/237 kB
Progress (4): 39 kB | 196/245 kB | 17 kB | 173/237 kB
Progress (4): 39 kB | 200/245 kB | 17 kB | 173/237 kB
Progress (4): 39 kB | 200/245 kB | 17 kB | 177/237 kB
Progress (4): 39 kB | 204/245 kB | 17 kB | 177/237 kB
Progress (4): 39 kB | 204/245 kB | 17 kB | 181/237 kB
Progress (4): 39 kB | 208/245 kB | 17 kB | 181/237 kB
Progress (4): 39 kB | 208/245 kB | 17 kB | 185/237 kB
Progress (4): 39 kB | 212/245 kB | 17 kB | 185/237 kB
Progress (4): 39 kB | 212/245 kB | 17 kB | 189/237 kB
Progress (4): 39 kB | 216/245 kB | 17 kB | 189/237 kB
Progress (4): 39 kB | 216/245 kB | 17 kB | 193/237 kB
Progress (4): 39 kB | 220/245 kB | 17 kB | 193/237 kB
Progress (4): 39 kB | 220/245 kB | 17 kB | 197/237 kB
Progress (4): 39 kB | 224/245 kB | 17 kB | 197/237 kB
Progress (4): 39 kB | 224/245 kB | 17 kB | 201/237 kB
Progress (4): 39 kB | 228/245 kB | 17 kB | 201/237 kB
Progress (4): 39 kB | 228/245 kB | 17 kB | 205/237 kB
Progress (4): 39 kB | 232/245 kB | 17 kB | 205/237 kB
Progress (4): 39 kB | 232/245 kB | 17 kB | 209/237 kB
Progress (4): 39 kB | 236/245 kB | 17 kB | 209/237 kB
Progress (4): 39 kB | 236/245 kB | 17 kB | 213/237 kB
Progress (4): 39 kB | 240/245 kB | 17 kB | 213/237 kB
Progress (4): 39 kB | 240/245 kB | 17 kB | 217/237 kB
Progress (4): 39 kB | 244/245 kB | 17 kB | 217/237 kB
Progress (4): 39 kB | 244/245 kB | 17 kB | 221/237 kB
Progress (4): 39 kB | 245 kB | 17 kB | 221/237 kB    
Progress (4): 39 kB | 245 kB | 17 kB | 225/237 kB
Progress (4): 39 kB | 245 kB | 17 kB | 229/237 kB
Progress (4): 39 kB | 245 kB | 17 kB | 233/237 kB
Progress (4): 39 kB | 245 kB | 17 kB | 237/237 kB
Progress (4): 39 kB | 245 kB | 17 kB | 237 kB    
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 4.1/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 7.7/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 12/123 kB 
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 16/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 20/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 24/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 28/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 32/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 36/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 40/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 44/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 48/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 52/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 56/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 60/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 64/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 68/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 72/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 76/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 80/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 84/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 88/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 92/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 96/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 100/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 104/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 108/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 112/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 116/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 120/123 kB
Progress (5): 39 kB | 245 kB | 17 kB | 237 kB | 123 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 681 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
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 209 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/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.2 MB/s)
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 81 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
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
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 (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/30 kB
Progress (2): 20/37 kB | 4.1/30 kB
Progress (2): 20/37 kB | 7.7/30 kB
Progress (2): 24/37 kB | 7.7/30 kB
Progress (2): 24/37 kB | 12/30 kB 
Progress (2): 24/37 kB | 16/30 kB
Progress (2): 28/37 kB | 16/30 kB
Progress (2): 28/37 kB | 20/30 kB
Progress (2): 32/37 kB | 20/30 kB
Progress (2): 32/37 kB | 24/30 kB
Progress (2): 36/37 kB | 24/30 kB
Progress (2): 36/37 kB | 28/30 kB
Progress (2): 37 kB | 28/30 kB   
Progress (2): 37 kB | 30 kB   
Progress (3): 37 kB | 30 kB | 0/1.2 MB
Progress (3): 37 kB | 30 kB | 0/1.2 MB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 4.1/11 kB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 4.1/11 kB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 7.7/11 kB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 7.7/11 kB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 11 kB    
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 11 kB
Progress (4): 37 kB | 30 kB | 0/1.2 MB | 11 kB
Progress (5): 37 kB | 30 kB | 0/1.2 MB | 11 kB | 4.1/158 kB
Progress (5): 37 kB | 30 kB | 0/1.2 MB | 11 kB | 4.1/158 kB
Progress (5): 37 kB | 30 kB | 0/1.2 MB | 11 kB | 4.1/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 136 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 (4): 37 kB | 0/1.2 MB | 11 kB | 7.7/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 7.7/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 12/158 kB 
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 16/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 16/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 20/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 20/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 24/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 24/158 kB
Progress (4): 37 kB | 0/1.2 MB | 11 kB | 28/158 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.jar (11 kB at 50 kB/s)
Progress (3): 37 kB | 0/1.2 MB | 32/158 kB
Progress (3): 37 kB | 0/1.2 MB | 32/158 kB
Progress (3): 37 kB | 0/1.2 MB | 33/158 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
Progress (3): 37 kB | 0/1.2 MB | 37/158 kB
Progress (3): 37 kB | 0/1.2 MB | 41/158 kB
Progress (3): 37 kB | 0/1.2 MB | 45/158 kB
Progress (3): 37 kB | 0/1.2 MB | 49/158 kB
Progress (3): 37 kB | 0/1.2 MB | 53/158 kB
Progress (3): 37 kB | 0/1.2 MB | 57/158 kB
Progress (3): 37 kB | 0/1.2 MB | 61/158 kB
Progress (3): 37 kB | 0/1.2 MB | 65/158 kB
Progress (3): 37 kB | 0/1.2 MB | 69/158 kB
Progress (3): 37 kB | 0/1.2 MB | 73/158 kB
Progress (3): 37 kB | 0/1.2 MB | 77/158 kB
Progress (3): 37 kB | 0/1.2 MB | 81/158 kB
Progress (3): 37 kB | 0/1.2 MB | 85/158 kB
Progress (3): 37 kB | 0/1.2 MB | 89/158 kB
Progress (3): 37 kB | 0.1/1.2 MB | 89/158 kB
Progress (3): 37 kB | 0.1/1.2 MB | 93/158 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.jar (37 kB at 131 kB/s)
Progress (3): 0.1/1.2 MB | 93/158 kB | 4.1/30 kB
Progress (4): 0.1/1.2 MB | 93/158 kB | 4.1/30 kB | 4.1/305 kB
Progress (4): 0.1/1.2 MB | 97/158 kB | 4.1/30 kB | 4.1/305 kB
Progress (4): 0.1/1.2 MB | 97/158 kB | 4.1/30 kB | 4.1/305 kB
Progress (4): 0.1/1.2 MB | 101/158 kB | 4.1/30 kB | 4.1/305 kB
Progress (4): 0.1/1.2 MB | 101/158 kB | 4.1/30 kB | 7.7/305 kB
Progress (4): 0.1/1.2 MB | 101/158 kB | 7.7/30 kB | 7.7/305 kB
                                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
Progress (4): 0.1/1.2 MB | 101/158 kB | 12/30 kB | 7.7/305 kB
Progress (4): 0.1/1.2 MB | 101/158 kB | 12/30 kB | 12/305 kB 
Progress (4): 0.1/1.2 MB | 105/158 kB | 12/30 kB | 12/305 kB
Progress (4): 0.1/1.2 MB | 105/158 kB | 12/30 kB | 12/305 kB
Progress (4): 0.1/1.2 MB | 109/158 kB | 12/30 kB | 12/305 kB
Progress (4): 0.1/1.2 MB | 109/158 kB | 12/30 kB | 16/305 kB
Progress (4): 0.1/1.2 MB | 109/158 kB | 16/30 kB | 16/305 kB
Progress (4): 0.1/1.2 MB | 109/158 kB | 16/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 109/158 kB | 20/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 113/158 kB | 20/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 113/158 kB | 20/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 20/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 24/30 kB | 20/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 24/30 kB | 24/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 28/30 kB | 24/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 28/30 kB | 28/305 kB
Progress (4): 0.1/1.2 MB | 117/158 kB | 28/30 kB | 28/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 28/30 kB | 28/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 28/30 kB | 28/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 28/30 kB | 32/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 28/30 kB | 32/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 30 kB | 32/305 kB   
Progress (4): 0.1/1.2 MB | 121/158 kB | 30 kB | 32/305 kB
Progress (4): 0.1/1.2 MB | 121/158 kB | 30 kB | 33/305 kB
Progress (4): 0.1/1.2 MB | 125/158 kB | 30 kB | 33/305 kB
Progress (4): 0.1/1.2 MB | 125/158 kB | 30 kB | 37/305 kB
Progress (4): 0.1/1.2 MB | 125/158 kB | 30 kB | 37/305 kB
Progress (4): 0.1/1.2 MB | 125/158 kB | 30 kB | 41/305 kB
Progress (4): 0.1/1.2 MB | 129/158 kB | 30 kB | 41/305 kB
Progress (4): 0.1/1.2 MB | 129/158 kB | 30 kB | 45/305 kB
Progress (4): 0.1/1.2 MB | 129/158 kB | 30 kB | 45/305 kB
Progress (4): 0.1/1.2 MB | 129/158 kB | 30 kB | 49/305 kB
Progress (4): 0.1/1.2 MB | 133/158 kB | 30 kB | 49/305 kB
Progress (4): 0.1/1.2 MB | 133/158 kB | 30 kB | 49/305 kB
Progress (4): 0.1/1.2 MB | 137/158 kB | 30 kB | 49/305 kB
Progress (4): 0.1/1.2 MB | 137/158 kB | 30 kB | 53/305 kB
Progress (4): 0.1/1.2 MB | 137/158 kB | 30 kB | 53/305 kB
Progress (4): 0.1/1.2 MB | 137/158 kB | 30 kB | 57/305 kB
Progress (4): 0.1/1.2 MB | 137/158 kB | 30 kB | 57/305 kB
Progress (4): 0.1/1.2 MB | 141/158 kB | 30 kB | 57/305 kB
Progress (4): 0.1/1.2 MB | 141/158 kB | 30 kB | 57/305 kB
Progress (4): 0.1/1.2 MB | 141/158 kB | 30 kB | 61/305 kB
Progress (4): 0.1/1.2 MB | 145/158 kB | 30 kB | 61/305 kB
Progress (4): 0.1/1.2 MB | 145/158 kB | 30 kB | 65/305 kB
Progress (4): 0.1/1.2 MB | 145/158 kB | 30 kB | 65/305 kB
Progress (4): 0.1/1.2 MB | 145/158 kB | 30 kB | 66/305 kB
Progress (4): 0.1/1.2 MB | 149/158 kB | 30 kB | 66/305 kB
Progress (4): 0.1/1.2 MB | 149/158 kB | 30 kB | 70/305 kB
Progress (4): 0.1/1.2 MB | 149/158 kB | 30 kB | 70/305 kB
Progress (4): 0.1/1.2 MB | 149/158 kB | 30 kB | 74/305 kB
Progress (4): 0.1/1.2 MB | 153/158 kB | 30 kB | 74/305 kB
Progress (4): 0.1/1.2 MB | 153/158 kB | 30 kB | 78/305 kB
Progress (4): 0.1/1.2 MB | 153/158 kB | 30 kB | 78/305 kB
Progress (4): 0.1/1.2 MB | 153/158 kB | 30 kB | 82/305 kB
Progress (4): 0.1/1.2 MB | 157/158 kB | 30 kB | 82/305 kB
Progress (4): 0.1/1.2 MB | 157/158 kB | 30 kB | 82/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 82/305 kB    
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 86/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 86/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 90/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 90/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 94/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 94/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 98/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 98/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 102/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 102/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 106/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 106/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 110/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 110/305 kB
Progress (4): 0.1/1.2 MB | 158 kB | 30 kB | 114/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 114/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 118/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 118/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 122/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 122/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 126/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 126/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 130/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 130/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 134/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 134/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 138/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 138/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 142/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 142/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 146/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 146/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 150/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 150/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 154/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 154/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 158/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 158/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 162/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 162/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 166/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 166/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 170/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 170/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 174/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 174/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 178/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 178/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 182/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 182/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 186/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 186/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 190/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 190/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 194/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 194/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 198/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 198/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 202/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 202/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 206/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 206/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 210/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 210/305 kB
Progress (4): 0.2/1.2 MB | 158 kB | 30 kB | 214/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 214/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 218/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 218/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 222/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 226/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 226/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 230/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 230/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 234/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 234/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 238/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 238/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 242/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 242/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 246/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 246/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 250/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 250/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 254/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 254/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 258/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 258/305 kB
Progress (4): 0.3/1.2 MB | 158 kB | 30 kB | 262/305 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 262/305 kB | 4.1/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 262/305 kB | 7.7/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 262/305 kB | 12/50 kB 
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 266/305 kB | 12/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 266/305 kB | 12/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 270/305 kB | 12/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 270/305 kB | 16/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 270/305 kB | 16/50 kB
Progress (5): 0.3/1.2 MB | 158 kB | 30 kB | 274/305 kB | 16/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 79 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.jar
Progress (4): 0.3/1.2 MB | 158 kB | 278/305 kB | 16/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 278/305 kB | 16/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 278/305 kB | 20/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 282/305 kB | 20/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 282/305 kB | 24/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 282/305 kB | 24/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 282/305 kB | 28/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 286/305 kB | 28/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 286/305 kB | 32/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 286/305 kB | 32/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 286/305 kB | 36/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 290/305 kB | 36/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 290/305 kB | 40/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 290/305 kB | 40/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 290/305 kB | 44/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 294/305 kB | 44/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 294/305 kB | 48/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 294/305 kB | 48/50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 294/305 kB | 50 kB   
Progress (4): 0.3/1.2 MB | 158 kB | 294/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 298/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 298/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 302/305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 305 kB | 50 kB    
Progress (4): 0.3/1.2 MB | 158 kB | 305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 305 kB | 50 kB
Progress (4): 0.3/1.2 MB | 158 kB | 305 kB | 50 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 407 kB/s)
Progress (3): 0.3/1.2 MB | 305 kB | 50 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
Progress (3): 0.3/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 kB
Progress (3): 0.4/1.2 MB | 305 kB | 50 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 770 kB/s)
Progress (2): 0.5/1.2 MB | 50 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 127 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.jar
Progress (1): 0.5/1.2 MB
                        
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 (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (2): 0.5/1.2 MB | 4.1/52 kB
Progress (2): 0.5/1.2 MB | 4.1/52 kB
Progress (3): 0.5/1.2 MB | 4.1/52 kB | 4.1/15 kB
Progress (3): 0.5/1.2 MB | 4.1/52 kB | 4.1/15 kB
Progress (3): 0.5/1.2 MB | 7.7/52 kB | 4.1/15 kB
Progress (3): 0.5/1.2 MB | 7.7/52 kB | 7.7/15 kB
Progress (3): 0.5/1.2 MB | 12/52 kB | 7.7/15 kB 
Progress (3): 0.5/1.2 MB | 12/52 kB | 7.7/15 kB
Progress (3): 0.5/1.2 MB | 16/52 kB | 7.7/15 kB
Progress (3): 0.5/1.2 MB | 16/52 kB | 12/15 kB 
Progress (3): 0.5/1.2 MB | 20/52 kB | 12/15 kB
Progress (3): 0.5/1.2 MB | 20/52 kB | 12/15 kB
Progress (3): 0.5/1.2 MB | 24/52 kB | 12/15 kB
Progress (3): 0.5/1.2 MB | 24/52 kB | 15 kB   
Progress (3): 0.5/1.2 MB | 28/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 28/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 32/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 32/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 36/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 36/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 40/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 40/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 44/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 44/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 48/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 48/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52/52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB   
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.5/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (3): 0.6/1.2 MB | 52 kB | 15 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 4.1/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 4.1/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 7.7/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 7.7/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 12/37 kB 
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 12/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 16/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 20/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 24/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 28/37 kB
Progress (4): 0.6/1.2 MB | 52 kB | 15 kB | 32/37 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 32/37 kB | 4.1/91 kB
Progress (5): 0.6/1.2 MB | 52 kB | 15 kB | 32/37 kB | 4.1/91 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 109 kB/s)
Progress (4): 0.6/1.2 MB | 15 kB | 32/37 kB | 7.7/91 kB
Progress (4): 0.6/1.2 MB | 15 kB | 36/37 kB | 7.7/91 kB
Progress (4): 0.6/1.2 MB | 15 kB | 36/37 kB | 12/91 kB 
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Progress (4): 0.6/1.2 MB | 15 kB | 36/37 kB | 12/91 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 31 kB/s)
Progress (3): 0.6/1.2 MB | 36/37 kB | 12/91 kB
Progress (3): 0.6/1.2 MB | 36/37 kB | 16/91 kB
Progress (3): 0.6/1.2 MB | 36/37 kB | 16/91 kB
Progress (3): 0.6/1.2 MB | 37 kB | 16/91 kB   
Progress (3): 0.6/1.2 MB | 37 kB | 16/91 kB
Progress (3): 0.6/1.2 MB | 37 kB | 20/91 kB
Progress (3): 0.6/1.2 MB | 37 kB | 20/91 kB
                                           
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): 0.6/1.2 MB | 37 kB | 20/91 kB
Progress (3): 0.6/1.2 MB | 37 kB | 24/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 24/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 28/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 28/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 32/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 32/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 33/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 33/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 37/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 37/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 41/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 41/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 45/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 45/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 49/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 49/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 53/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 53/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 57/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 57/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 61/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 61/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 65/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 65/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 69/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 69/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 73/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 73/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 77/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 77/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 81/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 81/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 85/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 85/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 89/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 89/91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB   
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.7/1.2 MB | 37 kB | 91 kB
Progress (3): 0.8/1.2 MB | 37 kB | 91 kB
Progress (3): 0.8/1.2 MB | 37 kB | 91 kB
Progress (3): 0.8/1.2 MB | 37 kB | 91 kB
Progress (3): 0.8/1.2 MB | 37 kB | 91 kB
Progress (3): 0.8/1.2 MB | 37 kB | 91 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 76 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.jar
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
Progress (2): 0.8/1.2 MB | 91 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 183 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.jar
Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/282 kB
Progress (2): 0.8/1.2 MB | 4.1/282 kB
Progress (2): 0.8/1.2 MB | 7.7/282 kB
Progress (2): 0.8/1.2 MB | 7.7/282 kB
Progress (2): 0.8/1.2 MB | 12/282 kB 
Progress (2): 0.8/1.2 MB | 12/282 kB
Progress (2): 0.8/1.2 MB | 16/282 kB
Progress (2): 0.8/1.2 MB | 16/282 kB
Progress (2): 0.8/1.2 MB | 20/282 kB
Progress (2): 0.8/1.2 MB | 20/282 kB
Progress (2): 0.8/1.2 MB | 24/282 kB
Progress (2): 0.9/1.2 MB | 24/282 kB
Progress (2): 0.9/1.2 MB | 28/282 kB
Progress (2): 0.9/1.2 MB | 28/282 kB
Progress (2): 0.9/1.2 MB | 32/282 kB
Progress (2): 0.9/1.2 MB | 33/282 kB
Progress (2): 0.9/1.2 MB | 33/282 kB
Progress (2): 0.9/1.2 MB | 37/282 kB
Progress (2): 0.9/1.2 MB | 37/282 kB
Progress (2): 0.9/1.2 MB | 41/282 kB
Progress (2): 0.9/1.2 MB | 41/282 kB
Progress (2): 0.9/1.2 MB | 45/282 kB
Progress (2): 0.9/1.2 MB | 45/282 kB
Progress (2): 0.9/1.2 MB | 49/282 kB
Progress (2): 0.9/1.2 MB | 49/282 kB
Progress (2): 0.9/1.2 MB | 53/282 kB
Progress (2): 0.9/1.2 MB | 53/282 kB
Progress (2): 0.9/1.2 MB | 57/282 kB
Progress (2): 0.9/1.2 MB | 57/282 kB
Progress (2): 0.9/1.2 MB | 61/282 kB
Progress (2): 0.9/1.2 MB | 61/282 kB
Progress (3): 0.9/1.2 MB | 61/282 kB | 4.1/109 kB
Progress (3): 0.9/1.2 MB | 65/282 kB | 4.1/109 kB
Progress (3): 0.9/1.2 MB | 65/282 kB | 7.7/109 kB
Progress (3): 0.9/1.2 MB | 65/282 kB | 7.7/109 kB
Progress (3): 0.9/1.2 MB | 66/282 kB | 7.7/109 kB
Progress (3): 0.9/1.2 MB | 66/282 kB | 7.7/109 kB
Progress (3): 0.9/1.2 MB | 70/282 kB | 7.7/109 kB
Progress (3): 0.9/1.2 MB | 70/282 kB | 12/109 kB 
Progress (3): 0.9/1.2 MB | 70/282 kB | 12/109 kB
Progress (3): 0.9/1.2 MB | 74/282 kB | 12/109 kB
Progress (3): 0.9/1.2 MB | 74/282 kB | 12/109 kB
Progress (3): 0.9/1.2 MB | 74/282 kB | 16/109 kB
Progress (3): 0.9/1.2 MB | 78/282 kB | 16/109 kB
Progress (3): 0.9/1.2 MB | 78/282 kB | 16/109 kB
Progress (3): 0.9/1.2 MB | 78/282 kB | 16/109 kB
Progress (3): 0.9/1.2 MB | 78/282 kB | 20/109 kB
Progress (3): 0.9/1.2 MB | 82/282 kB | 20/109 kB
Progress (3): 0.9/1.2 MB | 82/282 kB | 24/109 kB
Progress (3): 0.9/1.2 MB | 82/282 kB | 24/109 kB
Progress (3): 0.9/1.2 MB | 86/282 kB | 24/109 kB
Progress (3): 0.9/1.2 MB | 86/282 kB | 28/109 kB
Progress (3): 0.9/1.2 MB | 86/282 kB | 28/109 kB
Progress (3): 0.9/1.2 MB | 86/282 kB | 32/109 kB
Progress (3): 0.9/1.2 MB | 90/282 kB | 32/109 kB
Progress (3): 0.9/1.2 MB | 90/282 kB | 33/109 kB
Progress (3): 0.9/1.2 MB | 90/282 kB | 33/109 kB
Progress (3): 0.9/1.2 MB | 94/282 kB | 33/109 kB
Progress (3): 0.9/1.2 MB | 94/282 kB | 33/109 kB
Progress (3): 0.9/1.2 MB | 94/282 kB | 37/109 kB
Progress (3): 0.9/1.2 MB | 98/282 kB | 37/109 kB
Progress (3): 0.9/1.2 MB | 98/282 kB | 37/109 kB
Progress (3): 0.9/1.2 MB | 98/282 kB | 41/109 kB
Progress (3): 0.9/1.2 MB | 102/282 kB | 41/109 kB
Progress (3): 0.9/1.2 MB | 102/282 kB | 45/109 kB
Progress (3): 0.9/1.2 MB | 102/282 kB | 45/109 kB
Progress (3): 0.9/1.2 MB | 102/282 kB | 49/109 kB
Progress (3): 0.9/1.2 MB | 106/282 kB | 49/109 kB
Progress (3): 0.9/1.2 MB | 106/282 kB | 49/109 kB
Progress (3): 0.9/1.2 MB | 106/282 kB | 53/109 kB
Progress (3): 0.9/1.2 MB | 106/282 kB | 53/109 kB
Progress (3): 0.9/1.2 MB | 110/282 kB | 53/109 kB
Progress (3): 0.9/1.2 MB | 110/282 kB | 57/109 kB
Progress (4): 0.9/1.2 MB | 110/282 kB | 57/109 kB | 4.1/195 kB
Progress (4): 0.9/1.2 MB | 110/282 kB | 61/109 kB | 4.1/195 kB
Progress (4): 0.9/1.2 MB | 114/282 kB | 61/109 kB | 4.1/195 kB
Progress (4): 0.9/1.2 MB | 114/282 kB | 61/109 kB | 4.1/195 kB
Progress (4): 0.9/1.2 MB | 118/282 kB | 61/109 kB | 4.1/195 kB
Progress (4): 0.9/1.2 MB | 122/282 kB | 61/109 kB | 4.1/195 kB
Progress (5): 0.9/1.2 MB | 122/282 kB | 61/109 kB | 4.1/195 kB | 4.1/115 kB
Progress (5): 0.9/1.2 MB | 122/282 kB | 65/109 kB | 4.1/195 kB | 4.1/115 kB
Progress (5): 0.9/1.2 MB | 122/282 kB | 65/109 kB | 7.7/195 kB | 4.1/115 kB
Progress (5): 0.9/1.2 MB | 122/282 kB | 66/109 kB | 7.7/195 kB | 4.1/115 kB
Progress (5): 0.9/1.2 MB | 122/282 kB | 66/109 kB | 12/195 kB | 4.1/115 kB 
Progress (5): 0.9/1.2 MB | 122/282 kB | 66/109 kB | 12/195 kB | 7.7/115 kB
Progress (5): 0.9/1.2 MB | 126/282 kB | 66/109 kB | 12/195 kB | 7.7/115 kB
Progress (5): 1.0/1.2 MB | 126/282 kB | 66/109 kB | 12/195 kB | 7.7/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 66/109 kB | 12/195 kB | 7.7/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 66/109 kB | 16/195 kB | 7.7/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 66/109 kB | 16/195 kB | 12/115 kB 
Progress (5): 1.0/1.2 MB | 130/282 kB | 66/109 kB | 20/195 kB | 12/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 70/109 kB | 20/195 kB | 12/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 70/109 kB | 24/195 kB | 12/115 kB
Progress (5): 1.0/1.2 MB | 130/282 kB | 70/109 kB | 24/195 kB | 16/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 16/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 20/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 20/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 20/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 20/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 20/115 kB
Progress (5): 1.0/1.2 MB | 134/282 kB | 70/109 kB | 24/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 138/282 kB | 70/109 kB | 24/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 138/282 kB | 70/109 kB | 28/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 138/282 kB | 74/109 kB | 28/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 138/282 kB | 74/109 kB | 32/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 142/282 kB | 74/109 kB | 32/195 kB | 24/115 kB
Progress (5): 1.0/1.2 MB | 142/282 kB | 74/109 kB | 32/195 kB | 28/115 kB
Progress (5): 1.0/1.2 MB | 142/282 kB | 74/109 kB | 32/195 kB | 28/115 kB
Progress (5): 1.0/1.2 MB | 142/282 kB | 74/109 kB | 32/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 146/282 kB | 74/109 kB | 32/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 146/282 kB | 74/109 kB | 33/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 146/282 kB | 78/109 kB | 33/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 146/282 kB | 78/109 kB | 37/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 150/282 kB | 78/109 kB | 37/195 kB | 32/115 kB
Progress (5): 1.0/1.2 MB | 150/282 kB | 78/109 kB | 37/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 150/282 kB | 78/109 kB | 37/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 154/282 kB | 78/109 kB | 37/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 154/282 kB | 78/109 kB | 37/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 154/282 kB | 78/109 kB | 41/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 154/282 kB | 82/109 kB | 41/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 154/282 kB | 82/109 kB | 41/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 158/282 kB | 82/109 kB | 41/195 kB | 33/115 kB
Progress (5): 1.0/1.2 MB | 158/282 kB | 82/109 kB | 41/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 82/109 kB | 41/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 82/109 kB | 41/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 86/109 kB | 41/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 86/109 kB | 45/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 90/109 kB | 45/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 162/282 kB | 90/109 kB | 45/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 166/282 kB | 90/109 kB | 45/195 kB | 37/115 kB
Progress (5): 1.0/1.2 MB | 166/282 kB | 90/109 kB | 45/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 90/109 kB | 45/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 90/109 kB | 45/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 94/109 kB | 45/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 94/109 kB | 49/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 98/109 kB | 49/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 170/282 kB | 98/109 kB | 49/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 174/282 kB | 98/109 kB | 49/195 kB | 41/115 kB
Progress (5): 1.0/1.2 MB | 174/282 kB | 98/109 kB | 49/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 98/109 kB | 49/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 98/109 kB | 49/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 102/109 kB | 49/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 102/109 kB | 53/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 106/109 kB | 53/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 178/282 kB | 106/109 kB | 53/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 182/282 kB | 106/109 kB | 53/195 kB | 45/115 kB
Progress (5): 1.0/1.2 MB | 182/282 kB | 106/109 kB | 53/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 186/282 kB | 106/109 kB | 53/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 186/282 kB | 106/109 kB | 53/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 186/282 kB | 109 kB | 53/195 kB | 49/115 kB    
Progress (5): 1.0/1.2 MB | 186/282 kB | 109 kB | 57/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 186/282 kB | 109 kB | 57/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 190/282 kB | 109 kB | 57/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 194/282 kB | 109 kB | 57/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 198/282 kB | 109 kB | 57/195 kB | 49/115 kB
Progress (5): 1.0/1.2 MB | 198/282 kB | 109 kB | 57/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 202/282 kB | 109 kB | 57/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 202/282 kB | 109 kB | 57/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 202/282 kB | 109 kB | 61/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 202/282 kB | 109 kB | 61/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 206/282 kB | 109 kB | 61/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 206/282 kB | 109 kB | 61/195 kB | 53/115 kB
Progress (5): 1.0/1.2 MB | 206/282 kB | 109 kB | 61/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 206/282 kB | 109 kB | 61/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 210/282 kB | 109 kB | 61/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 210/282 kB | 109 kB | 65/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 214/282 kB | 109 kB | 65/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 214/282 kB | 109 kB | 65/195 kB | 57/115 kB
Progress (5): 1.0/1.2 MB | 214/282 kB | 109 kB | 65/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 214/282 kB | 109 kB | 65/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 218/282 kB | 109 kB | 65/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 218/282 kB | 109 kB | 65/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 218/282 kB | 109 kB | 66/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 218/282 kB | 109 kB | 66/195 kB | 61/115 kB
Progress (5): 1.0/1.2 MB | 222/282 kB | 109 kB | 66/195 kB | 61/115 kB
Progress (5): 1.1/1.2 MB | 222/282 kB | 109 kB | 66/195 kB | 61/115 kB
Progress (5): 1.1/1.2 MB | 222/282 kB | 109 kB | 66/195 kB | 61/115 kB
Progress (5): 1.1/1.2 MB | 222/282 kB | 109 kB | 66/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 222/282 kB | 109 kB | 66/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 226/282 kB | 109 kB | 66/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 226/282 kB | 109 kB | 70/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 230/282 kB | 109 kB | 70/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 230/282 kB | 109 kB | 70/195 kB | 65/115 kB
Progress (5): 1.1/1.2 MB | 230/282 kB | 109 kB | 70/195 kB | 66/115 kB
Progress (5): 1.1/1.2 MB | 230/282 kB | 109 kB | 70/195 kB | 66/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): 1.1/1.2 MB | 234/282 kB | 70/195 kB | 66/115 kB
Progress (4): 1.1/1.2 MB | 234/282 kB | 74/195 kB | 66/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 74/195 kB | 66/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 78/195 kB | 66/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 78/195 kB | 70/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 78/195 kB | 70/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 78/195 kB | 74/115 kB
Progress (4): 1.1/1.2 MB | 238/282 kB | 82/195 kB | 74/115 kB
Progress (4): 1.1/1.2 MB | 242/282 kB | 82/195 kB | 74/115 kB
Progress (4): 1.1/1.2 MB | 242/282 kB | 86/195 kB | 74/115 kB
Progress (4): 1.1/1.2 MB | 246/282 kB | 86/195 kB | 74/115 kB
Progress (4): 1.1/1.2 MB | 246/282 kB | 86/195 kB | 78/115 kB
Progress (4): 1.1/1.2 MB | 246/282 kB | 86/195 kB | 78/115 kB
Progress (4): 1.1/1.2 MB | 246/282 kB | 86/195 kB | 78/115 kB
Progress (4): 1.1/1.2 MB | 246/282 kB | 86/195 kB | 82/115 kB
Progress (4): 1.1/1.2 MB | 250/282 kB | 86/195 kB | 82/115 kB
Progress (4): 1.1/1.2 MB | 250/282 kB | 90/195 kB | 82/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 90/195 kB | 82/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 94/195 kB | 82/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 94/195 kB | 86/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 94/195 kB | 86/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 94/195 kB | 90/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 98/195 kB | 90/115 kB
Progress (4): 1.1/1.2 MB | 254/282 kB | 98/195 kB | 94/115 kB
Progress (4): 1.1/1.2 MB | 258/282 kB | 98/195 kB | 94/115 kB
Progress (4): 1.1/1.2 MB | 258/282 kB | 98/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 262/282 kB | 98/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 262/282 kB | 102/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 262/282 kB | 102/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 262/282 kB | 106/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 266/282 kB | 106/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 266/282 kB | 110/195 kB | 98/115 kB
Progress (4): 1.1/1.2 MB | 266/282 kB | 110/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 266/282 kB | 114/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 270/282 kB | 114/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 270/282 kB | 114/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 274/282 kB | 114/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 274/282 kB | 118/195 kB | 102/115 kB
Progress (4): 1.1/1.2 MB | 274/282 kB | 118/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 274/282 kB | 122/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 278/282 kB | 122/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 278/282 kB | 122/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 122/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 126/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 130/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 134/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 138/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 142/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 146/195 kB | 106/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 146/195 kB | 110/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 150/195 kB | 110/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 150/195 kB | 114/115 kB
Progress (4): 1.1/1.2 MB | 282/282 kB | 150/195 kB | 115 kB    
Progress (5): 1.1/1.2 MB | 282/282 kB | 150/195 kB | 115 kB | 4.1/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 150/195 kB | 115 kB | 4.1/70 kB    
Progress (5): 1.1/1.2 MB | 282 kB | 150/195 kB | 115 kB | 4.1/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 150/195 kB | 115 kB | 7.7/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 154/195 kB | 115 kB | 7.7/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 154/195 kB | 115 kB | 12/70 kB 
Progress (5): 1.1/1.2 MB | 282 kB | 154/195 kB | 115 kB | 12/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 154/195 kB | 115 kB | 16/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 158/195 kB | 115 kB | 16/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 158/195 kB | 115 kB | 16/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 16/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 20/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 20/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 24/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 24/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 24/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 162/195 kB | 115 kB | 24/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 166/195 kB | 115 kB | 24/70 kB
Progress (5): 1.1/1.2 MB | 282 kB | 166/195 kB | 115 kB | 24/70 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 415 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.jar
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/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
Progress (3): 1.1/1.2 MB | 166/195 kB | 28/70 kB
Progress (3): 1.1/1.2 MB | 166/195 kB | 28/70 kB
Progress (3): 1.1/1.2 MB | 170/195 kB | 28/70 kB
Progress (3): 1.1/1.2 MB | 170/195 kB | 28/70 kB
Progress (3): 1.1/1.2 MB | 170/195 kB | 32/70 kB
Progress (3): 1.1/1.2 MB | 170/195 kB | 32/70 kB
Progress (3): 1.1/1.2 MB | 174/195 kB | 32/70 kB
Progress (3): 1.1/1.2 MB | 174/195 kB | 32/70 kB
Progress (3): 1.1/1.2 MB | 174/195 kB | 33/70 kB
Progress (3): 1.1/1.2 MB | 178/195 kB | 33/70 kB
Progress (3): 1.1/1.2 MB | 178/195 kB | 37/70 kB
Progress (3): 1.1/1.2 MB | 178/195 kB | 37/70 kB
Progress (3): 1.1/1.2 MB | 178/195 kB | 41/70 kB
Progress (3): 1.1/1.2 MB | 182/195 kB | 41/70 kB
Progress (3): 1.2/1.2 MB | 182/195 kB | 41/70 kB
Progress (3): 1.2/1.2 MB | 186/195 kB | 41/70 kB
Progress (3): 1.2/1.2 MB | 186/195 kB | 45/70 kB
Progress (3): 1.2/1.2 MB | 186/195 kB | 45/70 kB
Progress (3): 1.2/1.2 MB | 186/195 kB | 49/70 kB
Progress (3): 1.2/1.2 MB | 190/195 kB | 49/70 kB
Progress (3): 1.2/1.2 MB | 190/195 kB | 53/70 kB
Progress (3): 1.2/1.2 MB | 190/195 kB | 53/70 kB
Progress (3): 1.2/1.2 MB | 190/195 kB | 57/70 kB
Progress (3): 1.2/1.2 MB | 194/195 kB | 57/70 kB
Progress (3): 1.2/1.2 MB | 194/195 kB | 61/70 kB
Progress (3): 1.2/1.2 MB | 194/195 kB | 61/70 kB
Progress (3): 1.2/1.2 MB | 194/195 kB | 65/70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 65/70 kB    
Progress (3): 1.2/1.2 MB | 195 kB | 69/70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 69/70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB   
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2/1.2 MB | 195 kB | 70 kB
Progress (3): 1.2 MB | 195 kB | 70 kB    
Progress (4): 1.2 MB | 195 kB | 70 kB | 4.1/33 kB
Progress (4): 1.2 MB | 195 kB | 70 kB | 7.7/33 kB
Progress (4): 1.2 MB | 195 kB | 70 kB | 12/33 kB 
Progress (5): 1.2 MB | 195 kB | 70 kB | 12/33 kB | 4.1/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 16/33 kB | 4.1/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 16/33 kB | 7.7/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 20/33 kB | 7.7/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 20/33 kB | 12/50 kB 
Progress (5): 1.2 MB | 195 kB | 70 kB | 20/33 kB | 16/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 20/33 kB | 20/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 20/33 kB | 24/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 24/33 kB | 24/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 24/33 kB | 28/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 28/33 kB | 28/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 32/33 kB | 28/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 28/50 kB   
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 32/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 36/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 40/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 44/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 48/50 kB
Progress (5): 1.2 MB | 195 kB | 70 kB | 33 kB | 50 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.jar (70 kB at 99 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
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 71 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 47 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 273 kB/s)
Progress (2): 1.2 MB | 4.1/129 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.7 MB/s)
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): 33/129 kB
Progress (1): 37/129 kB
Progress (1): 41/129 kB
Progress (1): 45/129 kB
Progress (1): 49/129 kB
Progress (1): 53/129 kB
Progress (1): 57/129 kB
Progress (1): 61/129 kB
Progress (1): 65/129 kB
Progress (1): 66/129 kB
Progress (1): 70/129 kB
Progress (1): 74/129 kB
Progress (1): 78/129 kB
Progress (1): 82/129 kB
Progress (1): 86/129 kB
Progress (1): 90/129 kB
Progress (1): 94/129 kB
Progress (1): 98/129 kB
Progress (1): 102/129 kB
Progress (1): 106/129 kB
Progress (1): 110/129 kB
Progress (1): 114/129 kB
Progress (1): 118/129 kB
Progress (1): 122/129 kB
Progress (1): 126/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.5/org.jacoco.report-0.8.5.jar (129 kB at 175 kB/s)
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/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/release/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/release/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 30 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 124 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): 66/85 kB
Progress (1): 70/85 kB
Progress (1): 74/85 kB
Progress (1): 78/85 kB
Progress (1): 82/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 1.1 MB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.collections.impl.test.AssertNotEqualsThrowsTest
[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.CollectionsEqualTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 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.053 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
[INFO] Running org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.test.AssertNotEqualsTest
[INFO] Running org.eclipse.collections.impl.test.VerifyTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.eclipse.collections.impl.test.VerifyTest
[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/release/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-testutils ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M1-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/release/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M1/eclipse-collections-testutils-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-testutils/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M1/eclipse-collections-testutils-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-testutils/target/eclipse-collections-testutils-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-testutils/10.1.0.M1/eclipse-collections-testutils-10.1.0.M1-sources.jar
[INFO] 
[INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
[INFO] Building Eclipse Collections Fork Join Utilities 10.1.0.M1        [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/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/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/release/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/release/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/release/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.783 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/release/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ eclipse-collections-forkjoin ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M1-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/release/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M1/eclipse-collections-forkjoin-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-forkjoin/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M1/eclipse-collections-forkjoin-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/eclipse-collections-forkjoin/10.1.0.M1/eclipse-collections-forkjoin-10.1.0.M1-sources.jar
[INFO] 
[INFO] -----------------< org.eclipse.collections:unit-tests >-----------------
[INFO] Building Eclipse Collections Unit Test Suite 10.1.0.M1            [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 16 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.6 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 42 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/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/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.M1: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/release/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/release/unit-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatFloatMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.factory.primitive.CharBagsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedSortedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedSortedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsWriteUntouchableTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.164 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.block.function.MinAndMaxBlocksTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.MinAndMaxBlocksTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.LongArrayListTest
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.list.mutable.primitive.LongArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapTest
[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.map.mutable.primitive.LongIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBagTest
[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.mutable.primitive.IntCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.collections.impl.map.mutable.UnmodifiableMutableMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeysViewTest
[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.ObjectFloatHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapTest
[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.UnmodifiableByteCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackTest
[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.multimap.set.SynchronizedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.UnmodifiableSortedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.UnmodifiableSortedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongListsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.LongListsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.primitive.FloatCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapKeyValuesViewTest
[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.bag.immutable.primitive.ImmutableIntEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagTest
[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.lazy.primitive.CollectLongToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.CollectLongToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.primitive.LongIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackTest
[INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ShortFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapValuesTest
[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.map.immutable.primitive.ImmutableIntObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.ShortCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackTest
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatSingletonStackTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSelectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.168 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSelectSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleDoubleMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Tests run: 271, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.726 s - in org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedCharIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.fixed.DoubletonMapTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.collections.impl.map.fixed.DoubletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeySetTest
[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.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.mutable.primitive.CharLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectDistinctSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.981 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectDistinctSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.MutableSortedBagFactoryTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.sorted.mutable.MutableSortedBagFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeysViewTest
[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.immutable.primitive.ImmutableLongLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanIntPairImplTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.LongCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.block.factory.FunctionsTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.block.factory.FunctionsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseShortIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.ReverseShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeyValuesViewTest
[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.SynchronizedDoubleCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.primitive.LongDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stream.PrimitiveStreamsTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.stream.PrimitiveStreamsTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetTest
[INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.collections.impl.set.mutable.primitive.FloatHashSetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapKeyValuesViewTest
[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.stack.immutable.primitive.ImmutableIntSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnmodifiableUnsortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s - in org.eclipse.collections.impl.lazy.parallel.set.UnmodifiableUnsortedSetParallelTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapTest
[INFO] Tests run: 167, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ImmutableUnifiedSetParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s - in org.eclipse.collections.impl.lazy.parallel.set.ImmutableUnifiedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyCharIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyCharIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.procedure.primitive.IntCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseKeySetTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelIterateTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.535 s - in org.eclipse.collections.impl.parallel.ParallelIterateTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongProcedureTest
[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.bag.immutable.primitive.ImmutableShortSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.factory.primitive.BooleanSetsTest
[INFO] Running org.eclipse.collections.impl.utility.ArrayListIterateTest
[INFO] Tests run: 136, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.collections.impl.utility.ArrayListIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.SynchronizedBagTest
[INFO] Tests run: 205, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s - in org.eclipse.collections.impl.bag.mutable.SynchronizedBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.primitive.CharCharMapFactoryTest
[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.utility.internal.primitive.FloatIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.FloatIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapTest
[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.ImmutableIntBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapIntIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.lazy.primitive.TapIntIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelDistinctListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.483 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelDistinctListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetAdapterTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.collections.impl.set.mutable.SetAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ByteObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.FlatCollectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.lazy.FlatCollectIterableTest
[INFO] Running org.eclipse.collections.impl.utility.MapIterateTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.utility.MapIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableEmptySortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableEmptySortedSetParallelTest
[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.UnmodifiableFloatObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSingletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.collections.impl.list.immutable.ImmutableSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyValuesTest
[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.SynchronizedShortFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapCharIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.lazy.primitive.TapCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsUnmodifiableTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSubListTest
[INFO] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.collections.impl.list.immutable.ImmutableSubListTest
[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.block.procedure.checked.primitive.CheckedDoubleShortProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleShortProcedureTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.multimap.bag.sorted.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatHashMapTest
[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.stack.mutable.primitive.FloatArrayStackTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetTest
[INFO] Tests run: 229, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetTest
[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.lazy.primitive.ReverseIntIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.ReverseIntIterableTest
[INFO] Running org.eclipse.collections.impl.set.fixed.TripletonSetTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.set.fixed.TripletonSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapKeyValuesViewTest
[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.SynchronizedByteShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatEmptySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackTest
[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.map.mutable.primitive.CharByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectFloatToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectFloatToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.IntArrayListTest
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.list.mutable.primitive.IntArrayListTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.ByteCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.function.primitive.ByteCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Tests run: 268, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapCustomLockTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapCustomLockTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapBooleanIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.LongHashSetExtraTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.702 s - in org.eclipse.collections.impl.set.mutable.primitive.LongHashSetExtraTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapTest
[INFO] Tests run: 175, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleIntPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleIntPairImplTest
[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.multimap.bag.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.multimap.bag.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.primitive.ByteByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListTest
[INFO] Running org.eclipse.collections.impl.list.mutable.NullSafeSortingTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.NullSafeSortingTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagTest
[INFO] Tests run: 236, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 s - in org.eclipse.collections.impl.bag.sorted.mutable.UnmodifiableSortedBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.AnagramTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.AnagramTest
[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.mutable.primitive.UnmodifiableShortObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategyTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenFloatHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenFloatHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeySetTest
[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.set.sorted.TreeSortedSetMultimapTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapValuesTest
[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.SynchronizedShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharHashSetTest
[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.map.mutable.primitive.SynchronizedLongDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.primitive.FloatLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.LongHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.collections.impl.set.mutable.primitive.LongHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.LongShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.LongShortPairImplTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.collections.impl.set.immutable.ImmutableSingletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapTest
[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.immutable.primitive.ImmutableDoubleCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapTest
[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.list.mutable.primitive.UnmodifiableDoubleListTest
[INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.stack.mutable.primitive.MutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapTest
[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.immutable.primitive.ImmutableFloatDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.block.function.MultiplyFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.block.function.MultiplyFunctionTest
[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.bag.mutable.MultiReaderHashBagTest
[INFO] Tests run: 220, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategyTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.77 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedByteIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.primitive.ShortByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyShortIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyShortIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelSelectBagTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.706 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelSelectBagTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseEntrySetTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseEntrySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeySetTest
[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.immutable.primitive.ImmutableCharCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectShortIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.SelectShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategy2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategy2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ByteShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeyValuesViewTest
[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.mutable.primitive.SynchronizedIntLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapTest
[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.map.mutable.primitive.SynchronizedDoubleIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeySetTest
[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.map.mutable.primitive.UnmodifiableFloatByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.IntCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.IntCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapValuesTest
[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.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.UnmodifiableLongDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.FloatShortMapFactoryTest
[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.mutable.primitive.FloatByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.ArrayAdapterTest
[INFO] Tests run: 277, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterTest
[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.UnmodifiableFloatByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapValuesTest
[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.lazy.primitive.LazyBooleanIterableAdapterTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.lazy.primitive.LazyBooleanIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapKeyValuesViewTest
[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.mutable.primitive.IntDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ByteCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.primitive.LongBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelIterate2Test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.ParallelIterate2Test
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectByteIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.SelectByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanSingletonMapTest
[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.map.mutable.primitive.UnmodifiableIntDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyByteIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyByteIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapKeysViewTest
[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.map.mutable.primitive.IntCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapTest
[INFO] Running org.eclipse.collections.impl.collector.Collectors2AdditionalTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s - in org.eclipse.collections.impl.collector.Collectors2AdditionalTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.UnmodifiableBagTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bag.mutable.UnmodifiableBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanEmptyMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.StringsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.factory.StringsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ImmutableBooleanHashSetTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.mutable.primitive.ImmutableBooleanHashSetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectLongProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharLongProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelCollectListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.56 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelCollectListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CharCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.primitive.CharCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteIntProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectShortIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.CollectShortIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.factory.BagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.factory.BagsTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CharAdapterTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.string.immutable.CharAdapterTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.primitive.CharShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.utility.primitive.LazyFloatIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.primitive.LazyFloatIterateTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteHashMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.collections.impl.set.mutable.primitive.ShortHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.SelectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.SelectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapTest
[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.map.mutable.primitive.FloatIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeyValuesViewTest
[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.DoubleFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetTest
[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.map.mutable.primitive.UnmodifiableFloatFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ByteLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetTest
[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.map.primitive.DoubleIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.DoubleIntMapFactoryTest
[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.map.mutable.primitive.UnmodifiableObjectByteMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.collector.Collectors2Test
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.916 s - in org.eclipse.collections.impl.collector.Collectors2Test
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectIntIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.lazy.primitive.SelectIntIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleByteProcedureTest
[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.multimap.set.ImmutableSetMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedDoubleIterableTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.FloatCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.function.primitive.FloatCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanBagsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.BooleanBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapValuesTest
[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.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharSingletonStackTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapTest
[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.IntShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeySetTest
[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.ObjectByteHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectDistinctSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.6 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectDistinctSetIterableTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.CharBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.CharBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.primitive.ObjectLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharHashMapTest
[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.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.map.mutable.primitive.CharFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapValuesTest
[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.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.UnmodifiableDoubleIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointListTest
[INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.string.immutable.CodePointListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureTest
[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.immutable.primitive.ImmutableCharBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetTest
[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.map.mutable.primitive.SynchronizedShortShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapKeySetTest
[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.set.mutable.primitive.BooleanHashSetTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.fixed.EmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.fixed.EmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapValuesTest
[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.SynchronizedLongBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapKeySetTest
[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.list.fixed.ArrayAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeySetTest
[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.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapCustomLockTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapCustomLockTest
[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.map.mutable.primitive.SynchronizedByteBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.collector.BigIntegerSummaryStatisticsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListTest
[INFO] Tests run: 314, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.348 s - in org.eclipse.collections.impl.list.mutable.FastListTest
[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.SynchronizedLongFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeySetTest
[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.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.bag.immutable.primitive.ImmutableDoubleSingletonBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackTest
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanListsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.BooleanListsTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.lazy.TapIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.lazy.TapIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapTest
[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.mutable.primitive.IntByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntLongMapFactoryTest
[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.lazy.primitive.SelectCharIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.SelectCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.IntSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.IntSetsTest
[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.lazy.primitive.TapFloatIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapFloatIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.CollectIterableTest
[INFO] Tests run: 117, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.lazy.CollectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.FlatCollectIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.FlatCollectIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteMapKeySetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.primitive.ByteFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.utility.internal.primitive.CharIterableIterateTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectMultiReaderSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.82 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectMultiReaderSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapTest
[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.ImmutableDoubleObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapTest
[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.ByteFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapValuesTest
[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.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.primitive.IntByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.mutable.CompositeFastListTest
[INFO] Tests run: 282, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.377 s - in org.eclipse.collections.impl.list.mutable.CompositeFastListTest
[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.multimap.set.UnifiedSetMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapTest
[INFO] Running org.eclipse.collections.impl.set.primitive.ImmutableBooleanSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.primitive.ImmutableBooleanSetFactoryImplTest
[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.SynchronizedByteLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.multimap.list.ImmutableListMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.multimap.list.ImmutableListMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectMultiReaderSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.843 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectMultiReaderSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedIntIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedIntIterableTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.FloatByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapKeyValuesViewTest
[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.map.mutable.primitive.SynchronizedIntIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.SetsTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.factory.SetsTest
[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.mutable.primitive.ObjectLongHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapTest
[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.list.immutable.primitive.ImmutableIntSingletonListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.DoubleShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapKeyValuesViewTest
[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.immutable.primitive.ImmutableIntObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectBooleanToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectBooleanToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapTest
[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.UnmodifiableIntBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapTest
[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.map.primitive.IntCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.UnmodifiableMutableListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in org.eclipse.collections.impl.lazy.parallel.list.UnmodifiableMutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeysViewTest
[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.immutable.primitive.ImmutableLongObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SextupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.list.fixed.SextupletonListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyTest
[INFO] Tests run: 242, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapValuesTest
[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.UnmodifiableIntCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.303 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelFlatCollectSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.IterateTest
[INFO] Tests run: 191, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s - in org.eclipse.collections.impl.utility.IterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableTripletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.collections.impl.list.immutable.ImmutableTripletonListTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.factory.primitive.ShortSetsTest
[INFO] Running org.eclipse.collections.impl.block.factory.IntegerPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.IntegerPredicatesTest
[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.mutable.primitive.SynchronizedCharIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuadrupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.fixed.QuadrupletonListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.CharDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeySetTest
[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.ObjectByteHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeyValuesViewTest
[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.CharDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapValuesTest
[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.UnmodifiableFloatBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSelectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.132 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSelectSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.CompositeListParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.lazy.parallel.list.CompositeListParallelListIterableTest
[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.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.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.stack.immutable.primitive.ImmutableFloatArrayStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackTest
[INFO] Running org.eclipse.collections.impl.factory.IterablesTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.factory.IterablesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.ListsTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.factory.ListsTest
[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.lazy.ChunkIterableTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.ChunkIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongEmptyBagTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.CharPredicateTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeyValuesViewTest
[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.IntShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.factory.PredicatesTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.block.factory.PredicatesTest
[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.lazy.primitive.CollectShortToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.lazy.primitive.CollectShortToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntObjectMapFactoryTest
[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.map.mutable.UnifiedMapOverridesTest
[INFO] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapOverridesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.NonParallelUnsortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.collections.impl.lazy.parallel.set.NonParallelUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanSingletonMapTest
[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.immutable.primitive.ImmutableFloatLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeySetTest
[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.map.mutable.primitive.ObjectDoubleHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapKeysViewTest
[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.map.mutable.primitive.ShortBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListTest
[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.map.mutable.primitive.SynchronizedDoubleLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetTest
[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.map.mutable.primitive.CharFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectDistinctSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.899 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectDistinctSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetTest
[INFO] Tests run: 211, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleBooleanPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleBooleanPairImplTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelArrayIterateTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.parallel.ParallelArrayIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharHashMapTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.ShortIteratorIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.ShortIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeySetTest
[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.map.immutable.primitive.ImmutableFloatByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectFloatToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.primitive.LongLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectCharToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackTest
[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.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.ByteDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.HashBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.multimap.bag.HashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.FloatBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSynchronizedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelCollectSynchronizedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.LazyCharIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuadrupletonListTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.mutable.primitive.ByteArrayStackTest
[INFO] Running org.eclipse.collections.impl.list.IntervalTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.list.IntervalTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeyValuesViewTest
[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.UnmodifiableFloatBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterTest
[INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterTest
[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.map.mutable.primitive.UnmodifiableShortObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeyValuesViewTest
[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.stack.immutable.primitive.ImmutableByteArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.HashingStrategyBagsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.factory.HashingStrategyBagsTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackTest
[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.UnmodifiableLongFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.FloatCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.primitive.FloatCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapValuesTest
[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.map.immutable.primitive.ImmutableFloatLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackTest
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeysViewTest
[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.lazy.parallel.set.ParallelUnsortedSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.multimap.set.MultiReaderUnifiedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentHashMapTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.collections.impl.map.mutable.ConcurrentHashMapTest
[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.bimap.mutable.HashBiMapInverseTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseTest
[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.bag.immutable.primitive.ImmutableCharSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.SynchronizedSortedBagTest
[INFO] Tests run: 235, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s - in org.eclipse.collections.impl.bag.sorted.mutable.SynchronizedSortedBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongLongProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapKeyValuesViewTest
[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.map.mutable.ConcurrentMutableHashMapTest
[INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMapTest
[INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ObjectShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetTest
[INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapTest
[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.DoubleFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.DoubleFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapTest
[INFO] Running org.eclipse.collections.impl.NonInstantiableTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.NonInstantiableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapTest
[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.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.set.mutable.primitive.CharHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.collections.impl.set.mutable.primitive.CharHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.factory.primitive.LongSetsTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleLongPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharBooleanMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.CharBooleanMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeySetTest
[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.map.mutable.primitive.UnmodifiableIntFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.lazy.primitive.ReverseDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetTest
[INFO] Tests run: 238, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s - in org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapTest
[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.map.mutable.primitive.SynchronizedShortLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapValuesTest
[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.map.mutable.primitive.ObjectDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ShortCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeySetTest
[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.mutable.primitive.UnmodifiableIntIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListTest
[INFO] Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListTest
[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.mutable.primitive.FloatFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.multimap.set.SynchronizedPutUnifiedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.multimap.set.SynchronizedPutUnifiedSetMultimapTest
[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.ByteLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapTest
[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.SynchronizedByteShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapValuesTest
[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.ObjectCharHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.HashBagTest
[INFO] Tests run: 217, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s - in org.eclipse.collections.impl.bag.mutable.HashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeyValuesViewTest
[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.map.mutable.primitive.UnmodifiableIntByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.sorted.mutable.TreeSortedMapTest
[INFO] Running org.eclipse.collections.impl.lazy.DistinctIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.lazy.DistinctIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapTest
[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.map.mutable.primitive.SynchronizedShortFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapTest
[INFO] Tests run: 188, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapTest
[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.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.immutable.primitive.ImmutableCharIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.FloatFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntHashMapTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplNoIteratorTest
[INFO] Tests run: 161, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplNoIteratorTest
[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.bag.mutable.primitive.UnmodifiableFloatBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagTest
[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.multimap.bag.MultiReaderHashBagMultimapTest
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapTest
[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.map.mutable.primitive.SynchronizedByteCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleShortPairImplTest
[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.set.mutable.primitive.UnmodifiableByteSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.IntShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapByteIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetTest
[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.stack.mutable.primitive.UnmodifiableCharStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableArrayListTest
[INFO] Tests run: 168, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.collections.impl.list.immutable.ImmutableArrayListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.LongByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ShortObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongLongMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapTest
[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.immutable.primitive.ImmutableIntObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapTest
[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.map.immutable.primitive.ImmutableFloatObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanEmptySetTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapTest
[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.stack.mutable.primitive.CharArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectByteIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.lazy.primitive.CollectByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapKeySetTest
[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.list.immutable.ImmutableNonupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.collections.impl.list.immutable.ImmutableNonupletonListTest
[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.UnmodifiableFloatByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapKeyValuesViewTest
[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.UnmodifiableDoubleShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteEmptyMapTest
[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.block.factory.Predicates2Test
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.block.factory.Predicates2Test
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ObjectByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.utility.LazyIterateTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.utility.LazyIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetOverridesTest
[INFO] Tests run: 229, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetOverridesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxSizeFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.MaxSizeFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeyValuesViewTest
[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.ObjectFloatHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.TakeWhileIteratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.TakeWhileIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.utility.internal.primitive.DoubleIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.SynchronizedMutableListParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 s - in org.eclipse.collections.impl.lazy.parallel.list.SynchronizedMutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.FastListAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapKeyValuesViewTest
[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.set.immutable.primitive.ImmutableByteHashSetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapKeysViewTest
[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.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.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.strategy.mutable.UnifiedMapWithHashingStrategyTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapKeyValuesViewTest
[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.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.ShortIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenCharHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenCharHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeyValuesViewTest
[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.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.SynchronizedObjectFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.DoubleDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapTest
[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.IntLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableHashBagTest
[INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s - in org.eclipse.collections.impl.bag.immutable.ImmutableHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectSortedSetIterableTest
[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.SynchronizedObjectByteMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapTest
[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.list.fixed.DoubletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.list.fixed.DoubletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapKeyValuesViewTest
[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.SynchronizedRichIterableTest
[INFO] Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.collections.impl.SynchronizedRichIterableTest
[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.mutable.primitive.ShortShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapKeysViewTest
[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.map.immutable.primitive.ImmutableLongFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.ListIterateTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.utility.ListIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.DoubleLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.ShortStacksTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListTest
[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.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringPredicatesTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.factory.StringPredicatesTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.LongStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.LongStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapKeyValuesViewTest
[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.lazy.RejectIterableTest
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.lazy.RejectIterableTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagTest
[INFO] Running org.eclipse.collections.impl.list.mutable.SynchronizedMutableListTest
[INFO] Tests run: 268, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListTest
[INFO] Running org.eclipse.collections.impl.block.function.AddFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.AddFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.fixed.EmptyMapTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.fixed.EmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetAsUnmodifiableTest
[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.map.strategy.mutable.UnifiedMapWithHashingStrategyOverridesTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategyOverridesTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.IntHashSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.collections.impl.set.mutable.primitive.IntHashSetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.CollectionAdapterAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.collection.mutable.CollectionAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.MemoryEfficientMutableSetParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s - in org.eclipse.collections.impl.lazy.parallel.set.MemoryEfficientMutableSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapTest
[INFO] Running org.eclipse.collections.impl.multimap.list.SynchronizedPutFastListMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.multimap.list.SynchronizedPutFastListMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectFloatIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.lazy.primitive.CollectFloatIterableTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.BooleanStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.BooleanStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapTest
[INFO] Running org.eclipse.collections.impl.set.fixed.FixedSizeSetFactoryTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.fixed.FixedSizeSetFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedFloatIterableTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedFloatIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyFloatIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.LazyFloatIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectLongIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.lazy.primitive.CollectLongIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagTest
[INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectIntToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectIntToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapTest
[INFO] Running org.eclipse.collections.impl.utility.OrderedIterateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.OrderedIterateTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.CharStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.CharStacksTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.utility.internal.primitive.FloatIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.RandomAccessListAdapterParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.921 s - in org.eclipse.collections.impl.lazy.parallel.list.RandomAccessListAdapterParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.SynchronizedMutableSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.344 s - in org.eclipse.collections.impl.lazy.parallel.set.SynchronizedMutableSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.BooleanCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.primitive.BooleanCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableEmptySetTest
[INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.collections.impl.set.immutable.ImmutableEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeySetTest
[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.primitive.DoubleByteMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleByteMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapValuesTest
[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.ImmutableFloatShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagTest
[INFO] Tests run: 208, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapTest
[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.block.factory.primitive.DoublePredicatesTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.DoublePredicatesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectCharIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.CollectCharIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableRichIterableTest
[INFO] Tests run: 170, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.collections.impl.UnmodifiableRichIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.primitive.ShortListsTest
[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.factory.MapsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.MapsTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapKeyValuesViewTest
[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.set.strategy.immutable.ImmutableEmptySetWithHashingStrategyTest
[INFO] Tests run: 131, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.CharArrayListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.list.mutable.primitive.CharArrayListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListTest
[INFO] Running org.eclipse.collections.impl.map.primitive.LongShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.LongShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverse2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverse2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectIfProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.CollectIfProcedureTest
[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.SynchronizedFloatListTest
[INFO] Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectMapKeyValuesViewTest
[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.set.mutable.SynchronizedMutableSet2Test
[INFO] Tests run: 214, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapKeySetTest
[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.map.immutable.primitive.ImmutableLongByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanSingletonMapTest
[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.immutable.primitive.ImmutableShortBooleanSingletonMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanSingletonMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.ShortCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.primitive.ShortCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectCharToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagTest
[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.SynchronizedCharBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapTest
[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.map.mutable.primitive.UnmodifiableDoubleShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelBagTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelBagTest
[INFO] Running org.eclipse.collections.impl.utility.IterateNullTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.utility.IterateNullTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMapEntrySetTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.UnmodifiableMapEntrySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapTest
[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.map.immutable.primitive.ImmutableFloatLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenLongHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenLongHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.bag.ParallelCollectBagTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 s - in org.eclipse.collections.impl.lazy.parallel.bag.ParallelCollectBagTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetTest
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnifiedMapTest
[INFO] Tests run: 263, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapTest
[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.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.CharByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedSortedSetMultimapTest
[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.map.immutable.primitive.ImmutableLongCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapKeySetTest
[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.UnmodifiableShortIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapTest
[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.set.immutable.primitive.ImmutableIntEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.FloatBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListSubListTest
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.fixed.SingletonListSubListTest
[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.utility.primitive.LazyDoubleIterateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.primitive.LazyDoubleIterateTest
[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.stack.immutable.primitive.ImmutableFloatEmptyStackTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeyValuesViewTest
[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.map.mutable.primitive.UnmodifiableIntLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeySetTest
[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.immutable.ImmutableSingletonMapTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.ImmutableSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.DropWhileIterableTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.lazy.DropWhileIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapTest
[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.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.map.mutable.primitive.UnmodifiableDoubleDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapTest
[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.factory.primitive.FloatSetsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.factory.primitive.FloatSetsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelCollectDistinctTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.501 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelCollectDistinctTest
[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.map.primitive.LongCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.LongCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapKeySetTest
[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.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.map.mutable.primitive.UnmodifiableByteShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapTest
[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.ObjectBooleanHashMapTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapTest
[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.SynchronizedCharLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.ShortCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.primitive.ShortCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapTest
[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.bag.mutable.MultiReaderHashBagAsWriteUntouchableTest
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsWriteUntouchableTest
[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.list.fixed.QuintupletonListTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.list.fixed.QuintupletonListTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackTest
[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.factory.SortedSetsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.factory.SortedSetsTest
[INFO] Running org.eclipse.collections.impl.map.fixed.SingletonMapTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.fixed.SingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectByteToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.block.predicate.MapEntryPredicateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.MapEntryPredicateTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListTest
[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.immutable.primitive.ImmutableObjectIntHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ObjectIntProceduresTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.ObjectIntProceduresTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackTest
[INFO] Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectDistinctSortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.876 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelCollectDistinctSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleCaseFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.function.primitive.DoubleCaseFunctionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortSingletonMapTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapTest
[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.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.map.mutable.primitive.ByteLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.638 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableSortedSetParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ImmutableSortedSetParallelTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenShortHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenShortHashSetTest
[INFO] Running org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunnerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.ObjectIntProcedureFJTaskRunnerTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.list.fixed.SingletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.CharDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterTest
[INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.collections.impl.list.immutable.ImmutableDoubletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapValuesTest
[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.lazy.parallel.set.sorted.ParallelSortedSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.ParallelSortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.TakeIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.lazy.TakeIterableTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleListsTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.DoubleListsTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.fixed.DoubletonSetTest
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.fixed.DoubletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapKeyValuesViewTest
[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.lazy.primitive.SelectLongIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.SelectLongIterableTest
[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.immutable.primitive.ImmutableLongIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapTest
[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.ObjectDoubleHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyOverridesTest
[INFO] Tests run: 242, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetWithHashingStrategyOverridesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapKeyValuesViewTest
[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.bag.mutable.primitive.IntHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.mutable.primitive.IntHashBagTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectDoubleIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.lazy.primitive.CollectDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapTest
[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.map.mutable.primitive.IntIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapKeyValuesViewTest
[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.map.mutable.primitive.FloatDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapValuesTest
[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.map.mutable.primitive.SynchronizedShortShortMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapKeySetTest
[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.map.immutable.primitive.ImmutableObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapTest
[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.UnmodifiableDoubleFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagTest
[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.mutable.primitive.CharIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CharCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CharCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsReadUntouchableTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableFloatStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.MapAdapterTest
[INFO] Tests run: 195, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.mutable.MapAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapDoubleIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.lazy.primitive.TapDoubleIterableTest
[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.factory.primitive.ByteStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.ByteStacksTest
[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.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.FloatShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackTest
[INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ImmutableListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.037 s - in org.eclipse.collections.impl.lazy.parallel.list.ImmutableListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.stack.mutable.primitive.IntArrayStackTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharCharMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharCharMapKeySetTest
[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.map.immutable.primitive.ImmutableLongFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.PersonAndPetKataTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.collections.impl.PersonAndPetKataTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.CollectByteToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyParallelSetIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.8 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategyParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeyValuesViewTest
[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.utility.internal.primitive.LongIterableIterateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.utility.internal.primitive.LongIterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleFloatMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.primitive.DoubleFloatMapFactoryTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectLongToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectLongToObjectIterableTest
[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.UnmodifiableFloatIntMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapValuesTest
[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.map.immutable.primitive.ImmutableDoubleIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetTest
[INFO] Tests run: 193, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.855 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ListAdapterParallelListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.collections.impl.lazy.parallel.list.ListAdapterParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapTest
[INFO] Tests run: 216, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeyValuesViewTest
[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.multimap.list.SynchronizedListMultimapTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.FloatFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.FloatFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleEmptySetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleEmptySetTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterableTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackTest
[INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.block.CheckedBlocksTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.block.CheckedBlocksTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortEmptySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.collections.impl.set.immutable.ImmutableDoubletonSetTest
[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.factory.primitive.ByteListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.ByteListsTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapTest
[INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.function.Functions2Test
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.Functions2Test
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsReadUntouchableTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagAsReadUntouchableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableEmptyListTest
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.collections.impl.list.immutable.ImmutableEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapTest
[INFO] Running org.eclipse.collections.impl.tuple.TuplesTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.TuplesTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetTest
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterTest
[INFO] Tests run: 237, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 s - in org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListTest
[INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListTest
[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.stack.mutable.UnmodifiableStackTest
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.collections.impl.stack.mutable.UnmodifiableStackTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.ShortShortPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.ShortShortPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.lazy.iterator.SelectInstancesOfIteratorTest
[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.block.factory.primitive.CharPredicatesTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicatesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapValuesTest
[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.UnmodifiableIntObjectMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListTest
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMapTest
[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.mutable.primitive.ByteByteHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectBooleanProcedureTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BytePredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.BytePredicatesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseCharIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.ReverseCharIterableTest
[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.UnmodifiableShortBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapTest
[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.ObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapTest
[INFO] Tests run: 171, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.LazyIterableAdapterTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.LazyIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMapTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.UnmodifiableMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.LazyLongIterableAdapterTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapValuesTest
[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.map.immutable.primitive.ImmutableIntDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.DoubleCharPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.DoubleCharPairImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharCharProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapTest
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapTest
[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.map.mutable.primitive.ByteLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.CaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.LongFloatHashMapKeySetTest
[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.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.block.procedure.checked.primitive.CheckedFloatObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.ProceduresTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.procedure.ProceduresTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableMapFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.ImmutableMapFactoryTest
[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.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.list.immutable.primitive.ImmutableCharArrayListTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortDoubleProcedureTest
[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.ImmutableShortLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortShortMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableShortShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseLongIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.primitive.ReverseLongIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectFloatIterableTest
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.impl.lazy.primitive.SelectFloatIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.LongPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.LongPredicatesTest
[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.mutable.primitive.SynchronizedCharBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.TapShortIterableTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.lazy.primitive.TapShortIterableTest
[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.stack.immutable.primitive.ImmutableBooleanSingletonStackTest
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanSingletonStackTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.MultiReaderUnifiedSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.715 s - in org.eclipse.collections.impl.lazy.parallel.set.MultiReaderUnifiedSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListTest
[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.map.primitive.ObjectCharMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ObjectCharMapFactoryTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatListsTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.factory.primitive.FloatListsTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackTest
[INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapKeysViewTest
[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.IntIntHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMapKeySetTest
[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.DoubleDoubleHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanDoublePairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanDoublePairImplTest
[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.map.immutable.primitive.ImmutableIntCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapTest
[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.UnmodifiableDoubleObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.BooleanLongPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.tuple.primitive.BooleanLongPairImplTest
[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.map.mutable.primitive.SynchronizedDoubleObjectMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapKeySetTest
[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.UnmodifiableDoubleIntMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapKeySetTest
[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.map.mutable.primitive.SynchronizedObjectBooleanMapTest
[INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListTest
[INFO] Tests run: 292, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.408 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsUnmodifiableTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListTest
[INFO] Tests run: 151, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListTest
[INFO] Running org.eclipse.collections.impl.block.function.CaseFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.CaseFunctionTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet2Test
[INFO] Tests run: 234, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet2Test
[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.lazy.primitive.ReverseFloatIterableTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.lazy.primitive.ReverseFloatIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterableTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterableTest
[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.map.mutable.primitive.UnmodifiableObjectDoubleMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeyValuesViewTest
[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.list.immutable.primitive.ImmutableLongArrayListTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSynchronizedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.094 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSynchronizedSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapTest
[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.primitive.FloatIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.FloatIntMapFactoryTest
[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.map.mutable.primitive.SynchronizedCharFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.ByteCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.primitive.ByteCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapTest
[INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectCharProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.ReverseByteIterableTest
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.ReverseByteIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.mutable.TreeBagTest
[INFO] Tests run: 238, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 s - in org.eclipse.collections.impl.bag.sorted.mutable.TreeBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapTest
[INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.ImmutableDoubletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapTest
[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.bag.strategy.mutable.HashBagWithHashingStrategyTest
[INFO] Tests run: 220, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in org.eclipse.collections.impl.bag.strategy.mutable.HashBagWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapTest
[INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapKeyValuesViewTest
[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.map.immutable.primitive.ImmutableObjectCharHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapInverseValuesTest
[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.UnmodifiableCharCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.collections.impl.bag.mutable.primitive.FloatHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeySetTest
[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.map.mutable.primitive.FloatCharHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapKeySetTest
[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.map.mutable.primitive.UnmodifiableShortByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.factory.StacksTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.factory.StacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeysViewTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongByteMapKeyValuesViewTest
[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.map.mutable.primitive.UnmodifiableShortFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.DoubleCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.procedure.primitive.DoubleCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapValuesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.primitive.ByteDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.DoubleObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.DoubleObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapKeysViewTest
[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.UnmodifiableFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMap2Test
[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.lazy.parallel.set.ParallelFlatCollectSelectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.068 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSelectSetIterableTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.CollectIteratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.iterator.CollectIteratorTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetTest
[INFO] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeySetTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterateTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.BooleanIteratorIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortDoubleHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ByteIntMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ByteIntMapFactoryTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointAdapterTest
[INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.string.immutable.CodePointAdapterTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanSingletonBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyParallelTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortShortMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.ShortShortMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ObjectDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.primitive.ObjectDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagTest
[INFO] Running org.eclipse.collections.impl.lazy.TakeWhileIterableTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.lazy.TakeWhileIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ImmutableCharMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetAdapterParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s - in org.eclipse.collections.impl.lazy.parallel.set.sorted.SortedSetAdapterParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.function.Functions0Test
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.block.function.Functions0Test
[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.immutable.primitive.ImmutableByteIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanObjectProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedBooleanObjectProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyKeySetTest
[INFO] Running org.eclipse.collections.impl.list.primitive.IntIntervalTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.list.primitive.IntIntervalTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteHashMapKeyValuesViewTest
[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.map.mutable.primitive.FloatLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortLongProcedureTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapTest
[INFO] Running org.eclipse.collections.impl.lazy.DropIterableTest
[INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.lazy.DropIterableTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleLongProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapKeyValuesViewTest
[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.block.procedure.checked.primitive.CheckedIntByteProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntByteProcedureTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongEmptyStackTest
[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.stack.mutable.primitive.UnmodifiableDoubleStackTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetTest
[INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapTest
[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.UnmodifiableShortByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenIntHashSetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenIntHashSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapKeySetTest
[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.bag.mutable.primitive.SynchronizedDoubleBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.DoubleStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.DoubleStacksTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnifiedSetAsPoolTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.UnifiedSetAsPoolTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.factory.LongPredicatesTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.factory.LongPredicatesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelSelectUnsortedSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.83 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelSelectUnsortedSetIterableTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapKeySetTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapKeySetTest
[INFO] Running org.eclipse.collections.impl.set.fixed.SingletonSetTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.set.fixed.SingletonSetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharBooleanHashMapKeyValuesViewTest
[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.ImmutableCharObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.primitive.BooleanPredicatesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SetLogicTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.SetLogicTest
[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.set.immutable.primitive.ImmutableLongEmptySetTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongEmptySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapTest
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.FloatDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListTest
[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.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.utility.internal.RandomAccessListIterateTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.utility.internal.RandomAccessListIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelSelectListIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.476 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelSelectListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.LongLongHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagTest
[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.UnmodifiableIntByteMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.collector.BigDecimalSummaryStatisticsTest
[INFO] Running org.eclipse.collections.impl.utility.internal.IterableIterateTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.utility.internal.IterableIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedLongIterableTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedLongIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleDoubleProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleDoubleProcedureTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapTest
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapTest
[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.factory.MultimapsTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.factory.MultimapsTest
[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.map.immutable.primitive.ImmutableDoubleByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenByteHashSetTest
[INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenByteHashSetTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagTest
[INFO] Tests run: 213, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s - in org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.primitive.FloatObjectMapFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.FloatObjectMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapTest
[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.factory.FixedSizeMapFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.FixedSizeMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapKeyValuesViewTest
[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.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.bag.mutable.primitive.UnmodifiableByteBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeysViewTest
[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.map.mutable.primitive.SynchronizedFloatFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ImmutableTreeSetParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 s - in org.eclipse.collections.impl.lazy.parallel.set.ImmutableTreeSetParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapTest
[INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterAsUnmodifiableTest
[INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.ListAdapterAsUnmodifiableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapValuesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.primitive.CharLongMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.CharLongMapFactoryTest
[INFO] Running org.eclipse.collections.impl.list.fixed.TripletonListTest
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.fixed.TripletonListTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeySetTest
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListTest
[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.SynchronizedCharCharMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Tests run: 275, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Running org.eclipse.collections.impl.map.primitive.ShortDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.primitive.ShortDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntSingletonBagTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListTest
[INFO] Running org.eclipse.collections.impl.bimap.mutable.HashBiMapTest
[INFO] Tests run: 203, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectByteProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapTest
[INFO] Running org.eclipse.collections.impl.list.fixed.EmptyListTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.fixed.EmptyListTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapValuesTest
[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.map.mutable.primitive.LongShortHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.FlatCollectShortToObjectIterableTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.lazy.primitive.FlatCollectShortToObjectIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapTest
[INFO] Tests run: 149, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapTest
[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.lazy.CompositeIterableTest
[INFO] Tests run: 115, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.lazy.CompositeIterableTest
[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.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteDoubleHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.ArrayStackTest
[INFO] Tests run: 225, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.collections.impl.stack.mutable.ArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.LongByteHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.506 s - in org.eclipse.collections.impl.lazy.parallel.set.ParallelFlatCollectSetIterableTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.CollectionAdapterTest
[INFO] Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 s - in org.eclipse.collections.impl.collection.mutable.CollectionAdapterTest
[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.immutable.primitive.ImmutableCharLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapValuesTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortSetFactoryImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortSetFactoryImplTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortFloatHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.MultiReaderFastListParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s - in org.eclipse.collections.impl.lazy.parallel.list.MultiReaderFastListParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharFloatMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.FrozenDoubleHashSetTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.set.immutable.primitive.FrozenDoubleHashSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatFloatHashMapTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntArrayStackTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteByteMapTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedPutHashBagMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedPutHashBagMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.procedure.checked.CheckedProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.iterator.SelectIteratorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.lazy.iterator.SelectIteratorTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagTest
[INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagTest
[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.map.immutable.primitive.ImmutableLongLongSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagTest
[INFO] Tests run: 91, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.bag.mutable.primitive.CharHashBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapKeySetTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.IfProcedureTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapterTest
[INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.lazy.primitive.LazyShortIterableAdapterTest
[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.ShortCharHashMapKeysViewTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.FloatStacksTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.factory.primitive.FloatStacksTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyDefaultParallelTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s - in org.eclipse.collections.impl.lazy.parallel.set.UnifiedSetWithHashingStrategyDefaultParallelTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeyValuesViewTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleFloatProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleFloatProcedureTest
[INFO] Running org.eclipse.collections.impl.utility.ArrayIterateTest
[INFO] Tests run: 137, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.utility.ArrayIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapTest
[INFO] Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleDoubleHashMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeySetTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleLongHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongShortHashMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectShortHashMapWithHashingStrategyKeyValuesViewTest
[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.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.map.immutable.primitive.ImmutableIntShortHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapKeyValuesViewTest
[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.list.immutable.ImmutableDecapletonListTest
[INFO] Tests run: 152, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.collections.impl.list.immutable.ImmutableDecapletonListTest
[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.bimap.immutable.ImmutableHashBiMap2Test
[INFO] Tests run: 142, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap2Test
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntHashMapKeyValuesViewTest
[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.map.mutable.primitive.UnmodifiableByteBooleanMapValuesTest
[INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapKeySetTest
[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.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeysViewTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategyKeysViewTest
[INFO] Running org.eclipse.collections.impl.factory.primitive.ShortBagsTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.factory.primitive.ShortBagsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapValuesTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackTest
[INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackTest
[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.block.procedure.checked.primitive.CheckedByteLongProcedureTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteLongProcedureTest
[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.mutable.primitive.UnmodifiableByteLongMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListTest
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatEmptyListTest
[INFO] Running org.eclipse.collections.impl.multimap.UnifiedSetWithHashingStrategyMultimapTest
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.multimap.UnifiedSetWithHashingStrategyMultimapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeySetTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeySetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.CharShortHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntSingletonMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntCharMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.parallel.ParallelMapIterateTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.parallel.ParallelMapIterateTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedureTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagTest
[INFO] Running org.eclipse.collections.impl.block.factory.MultimapFunctionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.factory.MultimapFunctionsTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapValuesTest
[INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapTest
[INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntBooleanMapTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeySetTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortBooleanHashMapKeySetTest
[INFO] Running org.eclipse.collections.impl.utility.StringIterateTest
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.utility.StringIterateTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.multimap.list.FastListMultimapTest
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.multimap.list.FastListMultimapTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.list.ParallelListIterableTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s - in org.eclipse.collections.impl.lazy.parallel.list.ParallelListIterableTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapTest
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleEmptyBagTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapValuesTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortDoubleMapValuesTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeyValuesViewTest
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableEmptyPrimitiveTest
[INFO] Running org.eclipse.collections.impl.utility.internal.primitive.BooleanIterableIterateTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.utility.internal.primitive.BooleanIterableIterateTest
[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.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.tuple.primitive.BooleanFloatPairImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.tuple.primitive.BooleanFloatPairImplTest
[INFO] Running org.eclipse.collections.impl.lazy.parallel.set.SetAdapterParallelSetIterableTest
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.collections.impl.lazy.parallel.set.SetAdapterParallelSetIterableTest
[INFO] Running org.eclipse.collections.impl.map.primitive.IntDoubleMapFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.primitive.IntDoubleMapFactoryTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapTest
[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.map.mutable.primitive.UnmodifiableObjectIntMapKeyValuesViewTest
[INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapKeyValuesViewTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetTest
[INFO] Tests run: 236, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 s - in org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetTest
[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/release/unit-tests/target/unit-tests-10.1.0.M1.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/release/unit-tests/target/unit-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/unit-tests/10.1.0.M1/unit-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/unit-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/unit-tests/10.1.0.M1/unit-tests-10.1.0.M1.pom
[INFO] 
[INFO] ------------< org.eclipse.collections:serialization-tests >-------------
[INFO] Building Eclipse Collections Serialization Test Suite 10.1.0.M1   [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/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/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/release/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/release/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/release/serialization-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.list.mutable.primitive.ByteArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.QuadrupletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.collections.impl.set.fixed.QuadrupletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s - in org.eclipse.collections.impl.multimap.bag.ImmutableBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.MapAdapterSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.map.mutable.MapAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.list.immutable.ImmutableOctupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.bag.mutable.primitive.LongHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.StringFunctionsSerializationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.block.factory.StringFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.IfFunctionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.IfFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.lazy.primitive.CollectIterableSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.collections.impl.lazy.primitive.CollectIterableSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.LongArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.primitive.LongArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.UnmodifiableStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.stack.mutable.UnmodifiableStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatLongMapSerializationTest
[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.block.procedure.MultimapKeyValuePutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.ArrayAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.list.fixed.ArrayAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.EmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.fixed.EmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.stack.mutable.primitive.BooleanArrayStackSerializationTest
[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.mutable.primitive.UnmodifiableFloatFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MapEntryToProcedure2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MapEntryToProcedure2SerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatLongHashMapSerializationTest
[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.set.immutable.primitive.ImmutableFloatHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongIntMapSerializationTest
[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.list.mutable.primitive.UnmodifiableByteListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableByteListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.IntHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.set.mutable.primitive.IntHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.IntByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.SynchronizedSortedBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.CharFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableCharSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2SerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.multimap.set.sorted.SynchronizedPutTreeSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableBooleanStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.bag.mutable.primitive.ShortHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectShortMapSerializationTest
[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.sorted.mutable.SynchronizedSortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.collections.impl.stack.mutable.primitive.FloatArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableLongListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.tuple.primitive.PrimitiveTuplesSerializationTest
[INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.collections.impl.tuple.primitive.PrimitiveTuplesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableDoubleStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.ordered.mutable.UnmodifiableMutableOrderedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.impl.map.ordered.mutable.UnmodifiableMutableOrderedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.ImmutableQuadrupletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.CollectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.parallel.CollectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSetSerializationTest
[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.block.procedure.checked.primitive.CheckedCharObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedCharObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CollectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableIntSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.block.factory.primitive.ShortPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.PartitionArrayStackPartitionProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.PartitionArrayStackPartitionProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.UnmodifiableBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.bag.mutable.UnmodifiableBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntEmptyMapSerializationTest
[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.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.bimap.mutable.SynchronizedBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.BytePredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.collections.impl.block.factory.primitive.BytePredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.SynchronizedRichIterableSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.SynchronizedRichIterableSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatSingletonMapSerializationTest
[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.map.immutable.primitive.ImmutableShortDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanHashBagSerializationTest
[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.map.mutable.primitive.SynchronizedShortDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteHashMapSerializationTest
[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.block.factory.ProceduresSerializationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.ProceduresSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMapSerializationTest
[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.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.immutable.primitive.ImmutableIntCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharLongMapSerializationTest
[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.stack.mutable.primitive.UnmodifiableIntStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableIntStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongBooleanMapSerializationTest
[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.fixed.DoubletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.fixed.DoubletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.ArrayStackSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.ArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.ImmutableSextupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedCharStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortCharHashMapSerializationTest
[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.block.procedure.primitive.CollectShortProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectShortProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleObjectMapSerializationTest
[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.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.list.mutable.FastListSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.list.mutable.FastListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.SumOfDoubleProcedureSerializationTest
[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.immutable.primitive.ImmutableDoubleDoubleMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleDoubleMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.bag.immutable.ImmutableHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharCharMapSerializationTest
[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.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.bag.mutable.primitive.SynchronizedIntBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBagSerializationTest
[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.mutable.primitive.UnmodifiableObjectDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectDoubleMapSerializationTest
[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.collection.mutable.UnmodifiableMutableCollectionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedByteListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableFloatListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.InjectIntoProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapterSerializationTest
[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.bag.immutable.primitive.ImmutableByteSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableCharBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.CharArrayStackSerializationTest
[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.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.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.map.immutable.primitive.ImmutableByteByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableLongStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.ShortLongHashMapSerializationTest
[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.map.immutable.primitive.ImmutableDoubleCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.impl.list.mutable.UnmodifiableMutableListSerializationTest
[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.map.mutable.primitive.CharIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMapSerializationTest
[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.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.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.list.fixed.TripletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.list.fixed.TripletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableFloatSetSerializationTest
[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.immutable.primitive.ImmutableByteMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteMapKeySetSerializationTest
[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.map.mutable.SynchronizedMutableMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.mutable.SynchronizedMutableMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleHashMapSerializationTest
[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.map.immutable.primitive.ImmutableIntObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectHashMapSerializationTest
[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.multimap.set.SynchronizedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.multimap.set.SynchronizedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.HashBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.multimap.bag.HashBagMultimapSerializationTest
[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.immutable.primitive.ImmutableCharCharMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharCharMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectCharMapSerializationTest
[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.block.procedure.checked.primitive.CheckedObjectIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectIntProcedureSerializationTest
[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.immutable.primitive.ImmutableShortObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntDoubleMapSerializationTest
[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.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.strategy.immutable.ImmutableUnifiedSetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableUnifiedSetWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEmptyMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedByteSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatEmptyMapSerializationTest
[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.block.function.MinSizeFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.function.MinSizeFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortShortMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableShortShortMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableCharListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableTreeMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.checked.CheckedPredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.predicate.checked.CheckedPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSetSerializationTest
[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.set.immutable.primitive.ImmutableIntIntMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntIntMapKeySetSerializationTest
[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.stack.mutable.primitive.LongArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.LongArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableCharMapKeySetSerializationTest
[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.mutable.primitive.UnmodifiableObjectLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectLongMapSerializationTest
[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.block.function.primitive.PrimitiveCaseFunctionSerializationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.impl.block.function.primitive.PrimitiveCaseFunctionSerializationTest
[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.mutable.primitive.UnmodifiableByteLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.CharCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.AddFunctionSerializationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.function.AddFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.ListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Functions0SerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.block.factory.Functions0SerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.multimap.bag.MultiReaderHashBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuadrupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.fixed.QuadrupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.HashingStrategiesSerializationTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.impl.block.factory.HashingStrategiesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableTreeSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleEmptyMapSerializationTest
[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.mutable.UnmodifiableMutableSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetSerializationTest
[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.map.immutable.ImmutableTripletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.ImmutableTripletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteHashMapSerializationTest
[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.map.mutable.primitive.SynchronizedObjectFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.comparator.FunctionComparatorSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.comparator.FunctionComparatorSerializationTest
[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.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.set.mutable.primitive.BooleanHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.sorted.immutable.ImmutableEmptySortedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongBooleanHashMapSerializationTest
[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.map.immutable.primitive.ImmutableIntLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.set.strategy.immutable.ImmutableEmptySetWithHashingStrategySerializationTest
[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.block.procedure.ZipWithIndexProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.ZipWithIndexProcedureSerializationTest
[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.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.immutable.primitive.ImmutableCharCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectCharMapSerializationTest
[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.list.fixed.EmptyListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.fixed.EmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.immutable.ImmutableEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleObjectSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedCharListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableSortedBagImplSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.SingletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.collections.impl.list.fixed.SingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.primitive.CharPredicateSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.predicate.primitive.CharPredicateSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntSingletonMapSerializationTest
[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.set.sorted.mutable.TreeSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSetSerializationTest
[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.block.procedure.RejectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.RejectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedShortObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteByteMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteByteMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedCharBagSerializationTest
[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.block.function.MinFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.function.MinFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.PrimitiveFunctionsSerializationTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.block.factory.primitive.PrimitiveFunctionsSerializationTest
[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.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.mutable.primitive.DoubleBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableShortListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectBooleanHashMapSerializationTest
[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.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.ImmutableCharIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleHashBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.checked.CheckedFunctionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.block.function.checked.CheckedFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortHashMapSerializationTest
[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.strategy.mutable.UnifiedMapWithHashingStrategySerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableFloatEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.mutable.primitive.LongCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.LongPredicatesSerializationTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.primitive.LongPredicatesSerializationTest
[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.mutable.primitive.DoubleFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteEmptyListSerializationTest
[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.bag.immutable.ImmutableSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.immutable.ImmutableSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.ImmutableEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteHashMapSerializationTest
[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.stack.mutable.primitive.UnmodifiableByteStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableByteStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatIntSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteByteHashMapSerializationTest
[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.bimap.mutable.HashBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bimap.mutable.HashBiMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MaxByProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MaxByProcedureSerializationTest
[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.immutable.primitive.ImmutableDoubleShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMapSerializationTest
[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.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.map.mutable.primitive.SynchronizedFloatDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetSerializationTest
[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.SynchronizedFloatFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortIntMapSerializationTest
[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.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.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.list.immutable.primitive.ImmutableDoubleArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.sorted.immutable.ImmutableEmptySortedBagSerializationTest
[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.parallel.RejectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.parallel.RejectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.set.immutable.ImmutableQuadrupletonSetSerializationTest
[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.sorted.mutable.SortedMapAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.sorted.mutable.SortedMapAdapterSerializationTest
[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.map.immutable.primitive.ImmutableDoubleLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatFloatHashMapSerializationTest
[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.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.map.immutable.primitive.ImmutableShortIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.ImmutableSingletonListSerializationTest
[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.mutable.primitive.SynchronizedIntByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntByteMapSerializationTest
[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.map.mutable.primitive.UnmodifiableIntFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.ImmutableTripletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.AdaptObjectIntProcedureToProcedureTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.AdaptObjectIntProcedureToProcedureTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortIntEmptyMapSerializationTest
[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.ImmutableLongDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleHashMapSerializationTest
[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.map.mutable.primitive.ObjectFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableLongSetSerializationTest
[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.bag.mutable.HashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.HashBagSerializationTest
[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.SynchronizedShortFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortByteSingletonMapSerializationTest
[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.map.mutable.primitive.SynchronizedIntFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStackSerializationTest
[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.ImmutableLongIntEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongIntEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectFloatProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.primitive.FloatArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntHashMapSerializationTest
[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.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.map.mutable.primitive.SynchronizedObjectLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.primitive.PrimitiveCaseProcedureSerializationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.PrimitiveCaseProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongLongEmptyMapSerializationTest
[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.set.mutable.SynchronizedMutableSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.bag.sorted.mutable.TreeBagMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctionsSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.factory.primitive.IntToIntFunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.list.fixed.QuintupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.fixed.QuintupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableUnifiedMapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.multimap.set.ImmutableSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteObjectMapSerializationTest
[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.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.mutable.primitive.UnmodifiableCharShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.Functions2SerializationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.factory.Functions2SerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.SumOfIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongDoubleSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortObjectSingletonMapSerializationTest
[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.list.immutable.primitive.ImmutableBooleanSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatSingletonMapSerializationTest
[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.list.IntervalSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.IntervalSerializationTest
[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.bag.immutable.primitive.ImmutableShortSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.ImmutableUnifiedSetSerializationTest
[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.UnmodifiableByteIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongObjectMapSerializationTest
[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.immutable.ImmutableTripletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.collections.impl.list.immutable.ImmutableTripletonListSerializationTest
[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.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.block.procedure.checked.primitive.CheckedLongObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.FunctionsSerializationTest
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.impl.block.factory.FunctionsSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxSizeFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.MaxSizeFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.ImmutableQuintupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.SumOfFloatProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.SumOfFloatProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableDoubleBagSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableIntHashBagSerializationTest
[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.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.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.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.set.mutable.primitive.DoubleHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.ImmutableArrayBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongObjectSingletonMapSerializationTest
[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.map.mutable.primitive.SynchronizedFloatObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableByteHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMapSerializationTest
[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.FloatBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.FloatBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.ComparatorsSerializationTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.factory.ComparatorsSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableCharEmptyStackSerializationTest
[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.mutable.primitive.DoubleObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayListSerializationTest
[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.bag.mutable.primitive.SynchronizedBooleanBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBagSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.CollectIfProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.parallel.CollectIfProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortEmptyMapSerializationTest
[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.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.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.impl.multimap.bag.sorted.immutable.ImmutableSortedBagMultimapImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntByteSingletonMapSerializationTest
[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.list.immutable.primitive.ImmutableByteSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.MultimapKeyValuesSerializingProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectByteProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.bag.strategy.HashBagMultimapWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableBooleanEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.multimap.set.sorted.ImmutableSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.CharHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.CharHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.MapCollectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MapCollectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.IntegerFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.IntegerFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.list.SynchronizedListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionSerializationTest
[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.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.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.map.mutable.primitive.UnmodifiableFloatObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableDoubleSingletonBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMapSerializationTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointAdapterSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.string.immutable.CodePointAdapterSerializationTest
[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.ImmutableFloatLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongHashMapSerializationTest
[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.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.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectShortSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.string.immutable.CodePointListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.string.immutable.CodePointListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMapSerializationTest
[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.list.immutable.ImmutableArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.list.immutable.ImmutableArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.AppendStringProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.AppendStringProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMapSerializationTest
[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.map.immutable.ImmutableUnifiedMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ArrayListAdapterSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.ArrayListAdapterSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayListSerializationTest
[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.stack.immutable.primitive.ImmutableIntEmptyStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableIntEmptyStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSetSerializationTest
[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.list.immutable.primitive.ImmutableLongArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatListSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.primitive.CharPredicatesSerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.block.factory.primitive.CharPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.FastListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.list.FastListMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatShortMapSerializationTest
[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.map.immutable.primitive.ImmutableByteShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableCharByteMapSerializationTest
[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.fixed.SextupletonListSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.fixed.SextupletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableByteHashBagSerializationTest
[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.immutable.primitive.ImmutableCharLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.list.immutable.ImmutableEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMapSerializationTest
[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.map.mutable.primitive.DoubleCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.DoubleCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatLongEmptyMapSerializationTest
[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.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.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.block.procedure.InjectIntoLongProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.InjectIntoLongProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.multimap.set.UnifiedSetMultimapSerializationTest
[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.immutable.primitive.ImmutableDoubleLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableByteArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleDoubleEmptyMapSerializationTest
[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.list.immutable.primitive.ImmutableShortSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortSingletonListSerializationTest
[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.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.block.factory.Predicates2SerializationTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.block.factory.Predicates2SerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedDoubleListSerializationTest
[INFO] Running org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.sorted.immutable.ImmutableEmptySortedSetSerializationTest
[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.set.mutable.primitive.UnmodifiableByteSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableByteSetSerializationTest
[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.immutable.primitive.ImmutableShortLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongSingletonMapSerializationTest
[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.bag.mutable.primitive.SynchronizedDoubleBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBagSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableCharSingletonListSerializationTest
[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.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.map.immutable.primitive.ImmutableCharLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.InjectIntoIntProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.procedure.InjectIntoIntProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.DoubleFunctionImplSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleIntSingletonMapSerializationTest
[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.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.LongDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.LongDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStackSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.multimap.list.MultiReaderFastListMultimapSerializationTest
[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.bag.mutable.primitive.UnmodifiableLongBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableLongBagSerializationTest
[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.map.immutable.primitive.ImmutableIntShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableShortStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.CompositeFastListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.list.mutable.CompositeFastListSerializationTest
[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.map.immutable.primitive.ImmutableFloatBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongByteSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.IfProcedureWithSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.IfProcedureWithSerializationTest
[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.ImmutableFloatCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.SynchronizedMutableListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableByteBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.fixed.SingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.fixed.SingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.factory.PredicatesSerializationTest
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.collections.impl.block.factory.PredicatesSerializationTest
[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.block.procedure.checked.primitive.CheckedIntObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedByteBagSerializationTest
[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.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.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.SynchronizedFloatCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.checked.CheckedFunction0SerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.function.checked.CheckedFunction0SerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableBooleanSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMapSerializationTest
[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.map.mutable.primitive.ByteLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.fixed.TripletonSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.fixed.TripletonSetSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntListSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.list.primitive.IntIntervalSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.list.primitive.IntIntervalSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.NoopProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.NoopProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntObjectMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableBooleanHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableFloatBagSerializationTest
[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.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.predicate.CodePointPredicateSerializationTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.predicate.CodePointPredicateSerializationTest
[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.map.immutable.primitive.ImmutableByteFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatEmptyMapSerializationTest
[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.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.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.set.sorted.mutable.SynchronizedSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSetSerializationTest
[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.block.procedure.AtomicCountProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.AtomicCountProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CounterProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CounterProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.ImmutableSeptupletonListSerializationTest
[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.map.immutable.primitive.ImmutableByteFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatFloatMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableFloatFloatMapKeySetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.CharLongHashMapSerializationTest
[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.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.stack.immutable.primitive.ImmutableFloatArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleBooleanMapSerializationTest
[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.mutable.primitive.SynchronizedCharCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedFloatStackSerializationTest
[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.procedure.checked.primitive.CheckedDoubleObjectProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleObjectProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStackSerializationTest
[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.map.immutable.primitive.ImmutableShortLongEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedLongSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatEmptyMapSerializationTest
[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.multimap.set.sorted.TreeSortedSetMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.multimap.set.sorted.TreeSortedSetMultimapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedByteStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleCharEmptyMapSerializationTest
[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.set.sorted.mutable.UnmodifiableSortedSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.set.sorted.mutable.UnmodifiableSortedSetSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStackSerializationTest
[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.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.map.mutable.primitive.SynchronizedCharIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortByteMapSerializationTest
[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.map.mutable.primitive.SynchronizedByteDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteDoubleMapSerializationTest
[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.list.mutable.primitive.SynchronizedBooleanListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanListSerializationTest
[INFO] Running org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongEmptyListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharFloatMapSerializationTest
[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.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.map.immutable.primitive.ImmutableIntFloatSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntFloatSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectByteHashMapSerializationTest
[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.ImmutableObjectLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectLongSingletonMapSerializationTest
[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.SynchronizedShortShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortShortMapSerializationTest
[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.map.mutable.primitive.UnmodifiableObjectFloatMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableObjectFloatMapSerializationTest
[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.map.immutable.primitive.ImmutableCharObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharObjectSingletonMapSerializationTest
[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.block.factory.StringPredicates2SerializationTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.block.factory.StringPredicates2SerializationTest
[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.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.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.mutable.primitive.SynchronizedByteBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteBooleanMapSerializationTest
[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.parallel.CountCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.CountCombinerSerializationTest
[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.block.procedure.primitive.CollectBooleanProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.primitive.CollectBooleanProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.SelectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.parallel.SelectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableDoubleListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.IntBooleanHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.parallel.FlatCollectProcedureCombinerSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.parallel.FlatCollectProcedureCombinerSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongSingletonStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharLongSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.GroupByUniqueKeyProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.GroupByUniqueKeyProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableFloatDoubleMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.SubtractFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.block.function.SubtractFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.multimap.bag.SynchronizedBagMultimapSerializationTest
[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.immutable.primitive.ImmutableIntObjectSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectSingletonMapSerializationTest
[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.ImmutableDoubleBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleBooleanEmptyMapSerializationTest
[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.ImmutableIntDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableBooleanBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMapSerializationTest
[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.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.map.immutable.primitive.ImmutableByteDoubleEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.primitive.ByteHashSetSerializationTest
[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.map.mutable.primitive.UnmodifiableShortShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableShortShortMapSerializationTest
[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.stack.immutable.primitive.ImmutableByteArrayStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.immutable.primitive.ImmutableByteArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongMapKeySetSerializationTest
[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.map.immutable.primitive.ImmutableByteCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteCharSingletonMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMapSerializationTest
[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.block.procedure.MultimapPutProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.MultimapPutProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.collections.impl.stack.immutable.ImmutableArrayStackSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableDoubleByteMapSerializationTest
[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.block.procedure.MinByProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.MinByProcedureSerializationTest
[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.set.immutable.primitive.ImmutableLongLongMapKeySetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableLongLongMapKeySetSerializationTest
[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.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.LongPredicatesSerializationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.block.factory.LongPredicatesSerializationTest
[INFO] Running org.eclipse.collections.impl.block.predicate.PairPredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.predicate.PairPredicateSerializationTest
[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.mutable.primitive.ByteIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntObjectEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMapSerializationTest
[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.map.mutable.primitive.SynchronizedCharByteMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedObjectDoubleProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ObjectByteHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharEmptyBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteDoubleMapSerializationTest
[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.bag.mutable.primitive.SynchronizedFloatBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBagSerializationTest
[INFO] Running org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedureSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.procedure.CollectionRemoveProcedureSerializationTest
[INFO] Running org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectFloatEmptyMapSerializationTest
[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.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.UnmodifiableShortBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBagSerializationTest
[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.immutable.primitive.ImmutableCharShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharShortHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.UnifiedMapSerializationTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.UnifiedMapSerializationTest
[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.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.mutable.primitive.UnmodifiableByteShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableByteShortMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableCharSingletonBagSerializationTest
[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.predicate.DropWhileIterablePredicateSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.predicate.DropWhileIterablePredicateSerializationTest
[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.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.SynchronizedLongLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableIntHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.primitive.CodePointFunctionSerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.block.function.primitive.CodePointFunctionSerializationTest
[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.map.mutable.primitive.SynchronizedLongCharMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongCharMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableIntLongMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMapSerializationTest
[INFO] Running org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortLongHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleFloatHashMapSerializationTest
[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.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.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.mutable.primitive.ByteObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMapSerializationTest
[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.list.immutable.primitive.ImmutableFloatSingletonListSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatSingletonListSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongFloatHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongIntMapSerializationTest
[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.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.map.immutable.primitive.ImmutableLongShortSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableLongShortSingletonMapSerializationTest
[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.set.immutable.primitive.ImmutableDoubleHashSetSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.immutable.primitive.ImmutableDoubleHashSetSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.mutable.primitive.UnmodifiableLongShortMapSerializationTest
[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.map.immutable.primitive.ImmutableFloatByteEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatByteEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatDoubleHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.mutable.primitive.ByteShortHashMapSerializationTest
[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.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.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.ImmutableByteShortEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteShortEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.SynchronizedBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.bag.mutable.SynchronizedBagSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableShortBooleanEmptyMapSerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntCharHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.stack.mutable.primitive.UnmodifiableCharStackSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableShortEmptyBagSerializationTest
[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.strategy.immutable.ImmutableEntryWithHashingStrategySerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.map.strategy.immutable.ImmutableEntryWithHashingStrategySerializationTest
[INFO] Running org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableObjectIntSingletonMapSerializationTest
[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.map.immutable.primitive.ImmutableByteObjectHashMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteObjectHashMapSerializationTest
[INFO] Running org.eclipse.collections.impl.block.function.MaxFunctionSerializationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.block.function.MaxFunctionSerializationTest
[INFO] Running org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongSingletonBagSerializationTest
[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.immutable.primitive.ImmutableFloatCharSingletonMapSerializationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.map.immutable.primitive.ImmutableFloatCharSingletonMapSerializationTest
[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] 
[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/release/serialization-tests/target/serialization-tests-10.1.0.M1.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/release/serialization-tests/target/serialization-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/serialization-tests/10.1.0.M1/serialization-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/serialization-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/serialization-tests/10.1.0.M1/serialization-tests-10.1.0.M1.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:jcstress-tests >---------------
[INFO] Building Eclipse Collections JCStress Test Suite 10.1.0.M1       [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 108 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): 66/101 kB
Progress (1): 70/101 kB
Progress (1): 74/101 kB
Progress (1): 78/101 kB
Progress (1): 82/101 kB
Progress (1): 86/101 kB
Progress (1): 90/101 kB
Progress (1): 94/101 kB
Progress (1): 98/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 1.4 MB/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 117 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 247 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 217 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.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.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.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 (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.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.5/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.6/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.7/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (1): 0.8/1.0 MB
Progress (2): 0.8/1.0 MB | 4.1/62 kB
Progress (2): 0.8/1.0 MB | 7.7/62 kB
Progress (2): 0.8/1.0 MB | 7.7/62 kB
Progress (2): 0.8/1.0 MB | 12/62 kB 
Progress (2): 0.8/1.0 MB | 12/62 kB
Progress (2): 0.8/1.0 MB | 16/62 kB
Progress (2): 0.8/1.0 MB | 16/62 kB
Progress (2): 0.9/1.0 MB | 16/62 kB
Progress (2): 0.9/1.0 MB | 20/62 kB
Progress (2): 0.9/1.0 MB | 24/62 kB
Progress (2): 0.9/1.0 MB | 24/62 kB
Progress (2): 0.9/1.0 MB | 24/62 kB
Progress (2): 0.9/1.0 MB | 28/62 kB
Progress (2): 0.9/1.0 MB | 28/62 kB
Progress (2): 0.9/1.0 MB | 32/62 kB
Progress (2): 0.9/1.0 MB | 32/62 kB
Progress (2): 0.9/1.0 MB | 36/62 kB
Progress (2): 0.9/1.0 MB | 36/62 kB
Progress (2): 0.9/1.0 MB | 36/62 kB
Progress (2): 0.9/1.0 MB | 40/62 kB
Progress (2): 0.9/1.0 MB | 40/62 kB
Progress (2): 0.9/1.0 MB | 40/62 kB
Progress (2): 0.9/1.0 MB | 44/62 kB
Progress (2): 0.9/1.0 MB | 44/62 kB
Progress (2): 0.9/1.0 MB | 48/62 kB
Progress (2): 0.9/1.0 MB | 48/62 kB
Progress (2): 0.9/1.0 MB | 52/62 kB
Progress (2): 0.9/1.0 MB | 52/62 kB
Progress (2): 0.9/1.0 MB | 56/62 kB
Progress (2): 0.9/1.0 MB | 56/62 kB
Progress (2): 0.9/1.0 MB | 60/62 kB
Progress (2): 0.9/1.0 MB | 60/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 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 287 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 4.8 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/release/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/release/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/release/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/release/jcstress-tests/target/jcstress-tests-10.1.0.M1.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 54 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 108 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 352 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 34 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 47 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 167 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 57 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 34 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 171 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 59 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 48 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-commons/5.0.2/asm-commons-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/vafer/jdependency/0.9/jdependency-0.9.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
Progress (1): 4.1/174 kB
Progress (1): 7.7/174 kB
Progress (1): 12/174 kB 
Progress (1): 16/174 kB
Progress (1): 20/174 kB
Progress (1): 24/174 kB
Progress (1): 28/174 kB
Progress (1): 32/174 kB
Progress (1): 36/174 kB
Progress (1): 40/174 kB
Progress (1): 44/174 kB
Progress (1): 48/174 kB
Progress (1): 52/174 kB
Progress (1): 56/174 kB
Progress (1): 60/174 kB
Progress (1): 64/174 kB
Progress (1): 68/174 kB
Progress (1): 72/174 kB
Progress (1): 76/174 kB
Progress (1): 80/174 kB
Progress (1): 84/174 kB
Progress (1): 88/174 kB
Progress (1): 92/174 kB
Progress (1): 96/174 kB
Progress (1): 100/174 kB
Progress (1): 104/174 kB
Progress (1): 108/174 kB
Progress (2): 108/174 kB | 4.1/53 kB
Progress (2): 112/174 kB | 4.1/53 kB
Progress (2): 112/174 kB | 7.7/53 kB
Progress (2): 116/174 kB | 7.7/53 kB
Progress (2): 116/174 kB | 12/53 kB 
Progress (2): 120/174 kB | 12/53 kB
Progress (2): 120/174 kB | 16/53 kB
Progress (2): 124/174 kB | 16/53 kB
Progress (3): 124/174 kB | 16/53 kB | 4.1/42 kB
Progress (3): 128/174 kB | 16/53 kB | 4.1/42 kB
Progress (3): 128/174 kB | 20/53 kB | 4.1/42 kB
Progress (3): 132/174 kB | 20/53 kB | 4.1/42 kB
Progress (3): 132/174 kB | 20/53 kB | 7.7/42 kB
Progress (3): 136/174 kB | 20/53 kB | 7.7/42 kB
Progress (3): 136/174 kB | 24/53 kB | 7.7/42 kB
Progress (3): 140/174 kB | 24/53 kB | 7.7/42 kB
Progress (3): 140/174 kB | 28/53 kB | 7.7/42 kB
Progress (3): 140/174 kB | 28/53 kB | 12/42 kB 
Progress (3): 140/174 kB | 32/53 kB | 12/42 kB
Progress (3): 144/174 kB | 32/53 kB | 12/42 kB
Progress (3): 144/174 kB | 36/53 kB | 12/42 kB
Progress (3): 148/174 kB | 36/53 kB | 12/42 kB
Progress (4): 148/174 kB | 36/53 kB | 12/42 kB | 4.1/29 kB
Progress (4): 148/174 kB | 36/53 kB | 16/42 kB | 4.1/29 kB
Progress (4): 148/174 kB | 36/53 kB | 16/42 kB | 7.7/29 kB
Progress (4): 148/174 kB | 36/53 kB | 20/42 kB | 7.7/29 kB
Progress (4): 152/174 kB | 36/53 kB | 20/42 kB | 7.7/29 kB
Progress (4): 152/174 kB | 40/53 kB | 20/42 kB | 7.7/29 kB
Progress (4): 156/174 kB | 40/53 kB | 20/42 kB | 7.7/29 kB
Progress (4): 160/174 kB | 40/53 kB | 20/42 kB | 7.7/29 kB
Progress (4): 160/174 kB | 40/53 kB | 24/42 kB | 7.7/29 kB
Progress (4): 160/174 kB | 40/53 kB | 24/42 kB | 12/29 kB 
Progress (4): 164/174 kB | 40/53 kB | 24/42 kB | 12/29 kB
Progress (4): 164/174 kB | 44/53 kB | 24/42 kB | 12/29 kB
Progress (4): 168/174 kB | 44/53 kB | 24/42 kB | 12/29 kB
Progress (4): 168/174 kB | 44/53 kB | 28/42 kB | 12/29 kB
Progress (4): 168/174 kB | 44/53 kB | 28/42 kB | 16/29 kB
Progress (4): 168/174 kB | 44/53 kB | 32/42 kB | 16/29 kB
Progress (4): 172/174 kB | 44/53 kB | 32/42 kB | 16/29 kB
Progress (4): 172/174 kB | 48/53 kB | 32/42 kB | 16/29 kB
Progress (4): 172/174 kB | 48/53 kB | 36/42 kB | 16/29 kB
Progress (4): 174 kB | 48/53 kB | 36/42 kB | 16/29 kB    
Progress (4): 174 kB | 48/53 kB | 36/42 kB | 20/29 kB
Progress (4): 174 kB | 48/53 kB | 40/42 kB | 20/29 kB
Progress (4): 174 kB | 52/53 kB | 40/42 kB | 20/29 kB
Progress (4): 174 kB | 52/53 kB | 42 kB | 20/29 kB   
Progress (4): 174 kB | 52/53 kB | 42 kB | 24/29 kB
Progress (4): 174 kB | 53 kB | 42 kB | 24/29 kB   
Progress (4): 174 kB | 53 kB | 42 kB | 28/29 kB
Progress (4): 174 kB | 53 kB | 42 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 739 kB/s)
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.4 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
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
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 435 kB/s)
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 306 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.jar
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 (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (2): 16/20 kB | 4.1/33 kB
Progress (2): 16/20 kB | 7.7/33 kB
Progress (2): 16/20 kB | 12/33 kB 
Progress (2): 16/20 kB | 16/33 kB
Progress (2): 16/20 kB | 20/33 kB
Progress (2): 16/20 kB | 24/33 kB
Progress (2): 16/20 kB | 28/33 kB
Progress (2): 16/20 kB | 32/33 kB
Progress (2): 16/20 kB | 33 kB   
Progress (3): 16/20 kB | 33 kB | 4.1/22 kB
Progress (3): 16/20 kB | 33 kB | 7.7/22 kB
Progress (3): 16/20 kB | 33 kB | 12/22 kB 
Progress (3): 16/20 kB | 33 kB | 16/22 kB
Progress (3): 16/20 kB | 33 kB | 20/22 kB
Progress (3): 16/20 kB | 33 kB | 22 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 273 kB/s)
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 171 kB/s)
Progress (2): 16/20 kB | 4.1/43 kB
Progress (2): 16/20 kB | 7.7/43 kB
Progress (2): 16/20 kB | 12/43 kB 
Progress (2): 16/20 kB | 16/43 kB
Progress (2): 16/20 kB | 20/43 kB
Progress (2): 16/20 kB | 24/43 kB
Progress (2): 16/20 kB | 28/43 kB
Progress (2): 16/20 kB | 32/43 kB
Progress (2): 16/20 kB | 36/43 kB
Progress (2): 16/20 kB | 40/43 kB
Progress (2): 16/20 kB | 43 kB   
Progress (3): 16/20 kB | 43 kB | 0/1.6 MB
Progress (3): 16/20 kB | 43 kB | 0/1.6 MB
Progress (3): 16/20 kB | 43 kB | 0/1.6 MB
Progress (3): 16/20 kB | 43 kB | 0/1.6 MB
Progress (3): 16/20 kB | 43 kB | 0/1.6 MB
Progress (3): 16/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-util/5.0.2/asm-util-5.0.2.jar (43 kB at 255 kB/s)
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.1/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.2/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.3/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.4/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.5/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.6/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.7/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.8/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 0.9/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.0/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.1/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.2/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.3/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.4/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.5/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 1.6/1.6 MB
Progress (2): 16/20 kB | 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 5.7 MB/s)
Progress (1): 20/20 kB
Progress (1): 20 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.jar (20 kB at 58 kB/s)
[INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0.M1 in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0.M1 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/release/jcstress-tests/target/jcstress.jar with /home/jenkins/agent/workspace/release/jcstress-tests/target/jcstress-tests-10.1.0.M1-shaded.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jcstress-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/jcstress-tests/target/jcstress-tests-10.1.0.M1-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/release/jcstress-tests/target/jcstress-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M1/jcstress-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jcstress-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M1/jcstress-tests-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/jcstress-tests/target/jcstress-tests-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jcstress-tests/10.1.0.M1/jcstress-tests-10.1.0.M1-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.collections:junit-trait-runner >-------------
[INFO] Building Eclipse Collections Test Trait JUnit Runner 10.1.0.M1   [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/release/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/release/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/release/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/release/junit-trait-runner/target/junit-trait-runner-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ junit-trait-runner ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/junit-trait-runner/target/junit-trait-runner-10.1.0.M1-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/release/junit-trait-runner/target/junit-trait-runner-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/junit-trait-runner/10.1.0.M1/junit-trait-runner-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/junit-trait-runner/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/junit-trait-runner/10.1.0.M1/junit-trait-runner-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/junit-trait-runner/target/junit-trait-runner-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/junit-trait-runner/10.1.0.M1/junit-trait-runner-10.1.0.M1-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.collections:unit-tests-java8 >--------------
[INFO] Building Eclipse Collections Java 8 Unit Test Suite 10.1.0.M1    [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 32 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): 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/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 2.8 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/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/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/release/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/release/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/release/unit-tests-java8/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.test.map.immutable.ImmutableUnifiedMapTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 s - in org.eclipse.collections.test.map.immutable.ImmutableUnifiedMapTest
[INFO] Running org.eclipse.collections.test.list.mutable.UnmodifiableMutableListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s - in org.eclipse.collections.test.list.mutable.UnmodifiableMutableListTest
[INFO] Running org.eclipse.collections.test.lazy.LazyIterableAdapterTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 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.1 s - in org.eclipse.collections.test.map.mutable.sorted.UnmodifiableTreeMapTest
[INFO] Running org.eclipse.collections.test.set.mutable.SetAdapterTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.collections.test.set.mutable.SetAdapterTest
[INFO] Running org.eclipse.collections.test.map.mutable.MapAdapterTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.collections.test.map.mutable.MapAdapterTest
[INFO] Running org.eclipse.collections.test.set.mutable.UnifiedSetTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.test.set.mutable.UnifiedSetTest
[INFO] Running org.eclipse.collections.test.lazy.FlatCollectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.collections.test.lazy.FlatCollectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.SynchronizedMutableSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.collections.test.set.mutable.sorted.SynchronizedMutableSortedSetTest
[INFO] Running org.eclipse.collections.test.set.immutable.sorted.ImmutableTreeSetTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.collections.test.set.immutable.sorted.ImmutableTreeSetTest
[INFO] Running org.eclipse.collections.test.set.immutable.strategy.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.collections.test.set.immutable.strategy.ImmutableUnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapInverseTest
[INFO] Running org.eclipse.collections.test.lazy.SelectInstancesOfIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.test.lazy.SelectInstancesOfIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.list.mutable.FastListNoIteratorTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.collections.test.list.mutable.FastListNoIteratorTest
[INFO] Running org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.test.bimap.immutable.ImmutableHashBiMapTest
[INFO] Running org.eclipse.collections.test.lazy.DropWhileIterableNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.collections.test.lazy.DropWhileIterableNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.SortedMapAdapterTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.test.map.mutable.sorted.SortedMapAdapterTest
[INFO] Running org.eclipse.collections.test.lazy.CompositeIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.test.lazy.CompositeIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentMutableHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.collections.test.map.mutable.ConcurrentMutableHashMapTest
[INFO] Running org.eclipse.collections.test.map.immutable.strategy.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.collections.test.map.immutable.strategy.ImmutableUnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.SortedSetAdapterTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.collections.test.set.mutable.sorted.SortedSetAdapterTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsReadUntouchableTest
[INFO] Running org.eclipse.collections.test.bag.mutable.SynchronizedMutableBagTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.test.bag.mutable.SynchronizedMutableBagTest
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListAsWriteUntouchableTest
[INFO] Running org.eclipse.collections.test.bimap.mutable.UnmodifiableBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.collections.test.bimap.mutable.UnmodifiableBiMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnifiedMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.collections.test.map.mutable.UnifiedMapTest
[INFO] Running org.eclipse.collections.test.lazy.TapIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.test.lazy.TapIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoIteratorTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.UnmodifiableMutableSetTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.collections.test.set.mutable.UnmodifiableMutableSetTest
[INFO] Running org.eclipse.collections.test.list.immutable.ImmutableListTest
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.test.list.immutable.ImmutableListTest
[INFO] Running org.eclipse.collections.test.list.mutable.FastListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.list.mutable.FastListTest
[INFO] Running org.eclipse.collections.test.list.mutable.MultiReaderFastListTest
[INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.test.list.mutable.MultiReaderFastListTest
[INFO] Running org.eclipse.collections.test.lazy.DropIterableNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.test.lazy.DropIterableNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.SynchronizedSortedMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.collections.test.map.mutable.sorted.SynchronizedSortedMapTest
[INFO] Running org.eclipse.collections.test.stack.mutable.ArrayStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.collections.test.stack.mutable.ArrayStackTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.UnmodifiableMutableSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.test.set.mutable.sorted.UnmodifiableMutableSortedSetTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetNoIteratorTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.immutable.sorted.ImmutableSortedBagImplTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.collections.test.bag.immutable.sorted.ImmutableSortedBagImplTest
[INFO] Running org.eclipse.collections.test.map.mutable.ordered.UnmodifiableMutableOrderedMapTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.collections.test.map.mutable.ordered.UnmodifiableMutableOrderedMapTest
[INFO] Running org.eclipse.collections.test.bag.mutable.MultiReaderHashBagTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.collections.test.bag.mutable.MultiReaderHashBagTest
[INFO] Running org.eclipse.collections.test.lazy.CollectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.collections.test.lazy.CollectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.lazy.DistinctIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.collections.test.lazy.DistinctIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.mutable.HashBagTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.test.bag.mutable.HashBagTest
[INFO] Running org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.collections.impl.list.mutable.ListAdapterTest
[INFO] Running org.eclipse.collections.test.set.mutable.MultiReaderUnifiedSetTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.collections.test.set.mutable.MultiReaderUnifiedSetTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.SynchronizedSortedBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.collections.test.bag.mutable.sorted.SynchronizedSortedBagTest
[INFO] Running org.eclipse.collections.test.map.mutable.ordered.OrderedMapAdapterTest
[INFO] Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.collections.test.map.mutable.ordered.OrderedMapAdapterTest
[INFO] Running org.eclipse.collections.test.set.mutable.strategy.UnifiedSetWithHashingStrategyTest
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.set.mutable.strategy.UnifiedSetWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapNoIteratorTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapNoIteratorTest
[INFO] Running org.eclipse.collections.test.set.mutable.HashBiMapKeySetTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.collections.test.set.mutable.HashBiMapKeySetTest
[INFO] Running org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapTest
[INFO] Tests run: 105, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.test.map.mutable.sorted.TreeSortedMapTest
[INFO] Running org.eclipse.collections.test.lazy.SelectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.collections.test.lazy.SelectIterableTestNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.immutable.ImmutableHashBagTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.collections.test.bag.immutable.ImmutableHashBagTest
[INFO] Running org.eclipse.collections.test.set.mutable.sorted.TreeSortedSetTest
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.bimap.mutable.HashBiMapTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.test.bimap.mutable.HashBiMapTest
[INFO] Running org.eclipse.collections.test.list.mutable.ArrayListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.test.list.mutable.ArrayListAdapterTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentHashMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.collections.test.map.mutable.ConcurrentHashMapTest
[INFO] Running org.eclipse.collections.test.list.mutable.CompositeFastListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.collections.test.list.mutable.CompositeFastListTest
[INFO] Running org.eclipse.collections.test.stack.mutable.SynchronizedMutableStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.collections.test.stack.mutable.SynchronizedMutableStackTest
[INFO] Running org.eclipse.collections.test.lazy.RejectIterableTestNoIteratorTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.047 s - in org.eclipse.collections.test.bag.mutable.UnmodifiableBagTest
[INFO] Running org.eclipse.collections.test.set.immutable.ImmutableSetTest
[INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.collections.test.set.immutable.ImmutableSetTest
[INFO] Running org.eclipse.collections.test.bag.immutable.ImmutableBagTest
[INFO] Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.collections.test.bag.immutable.ImmutableBagTest
[INFO] Running org.eclipse.collections.test.list.mutable.SynchronizedMutableListTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.collections.test.list.mutable.SynchronizedMutableListTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.UnmodifiableSortedBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 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.069 s - in org.eclipse.collections.test.map.immutable.sorted.ImmutableTreeMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.collections.test.map.mutable.ConcurrentHashMapUnsafeTest
[INFO] Running org.eclipse.collections.test.stack.immutable.ImmutableStackTest
[INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.collections.test.stack.immutable.ImmutableStackTest
[INFO] Running org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.collections.impl.list.mutable.RandomAccessListAdapterTest
[INFO] Running org.eclipse.collections.test.bag.mutable.HashBagNoIteratorTest
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.collections.test.bag.mutable.HashBagNoIteratorTest
[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.UnmodifiableMutableMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.test.map.mutable.UnmodifiableMutableMapTest
[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.map.mutable.UnifiedMapNoIteratorTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.collections.test.map.mutable.UnifiedMapNoIteratorTest
[INFO] Running org.eclipse.collections.test.map.mutable.SynchronizedMutableMapTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.collections.test.map.mutable.SynchronizedMutableMapTest
[INFO] Running org.eclipse.collections.test.map.mutable.UnifiedMapWithHashingStrategyNoIteratorTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.collections.test.map.mutable.UnifiedMapWithHashingStrategyNoIteratorTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagTest
[INFO] Running org.eclipse.collections.test.bimap.mutable.HashBiMapInverseTest
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.collections.test.bimap.mutable.HashBiMapInverseTest
[INFO] Running org.eclipse.collections.test.map.mutable.strategy.UnifiedMapWithHashingStrategyTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.collections.test.map.mutable.strategy.UnifiedMapWithHashingStrategyTest
[INFO] Running org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoComparatorTest
[INFO] Tests run: 112, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.collections.test.bag.mutable.sorted.TreeBagNoComparatorTest
[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/release/unit-tests-java8/target/unit-tests-java8-10.1.0.M1.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/release/unit-tests-java8/target/unit-tests-java8-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/unit-tests-java8/10.1.0.M1/unit-tests-java8-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/unit-tests-java8/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/unit-tests-java8/10.1.0.M1/unit-tests-java8-10.1.0.M1.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:test-coverage >----------------
[INFO] Building Eclipse Collections Test Coverage Aggregation 10.1.0.M1 [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/release/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/release/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/release/eclipse-collections-testutils/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/release/unit-tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/release/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/release/test-coverage/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/test-coverage/10.1.0.M1/test-coverage-10.1.0.M1.pom
[INFO] 
[INFO] ---------------< org.eclipse.collections:p2-repository >----------------
[INFO] Building Eclipse Collections p2 Repository Build 10.1.0.M1       [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/release/p2-repository/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/p2-repository/10.1.0.M1/p2-repository-10.1.0.M1.pom
[INFO] 
[INFO] ----------< org.eclipse.collections:org.eclipse.collections >-----------
[INFO] Building Eclipse Collections OSGi Bundle 10.1.0.M1               [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 8.9 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 61 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 509 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 31 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 366 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 194 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 1.0 MB/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 98 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 151 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 96 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 172 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 128 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 75 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 337 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 133 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 189 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 613 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 510 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 22 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 600 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/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/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.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/jcraft/jsch/0.1.54/jsch-0.1.54.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/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/jsch/0.1.54/jsch-0.1.54.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/jzlib/1.1.1/jzlib-1.1.1.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
Progress (1): 4.1/70 kB
Progress (2): 4.1/70 kB | 4.1/281 kB
Progress (2): 7.7/70 kB | 4.1/281 kB
Progress (2): 7.7/70 kB | 7.7/281 kB
Progress (2): 12/70 kB | 7.7/281 kB 
Progress (2): 16/70 kB | 7.7/281 kB
Progress (2): 16/70 kB | 12/281 kB 
Progress (2): 20/70 kB | 12/281 kB
Progress (2): 20/70 kB | 16/281 kB
Progress (2): 24/70 kB | 16/281 kB
Progress (2): 24/70 kB | 20/281 kB
Progress (2): 24/70 kB | 24/281 kB
Progress (2): 24/70 kB | 28/281 kB
Progress (2): 28/70 kB | 28/281 kB
Progress (2): 32/70 kB | 28/281 kB
Progress (2): 36/70 kB | 28/281 kB
Progress (2): 36/70 kB | 32/281 kB
Progress (2): 40/70 kB | 32/281 kB
Progress (2): 40/70 kB | 36/281 kB
Progress (2): 44/70 kB | 36/281 kB
Progress (2): 44/70 kB | 40/281 kB
Progress (2): 48/70 kB | 40/281 kB
Progress (2): 52/70 kB | 40/281 kB
Progress (2): 56/70 kB | 40/281 kB
Progress (2): 56/70 kB | 44/281 kB
Progress (2): 60/70 kB | 44/281 kB
Progress (2): 60/70 kB | 48/281 kB
Progress (2): 64/70 kB | 48/281 kB
Progress (2): 64/70 kB | 52/281 kB
Progress (2): 68/70 kB | 52/281 kB
Progress (2): 68/70 kB | 56/281 kB
Progress (2): 70 kB | 56/281 kB   
Progress (2): 70 kB | 60/281 kB
Progress (2): 70 kB | 64/281 kB
Progress (2): 70 kB | 68/281 kB
Progress (2): 70 kB | 72/281 kB
Progress (3): 70 kB | 72/281 kB | 0/2.7 MB
Progress (3): 70 kB | 76/281 kB | 0/2.7 MB
Progress (3): 70 kB | 76/281 kB | 0/2.7 MB
Progress (3): 70 kB | 80/281 kB | 0/2.7 MB
Progress (3): 70 kB | 80/281 kB | 0/2.7 MB
Progress (3): 70 kB | 84/281 kB | 0/2.7 MB
Progress (3): 70 kB | 84/281 kB | 0/2.7 MB
Progress (3): 70 kB | 88/281 kB | 0/2.7 MB
Progress (3): 70 kB | 88/281 kB | 0/2.7 MB
Progress (3): 70 kB | 88/281 kB | 0/2.7 MB
Progress (3): 70 kB | 92/281 kB | 0/2.7 MB
Progress (3): 70 kB | 92/281 kB | 0/2.7 MB
Progress (3): 70 kB | 96/281 kB | 0/2.7 MB
Progress (3): 70 kB | 96/281 kB | 0/2.7 MB
Progress (3): 70 kB | 100/281 kB | 0/2.7 MB
Progress (3): 70 kB | 100/281 kB | 0/2.7 MB
Progress (3): 70 kB | 104/281 kB | 0/2.7 MB
Progress (3): 70 kB | 104/281 kB | 0/2.7 MB
Progress (3): 70 kB | 108/281 kB | 0/2.7 MB
Progress (3): 70 kB | 108/281 kB | 0/2.7 MB
Progress (3): 70 kB | 112/281 kB | 0/2.7 MB
Progress (3): 70 kB | 112/281 kB | 0/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 116/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 120/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 120/281 kB | 0.1/2.7 MB
Progress (3): 70 kB | 120/281 kB | 0.1/2.7 MB
Progress (4): 70 kB | 120/281 kB | 0.1/2.7 MB | 4.1/6.0 kB
Progress (5): 70 kB | 120/281 kB | 0.1/2.7 MB | 4.1/6.0 kB | 4.1/166 kB
Progress (5): 70 kB | 124/281 kB | 0.1/2.7 MB | 4.1/6.0 kB | 4.1/166 kB
Progress (5): 70 kB | 124/281 kB | 0.1/2.7 MB | 4.1/6.0 kB | 7.7/166 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 966 kB/s)
Progress (4): 124/281 kB | 0.1/2.7 MB | 6.0 kB | 7.7/166 kB
Progress (4): 124/281 kB | 0.1/2.7 MB | 6.0 kB | 7.7/166 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Progress (4): 124/281 kB | 0.1/2.7 MB | 6.0 kB | 12/166 kB
Progress (4): 128/281 kB | 0.1/2.7 MB | 6.0 kB | 12/166 kB
Progress (4): 128/281 kB | 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (4): 132/281 kB | 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (4): 132/281 kB | 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (4): 136/281 kB | 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (4): 136/281 kB | 0.1/2.7 MB | 6.0 kB | 16/166 kB
Progress (4): 136/281 kB | 0.1/2.7 MB | 6.0 kB | 20/166 kB
Progress (4): 136/281 kB | 0.1/2.7 MB | 6.0 kB | 20/166 kB
Progress (4): 140/281 kB | 0.1/2.7 MB | 6.0 kB | 20/166 kB
Progress (4): 140/281 kB | 0.1/2.7 MB | 6.0 kB | 20/166 kB
Progress (4): 140/281 kB | 0.1/2.7 MB | 6.0 kB | 24/166 kB
Progress (4): 140/281 kB | 0.1/2.7 MB | 6.0 kB | 24/166 kB
Progress (4): 144/281 kB | 0.1/2.7 MB | 6.0 kB | 24/166 kB
Progress (4): 144/281 kB | 0.1/2.7 MB | 6.0 kB | 24/166 kB
Progress (4): 144/281 kB | 0.1/2.7 MB | 6.0 kB | 28/166 kB
Progress (4): 144/281 kB | 0.1/2.7 MB | 6.0 kB | 28/166 kB
Progress (4): 148/281 kB | 0.1/2.7 MB | 6.0 kB | 28/166 kB
Progress (4): 148/281 kB | 0.1/2.7 MB | 6.0 kB | 28/166 kB
Progress (4): 148/281 kB | 0.1/2.7 MB | 6.0 kB | 32/166 kB
Progress (4): 148/281 kB | 0.1/2.7 MB | 6.0 kB | 32/166 kB
Progress (4): 152/281 kB | 0.1/2.7 MB | 6.0 kB | 32/166 kB
Progress (4): 152/281 kB | 0.1/2.7 MB | 6.0 kB | 32/166 kB
Progress (4): 152/281 kB | 0.1/2.7 MB | 6.0 kB | 36/166 kB
Progress (4): 152/281 kB | 0.1/2.7 MB | 6.0 kB | 36/166 kB
Progress (4): 156/281 kB | 0.1/2.7 MB | 6.0 kB | 36/166 kB
Progress (4): 156/281 kB | 0.1/2.7 MB | 6.0 kB | 36/166 kB
Progress (4): 156/281 kB | 0.1/2.7 MB | 6.0 kB | 40/166 kB
Progress (4): 156/281 kB | 0.1/2.7 MB | 6.0 kB | 40/166 kB
Progress (4): 160/281 kB | 0.1/2.7 MB | 6.0 kB | 40/166 kB
Progress (4): 160/281 kB | 0.1/2.7 MB | 6.0 kB | 40/166 kB
Progress (4): 160/281 kB | 0.1/2.7 MB | 6.0 kB | 44/166 kB
Progress (4): 160/281 kB | 0.1/2.7 MB | 6.0 kB | 44/166 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 6.0 kB | 44/166 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 6.0 kB | 44/166 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 6.0 kB | 48/166 kB
Progress (4): 164/281 kB | 0.1/2.7 MB | 6.0 kB | 48/166 kB
Progress (4): 164/281 kB | 0.2/2.7 MB | 6.0 kB | 48/166 kB
Progress (4): 164/281 kB | 0.2/2.7 MB | 6.0 kB | 48/166 kB
Progress (4): 168/281 kB | 0.2/2.7 MB | 6.0 kB | 48/166 kB
Progress (4): 168/281 kB | 0.2/2.7 MB | 6.0 kB | 48/166 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 72 kB/s)
Progress (3): 168/281 kB | 0.2/2.7 MB | 52/166 kB
                                                 
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 (3): 168/281 kB | 0.2/2.7 MB | 52/166 kB
Progress (3): 172/281 kB | 0.2/2.7 MB | 52/166 kB
Progress (3): 172/281 kB | 0.2/2.7 MB | 52/166 kB
Progress (3): 172/281 kB | 0.2/2.7 MB | 56/166 kB
Progress (3): 172/281 kB | 0.2/2.7 MB | 56/166 kB
Progress (3): 176/281 kB | 0.2/2.7 MB | 56/166 kB
Progress (3): 176/281 kB | 0.2/2.7 MB | 56/166 kB
Progress (3): 180/281 kB | 0.2/2.7 MB | 56/166 kB
Progress (3): 180/281 kB | 0.2/2.7 MB | 60/166 kB
Progress (4): 180/281 kB | 0.2/2.7 MB | 60/166 kB | 4.1/26 kB
Progress (4): 184/281 kB | 0.2/2.7 MB | 60/166 kB | 4.1/26 kB
Progress (4): 184/281 kB | 0.2/2.7 MB | 60/166 kB | 4.1/26 kB
Progress (4): 188/281 kB | 0.2/2.7 MB | 60/166 kB | 4.1/26 kB
Progress (4): 188/281 kB | 0.2/2.7 MB | 60/166 kB | 7.7/26 kB
Progress (4): 188/281 kB | 0.2/2.7 MB | 64/166 kB | 7.7/26 kB
Progress (4): 188/281 kB | 0.2/2.7 MB | 64/166 kB | 12/26 kB 
Progress (4): 192/281 kB | 0.2/2.7 MB | 64/166 kB | 12/26 kB
Progress (4): 192/281 kB | 0.2/2.7 MB | 64/166 kB | 12/26 kB
Progress (4): 196/281 kB | 0.2/2.7 MB | 64/166 kB | 12/26 kB
Progress (4): 196/281 kB | 0.2/2.7 MB | 64/166 kB | 16/26 kB
Progress (4): 196/281 kB | 0.2/2.7 MB | 68/166 kB | 16/26 kB
Progress (4): 196/281 kB | 0.2/2.7 MB | 68/166 kB | 20/26 kB
Progress (4): 200/281 kB | 0.2/2.7 MB | 68/166 kB | 20/26 kB
Progress (4): 200/281 kB | 0.2/2.7 MB | 68/166 kB | 20/26 kB
Progress (4): 204/281 kB | 0.2/2.7 MB | 68/166 kB | 20/26 kB
Progress (4): 204/281 kB | 0.2/2.7 MB | 68/166 kB | 24/26 kB
Progress (4): 204/281 kB | 0.2/2.7 MB | 72/166 kB | 24/26 kB
Progress (4): 204/281 kB | 0.2/2.7 MB | 72/166 kB | 26 kB   
Progress (4): 208/281 kB | 0.2/2.7 MB | 72/166 kB | 26 kB
Progress (4): 208/281 kB | 0.2/2.7 MB | 72/166 kB | 26 kB
Progress (4): 212/281 kB | 0.2/2.7 MB | 72/166 kB | 26 kB
Progress (4): 212/281 kB | 0.2/2.7 MB | 76/166 kB | 26 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 76/166 kB | 26 kB
Progress (4): 216/281 kB | 0.2/2.7 MB | 76/166 kB | 26 kB
Progress (4): 220/281 kB | 0.2/2.7 MB | 76/166 kB | 26 kB
Progress (4): 220/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB
Progress (4): 224/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB
Progress (4): 224/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB
Progress (4): 228/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB
Progress (4): 232/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB
Progress (5): 232/281 kB | 0.2/2.7 MB | 80/166 kB | 26 kB | 4.1/11 kB
Progress (5): 232/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 4.1/11 kB
Progress (5): 232/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 236/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 236/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 240/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 244/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 248/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 252/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 7.7/11 kB
Progress (5): 252/281 kB | 0.2/2.7 MB | 84/166 kB | 26 kB | 11 kB    
Progress (5): 252/281 kB | 0.2/2.7 MB | 88/166 kB | 26 kB | 11 kB
Progress (5): 252/281 kB | 0.2/2.7 MB | 92/166 kB | 26 kB | 11 kB
Progress (5): 256/281 kB | 0.2/2.7 MB | 92/166 kB | 26 kB | 11 kB
Progress (5): 256/281 kB | 0.2/2.7 MB | 92/166 kB | 26 kB | 11 kB
Progress (5): 260/281 kB | 0.2/2.7 MB | 92/166 kB | 26 kB | 11 kB
Progress (5): 260/281 kB | 0.2/2.7 MB | 96/166 kB | 26 kB | 11 kB
Progress (5): 264/281 kB | 0.2/2.7 MB | 96/166 kB | 26 kB | 11 kB
Progress (5): 264/281 kB | 0.2/2.7 MB | 96/166 kB | 26 kB | 11 kB
Progress (5): 268/281 kB | 0.2/2.7 MB | 96/166 kB | 26 kB | 11 kB
Progress (5): 268/281 kB | 0.2/2.7 MB | 100/166 kB | 26 kB | 11 kB
Progress (5): 272/281 kB | 0.2/2.7 MB | 100/166 kB | 26 kB | 11 kB
Progress (5): 272/281 kB | 0.2/2.7 MB | 100/166 kB | 26 kB | 11 kB
Progress (5): 276/281 kB | 0.2/2.7 MB | 100/166 kB | 26 kB | 11 kB
Progress (5): 276/281 kB | 0.2/2.7 MB | 104/166 kB | 26 kB | 11 kB
Progress (5): 280/281 kB | 0.2/2.7 MB | 104/166 kB | 26 kB | 11 kB
Progress (5): 280/281 kB | 0.2/2.7 MB | 104/166 kB | 26 kB | 11 kB
Progress (5): 280/281 kB | 0.2/2.7 MB | 108/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 108/166 kB | 26 kB | 11 kB    
Progress (5): 281 kB | 0.2/2.7 MB | 112/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 112/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 116/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 116/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 120/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 124/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 128/166 kB | 26 kB | 11 kB
Progress (5): 281 kB | 0.2/2.7 MB | 128/166 kB | 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 55 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 1.4 MB/s)
Progress (3): 0.2/2.7 MB | 128/166 kB | 26 kB
Progress (3): 0.2/2.7 MB | 132/166 kB | 26 kB
Progress (3): 0.2/2.7 MB | 132/166 kB | 26 kB
                                             
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 (3): 0.2/2.7 MB | 132/166 kB | 26 kB
Progress (3): 0.2/2.7 MB | 132/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 132/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 136/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 136/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 140/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 140/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 144/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 144/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 148/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 148/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 148/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 152/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 152/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 156/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 156/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 160/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 160/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 164/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 164/166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB    
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.3/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
Progress (3): 0.4/2.7 MB | 166 kB | 26 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 119 kB/s)
Progress (3): 0.4/2.7 MB | 166 kB | 4.1/22 kB
Progress (3): 0.4/2.7 MB | 166 kB | 7.7/22 kB
Progress (3): 0.4/2.7 MB | 166 kB | 7.7/22 kB
Progress (3): 0.4/2.7 MB | 166 kB | 12/22 kB 
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 612 kB/s)
Progress (2): 0.4/2.7 MB | 16/22 kB
Progress (2): 0.4/2.7 MB | 16/22 kB
Progress (2): 0.4/2.7 MB | 20/22 kB
Progress (2): 0.4/2.7 MB | 22 kB   
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.4/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.5/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.6/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.7/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 kB
Progress (2): 0.8/2.7 MB | 22 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 74 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.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)
[WARNING] Working tree is dirty.
git status p2-repository/org.eclipse.collections:

Changes not staged for commit:
	modified:    p2-repository/org.eclipse.collections/pom.xml

[WARNING] Fallback to default timestamp provider
[INFO] The project's OSGi version is 10.1.0.M1.v20191122-1143
[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.M1:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:10.1.0.M1:jar
[INFO] Unpacking /home/jenkins/agent/workspace/release/eclipse-collections/target/eclipse-collections-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/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/release/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M1.jar
[INFO] Gathering sources
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections:sources:10.1.0.M1:jar
[INFO] Configured Artifact: org.eclipse.collections:eclipse-collections-api:sources:10.1.0.M1:jar
[INFO] Unpacking /home/jenkins/agent/workspace/release/eclipse-collections/target/eclipse-collections-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*"
[INFO] Unpacking /home/jenkins/agent/workspace/release/eclipse-collections-api/target/eclipse-collections-api-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/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/release/p2-repository/org.eclipse.collections/src/main/java
[INFO] Building jar: /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M1-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 2.3 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 280 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.4 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 4.0 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 60 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 172 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/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-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 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/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/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/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/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/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Progress (1): 4.1/54 kB
Progress (1): 7.7/54 kB
Progress (1): 12/54 kB 
Progress (1): 16/54 kB
Progress (1): 20/54 kB
Progress (1): 24/54 kB
Progress (1): 28/54 kB
Progress (1): 32/54 kB
Progress (1): 36/54 kB
Progress (1): 40/54 kB
Progress (1): 44/54 kB
Progress (2): 44/54 kB | 4.1/28 kB
Progress (2): 48/54 kB | 4.1/28 kB
Progress (2): 48/54 kB | 7.7/28 kB
Progress (2): 52/54 kB | 7.7/28 kB
Progress (2): 52/54 kB | 12/28 kB 
Progress (2): 54 kB | 12/28 kB   
Progress (2): 54 kB | 16/28 kB
Progress (2): 54 kB | 20/28 kB
Progress (2): 54 kB | 24/28 kB
Progress (2): 54 kB | 28/28 kB
Progress (2): 54 kB | 28 kB   
Progress (3): 54 kB | 28 kB | 4.1/21 kB
Progress (4): 54 kB | 28 kB | 4.1/21 kB | 4.1/379 kB
Progress (4): 54 kB | 28 kB | 7.7/21 kB | 4.1/379 kB
Progress (4): 54 kB | 28 kB | 7.7/21 kB | 7.7/379 kB
Progress (4): 54 kB | 28 kB | 12/21 kB | 7.7/379 kB 
Progress (4): 54 kB | 28 kB | 12/21 kB | 12/379 kB 
Progress (4): 54 kB | 28 kB | 16/21 kB | 12/379 kB
Progress (4): 54 kB | 28 kB | 16/21 kB | 16/379 kB
Progress (4): 54 kB | 28 kB | 20/21 kB | 16/379 kB
Progress (4): 54 kB | 28 kB | 21 kB | 16/379 kB   
Progress (4): 54 kB | 28 kB | 21 kB | 20/379 kB
Progress (4): 54 kB | 28 kB | 21 kB | 24/379 kB
Progress (4): 54 kB | 28 kB | 21 kB | 28/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 139 kB/s)
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 72 kB/s)
Progress (2): 21 kB | 32/379 kB
Progress (2): 21 kB | 36/379 kB
Progress (2): 21 kB | 40/379 kB
Progress (2): 21 kB | 44/379 kB
Progress (2): 21 kB | 48/379 kB
Progress (2): 21 kB | 52/379 kB
Progress (2): 21 kB | 56/379 kB
Progress (2): 21 kB | 60/379 kB
Progress (2): 21 kB | 64/379 kB
Progress (2): 21 kB | 68/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 53 kB/s)
Progress (1): 72/379 kB
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 917 kB/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.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 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 11 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 2.6 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): 33/148 kB
Progress (1): 37/148 kB
Progress (1): 41/148 kB
Progress (1): 45/148 kB
Progress (1): 49/148 kB
Progress (1): 53/148 kB
Progress (1): 57/148 kB
Progress (1): 61/148 kB
Progress (1): 65/148 kB
Progress (1): 66/148 kB
Progress (1): 70/148 kB
Progress (1): 74/148 kB
Progress (1): 78/148 kB
Progress (1): 82/148 kB
Progress (1): 86/148 kB
Progress (1): 90/148 kB
Progress (1): 94/148 kB
Progress (1): 98/148 kB
Progress (1): 98/148 kB
Progress (1): 102/148 kB
Progress (1): 106/148 kB
Progress (1): 110/148 kB
Progress (1): 114/148 kB
Progress (1): 118/148 kB
Progress (1): 122/148 kB
Progress (1): 126/148 kB
Progress (1): 130/148 kB
Progress (1): 134/148 kB
Progress (1): 138/148 kB
Progress (1): 142/148 kB
Progress (1): 146/148 kB
Progress (1): 148 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 4.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.5 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 71 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 831 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 42 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 40 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 9.8 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 441 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/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
Progress (2): 14 kB | 4.1/426 kB
Progress (2): 14 kB | 7.7/426 kB
Progress (2): 14 kB | 12/426 kB 
Progress (2): 14 kB | 16/426 kB
Progress (2): 14 kB | 20/426 kB
Progress (2): 14 kB | 24/426 kB
Progress (2): 14 kB | 28/426 kB
Progress (2): 14 kB | 32/426 kB
Progress (2): 14 kB | 36/426 kB
Progress (2): 14 kB | 40/426 kB
Progress (2): 14 kB | 44/426 kB
Progress (2): 14 kB | 48/426 kB
Progress (2): 14 kB | 52/426 kB
Progress (2): 14 kB | 56/426 kB
Progress (2): 14 kB | 60/426 kB
Progress (2): 14 kB | 64/426 kB
Progress (2): 14 kB | 68/426 kB
Progress (2): 14 kB | 72/426 kB
Progress (2): 14 kB | 76/426 kB
Progress (2): 14 kB | 80/426 kB
Progress (2): 14 kB | 84/426 kB
Progress (2): 14 kB | 88/426 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 165 kB/s)
Progress (1): 92/426 kB
Progress (1): 96/426 kB
Progress (1): 100/426 kB
Progress (1): 104/426 kB
Progress (1): 108/426 kB
Progress (1): 112/426 kB
Progress (1): 116/426 kB
Progress (1): 120/426 kB
Progress (1): 124/426 kB
Progress (1): 128/426 kB
Progress (1): 132/426 kB
Progress (1): 136/426 kB
Progress (1): 140/426 kB
Progress (1): 144/426 kB
Progress (1): 148/426 kB
Progress (1): 152/426 kB
Progress (1): 156/426 kB
Progress (1): 160/426 kB
Progress (1): 164/426 kB
Progress (1): 168/426 kB
Progress (1): 172/426 kB
Progress (1): 176/426 kB
Progress (1): 180/426 kB
Progress (1): 184/426 kB
Progress (1): 188/426 kB
Progress (1): 192/426 kB
Progress (1): 196/426 kB
Progress (1): 200/426 kB
Progress (1): 204/426 kB
Progress (1): 208/426 kB
Progress (1): 212/426 kB
Progress (1): 216/426 kB
Progress (1): 220/426 kB
Progress (1): 224/426 kB
Progress (1): 228/426 kB
Progress (1): 232/426 kB
Progress (1): 236/426 kB
Progress (1): 240/426 kB
Progress (1): 244/426 kB
Progress (1): 248/426 kB
Progress (1): 252/426 kB
Progress (1): 256/426 kB
Progress (1): 260/426 kB
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 3.8 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/release/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M1/org.eclipse.collections-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M1/org.eclipse.collections-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/org.eclipse.collections-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M1/org.eclipse.collections-10.1.0.M1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/p2content.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M1/org.eclipse.collections-10.1.0.M1-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/release/p2-repository/org.eclipse.collections/target/p2artifacts.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/org.eclipse.collections/10.1.0.M1/org.eclipse.collections-10.1.0.M1-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.M1     [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 245 kB/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): 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 674 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.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 27 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.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.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.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/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 9.6 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/release/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 167 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 957 kB/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 90 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.2 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): 36/63 kB
Progress (1): 40/63 kB
Progress (1): 44/63 kB
Progress (1): 48/63 kB
Progress (1): 52/63 kB
Progress (1): 56/63 kB
Progress (1): 60/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 2.9 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 150 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 93 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 97 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 333 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 334 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 96 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 488 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 101 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 245 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 722 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 131 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 847 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 183 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 102 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 1.5 MB/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 133 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 187 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 560 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 775 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 407 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 349 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 579 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 3.0 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 118 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 144 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 43 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 152 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.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 24 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 243 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 37 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 26 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 40 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 40 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 41 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 84 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 154 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 83 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 45 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 18 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 65 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 37 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 12 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 79 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 38 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 34 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 178 kB/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 61 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): 33/62 kB
Progress (1): 37/62 kB
Progress (1): 41/62 kB
Progress (1): 45/62 kB
Progress (1): 49/62 kB
Progress (1): 53/62 kB
Progress (1): 57/62 kB
Progress (1): 61/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom (62 kB at 303 kB/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 83 kB/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 7.0 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 46 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 20 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 38 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 7.0 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 55 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 37 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 40 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 44 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 55 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 48 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 57 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 44 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 43 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 34 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 23 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 158 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 134 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 42 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 19 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 38 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 39 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 135 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 43 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 83 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 25 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/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-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/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar
Progress (1): 4.1/290 kB
Progress (1): 7.7/290 kB
Progress (1): 12/290 kB 
Progress (1): 16/290 kB
Progress (1): 20/290 kB
Progress (1): 24/290 kB
Progress (1): 28/290 kB
Progress (1): 32/290 kB
Progress (1): 33/290 kB
Progress (1): 37/290 kB
Progress (1): 41/290 kB
Progress (1): 45/290 kB
Progress (1): 49/290 kB
Progress (1): 53/290 kB
Progress (1): 57/290 kB
Progress (1): 61/290 kB
Progress (1): 65/290 kB
Progress (1): 66/290 kB
Progress (1): 70/290 kB
Progress (1): 74/290 kB
Progress (1): 78/290 kB
Progress (1): 82/290 kB
Progress (1): 86/290 kB
Progress (1): 90/290 kB
Progress (1): 94/290 kB
Progress (1): 98/290 kB
Progress (1): 98/290 kB
Progress (1): 102/290 kB
Progress (1): 106/290 kB
Progress (1): 110/290 kB
Progress (1): 114/290 kB
Progress (1): 118/290 kB
Progress (1): 122/290 kB
Progress (1): 126/290 kB
Progress (1): 130/290 kB
Progress (1): 131/290 kB
Progress (1): 135/290 kB
Progress (1): 139/290 kB
Progress (1): 143/290 kB
Progress (1): 147/290 kB
Progress (1): 151/290 kB
Progress (1): 155/290 kB
Progress (1): 159/290 kB
Progress (1): 163/290 kB
Progress (1): 164/290 kB
Progress (1): 168/290 kB
Progress (1): 172/290 kB
Progress (1): 176/290 kB
Progress (1): 180/290 kB
Progress (1): 184/290 kB
Progress (1): 188/290 kB
Progress (1): 192/290 kB
Progress (1): 196/290 kB
Progress (1): 197/290 kB
Progress (1): 201/290 kB
Progress (1): 205/290 kB
Progress (1): 209/290 kB
Progress (1): 213/290 kB
Progress (1): 217/290 kB
Progress (1): 221/290 kB
Progress (1): 225/290 kB
Progress (1): 229/290 kB
Progress (1): 229/290 kB
Progress (1): 233/290 kB
Progress (1): 237/290 kB
Progress (1): 241/290 kB
Progress (1): 245/290 kB
Progress (1): 249/290 kB
Progress (1): 253/290 kB
Progress (1): 257/290 kB
Progress (1): 261/290 kB
Progress (1): 265/290 kB
Progress (1): 269/290 kB
Progress (1): 273/290 kB
Progress (1): 277/290 kB
Progress (1): 281/290 kB
Progress (1): 285/290 kB
Progress (1): 289/290 kB
Progress (1): 290 kB    
Progress (2): 290 kB | 0/2.3 MB
Progress (3): 290 kB | 0/2.3 MB | 4.1/15 kB
Progress (3): 290 kB | 0/2.3 MB | 4.1/15 kB
Progress (3): 290 kB | 0/2.3 MB | 7.7/15 kB
Progress (3): 290 kB | 0/2.3 MB | 7.7/15 kB
Progress (3): 290 kB | 0/2.3 MB | 12/15 kB 
Progress (3): 290 kB | 0/2.3 MB | 12/15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB   
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (3): 290 kB | 0/2.3 MB | 15 kB
Progress (4): 290 kB | 0/2.3 MB | 15 kB | 4.1/177 kB
Progress (4): 290 kB | 0/2.3 MB | 15 kB | 4.1/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 4.1/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 4.1/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 7.7/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 12/177 kB 
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 16/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 20/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 20/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 24/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 24/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 28/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 28/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 32/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 32/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 36/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 36/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 40/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 40/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 44/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 44/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 48/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 48/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 52/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 52/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 56/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 56/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 60/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 60/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 64/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 64/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 68/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 68/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 15 kB | 72/177 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 270 kB/s)
Progress (3): 290 kB | 0.1/2.3 MB | 72/177 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): 290 kB | 0.1/2.3 MB | 76/177 kB
Progress (3): 290 kB | 0.1/2.3 MB | 76/177 kB
Progress (3): 290 kB | 0.1/2.3 MB | 80/177 kB
Progress (3): 290 kB | 0.1/2.3 MB | 80/177 kB
Progress (4): 290 kB | 0.1/2.3 MB | 80/177 kB | 4.1/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 80/177 kB | 4.1/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 84/177 kB | 4.1/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 84/177 kB | 4.1/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 84/177 kB | 7.7/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 84/177 kB | 7.7/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 88/177 kB | 7.7/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 88/177 kB | 7.7/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 88/177 kB | 12/44 kB 
Progress (4): 290 kB | 0.1/2.3 MB | 88/177 kB | 12/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 92/177 kB | 12/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 92/177 kB | 12/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 92/177 kB | 16/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 92/177 kB | 16/44 kB
Progress (4): 290 kB | 0.1/2.3 MB | 96/177 kB | 16/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 96/177 kB | 16/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 100/177 kB | 16/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 100/177 kB | 20/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 104/177 kB | 20/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 104/177 kB | 20/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 108/177 kB | 20/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 112/177 kB | 20/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 112/177 kB | 24/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 116/177 kB | 24/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 116/177 kB | 24/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 120/177 kB | 24/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 120/177 kB | 28/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 124/177 kB | 28/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 124/177 kB | 28/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 128/177 kB | 28/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 128/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 132/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 132/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 32/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 36/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 136/177 kB | 36/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 140/177 kB | 36/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 140/177 kB | 36/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 140/177 kB | 40/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 140/177 kB | 40/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 144/177 kB | 40/44 kB
Progress (4): 290 kB | 0.2/2.3 MB | 144/177 kB | 40/44 kB
Progress (5): 290 kB | 0.2/2.3 MB | 144/177 kB | 40/44 kB | 4.1/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 144/177 kB | 44/44 kB | 4.1/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 144/177 kB | 44/44 kB | 7.7/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 144/177 kB | 44/44 kB | 7.7/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44/44 kB | 7.7/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44/44 kB | 7.7/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44/44 kB | 12/55 kB 
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44 kB | 12/55 kB   
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44 kB | 16/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 148/177 kB | 44 kB | 16/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 152/177 kB | 44 kB | 16/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 152/177 kB | 44 kB | 16/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 152/177 kB | 44 kB | 20/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 152/177 kB | 44 kB | 20/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 156/177 kB | 44 kB | 20/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 156/177 kB | 44 kB | 20/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 156/177 kB | 44 kB | 24/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 156/177 kB | 44 kB | 24/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 160/177 kB | 44 kB | 24/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 160/177 kB | 44 kB | 24/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 160/177 kB | 44 kB | 28/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 160/177 kB | 44 kB | 28/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 28/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 28/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 32/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 36/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 164/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 168/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 168/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.2/2.3 MB | 168/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.3/2.3 MB | 168/177 kB | 44 kB | 40/55 kB
Progress (5): 290 kB | 0.3/2.3 MB | 168/177 kB | 44 kB | 44/55 kB
Progress (5): 290 kB | 0.3/2.3 MB | 168/177 kB | 44 kB | 44/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 599 kB/s)
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 44/55 kB
                                                         
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): 290 kB | 0.3/2.3 MB | 172/177 kB | 44/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 44/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 172/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 176/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 176/177 kB | 48/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 176/177 kB | 52/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 176/177 kB | 52/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 52/55 kB    
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 52/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 52/55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB   
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 4.1/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 4.1/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 7.7/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 7.7/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 12/205 kB 
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 12/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 16/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 16/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 16/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 20/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 20/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 24/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 24/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 28/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 32/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 33/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 33/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 37/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 37/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 41/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 41/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 45/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 45/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 49/205 kB
Progress (5): 290 kB | 0.5/2.3 MB | 177 kB | 55 kB | 49/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 49/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 53/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 53/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 53/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 57/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 57/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 61/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 61/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 65/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 65/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 66/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 66/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 70/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 70/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 74/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 74/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 78/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 78/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 82/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 82/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 86/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 86/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 86/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 90/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 90/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 94/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 94/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 98/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 98/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 98/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 98/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 102/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 102/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 106/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 106/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 110/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 110/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 110/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 114/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 114/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 118/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 118/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 122/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 122/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 126/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 126/205 kB
Progress (5): 290 kB | 0.6/2.3 MB | 177 kB | 55 kB | 130/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 130/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 134/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 134/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 138/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 138/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 142/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 142/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 146/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 146/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 150/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 150/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 154/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 154/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 158/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 158/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 162/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 162/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 166/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 166/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 170/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 170/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 174/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 174/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 178/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 178/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 178/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 182/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 182/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 186/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 186/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 190/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 190/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 194/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 194/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 198/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 198/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.7/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 202/205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB    
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.8/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 205 kB
Progress (5): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB | 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 (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 0.9/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 4.1/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 4.1/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 7.7/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 7.7/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 12/45 kB 
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 12/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 16/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 16/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 20/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 20/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 24/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 24/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 28/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 28/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 32/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 32/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 36/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 36/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 40/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 40/45 kB
Progress (5): 290 kB | 1.0/2.3 MB | 177 kB | 55 kB | 44/45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 44/45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB   
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.1/2.3 MB | 177 kB | 55 kB | 45 kB
Progress (5): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB | 45 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 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 4.1/5.8 kB
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 4.1/5.8 kB
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 5.8 kB    
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.3/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 kB
Progress (5): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB | 5.8 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 21 kB/s)
Progress (4): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB
                                                  
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 (4): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.4/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.5/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.6/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 4.1/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 4.1/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 7.7/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 7.7/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 12/378 kB 
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 12/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 16/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 16/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 20/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 20/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 24/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 24/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 28/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 28/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 32/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 32/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 33/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 33/378 kB
Progress (5): 290 kB | 1.7/2.3 MB | 177 kB | 55 kB | 37/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 37/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 41/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 41/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 45/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 45/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 49/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 49/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 53/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 53/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 57/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 57/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 61/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 61/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 65/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 65/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 66/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 66/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 70/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 70/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 74/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 74/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 78/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 78/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 82/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 82/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 86/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 86/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 90/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 90/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 94/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 94/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 98/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 98/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 98/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 98/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 102/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 102/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 106/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 106/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 110/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 110/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 114/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 114/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 118/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 118/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 122/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 122/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 126/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 126/378 kB
Progress (5): 290 kB | 1.8/2.3 MB | 177 kB | 55 kB | 130/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 130/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 134/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 134/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 138/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 138/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 142/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 142/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 146/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 146/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 150/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 150/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 154/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 154/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 158/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 158/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 162/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 162/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 166/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 166/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 170/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 170/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 174/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 174/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 178/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 178/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 182/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 182/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 186/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 186/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 190/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 190/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 194/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 194/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 198/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 198/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 202/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 202/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 206/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 206/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 210/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 210/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 214/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 214/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 218/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 218/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 222/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 222/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 226/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 226/378 kB
Progress (5): 290 kB | 1.9/2.3 MB | 177 kB | 55 kB | 230/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 230/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 234/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 234/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 238/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 238/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 242/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 242/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 242/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 246/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 246/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 250/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 250/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 254/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 254/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 258/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 258/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 262/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 262/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 266/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 266/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 270/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 270/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 274/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 274/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 278/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 278/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 282/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 282/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 286/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 286/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 290/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 290/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 294/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 294/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 298/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 298/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 302/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 302/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 306/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 306/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 310/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 310/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 314/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 314/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 318/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 318/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 322/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 322/378 kB
Progress (5): 290 kB | 2.0/2.3 MB | 177 kB | 55 kB | 326/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 326/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 330/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 330/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 334/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 334/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 338/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 338/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 342/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 342/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 346/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 346/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 350/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 350/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 354/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 354/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 358/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 358/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 362/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 362/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 366/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 366/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 370/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 370/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 374/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 374/378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB    
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.1/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB | 378 kB
Progress (5): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB | 378 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 845 kB/s)
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
                                                  
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 (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.2/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.3/2.3 MB | 177 kB | 55 kB
Progress (4): 290 kB | 2.3 MB | 177 kB | 55 kB    
Progress (5): 290 kB | 2.3 MB | 177 kB | 55 kB | 4.1/638 kB
Progress (5): 290 kB | 2.3 MB | 177 kB | 55 kB | 7.7/638 kB
Progress (5): 290 kB | 2.3 MB | 177 kB | 55 kB | 12/638 kB 
Progress (5): 290 kB | 2.3 MB | 177 kB | 55 kB | 16/638 kB
                                                          
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 4.9 MB/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 (4): 290 kB | 177 kB | 55 kB | 20/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 24/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 28/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 32/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 33/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 37/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 41/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 45/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 49/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 53/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 57/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 61/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 65/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 66/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 70/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 74/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 78/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 82/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 86/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 90/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 94/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 98/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 98/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 102/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 106/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 110/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 114/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 118/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 122/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 126/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 130/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 131/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 135/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 139/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 143/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 147/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 151/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 155/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 159/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 163/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 164/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 168/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 172/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 176/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 180/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 184/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 188/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 192/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 196/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 197/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 201/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 205/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 209/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 213/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 217/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 221/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 225/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 229/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 233/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 237/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 241/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 245/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 249/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 253/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 257/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 261/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 265/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 269/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 273/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 277/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 281/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 285/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 289/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 293/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 297/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 301/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 305/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 309/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 313/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 317/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 321/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 325/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 329/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 333/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 337/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 341/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 345/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 349/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 353/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 357/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 361/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 365/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 369/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 373/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 377/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 381/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 385/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 389/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 393/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 397/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 401/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 405/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 409/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 413/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 417/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 421/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 425/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 429/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 433/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 437/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 441/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 445/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 449/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 453/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 457/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 461/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 465/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 469/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 473/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 477/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 481/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 485/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 489/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 493/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 497/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 501/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 505/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 509/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 513/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 517/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 521/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 525/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 529/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 533/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 537/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 541/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 545/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 549/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 553/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 557/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 561/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 565/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 569/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 573/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 577/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 581/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 585/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 589/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 593/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 597/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 601/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 605/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 609/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 613/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 617/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 621/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 625/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 629/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 633/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 637/638 kB
Progress (4): 290 kB | 177 kB | 55 kB | 638 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 86 kB/s)
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 141 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.jar
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
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 27 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 (2): 638 kB | 4.1/27 kB
Progress (2): 638 kB | 7.7/27 kB
Progress (2): 638 kB | 12/27 kB 
Progress (2): 638 kB | 16/27 kB
Progress (2): 638 kB | 20/27 kB
Progress (3): 638 kB | 20/27 kB | 4.1/43 kB
Progress (3): 638 kB | 24/27 kB | 4.1/43 kB
Progress (3): 638 kB | 24/27 kB | 7.7/43 kB
Progress (3): 638 kB | 27 kB | 7.7/43 kB   
Progress (3): 638 kB | 27 kB | 12/43 kB 
Progress (3): 638 kB | 27 kB | 16/43 kB
Progress (3): 638 kB | 27 kB | 20/43 kB
Progress (3): 638 kB | 27 kB | 24/43 kB
Progress (3): 638 kB | 27 kB | 28/43 kB
Progress (3): 638 kB | 27 kB | 32/43 kB
Progress (3): 638 kB | 27 kB | 36/43 kB
Progress (3): 638 kB | 27 kB | 40/43 kB
Progress (3): 638 kB | 27 kB | 43 kB   
Progress (4): 638 kB | 27 kB | 43 kB | 4.1/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 7.7/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 12/47 kB 
Progress (4): 638 kB | 27 kB | 43 kB | 16/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 20/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 24/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 28/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 32/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 36/47 kB
Progress (4): 638 kB | 27 kB | 43 kB | 40/47 kB
Progress (5): 638 kB | 27 kB | 43 kB | 40/47 kB | 4.1/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 44/47 kB | 4.1/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 4.1/67 kB   
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 7.7/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 12/67 kB 
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 16/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 20/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 24/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 28/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 32/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 33/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 37/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 41/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 45/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 49/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 53/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 57/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 61/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 65/67 kB
Progress (5): 638 kB | 27 kB | 43 kB | 47 kB | 67 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 272 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
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 18 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
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 20 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.jar
Progress (3): 27 kB | 67 kB | 4.1/31 kB
Progress (3): 27 kB | 67 kB | 7.7/31 kB
Progress (3): 27 kB | 67 kB | 12/31 kB 
Progress (3): 27 kB | 67 kB | 16/31 kB
Progress (3): 27 kB | 67 kB | 20/31 kB
Progress (3): 27 kB | 67 kB | 24/31 kB
Progress (3): 27 kB | 67 kB | 28/31 kB
Progress (3): 27 kB | 67 kB | 31 kB   
Progress (4): 27 kB | 67 kB | 31 kB | 4.1/173 kB
Progress (4): 27 kB | 67 kB | 31 kB | 7.7/173 kB
Progress (4): 27 kB | 67 kB | 31 kB | 12/173 kB 
Progress (5): 27 kB | 67 kB | 31 kB | 12/173 kB | 4.1/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 16/173 kB | 4.1/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 16/173 kB | 7.7/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 20/173 kB | 7.7/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 20/173 kB | 12/136 kB 
Progress (5): 27 kB | 67 kB | 31 kB | 24/173 kB | 12/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 24/173 kB | 16/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 28/173 kB | 16/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 28/173 kB | 20/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 32/173 kB | 20/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 32/173 kB | 24/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 33/173 kB | 24/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 33/173 kB | 28/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 37/173 kB | 28/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 37/173 kB | 32/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 41/173 kB | 32/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 41/173 kB | 33/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 45/173 kB | 33/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 45/173 kB | 37/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 49/173 kB | 37/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 49/173 kB | 41/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 53/173 kB | 41/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 53/173 kB | 45/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 57/173 kB | 45/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 57/173 kB | 49/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 61/173 kB | 49/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 61/173 kB | 53/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 65/173 kB | 53/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 65/173 kB | 57/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 66/173 kB | 57/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 66/173 kB | 61/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 70/173 kB | 61/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 70/173 kB | 65/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 74/173 kB | 65/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 74/173 kB | 66/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 78/173 kB | 66/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 78/173 kB | 70/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 82/173 kB | 70/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 82/173 kB | 74/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 86/173 kB | 74/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 86/173 kB | 78/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 90/173 kB | 78/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 90/173 kB | 82/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 94/173 kB | 82/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 94/173 kB | 86/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 98/173 kB | 86/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 98/173 kB | 90/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 98/173 kB | 90/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 98/173 kB | 94/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 102/173 kB | 94/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 102/173 kB | 98/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 106/173 kB | 98/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 106/173 kB | 98/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 110/173 kB | 98/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 110/173 kB | 102/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 114/173 kB | 102/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 114/173 kB | 106/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 118/173 kB | 106/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 118/173 kB | 110/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 122/173 kB | 110/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 122/173 kB | 114/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 126/173 kB | 114/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 126/173 kB | 118/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 130/173 kB | 118/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 130/173 kB | 122/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 134/173 kB | 122/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 134/173 kB | 126/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 138/173 kB | 126/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 138/173 kB | 130/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 142/173 kB | 130/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 142/173 kB | 134/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 146/173 kB | 134/136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 146/173 kB | 136 kB    
Progress (5): 27 kB | 67 kB | 31 kB | 150/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 154/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 158/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 162/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 166/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 170/173 kB | 136 kB
Progress (5): 27 kB | 67 kB | 31 kB | 173 kB | 136 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 57 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.jar
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 72 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-no_aop.jar
Progress (4): 27 kB | 67 kB | 31 kB | 4.1/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 7.7/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 12/424 kB 
Progress (4): 27 kB | 67 kB | 31 kB | 16/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 20/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 24/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 28/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 32/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 33/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 37/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 41/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 45/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 49/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 53/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 57/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 61/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 65/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 66/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 70/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 74/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 78/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 82/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 86/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 90/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 94/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 98/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 98/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 102/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 106/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 110/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 114/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 118/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 122/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 126/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 130/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 134/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 138/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 142/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 146/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 150/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 154/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 158/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 162/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 166/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 170/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 174/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 178/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 182/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 186/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 190/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 194/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 198/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 202/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 206/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 210/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 214/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 218/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 222/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 226/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 230/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 234/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 238/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 242/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 246/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 250/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 254/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 258/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 262/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 266/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 270/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 274/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 278/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 282/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 286/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 290/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 294/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 298/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 302/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 306/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 310/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 314/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 318/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 322/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 326/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 330/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 334/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 338/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 342/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 346/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 350/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 354/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 358/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 362/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 366/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 370/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 374/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 378/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 382/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 386/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 390/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 394/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 398/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 402/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 406/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 410/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 414/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 418/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 422/424 kB
Progress (4): 27 kB | 67 kB | 31 kB | 424 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.jar (67 kB at 27 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
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 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
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 172 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 (2): 31 kB | 4.1/147 kB
Progress (2): 31 kB | 7.7/147 kB
Progress (2): 31 kB | 12/147 kB 
Progress (2): 31 kB | 16/147 kB
Progress (2): 31 kB | 20/147 kB
Progress (2): 31 kB | 24/147 kB
Progress (2): 31 kB | 28/147 kB
Progress (2): 31 kB | 32/147 kB
Progress (2): 31 kB | 33/147 kB
Progress (2): 31 kB | 37/147 kB
Progress (2): 31 kB | 41/147 kB
Progress (2): 31 kB | 45/147 kB
Progress (2): 31 kB | 49/147 kB
Progress (2): 31 kB | 53/147 kB
Progress (2): 31 kB | 57/147 kB
Progress (2): 31 kB | 61/147 kB
Progress (2): 31 kB | 65/147 kB
Progress (2): 31 kB | 66/147 kB
Progress (2): 31 kB | 70/147 kB
Progress (2): 31 kB | 74/147 kB
Progress (2): 31 kB | 78/147 kB
Progress (2): 31 kB | 82/147 kB
Progress (2): 31 kB | 86/147 kB
Progress (2): 31 kB | 90/147 kB
Progress (2): 31 kB | 94/147 kB
Progress (2): 31 kB | 98/147 kB
Progress (2): 31 kB | 98/147 kB
Progress (2): 31 kB | 102/147 kB
Progress (2): 31 kB | 106/147 kB
Progress (2): 31 kB | 110/147 kB
Progress (2): 31 kB | 114/147 kB
Progress (2): 31 kB | 118/147 kB
Progress (2): 31 kB | 122/147 kB
Progress (2): 31 kB | 126/147 kB
Progress (2): 31 kB | 130/147 kB
Progress (2): 31 kB | 134/147 kB
Progress (2): 31 kB | 138/147 kB
Progress (2): 31 kB | 142/147 kB
Progress (2): 31 kB | 146/147 kB
Progress (2): 31 kB | 147 kB    
Progress (3): 31 kB | 147 kB | 2.5 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 4.1/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 7.7/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 12/435 kB 
Progress (4): 31 kB | 147 kB | 2.5 kB | 16/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 20/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 24/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 28/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 32/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 36/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 40/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 44/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 48/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 52/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 56/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 60/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 64/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 68/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 72/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 76/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 80/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 84/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 88/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 92/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 96/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 100/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 104/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 108/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 112/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 116/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 120/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 124/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 128/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 132/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 136/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 140/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 144/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 148/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 152/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 156/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 160/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 164/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 168/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 172/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 176/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 180/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 184/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 188/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 192/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 196/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 200/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 204/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 208/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 212/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 216/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 220/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 224/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 228/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 232/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 236/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 240/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 244/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 248/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 252/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 256/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 260/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 264/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 268/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 272/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 276/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 280/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 284/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 288/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 292/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 296/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 300/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 304/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 308/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 312/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 316/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 320/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 324/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 328/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 332/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 336/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 340/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 344/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 348/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 352/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 356/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 360/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 364/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 368/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 372/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 376/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 380/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 384/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 388/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 392/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 396/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 400/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 404/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 408/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 412/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 416/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 420/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 424/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 428/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 432/435 kB
Progress (4): 31 kB | 147 kB | 2.5 kB | 435 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.jar (31 kB at 12 kB/s)
Progress (4): 147 kB | 2.5 kB | 435 kB | 4.1/4.5 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): 147 kB | 2.5 kB | 435 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 1.7 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): 147 kB | 2.5 kB | 435 kB | 4.1/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 7.7/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 12/54 kB 
Progress (4): 147 kB | 2.5 kB | 435 kB | 16/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 20/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 24/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 28/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 32/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 36/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 40/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 44/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 48/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 52/54 kB
Progress (4): 147 kB | 2.5 kB | 435 kB | 54 kB   
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 4.1/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 7.7/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 12/263 kB 
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 16/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 20/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 24/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 28/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 32/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 33/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 37/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 41/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 45/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 49/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 53/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 57/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 61/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 65/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 66/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 70/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 74/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 78/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 82/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 86/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 90/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 94/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 98/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 98/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 102/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 106/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 110/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 114/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 118/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 122/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 126/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 130/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 131/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 135/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 139/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 143/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 147/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 151/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 155/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 159/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 163/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 164/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 168/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 172/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 176/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 180/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 184/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 188/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 192/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 196/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 200/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 204/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 208/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 212/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 216/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 220/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 224/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 228/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 232/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 236/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 240/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 244/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 248/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 252/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 256/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 260/263 kB
Progress (5): 147 kB | 2.5 kB | 435 kB | 54 kB | 263 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 139 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.jar
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 47 kB/s)
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 795 B/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.jar
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 (3): 54 kB | 263 kB | 4.1/53 kB
Progress (3): 54 kB | 263 kB | 7.7/53 kB
Progress (3): 54 kB | 263 kB | 12/53 kB 
Progress (3): 54 kB | 263 kB | 16/53 kB
Progress (3): 54 kB | 263 kB | 20/53 kB
Progress (3): 54 kB | 263 kB | 24/53 kB
Progress (3): 54 kB | 263 kB | 28/53 kB
Progress (3): 54 kB | 263 kB | 32/53 kB
Progress (3): 54 kB | 263 kB | 33/53 kB
Progress (3): 54 kB | 263 kB | 37/53 kB
Progress (3): 54 kB | 263 kB | 41/53 kB
Progress (3): 54 kB | 263 kB | 45/53 kB
Progress (3): 54 kB | 263 kB | 49/53 kB
Progress (3): 54 kB | 263 kB | 53/53 kB
Progress (3): 54 kB | 263 kB | 53 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 17 kB/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.jar
Progress (3): 54 kB | 263 kB | 4.1/12 kB
Progress (3): 54 kB | 263 kB | 7.7/12 kB
Progress (3): 54 kB | 263 kB | 12 kB    
Progress (4): 54 kB | 263 kB | 12 kB | 4.1/12 kB
Progress (4): 54 kB | 263 kB | 12 kB | 7.7/12 kB
Progress (4): 54 kB | 263 kB | 12 kB | 12/12 kB 
Progress (4): 54 kB | 263 kB | 12 kB | 12 kB   
Progress (5): 54 kB | 263 kB | 12 kB | 12 kB | 4.1/164 kB
Progress (5): 54 kB | 263 kB | 12 kB | 12 kB | 7.7/164 kB
Progress (5): 54 kB | 263 kB | 12 kB | 12 kB | 12/164 kB 
Progress (5): 54 kB | 263 kB | 12 kB | 12 kB | 16/164 kB
Progress (5): 54 kB | 263 kB | 12 kB | 12 kB | 20/164 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 3.7 kB/s)
Progress (4): 54 kB | 263 kB | 12 kB | 24/164 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 (4): 54 kB | 263 kB | 12 kB | 28/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 32/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 33/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 37/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 41/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 45/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 49/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 53/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 57/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 61/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 65/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 66/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 70/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 74/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 78/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 82/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 86/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 90/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 94/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 98/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 98/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 102/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 106/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 110/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 114/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 118/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 122/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 126/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 130/164 kB
Progress (4): 54 kB | 263 kB | 12 kB | 134/164 kB
Progress (5): 54 kB | 263 kB | 12 kB | 134/164 kB | 4.1/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 138/164 kB | 4.1/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 138/164 kB | 7.7/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 142/164 kB | 7.7/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 142/164 kB | 12/33 kB 
Progress (5): 54 kB | 263 kB | 12 kB | 146/164 kB | 12/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 146/164 kB | 16/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 150/164 kB | 16/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 150/164 kB | 20/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 154/164 kB | 20/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 154/164 kB | 24/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 158/164 kB | 24/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 158/164 kB | 28/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 162/164 kB | 28/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 162/164 kB | 32/33 kB
Progress (5): 54 kB | 263 kB | 12 kB | 164 kB | 32/33 kB    
Progress (5): 54 kB | 263 kB | 12 kB | 164 kB | 33 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 16 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.jar
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 79 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
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 3.5 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.jar
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 48 kB/s)
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 9.7 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
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 (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): 33/65 kB
Progress (1): 37/65 kB
Progress (1): 41/65 kB
Progress (1): 45/65 kB
Progress (1): 49/65 kB
Progress (1): 53/65 kB
Progress (1): 57/65 kB
Progress (1): 61/65 kB
Progress (1): 65 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 18 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.jar
Progress (1): 4.1/556 kB
Progress (1): 7.7/556 kB
Progress (1): 12/556 kB 
Progress (1): 16/556 kB
Progress (1): 20/556 kB
Progress (1): 24/556 kB
Progress (1): 28/556 kB
Progress (1): 32/556 kB
Progress (1): 33/556 kB
Progress (1): 37/556 kB
Progress (1): 41/556 kB
Progress (1): 45/556 kB
Progress (1): 49/556 kB
Progress (1): 53/556 kB
Progress (1): 57/556 kB
Progress (1): 61/556 kB
Progress (1): 65/556 kB
Progress (1): 66/556 kB
Progress (1): 70/556 kB
Progress (1): 74/556 kB
Progress (1): 78/556 kB
Progress (1): 82/556 kB
Progress (1): 86/556 kB
Progress (1): 90/556 kB
Progress (1): 94/556 kB
Progress (1): 98/556 kB
Progress (1): 98/556 kB
Progress (1): 102/556 kB
Progress (1): 106/556 kB
Progress (1): 110/556 kB
Progress (1): 114/556 kB
Progress (1): 118/556 kB
Progress (1): 122/556 kB
Progress (1): 126/556 kB
Progress (1): 130/556 kB
Progress (1): 131/556 kB
Progress (1): 135/556 kB
Progress (1): 139/556 kB
Progress (1): 143/556 kB
Progress (1): 147/556 kB
Progress (1): 151/556 kB
Progress (1): 155/556 kB
Progress (1): 159/556 kB
Progress (1): 163/556 kB
Progress (1): 164/556 kB
Progress (1): 168/556 kB
Progress (1): 172/556 kB
Progress (1): 176/556 kB
Progress (1): 180/556 kB
Progress (1): 184/556 kB
Progress (1): 188/556 kB
Progress (1): 192/556 kB
Progress (1): 196/556 kB
Progress (1): 197/556 kB
Progress (2): 197/556 kB | 4.1/227 kB
Progress (2): 197/556 kB | 7.7/227 kB
Progress (2): 197/556 kB | 12/227 kB 
Progress (2): 197/556 kB | 16/227 kB
Progress (3): 197/556 kB | 16/227 kB | 4.1/153 kB
Progress (3): 197/556 kB | 20/227 kB | 4.1/153 kB
Progress (3): 197/556 kB | 20/227 kB | 7.7/153 kB
Progress (3): 197/556 kB | 24/227 kB | 7.7/153 kB
Progress (3): 197/556 kB | 24/227 kB | 12/153 kB 
Progress (3): 197/556 kB | 28/227 kB | 12/153 kB
Progress (3): 197/556 kB | 28/227 kB | 16/153 kB
Progress (3): 197/556 kB | 32/227 kB | 16/153 kB
Progress (3): 197/556 kB | 32/227 kB | 20/153 kB
Progress (3): 197/556 kB | 33/227 kB | 20/153 kB
Progress (3): 197/556 kB | 33/227 kB | 24/153 kB
Progress (3): 197/556 kB | 37/227 kB | 24/153 kB
Progress (3): 197/556 kB | 37/227 kB | 28/153 kB
Progress (3): 197/556 kB | 41/227 kB | 28/153 kB
Progress (3): 197/556 kB | 41/227 kB | 32/153 kB
Progress (3): 197/556 kB | 45/227 kB | 32/153 kB
Progress (3): 197/556 kB | 45/227 kB | 33/153 kB
Progress (3): 197/556 kB | 49/227 kB | 33/153 kB
Progress (3): 197/556 kB | 49/227 kB | 37/153 kB
Progress (3): 197/556 kB | 53/227 kB | 37/153 kB
Progress (3): 197/556 kB | 53/227 kB | 41/153 kB
Progress (3): 197/556 kB | 57/227 kB | 41/153 kB
Progress (3): 197/556 kB | 57/227 kB | 45/153 kB
Progress (3): 197/556 kB | 61/227 kB | 45/153 kB
Progress (3): 197/556 kB | 61/227 kB | 49/153 kB
Progress (3): 197/556 kB | 65/227 kB | 49/153 kB
Progress (3): 197/556 kB | 65/227 kB | 53/153 kB
Progress (3): 197/556 kB | 66/227 kB | 53/153 kB
Progress (3): 197/556 kB | 66/227 kB | 57/153 kB
Progress (3): 197/556 kB | 70/227 kB | 57/153 kB
Progress (3): 197/556 kB | 70/227 kB | 61/153 kB
Progress (3): 197/556 kB | 74/227 kB | 61/153 kB
Progress (3): 197/556 kB | 74/227 kB | 65/153 kB
Progress (3): 197/556 kB | 78/227 kB | 65/153 kB
Progress (3): 197/556 kB | 78/227 kB | 66/153 kB
Progress (3): 197/556 kB | 82/227 kB | 66/153 kB
Progress (3): 197/556 kB | 86/227 kB | 66/153 kB
Progress (3): 197/556 kB | 90/227 kB | 66/153 kB
Progress (3): 197/556 kB | 94/227 kB | 66/153 kB
Progress (3): 197/556 kB | 98/227 kB | 66/153 kB
Progress (3): 197/556 kB | 98/227 kB | 66/153 kB
Progress (3): 197/556 kB | 102/227 kB | 66/153 kB
Progress (3): 197/556 kB | 106/227 kB | 66/153 kB
Progress (3): 197/556 kB | 110/227 kB | 66/153 kB
Progress (3): 197/556 kB | 114/227 kB | 66/153 kB
Progress (3): 197/556 kB | 118/227 kB | 66/153 kB
Progress (3): 197/556 kB | 122/227 kB | 66/153 kB
Progress (3): 197/556 kB | 126/227 kB | 66/153 kB
Progress (3): 197/556 kB | 130/227 kB | 66/153 kB
Progress (3): 197/556 kB | 131/227 kB | 66/153 kB
Progress (3): 197/556 kB | 135/227 kB | 66/153 kB
Progress (3): 197/556 kB | 139/227 kB | 66/153 kB
Progress (3): 197/556 kB | 143/227 kB | 66/153 kB
Progress (3): 197/556 kB | 147/227 kB | 66/153 kB
Progress (3): 197/556 kB | 151/227 kB | 66/153 kB
Progress (3): 197/556 kB | 155/227 kB | 66/153 kB
Progress (3): 197/556 kB | 159/227 kB | 66/153 kB
Progress (3): 197/556 kB | 163/227 kB | 66/153 kB
Progress (3): 197/556 kB | 164/227 kB | 66/153 kB
Progress (3): 197/556 kB | 168/227 kB | 66/153 kB
Progress (3): 197/556 kB | 172/227 kB | 66/153 kB
Progress (3): 197/556 kB | 176/227 kB | 66/153 kB
Progress (3): 197/556 kB | 180/227 kB | 66/153 kB
Progress (3): 197/556 kB | 184/227 kB | 66/153 kB
Progress (3): 197/556 kB | 188/227 kB | 66/153 kB
Progress (3): 197/556 kB | 192/227 kB | 66/153 kB
Progress (3): 197/556 kB | 196/227 kB | 66/153 kB
Progress (3): 197/556 kB | 197/227 kB | 66/153 kB
Progress (3): 197/556 kB | 201/227 kB | 66/153 kB
Progress (3): 197/556 kB | 205/227 kB | 66/153 kB
Progress (3): 197/556 kB | 209/227 kB | 66/153 kB
Progress (3): 197/556 kB | 213/227 kB | 66/153 kB
Progress (3): 197/556 kB | 217/227 kB | 66/153 kB
Progress (3): 197/556 kB | 221/227 kB | 66/153 kB
Progress (3): 197/556 kB | 225/227 kB | 66/153 kB
Progress (3): 197/556 kB | 227 kB | 66/153 kB    
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.1/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
Progress (4): 197/556 kB | 227 kB | 66/153 kB | 0.2/5.3 MB
                                                          
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 63 kB/s)
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
                                                 
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): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.2/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.3/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.4/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.5/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.6/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.7/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (3): 197/556 kB | 66/153 kB | 0.8/5.3 MB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 4.1/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 4.1/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 7.7/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 7.7/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 12/78 kB 
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 12/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 16/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 16/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 20/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 20/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 24/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 24/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 28/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 28/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.8/5.3 MB | 32/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 32/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 36/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 36/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 40/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 40/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 44/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 44/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 48/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 48/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 52/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 52/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 56/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 56/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 60/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 60/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 64/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 64/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 68/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 68/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 72/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 72/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 76/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 76/78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB   
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 0.9/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.0/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 197/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 201/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 205/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 209/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 213/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 217/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 221/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 221/556 kB | 66/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 221/556 kB | 70/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 221/556 kB | 70/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 225/556 kB | 70/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 225/556 kB | 70/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 225/556 kB | 74/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 225/556 kB | 74/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 74/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 74/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 78/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 78/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 78/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 78/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 82/153 kB | 1.1/5.3 MB | 78 kB
Progress (4): 229/556 kB | 82/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 233/556 kB | 82/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 233/556 kB | 82/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 233/556 kB | 86/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 233/556 kB | 86/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 237/556 kB | 86/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 237/556 kB | 86/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 237/556 kB | 90/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 237/556 kB | 90/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 241/556 kB | 90/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 241/556 kB | 90/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 241/556 kB | 94/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 241/556 kB | 94/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 245/556 kB | 94/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 245/556 kB | 94/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 249/556 kB | 94/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 249/556 kB | 98/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 253/556 kB | 98/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 253/556 kB | 98/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 257/556 kB | 98/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 257/556 kB | 98/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 257/556 kB | 102/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 257/556 kB | 102/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 261/556 kB | 102/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 261/556 kB | 102/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 261/556 kB | 106/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 261/556 kB | 106/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 262/556 kB | 106/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 262/556 kB | 106/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 266/556 kB | 106/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 266/556 kB | 110/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 270/556 kB | 110/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 270/556 kB | 110/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 270/556 kB | 114/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 270/556 kB | 114/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 270/556 kB | 118/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 274/556 kB | 118/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 274/556 kB | 122/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 274/556 kB | 122/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 274/556 kB | 126/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 278/556 kB | 126/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 278/556 kB | 130/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 278/556 kB | 130/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 278/556 kB | 134/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 282/556 kB | 134/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 282/556 kB | 138/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 282/556 kB | 138/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 282/556 kB | 142/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 286/556 kB | 142/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 286/556 kB | 146/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 286/556 kB | 146/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 286/556 kB | 150/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 290/556 kB | 150/153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 290/556 kB | 153 kB | 1.2/5.3 MB | 78 kB    
Progress (4): 290/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 294/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 294/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 295/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 295/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 299/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 299/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 303/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 303/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 307/556 kB | 153 kB | 1.2/5.3 MB | 78 kB
Progress (4): 307/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 311/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 311/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 315/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 315/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 319/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 319/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 323/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 323/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 327/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 327/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 328/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 328/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 332/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 332/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 336/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 336/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 340/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 340/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 344/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 344/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 348/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 348/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 352/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 352/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 356/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 356/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 360/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 360/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 364/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 364/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 368/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 368/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 372/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 372/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 376/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 376/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 380/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 380/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 384/556 kB | 153 kB | 1.3/5.3 MB | 78 kB
Progress (4): 384/556 kB | 153 kB | 1.3/5.3 MB | 78 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 41 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.jar
Progress (3): 384/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 388/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 388/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 392/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 392/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 396/556 kB | 1.3/5.3 MB | 78 kB
Progress (3): 396/556 kB | 1.3/5.3 MB | 78 kB
Progress (4): 396/556 kB | 1.3/5.3 MB | 78 kB | 0/11 MB
Progress (4): 400/556 kB | 1.3/5.3 MB | 78 kB | 0/11 MB
Progress (4): 400/556 kB | 1.3/5.3 MB | 78 kB | 0/11 MB
Progress (4): 400/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 400/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 404/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 404/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 404/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 404/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 408/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 408/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 408/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 408/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 408/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 412/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 412/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 412/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 412/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 416/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 416/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 416/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 416/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 416/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 420/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 420/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 420/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 420/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 420/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 424/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 424/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 424/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 424/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 428/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 428/556 kB | 1.4/5.3 MB | 78 kB | 0/11 MB
Progress (4): 428/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 428/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 432/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 432/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 432/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 432/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 436/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 436/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 436/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 436/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 440/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 440/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 444/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 444/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 448/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 448/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 448/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 448/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 452/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 456/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 460/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 464/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 468/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 472/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 472/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 476/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 480/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 480/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 484/556 kB | 1.4/5.3 MB | 78 kB | 0.1/11 MB
Progress (4): 484/556 kB | 1.4/5.3 MB | 78 kB | 0.1/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 20 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 (3): 484/556 kB | 1.4/5.3 MB | 0.1/11 MB
Progress (3): 484/556 kB | 1.4/5.3 MB | 0.1/11 MB
Progress (3): 488/556 kB | 1.4/5.3 MB | 0.1/11 MB
Progress (3): 488/556 kB | 1.4/5.3 MB | 0.1/11 MB
Progress (3): 488/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 492/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 492/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 492/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 492/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 496/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 496/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 496/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 500/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 500/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 504/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 504/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 504/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 504/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 508/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 508/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 508/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 508/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 508/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 512/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 516/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 516/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 516/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 516/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 516/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 520/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 520/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 520/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 520/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 520/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 524/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 524/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 524/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 524/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 524/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 528/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 528/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 528/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 532/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 532/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 536/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 536/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 540/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 540/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 544/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 544/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 544/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 548/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 548/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 548/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 548/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 552/556 kB | 1.5/5.3 MB | 0.1/11 MB
Progress (3): 552/556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 552/556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 552/556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB    
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.5/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.2/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.6/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.3/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
Progress (3): 556 kB | 1.7/5.3 MB | 0.4/11 MB
                                             
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 143 kB/s)
Progress (2): 1.8/5.3 MB | 0.4/11 MB
                                    
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 (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.4/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.8/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.5/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 1.9/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.6/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.0/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.7/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (2): 2.1/5.3 MB | 0.8/11 MB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 4.1/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 4.1/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 4.1/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 4.1/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 7.7/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 7.7/92 kB
Progress (3): 2.1/5.3 MB | 0.8/11 MB | 12/92 kB 
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 12/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 16/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 16/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 20/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 20/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 24/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 24/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 28/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 28/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 32/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 32/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 32/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 32/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 33/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 33/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 33/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 33/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 37/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 37/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 37/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 37/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 41/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 41/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 45/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 45/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 49/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 49/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 53/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 53/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 57/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 57/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 61/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 61/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 65/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 65/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 69/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 69/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 73/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 73/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 77/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 77/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 81/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 81/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.8/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 85/92 kB
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 89/92 kB
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 89/92 kB
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 92 kB   
Progress (3): 2.2/5.3 MB | 0.9/11 MB | 92 kB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0/1.8 MB
Progress (4): 2.2/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 0.9/11 MB | 92 kB | 0.1/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 23 kB/s)
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
                                                 
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): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 0.9/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (3): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.1/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.3/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.0/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.2/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (4): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 4.1/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.4/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 7.7/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 12/34 kB 
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 12/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 12/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 12/34 kB
Progress (5): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 2.6 kB | 12/34 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 619 B/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.jar
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 12/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 16/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 20/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 24/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 28/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 32/34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB   
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.3/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.1/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.5/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 kB
Progress (4): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB | 34 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 8.1 kB/s)
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
                                                 
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 (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.4/1.8 MB
Progress (3): 2.6/5.3 MB | 1.2/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.6/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.5/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.3/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (3): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 4.1/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 7.7/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB 
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 12/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 16/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 20/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 24/62 kB
Progress (4): 2.7/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.6/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 24/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 28/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 32/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.4/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 36/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 40/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 44/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 44/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 44/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 44/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 44/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 48/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 52/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 56/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 60/62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB   
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.7/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.8/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.5/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB | 62 kB
Progress (4): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB | 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 15 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.jar
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 2.9/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.8/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.6/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.0/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.7/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 0.9/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.8/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.0/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.1/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.1/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 1.9/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.2/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.3/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.2/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (3): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB
Progress (4): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 4.1/111 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 4.1/111 kB | 4.1/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 4.1/111 kB | 4.1/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 4.1/111 kB | 7.7/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 7.7/111 kB | 7.7/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 7.7/111 kB | 7.7/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 7.7/111 kB | 7.7/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 7.7/111 kB | 7.7/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 12/111 kB | 7.7/307 kB 
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 12/111 kB | 12/307 kB 
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 12/111 kB | 12/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 12/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 16/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 16/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 16/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 16/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 20/111 kB | 16/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 20/111 kB | 20/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 20/111 kB | 20/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 20/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 24/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 24/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 24/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 24/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 28/111 kB | 24/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 28/111 kB | 28/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 28/111 kB | 28/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 28/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 32/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 32/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 32/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 32/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 33/111 kB | 32/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 33/111 kB | 33/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 33/111 kB | 33/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 33/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 37/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 37/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 37/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 37/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 41/111 kB | 37/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 41/111 kB | 41/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 41/111 kB | 41/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 41/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 45/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 45/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 45/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 45/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 49/111 kB | 45/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 49/111 kB | 49/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 49/111 kB | 49/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 49/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 53/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 53/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 53/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 53/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 57/111 kB | 53/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 57/111 kB | 57/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 57/111 kB | 57/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 57/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 61/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 61/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 61/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 61/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 65/111 kB | 61/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 65/111 kB | 65/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 65/111 kB | 65/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 65/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 66/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 66/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 66/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 66/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 70/111 kB | 66/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 70/111 kB | 70/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 70/111 kB | 70/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 70/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 74/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 74/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 74/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 74/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 78/111 kB | 74/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 78/111 kB | 78/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 78/111 kB | 78/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 78/111 kB | 82/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 82/111 kB | 82/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 82/111 kB | 82/307 kB
Progress (5): 3.3/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 82/111 kB | 82/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 82/111 kB | 82/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 86/111 kB | 82/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 86/111 kB | 86/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 86/111 kB | 86/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 86/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 90/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 90/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 90/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 90/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 94/111 kB | 90/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 94/111 kB | 94/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 94/111 kB | 94/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 94/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 98/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 98/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 98/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 98/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 102/111 kB | 98/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 102/111 kB | 102/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 102/111 kB | 102/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 102/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 106/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 106/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 106/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 106/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 110/111 kB | 106/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 110/111 kB | 110/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 110/111 kB | 110/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 110/111 kB | 114/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 114/307 kB    
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 114/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 114/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 114/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 118/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 118/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 122/307 kB
Progress (5): 3.4/5.3 MB | 2.0/11 MB | 1.4/1.8 MB | 111 kB | 122/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 122/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 122/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 126/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 126/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 130/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 134/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 134/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 138/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 138/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 138/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 138/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 142/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 142/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 146/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 146/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 146/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 146/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 150/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 150/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 154/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 154/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 154/307 kB
Progress (5): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 111 kB | 154/307 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 25 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): 3.4/5.3 MB | 2.1/11 MB | 1.4/1.8 MB | 158/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 158/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 162/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 162/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 162/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 162/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 166/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 170/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 174/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 178/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 178/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 182/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 182/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 182/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 182/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 186/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 186/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 190/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 190/307 kB
Progress (4): 3.4/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 190/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 190/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 194/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 194/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 198/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 198/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 198/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 198/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 202/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 202/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 206/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 206/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 206/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 206/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 210/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 210/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 214/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 214/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 214/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 214/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 218/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 218/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 222/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 222/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 222/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 222/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 226/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 226/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 230/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 230/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 230/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 230/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 234/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 234/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 238/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 238/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 238/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 238/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 238/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 242/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 242/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 246/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 246/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 246/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 246/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 250/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 250/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 254/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 254/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 254/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 254/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 254/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 258/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 258/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 262/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 266/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 266/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 266/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 266/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 270/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 270/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 274/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 274/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 274/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 274/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 278/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 278/307 kB
Progress (4): 3.5/5.3 MB | 2.1/11 MB | 1.5/1.8 MB | 282/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 282/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 282/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 282/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 282/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 286/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 286/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 290/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 294/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 294/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 294/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 294/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 298/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 298/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 302/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 302/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 302/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 302/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 306/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 306/307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB    
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.5/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.5/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.6/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.7/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 kB
Progress (4): 3.7/5.3 MB | 2.2/11 MB | 1.6/1.8 MB | 307 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 67 kB/s)
Progress (3): 3.7/5.3 MB | 2.2/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.2/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.2/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
                                                 
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 (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.6/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.7/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.3/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.7/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8/1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB    
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.8/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.4/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 3.9/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.5/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.0/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.6/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.1/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.7/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 MB
Progress (3): 4.2/5.3 MB | 2.8/11 MB | 1.8 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 375 kB/s)
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
                                    
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 (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.2/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.8/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.3/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 2.9/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.4/5.3 MB | 3.0/11 MB
Progress (2): 4.5/5.3 MB | 3.0/11 MB
Progress (2): 4.5/5.3 MB | 3.0/11 MB
Progress (2): 4.5/5.3 MB | 3.0/11 MB
Progress (2): 4.5/5.3 MB | 3.0/11 MB
Progress (3): 4.5/5.3 MB | 3.0/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.1/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.5/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.2/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.6/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.1/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.3/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.7/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.4/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.2/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.8/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.5/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 4.9/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.3/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.0/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.6/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.1/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.4/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.7/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.2/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.8/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3/5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB    
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.5/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 3.9/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.6/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 MB
Progress (3): 5.3 MB | 4.0/11 MB | 0.7/1.4 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.0 MB/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 (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.0/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.7/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.1/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.8/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (2): 4.2/11 MB | 0.9/1.4 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.2/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 0.9/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.3/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.0/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.1/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.4/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.1/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.2/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.2/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.5/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.6/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.3/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.3/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4/1.4 MB | 0.4/2.3 MB
Progress (3): 4.7/11 MB | 1.4 MB | 0.4/2.3 MB    
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.4/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.8/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
Progress (3): 4.9/11 MB | 1.4 MB | 0.5/2.3 MB
                                             
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 274 kB/s)
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/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 (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.5/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 4.9/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.6/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.0/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.7/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.1/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.8/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.2/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 0.9/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.3/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.0/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.4/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.1/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.5/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.2/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.6/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.3/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.7/11 MB | 1.4/2.3 MB
Progress (2): 5.8/11 MB | 1.4/2.3 MB
Progress (2): 5.8/11 MB | 1.4/2.3 MB
Progress (2): 5.8/11 MB | 1.4/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.8/11 MB | 1.5/2.3 MB
Progress (2): 5.9/11 MB | 1.5/2.3 MB
Progress (2): 5.9/11 MB | 1.5/2.3 MB
Progress (2): 5.9/11 MB | 1.5/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 5.9/11 MB | 1.6/2.3 MB
Progress (2): 6.0/11 MB | 1.6/2.3 MB
Progress (2): 6.0/11 MB | 1.6/2.3 MB
Progress (2): 6.0/11 MB | 1.6/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.0/11 MB | 1.7/2.3 MB
Progress (2): 6.1/11 MB | 1.7/2.3 MB
Progress (2): 6.1/11 MB | 1.7/2.3 MB
Progress (2): 6.1/11 MB | 1.7/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.1/11 MB | 1.8/2.3 MB
Progress (2): 6.2/11 MB | 1.8/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.2/11 MB | 1.9/2.3 MB
Progress (2): 6.3/11 MB | 1.9/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.3/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (2): 6.4/11 MB | 2.0/2.3 MB
Progress (3): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB
Progress (3): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB
Progress (3): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 4.1/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 7.7/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 7.7/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 12/623 kB | 4.1/279 kB 
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 12/623 kB | 4.1/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 12/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 12/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.0/2.3 MB | 16/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 16/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 20/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 20/623 kB | 7.7/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 20/623 kB | 12/279 kB 
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 20/623 kB | 12/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 24/623 kB | 12/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 24/623 kB | 12/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 28/623 kB | 12/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 28/623 kB | 12/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 28/623 kB | 16/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 28/623 kB | 16/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 28/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 32/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 32/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 33/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 33/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 37/623 kB | 20/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 37/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 37/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 41/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 41/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 45/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 45/623 kB | 24/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 45/623 kB | 28/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 45/623 kB | 28/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 49/623 kB | 28/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 49/623 kB | 28/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 28/279 kB
Progress (4): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 28/279 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 28/279 kB | 4.1/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 32/279 kB | 4.1/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 32/279 kB | 7.7/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 53/623 kB | 32/279 kB | 7.7/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 57/623 kB | 32/279 kB | 7.7/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 57/623 kB | 32/279 kB | 7.7/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 57/623 kB | 32/279 kB | 12/213 kB 
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 61/623 kB | 32/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 61/623 kB | 32/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 61/623 kB | 33/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 61/623 kB | 33/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 61/623 kB | 37/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 65/623 kB | 37/279 kB | 12/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 65/623 kB | 37/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 65/623 kB | 37/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 66/623 kB | 37/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 66/623 kB | 41/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 66/623 kB | 41/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 66/623 kB | 45/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 70/623 kB | 45/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 74/623 kB | 45/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 74/623 kB | 45/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 78/623 kB | 45/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 78/623 kB | 49/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 78/623 kB | 49/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 78/623 kB | 53/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 82/623 kB | 53/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 82/623 kB | 53/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 86/623 kB | 53/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 86/623 kB | 57/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 86/623 kB | 57/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 86/623 kB | 61/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 90/623 kB | 61/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 90/623 kB | 61/279 kB | 16/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 90/623 kB | 61/279 kB | 20/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 94/623 kB | 61/279 kB | 20/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 94/623 kB | 65/279 kB | 20/213 kB
Progress (5): 6.4/11 MB | 2.1/2.3 MB | 94/623 kB | 66/279 kB | 20/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 94/623 kB | 66/279 kB | 20/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 94/623 kB | 70/279 kB | 20/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 70/279 kB | 20/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 70/279 kB | 24/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 70/279 kB | 24/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 70/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 70/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 74/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 74/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 98/623 kB | 78/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 102/623 kB | 78/279 kB | 28/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 102/623 kB | 78/279 kB | 32/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 102/623 kB | 78/279 kB | 32/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 102/623 kB | 78/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 106/623 kB | 78/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 106/623 kB | 82/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 106/623 kB | 82/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 106/623 kB | 86/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 110/623 kB | 86/279 kB | 33/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 110/623 kB | 86/279 kB | 37/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 110/623 kB | 86/279 kB | 37/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 110/623 kB | 86/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 114/623 kB | 86/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 114/623 kB | 90/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 114/623 kB | 90/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 114/623 kB | 94/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 118/623 kB | 94/279 kB | 41/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 118/623 kB | 94/279 kB | 45/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 118/623 kB | 94/279 kB | 45/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 118/623 kB | 94/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 122/623 kB | 94/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 122/623 kB | 98/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 122/623 kB | 98/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 122/623 kB | 98/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 126/623 kB | 98/279 kB | 49/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 126/623 kB | 98/279 kB | 53/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 126/623 kB | 98/279 kB | 53/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 126/623 kB | 98/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 130/623 kB | 98/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 130/623 kB | 102/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 130/623 kB | 102/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 130/623 kB | 106/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 134/623 kB | 106/279 kB | 57/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 134/623 kB | 106/279 kB | 61/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 134/623 kB | 106/279 kB | 61/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 134/623 kB | 106/279 kB | 65/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 134/623 kB | 106/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 138/623 kB | 106/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 138/623 kB | 110/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 138/623 kB | 110/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 138/623 kB | 114/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 142/623 kB | 114/279 kB | 66/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 142/623 kB | 114/279 kB | 70/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 142/623 kB | 114/279 kB | 70/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 142/623 kB | 114/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 146/623 kB | 114/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 146/623 kB | 118/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 146/623 kB | 118/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 146/623 kB | 122/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 150/623 kB | 122/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 154/623 kB | 122/279 kB | 74/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 154/623 kB | 122/279 kB | 78/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 154/623 kB | 122/279 kB | 78/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 154/623 kB | 122/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 158/623 kB | 122/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 158/623 kB | 126/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 158/623 kB | 126/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 158/623 kB | 130/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 158/623 kB | 131/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 162/623 kB | 131/279 kB | 82/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 162/623 kB | 131/279 kB | 86/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 162/623 kB | 131/279 kB | 86/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 162/623 kB | 131/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 166/623 kB | 131/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 166/623 kB | 135/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 166/623 kB | 135/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 166/623 kB | 139/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 170/623 kB | 139/279 kB | 90/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 170/623 kB | 139/279 kB | 94/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 170/623 kB | 139/279 kB | 94/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 170/623 kB | 139/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 139/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 143/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 147/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 147/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 151/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 174/623 kB | 155/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 178/623 kB | 155/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 178/623 kB | 155/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 178/623 kB | 155/279 kB | 98/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 178/623 kB | 155/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 182/623 kB | 155/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 182/623 kB | 159/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 182/623 kB | 163/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 182/623 kB | 163/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 182/623 kB | 164/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 186/623 kB | 164/279 kB | 102/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 186/623 kB | 164/279 kB | 106/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 186/623 kB | 164/279 kB | 106/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 186/623 kB | 164/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 190/623 kB | 164/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 190/623 kB | 168/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 190/623 kB | 168/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 190/623 kB | 172/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 110/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 114/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 114/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 118/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 122/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 126/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 130/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 131/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 194/623 kB | 172/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 198/623 kB | 172/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 198/623 kB | 176/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 198/623 kB | 176/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 198/623 kB | 180/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 202/623 kB | 180/279 kB | 135/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 202/623 kB | 180/279 kB | 139/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 202/623 kB | 180/279 kB | 139/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 202/623 kB | 180/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 206/623 kB | 180/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 206/623 kB | 184/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 206/623 kB | 184/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 206/623 kB | 188/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 210/623 kB | 188/279 kB | 143/213 kB
Progress (5): 6.5/11 MB | 2.1/2.3 MB | 210/623 kB | 188/279 kB | 147/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 210/623 kB | 188/279 kB | 147/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 210/623 kB | 188/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 214/623 kB | 188/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 214/623 kB | 192/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 214/623 kB | 192/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 214/623 kB | 196/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 218/623 kB | 196/279 kB | 151/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 218/623 kB | 196/279 kB | 155/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 218/623 kB | 196/279 kB | 155/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 218/623 kB | 196/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 222/623 kB | 196/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 222/623 kB | 200/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 222/623 kB | 200/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 222/623 kB | 204/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 226/623 kB | 204/279 kB | 159/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 226/623 kB | 204/279 kB | 163/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 226/623 kB | 204/279 kB | 163/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 226/623 kB | 204/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 230/623 kB | 204/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 230/623 kB | 208/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 230/623 kB | 208/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 230/623 kB | 212/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 234/623 kB | 212/279 kB | 167/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 234/623 kB | 212/279 kB | 171/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 234/623 kB | 212/279 kB | 171/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 234/623 kB | 212/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 238/623 kB | 212/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 238/623 kB | 216/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 238/623 kB | 216/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 238/623 kB | 220/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 242/623 kB | 220/279 kB | 175/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 242/623 kB | 220/279 kB | 179/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 242/623 kB | 220/279 kB | 179/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 242/623 kB | 220/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 246/623 kB | 220/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 246/623 kB | 224/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 246/623 kB | 224/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 246/623 kB | 228/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 250/623 kB | 228/279 kB | 183/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 250/623 kB | 228/279 kB | 187/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 250/623 kB | 228/279 kB | 187/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 250/623 kB | 228/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 254/623 kB | 228/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 254/623 kB | 232/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 254/623 kB | 232/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 254/623 kB | 236/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 258/623 kB | 236/279 kB | 191/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 258/623 kB | 236/279 kB | 195/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 258/623 kB | 236/279 kB | 195/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 258/623 kB | 236/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 262/623 kB | 236/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 262/623 kB | 240/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 262/623 kB | 244/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 262/623 kB | 244/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 262/623 kB | 248/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 266/623 kB | 248/279 kB | 199/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 266/623 kB | 248/279 kB | 203/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 266/623 kB | 248/279 kB | 203/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 266/623 kB | 248/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 270/623 kB | 248/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 270/623 kB | 252/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 270/623 kB | 252/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 270/623 kB | 256/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 274/623 kB | 256/279 kB | 207/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 274/623 kB | 256/279 kB | 211/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 274/623 kB | 256/279 kB | 211/213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 274/623 kB | 256/279 kB | 213 kB    
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 278/623 kB | 256/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 278/623 kB | 260/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 278/623 kB | 260/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 278/623 kB | 264/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 282/623 kB | 264/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 282/623 kB | 264/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 286/623 kB | 264/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 286/623 kB | 268/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 286/623 kB | 268/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 286/623 kB | 272/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 290/623 kB | 272/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 290/623 kB | 272/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 294/623 kB | 272/279 kB | 213 kB
Progress (5): 6.5/11 MB | 2.2/2.3 MB | 294/623 kB | 276/279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 294/623 kB | 276/279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 294/623 kB | 279 kB | 213 kB    
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 298/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 298/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 302/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 302/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 306/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 306/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 310/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 310/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 314/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 314/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 318/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 318/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 322/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 322/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 326/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 326/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 330/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 330/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 334/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 334/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 338/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 338/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 342/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 342/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 346/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 346/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 350/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 350/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 354/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 354/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 358/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 358/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 362/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 362/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 366/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 370/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 370/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 374/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 374/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 378/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 378/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 382/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 382/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 386/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 386/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 390/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 390/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 394/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 394/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 398/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 398/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 402/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 402/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 406/623 kB | 279 kB | 213 kB
Progress (5): 6.6/11 MB | 2.2/2.3 MB | 406/623 kB | 279 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 37 kB/s)
Progress (4): 6.6/11 MB | 2.2/2.3 MB | 410/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.2/2.3 MB | 410/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.2/2.3 MB | 414/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.2/2.3 MB | 414/623 kB | 279 kB
                                                          
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): 6.6/11 MB | 2.3/2.3 MB | 414/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 414/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 418/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 418/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 422/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 422/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 426/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 426/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 430/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 430/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 430/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 430/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 434/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 434/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 434/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 434/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 438/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 438/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 438/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 438/623 kB | 279 kB
Progress (4): 6.6/11 MB | 2.3/2.3 MB | 442/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 442/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 442/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 442/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 446/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 446/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 446/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 446/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 279 kB
Progress (4): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB | 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 49 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.jar
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 450/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 454/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 458/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 458/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 458/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 458/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 462/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 462/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 462/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 462/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 466/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 466/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 466/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 466/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 470/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 470/623 kB
Progress (3): 6.7/11 MB | 2.3/2.3 MB | 470/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 470/623 kB    
Progress (3): 6.7/11 MB | 2.3 MB | 470/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 474/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 474/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 478/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 478/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 482/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 482/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 486/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 486/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 490/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 490/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 494/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 494/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 498/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 498/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 502/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 502/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 506/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 506/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 510/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 510/623 kB
Progress (3): 6.7/11 MB | 2.3 MB | 514/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 514/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 518/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 518/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 522/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 522/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 526/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 526/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 530/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 530/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 534/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 534/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 538/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 538/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 542/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 542/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 546/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 546/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 550/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 554/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 554/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 558/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 558/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 562/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 562/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 566/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 566/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 570/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 570/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 574/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 574/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 578/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 578/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 582/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 582/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 586/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 586/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 590/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 590/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 594/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 594/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 598/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 598/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 602/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 602/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 606/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 606/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 610/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 610/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 614/623 kB
Progress (3): 6.8/11 MB | 2.3 MB | 614/623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 614/623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 618/623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 618/623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 622/623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB    
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 kB
Progress (3): 6.9/11 MB | 2.3 MB | 623 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.jar (623 kB at 108 kB/s)
Progress (2): 6.9/11 MB | 2.3 MB
                                
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 (2): 6.9/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.0/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.1/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.2/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
Progress (2): 7.3/11 MB | 2.3 MB
                                
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 398 kB/s)
Progress (1): 7.3/11 MB
                       
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 (1): 7.3/11 MB
Progress (1): 7.3/11 MB
Progress (1): 7.3/11 MB
Progress (1): 7.3/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.4/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.5/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.6/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.7/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.8/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 7.9/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/11 MB
Progress (1): 8.0/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.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.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.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): 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.7 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.jar
Progress (1): 4.1/799 kB
Progress (1): 7.7/799 kB
Progress (1): 12/799 kB 
Progress (1): 16/799 kB
Progress (1): 20/799 kB
Progress (1): 24/799 kB
Progress (1): 28/799 kB
Progress (1): 32/799 kB
Progress (1): 33/799 kB
Progress (1): 37/799 kB
Progress (1): 41/799 kB
Progress (1): 45/799 kB
Progress (1): 49/799 kB
Progress (1): 53/799 kB
Progress (1): 57/799 kB
Progress (1): 61/799 kB
Progress (1): 65/799 kB
Progress (1): 66/799 kB
Progress (1): 70/799 kB
Progress (1): 74/799 kB
Progress (1): 78/799 kB
Progress (1): 82/799 kB
Progress (1): 86/799 kB
Progress (1): 90/799 kB
Progress (1): 94/799 kB
Progress (1): 98/799 kB
Progress (1): 98/799 kB
Progress (1): 102/799 kB
Progress (1): 106/799 kB
Progress (1): 110/799 kB
Progress (1): 114/799 kB
Progress (1): 118/799 kB
Progress (1): 122/799 kB
Progress (1): 126/799 kB
Progress (1): 130/799 kB
Progress (1): 131/799 kB
Progress (1): 135/799 kB
Progress (1): 139/799 kB
Progress (1): 143/799 kB
Progress (1): 147/799 kB
Progress (1): 151/799 kB
Progress (1): 155/799 kB
Progress (1): 159/799 kB
Progress (1): 163/799 kB
Progress (1): 164/799 kB
Progress (1): 168/799 kB
Progress (1): 172/799 kB
Progress (1): 176/799 kB
Progress (1): 180/799 kB
Progress (1): 184/799 kB
Progress (1): 188/799 kB
Progress (1): 192/799 kB
Progress (1): 196/799 kB
Progress (1): 200/799 kB
Progress (1): 204/799 kB
Progress (1): 208/799 kB
Progress (1): 212/799 kB
Progress (1): 216/799 kB
Progress (1): 220/799 kB
Progress (2): 220/799 kB | 4.1/269 kB
Progress (2): 224/799 kB | 4.1/269 kB
Progress (2): 224/799 kB | 7.7/269 kB
Progress (2): 228/799 kB | 7.7/269 kB
Progress (2): 228/799 kB | 12/269 kB 
Progress (2): 232/799 kB | 12/269 kB
Progress (2): 232/799 kB | 16/269 kB
Progress (2): 236/799 kB | 16/269 kB
Progress (2): 236/799 kB | 20/269 kB
Progress (2): 240/799 kB | 20/269 kB
Progress (2): 240/799 kB | 24/269 kB
Progress (2): 244/799 kB | 24/269 kB
Progress (2): 244/799 kB | 28/269 kB
Progress (2): 248/799 kB | 28/269 kB
Progress (2): 248/799 kB | 32/269 kB
Progress (2): 252/799 kB | 32/269 kB
Progress (2): 252/799 kB | 33/269 kB
Progress (2): 256/799 kB | 33/269 kB
Progress (2): 256/799 kB | 37/269 kB
Progress (2): 260/799 kB | 37/269 kB
Progress (2): 260/799 kB | 41/269 kB
Progress (2): 264/799 kB | 41/269 kB
Progress (2): 264/799 kB | 45/269 kB
Progress (2): 268/799 kB | 45/269 kB
Progress (2): 268/799 kB | 49/269 kB
Progress (2): 272/799 kB | 49/269 kB
Progress (2): 272/799 kB | 53/269 kB
Progress (2): 276/799 kB | 53/269 kB
Progress (2): 276/799 kB | 57/269 kB
Progress (2): 280/799 kB | 57/269 kB
Progress (2): 280/799 kB | 61/269 kB
Progress (2): 284/799 kB | 61/269 kB
Progress (2): 284/799 kB | 65/269 kB
Progress (2): 288/799 kB | 65/269 kB
Progress (2): 288/799 kB | 66/269 kB
Progress (2): 292/799 kB | 66/269 kB
Progress (2): 292/799 kB | 70/269 kB
Progress (2): 296/799 kB | 70/269 kB
Progress (2): 296/799 kB | 74/269 kB
Progress (2): 300/799 kB | 74/269 kB
Progress (2): 300/799 kB | 78/269 kB
Progress (2): 304/799 kB | 78/269 kB
Progress (2): 304/799 kB | 82/269 kB
Progress (2): 308/799 kB | 82/269 kB
Progress (2): 308/799 kB | 86/269 kB
Progress (2): 312/799 kB | 86/269 kB
Progress (2): 312/799 kB | 90/269 kB
Progress (2): 316/799 kB | 90/269 kB
Progress (2): 316/799 kB | 94/269 kB
Progress (2): 320/799 kB | 94/269 kB
Progress (2): 320/799 kB | 98/269 kB
Progress (2): 324/799 kB | 98/269 kB
Progress (2): 324/799 kB | 98/269 kB
Progress (2): 328/799 kB | 98/269 kB
Progress (2): 328/799 kB | 102/269 kB
Progress (2): 332/799 kB | 102/269 kB
Progress (2): 332/799 kB | 106/269 kB
Progress (2): 336/799 kB | 106/269 kB
Progress (2): 340/799 kB | 106/269 kB
Progress (2): 344/799 kB | 106/269 kB
Progress (2): 344/799 kB | 110/269 kB
Progress (2): 348/799 kB | 110/269 kB
Progress (2): 352/799 kB | 110/269 kB
Progress (2): 352/799 kB | 114/269 kB
Progress (3): 352/799 kB | 114/269 kB | 4.1/266 kB
Progress (3): 352/799 kB | 118/269 kB | 4.1/266 kB
Progress (3): 356/799 kB | 118/269 kB | 4.1/266 kB
Progress (4): 356/799 kB | 118/269 kB | 4.1/266 kB | 0/1.6 MB
Progress (4): 360/799 kB | 118/269 kB | 4.1/266 kB | 0/1.6 MB
Progress (4): 360/799 kB | 122/269 kB | 4.1/266 kB | 0/1.6 MB
Progress (4): 360/799 kB | 122/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 360/799 kB | 126/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 364/799 kB | 126/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 364/799 kB | 126/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 368/799 kB | 126/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 368/799 kB | 130/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 368/799 kB | 131/269 kB | 7.7/266 kB | 0/1.6 MB
Progress (4): 368/799 kB | 131/269 kB | 12/266 kB | 0/1.6 MB 
Progress (4): 368/799 kB | 135/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 372/799 kB | 135/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 372/799 kB | 135/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 372/799 kB | 135/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 376/799 kB | 135/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 376/799 kB | 139/269 kB | 12/266 kB | 0/1.6 MB
Progress (4): 376/799 kB | 139/269 kB | 16/266 kB | 0/1.6 MB
Progress (4): 376/799 kB | 143/269 kB | 16/266 kB | 0/1.6 MB
Progress (4): 376/799 kB | 143/269 kB | 20/266 kB | 0/1.6 MB
Progress (4): 380/799 kB | 143/269 kB | 20/266 kB | 0/1.6 MB
Progress (4): 380/799 kB | 143/269 kB | 20/266 kB | 0/1.6 MB
Progress (4): 384/799 kB | 143/269 kB | 20/266 kB | 0/1.6 MB
Progress (4): 384/799 kB | 143/269 kB | 24/266 kB | 0/1.6 MB
Progress (4): 384/799 kB | 147/269 kB | 24/266 kB | 0/1.6 MB
Progress (4): 384/799 kB | 147/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 384/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 388/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 388/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 151/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 155/269 kB | 28/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 155/269 kB | 32/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 159/269 kB | 32/266 kB | 0/1.6 MB
Progress (4): 392/799 kB | 159/269 kB | 32/266 kB | 0/1.6 MB
Progress (4): 396/799 kB | 159/269 kB | 32/266 kB | 0/1.6 MB
Progress (4): 396/799 kB | 159/269 kB | 32/266 kB | 0.1/1.6 MB
Progress (4): 396/799 kB | 163/269 kB | 32/266 kB | 0.1/1.6 MB
Progress (4): 396/799 kB | 163/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 396/799 kB | 167/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 396/799 kB | 167/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 167/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 167/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 171/269 kB | 33/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 171/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 175/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 400/799 kB | 175/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 175/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 175/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 179/269 kB | 37/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 179/269 kB | 41/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 183/269 kB | 41/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 183/269 kB | 45/266 kB | 0.1/1.6 MB
Progress (4): 404/799 kB | 183/269 kB | 45/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 183/269 kB | 45/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 183/269 kB | 45/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 183/269 kB | 49/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 187/269 kB | 49/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 187/269 kB | 53/266 kB | 0.1/1.6 MB
Progress (4): 408/799 kB | 187/269 kB | 53/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 187/269 kB | 53/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 187/269 kB | 53/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 187/269 kB | 57/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 191/269 kB | 57/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 191/269 kB | 61/266 kB | 0.1/1.6 MB
Progress (4): 412/799 kB | 191/269 kB | 61/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 191/269 kB | 61/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 191/269 kB | 61/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 191/269 kB | 65/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 195/269 kB | 65/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 195/269 kB | 69/266 kB | 0.1/1.6 MB
Progress (4): 416/799 kB | 195/269 kB | 69/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 195/269 kB | 69/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 195/269 kB | 69/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 195/269 kB | 73/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 199/269 kB | 73/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 199/269 kB | 77/266 kB | 0.1/1.6 MB
Progress (4): 420/799 kB | 199/269 kB | 77/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 199/269 kB | 77/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 199/269 kB | 77/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 199/269 kB | 81/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 203/269 kB | 81/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 203/269 kB | 85/266 kB | 0.1/1.6 MB
Progress (4): 424/799 kB | 203/269 kB | 85/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 203/269 kB | 85/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 203/269 kB | 85/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 203/269 kB | 89/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 207/269 kB | 89/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 207/269 kB | 93/266 kB | 0.1/1.6 MB
Progress (4): 428/799 kB | 207/269 kB | 93/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 207/269 kB | 93/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 207/269 kB | 93/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 207/269 kB | 97/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 211/269 kB | 97/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 432/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 436/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 440/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 444/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 448/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 452/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 456/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 460/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 464/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 468/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 472/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 476/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 480/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 484/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 488/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 492/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 496/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 500/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 504/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 508/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 512/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 516/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 520/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 211/269 kB | 101/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 211/269 kB | 105/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 215/269 kB | 105/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 215/269 kB | 109/266 kB | 0.1/1.6 MB
Progress (4): 524/799 kB | 215/269 kB | 109/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 215/269 kB | 109/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 215/269 kB | 109/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 215/269 kB | 113/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 219/269 kB | 113/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 219/269 kB | 117/266 kB | 0.1/1.6 MB
Progress (4): 528/799 kB | 219/269 kB | 117/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 219/269 kB | 117/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 219/269 kB | 117/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 219/269 kB | 121/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 223/269 kB | 121/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 223/269 kB | 125/266 kB | 0.1/1.6 MB
Progress (4): 532/799 kB | 223/269 kB | 125/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 223/269 kB | 125/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 223/269 kB | 125/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 223/269 kB | 129/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 227/269 kB | 129/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 227/269 kB | 133/266 kB | 0.1/1.6 MB
Progress (4): 536/799 kB | 227/269 kB | 133/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 227/269 kB | 133/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 227/269 kB | 133/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 227/269 kB | 137/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 231/269 kB | 137/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 231/269 kB | 141/266 kB | 0.2/1.6 MB
Progress (4): 540/799 kB | 231/269 kB | 141/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 231/269 kB | 141/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 231/269 kB | 141/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 231/269 kB | 145/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 235/269 kB | 145/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 235/269 kB | 149/266 kB | 0.2/1.6 MB
Progress (4): 544/799 kB | 235/269 kB | 149/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 235/269 kB | 149/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 235/269 kB | 149/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 235/269 kB | 153/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 239/269 kB | 153/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 239/269 kB | 157/266 kB | 0.2/1.6 MB
Progress (4): 548/799 kB | 239/269 kB | 157/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 239/269 kB | 157/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 239/269 kB | 157/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 239/269 kB | 157/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 239/269 kB | 161/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 243/269 kB | 161/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 243/269 kB | 165/266 kB | 0.2/1.6 MB
Progress (4): 552/799 kB | 243/269 kB | 165/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 243/269 kB | 165/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 243/269 kB | 165/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 243/269 kB | 169/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 247/269 kB | 169/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 247/269 kB | 173/266 kB | 0.2/1.6 MB
Progress (4): 556/799 kB | 247/269 kB | 173/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 247/269 kB | 173/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 247/269 kB | 173/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 247/269 kB | 177/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 251/269 kB | 177/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 251/269 kB | 181/266 kB | 0.2/1.6 MB
Progress (4): 560/799 kB | 251/269 kB | 181/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 251/269 kB | 181/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 251/269 kB | 181/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 251/269 kB | 181/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 251/269 kB | 185/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 255/269 kB | 185/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 255/269 kB | 189/266 kB | 0.2/1.6 MB
Progress (4): 564/799 kB | 255/269 kB | 189/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 255/269 kB | 189/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 255/269 kB | 189/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 255/269 kB | 193/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 259/269 kB | 193/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 259/269 kB | 197/266 kB | 0.2/1.6 MB
Progress (4): 568/799 kB | 259/269 kB | 197/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 259/269 kB | 197/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 259/269 kB | 197/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 259/269 kB | 201/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 263/269 kB | 201/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB
Progress (4): 572/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB
Progress (4): 576/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB
Progress (4): 576/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB
Progress (4): 576/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB
Progress (5): 576/799 kB | 263/269 kB | 205/266 kB | 0.2/1.6 MB | 4.1/83 kB
Progress (5): 576/799 kB | 263/269 kB | 209/266 kB | 0.2/1.6 MB | 4.1/83 kB
Progress (5): 576/799 kB | 267/269 kB | 209/266 kB | 0.2/1.6 MB | 4.1/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 4.1/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 576/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 580/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 580/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 7.7/83 kB
Progress (5): 580/799 kB | 267/269 kB | 213/266 kB | 0.2/1.6 MB | 12/83 kB 
Progress (5): 580/799 kB | 267/269 kB | 217/266 kB | 0.2/1.6 MB | 12/83 kB
Progress (5): 580/799 kB | 269 kB | 217/266 kB | 0.2/1.6 MB | 12/83 kB    
Progress (5): 580/799 kB | 269 kB | 221/266 kB | 0.2/1.6 MB | 12/83 kB
Progress (5): 580/799 kB | 269 kB | 221/266 kB | 0.2/1.6 MB | 16/83 kB
Progress (5): 580/799 kB | 269 kB | 221/266 kB | 0.3/1.6 MB | 16/83 kB
Progress (5): 584/799 kB | 269 kB | 221/266 kB | 0.3/1.6 MB | 16/83 kB
Progress (5): 584/799 kB | 269 kB | 221/266 kB | 0.3/1.6 MB | 16/83 kB
Progress (5): 584/799 kB | 269 kB | 221/266 kB | 0.3/1.6 MB | 16/83 kB
Progress (5): 584/799 kB | 269 kB | 221/266 kB | 0.3/1.6 MB | 20/83 kB
Progress (5): 584/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 20/83 kB
Progress (5): 584/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 24/83 kB
Progress (5): 584/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 24/83 kB
Progress (5): 588/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 24/83 kB
Progress (5): 588/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 24/83 kB
Progress (5): 588/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 24/83 kB
Progress (5): 588/799 kB | 269 kB | 225/266 kB | 0.3/1.6 MB | 28/83 kB
Progress (5): 588/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 28/83 kB
Progress (5): 588/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 32/83 kB
Progress (5): 588/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 32/83 kB
Progress (5): 592/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 32/83 kB
Progress (5): 592/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 32/83 kB
Progress (5): 592/799 kB | 269 kB | 229/266 kB | 0.3/1.6 MB | 33/83 kB
Progress (5): 592/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 33/83 kB
Progress (5): 592/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 37/83 kB
Progress (5): 592/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 37/83 kB
Progress (5): 592/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 37/83 kB
Progress (5): 596/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 37/83 kB
Progress (5): 596/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 37/83 kB
Progress (5): 596/799 kB | 269 kB | 233/266 kB | 0.3/1.6 MB | 41/83 kB
Progress (5): 596/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 41/83 kB
Progress (5): 596/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 45/83 kB
Progress (5): 596/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 45/83 kB
Progress (5): 600/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 45/83 kB
Progress (5): 600/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 45/83 kB
Progress (5): 600/799 kB | 269 kB | 237/266 kB | 0.3/1.6 MB | 49/83 kB
Progress (5): 600/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 49/83 kB
Progress (5): 600/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 53/83 kB
Progress (5): 600/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 53/83 kB
Progress (5): 604/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 53/83 kB
Progress (5): 604/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 53/83 kB
Progress (5): 604/799 kB | 269 kB | 241/266 kB | 0.3/1.6 MB | 57/83 kB
Progress (5): 604/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 57/83 kB
Progress (5): 604/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 61/83 kB
Progress (5): 604/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 61/83 kB
Progress (5): 608/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 61/83 kB
Progress (5): 612/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 61/83 kB
Progress (5): 612/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 61/83 kB
Progress (5): 612/799 kB | 269 kB | 245/266 kB | 0.3/1.6 MB | 65/83 kB
Progress (5): 612/799 kB | 269 kB | 249/266 kB | 0.3/1.6 MB | 65/83 kB
Progress (5): 612/799 kB | 269 kB | 249/266 kB | 0.3/1.6 MB | 69/83 kB
Progress (5): 612/799 kB | 269 kB | 249/266 kB | 0.3/1.6 MB | 69/83 kB
Progress (5): 616/799 kB | 269 kB | 249/266 kB | 0.3/1.6 MB | 69/83 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 36 kB/s)
Progress (4): 616/799 kB | 249/266 kB | 0.3/1.6 MB | 69/83 kB
Progress (4): 616/799 kB | 249/266 kB | 0.3/1.6 MB | 73/83 kB
Progress (4): 616/799 kB | 249/266 kB | 0.3/1.6 MB | 73/83 kB
Progress (4): 616/799 kB | 253/266 kB | 0.3/1.6 MB | 73/83 kB
Progress (4): 616/799 kB | 253/266 kB | 0.3/1.6 MB | 73/83 kB
Progress (4): 616/799 kB | 253/266 kB | 0.3/1.6 MB | 77/83 kB
                                                             
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): 620/799 kB | 253/266 kB | 0.3/1.6 MB | 77/83 kB
Progress (4): 620/799 kB | 253/266 kB | 0.3/1.6 MB | 81/83 kB
Progress (4): 620/799 kB | 253/266 kB | 0.3/1.6 MB | 81/83 kB
Progress (4): 620/799 kB | 257/266 kB | 0.3/1.6 MB | 81/83 kB
Progress (4): 620/799 kB | 257/266 kB | 0.3/1.6 MB | 81/83 kB
Progress (4): 620/799 kB | 257/266 kB | 0.3/1.6 MB | 83 kB   
Progress (4): 624/799 kB | 257/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 624/799 kB | 257/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 624/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 624/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 628/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 632/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 636/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 640/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 644/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 648/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 648/799 kB | 261/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 648/799 kB | 265/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 648/799 kB | 265/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 652/799 kB | 265/266 kB | 0.3/1.6 MB | 83 kB
Progress (4): 652/799 kB | 265/266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 656/799 kB | 265/266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 656/799 kB | 265/266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 656/799 kB | 266 kB | 0.4/1.6 MB | 83 kB    
Progress (4): 656/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 660/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 660/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 664/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 664/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 668/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 668/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 672/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 672/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 676/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 676/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 680/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 680/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 684/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 684/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 688/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 688/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 692/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 692/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 696/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 696/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 700/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 700/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 704/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 704/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 708/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 708/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 712/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 712/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 716/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 716/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 720/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 720/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 724/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 724/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 728/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 728/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 732/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 732/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 736/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 736/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 740/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 740/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 744/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 744/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 748/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 748/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 752/799 kB | 266 kB | 0.4/1.6 MB | 83 kB
Progress (4): 752/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 756/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 756/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 760/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 760/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 764/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 764/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 768/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 768/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 772/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 772/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 776/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 776/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 780/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 780/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 784/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 784/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 788/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 788/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 792/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 792/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 796/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 796/799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB    
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.5/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 kB
Progress (4): 799 kB | 266 kB | 0.6/1.6 MB | 83 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.jar (266 kB at 36 kB/s)
Progress (3): 799 kB | 0.6/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 11 kB/s)
Progress (2): 799 kB | 0.6/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 (2): 799 kB | 0.6/1.6 MB
                                 
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 (2): 799 kB | 0.6/1.6 MB
                                 
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 107 kB/s)
Progress (1): 0.6/1.6 MB
                        
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 (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 (2): 0.8/1.6 MB | 4.1/37 kB
Progress (2): 0.8/1.6 MB | 4.1/37 kB
Progress (2): 0.8/1.6 MB | 7.7/37 kB
Progress (2): 0.8/1.6 MB | 7.7/37 kB
Progress (2): 0.8/1.6 MB | 12/37 kB 
Progress (2): 0.8/1.6 MB | 12/37 kB
Progress (2): 0.8/1.6 MB | 16/37 kB
Progress (2): 0.8/1.6 MB | 16/37 kB
Progress (2): 0.8/1.6 MB | 20/37 kB
Progress (2): 0.8/1.6 MB | 20/37 kB
Progress (2): 0.8/1.6 MB | 24/37 kB
Progress (2): 0.8/1.6 MB | 24/37 kB
Progress (2): 0.8/1.6 MB | 28/37 kB
Progress (2): 0.8/1.6 MB | 28/37 kB
Progress (2): 0.8/1.6 MB | 32/37 kB
Progress (2): 0.8/1.6 MB | 32/37 kB
Progress (2): 0.8/1.6 MB | 36/37 kB
Progress (2): 0.8/1.6 MB | 37 kB   
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.8/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/1.6 MB | 37 kB
Progress (2): 0.9/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 5.0 kB/s)
Progress (1): 0.9/1.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 (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 (2): 1.2/1.6 MB | 4.1/74 kB
Progress (2): 1.2/1.6 MB | 4.1/74 kB
Progress (3): 1.2/1.6 MB | 4.1/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 7.7/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 7.7/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 7.7/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 12/74 kB | 0/3.6 MB 
Progress (3): 1.2/1.6 MB | 12/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 12/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 12/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 16/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 16/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 16/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 16/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 20/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 20/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 20/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 20/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 24/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 24/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 24/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 24/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 28/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 28/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 28/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 28/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 32/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 32/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 32/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 32/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 33/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 33/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 33/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 33/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 37/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 37/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 37/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 37/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 41/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 41/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 45/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 45/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 49/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 53/74 kB | 0/3.6 MB
Progress (3): 1.2/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 57/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 61/74 kB | 0/3.6 MB
Progress (3): 1.3/1.6 MB | 61/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 61/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 65/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 66/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 66/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 66/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 66/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 70/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 70/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 70/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 70/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74/74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB   
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.3/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.1/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.4/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.2/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.5/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.3/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (3): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 4.1/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 4.1/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 7.7/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 7.7/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 12/66 kB 
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 12/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 16/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 16/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 20/66 kB
Progress (4): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 20/66 kB
Progress (5): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 20/66 kB | 4.1/15 kB
Progress (5): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 20/66 kB | 4.1/15 kB
Progress (5): 1.6/1.6 MB | 74 kB | 0.4/3.6 MB | 24/66 kB | 4.1/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 24/66 kB | 4.1/15 kB    
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 28/66 kB | 4.1/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 28/66 kB | 4.1/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 28/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 28/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 32/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 32/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 33/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 33/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 37/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 37/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 41/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 41/66 kB | 7.7/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 41/66 kB | 12/15 kB 
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 41/66 kB | 12/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 45/66 kB | 12/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 45/66 kB | 12/15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 45/66 kB | 15 kB   
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 45/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 49/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 49/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 53/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 53/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.4/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 57/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 61/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 61/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 65/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 65/66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB   
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (5): 1.6 MB | 74 kB | 0.5/3.6 MB | 66 kB | 15 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 213 kB/s)
Progress (4): 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
                                                
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): 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.5/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.6/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 kB
Progress (4): 74 kB | 0.7/3.6 MB | 66 kB | 15 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.jar (74 kB at 9.7 kB/s)
Progress (3): 0.7/3.6 MB | 66 kB | 15 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 8.6 kB/s)
Progress (2): 0.7/3.6 MB | 15 kB
                                
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
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 1.9 kB/s)
Progress (1): 0.7/3.6 MB
                        
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 (1): 0.7/3.6 MB
                        
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 (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 (2): 2.3/3.6 MB | 0/1.8 MB
Progress (2): 2.3/3.6 MB | 0/1.8 MB
Progress (3): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB | 4.1/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB | 4.1/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB | 4.1/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB | 4.1/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 4.1/548 kB | 7.7/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 7.7/548 kB | 7.7/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 7.7/548 kB | 12/182 kB 
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 7.7/548 kB | 12/182 kB
Progress (4): 2.3/3.6 MB | 0/1.8 MB | 7.7/548 kB | 12/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 7.7/548 kB | 12/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 7.7/548 kB | 16/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 16/182 kB 
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 20/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 20/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 20/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 20/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 20/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 12/548 kB | 24/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 16/548 kB | 24/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 16/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 20/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 20/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 20/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 20/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 24/548 kB | 28/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 24/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 28/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 28/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 28/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 28/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 32/548 kB | 32/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 32/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 33/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 37/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 41/548 kB | 33/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 41/548 kB | 37/182 kB
Progress (4): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB | 4.1/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB | 4.1/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB | 4.1/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB | 4.1/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 45/548 kB | 37/182 kB | 7.7/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 49/548 kB | 37/182 kB | 7.7/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 49/548 kB | 41/182 kB | 7.7/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 7.7/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 12/228 kB 
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 12/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 12/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 12/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 53/548 kB | 41/182 kB | 16/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 57/548 kB | 41/182 kB | 16/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 57/548 kB | 45/182 kB | 16/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 61/548 kB | 45/182 kB | 16/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 61/548 kB | 45/182 kB | 20/228 kB
Progress (5): 2.4/3.6 MB | 0/1.8 MB | 61/548 kB | 45/182 kB | 20/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 61/548 kB | 45/182 kB | 20/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 61/548 kB | 45/182 kB | 20/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 61/548 kB | 45/182 kB | 24/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 65/548 kB | 45/182 kB | 24/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 65/548 kB | 49/182 kB | 24/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 24/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 28/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 28/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 28/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 28/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 66/548 kB | 49/182 kB | 32/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 70/548 kB | 49/182 kB | 32/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 70/548 kB | 53/182 kB | 32/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 32/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 33/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 33/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 33/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 33/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 74/548 kB | 53/182 kB | 37/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 78/548 kB | 53/182 kB | 37/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 78/548 kB | 57/182 kB | 37/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 37/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 41/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 41/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 41/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 41/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 82/548 kB | 57/182 kB | 45/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 86/548 kB | 57/182 kB | 45/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 86/548 kB | 61/182 kB | 45/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 45/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 49/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 49/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 49/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 49/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 90/548 kB | 61/182 kB | 53/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 94/548 kB | 61/182 kB | 53/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 94/548 kB | 65/182 kB | 53/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 53/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 57/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 57/228 kB
Progress (5): 2.4/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 57/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 57/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 61/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 98/548 kB | 65/182 kB | 61/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 98/548 kB | 66/182 kB | 61/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 61/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 65/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 65/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 65/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 65/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 102/548 kB | 66/182 kB | 69/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 106/548 kB | 66/182 kB | 69/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 106/548 kB | 70/182 kB | 69/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 69/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 73/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 73/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 73/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 73/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 110/548 kB | 70/182 kB | 77/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 114/548 kB | 70/182 kB | 77/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 114/548 kB | 74/182 kB | 77/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 77/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 81/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 81/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 81/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 81/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 118/548 kB | 74/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 122/548 kB | 74/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 122/548 kB | 78/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 85/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 89/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 89/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 126/548 kB | 78/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 130/548 kB | 78/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 130/548 kB | 82/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 134/548 kB | 82/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 93/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 97/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 97/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 138/548 kB | 82/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 142/548 kB | 82/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 142/548 kB | 86/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 101/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 105/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 109/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 113/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 117/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 117/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 146/548 kB | 86/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 150/548 kB | 86/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 150/548 kB | 90/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 121/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 125/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 125/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 154/548 kB | 90/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 158/548 kB | 90/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 158/548 kB | 94/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 129/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 133/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 133/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 133/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 133/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 162/548 kB | 94/182 kB | 137/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 166/548 kB | 94/182 kB | 137/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 166/548 kB | 98/182 kB | 137/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 137/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 141/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 141/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 141/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 141/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 170/548 kB | 98/182 kB | 145/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 174/548 kB | 98/182 kB | 145/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 174/548 kB | 98/182 kB | 145/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 145/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 149/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 149/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 149/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 149/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 178/548 kB | 98/182 kB | 153/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 182/548 kB | 98/182 kB | 153/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 182/548 kB | 102/182 kB | 153/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 153/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 157/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 157/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 157/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 157/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 186/548 kB | 102/182 kB | 161/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 190/548 kB | 102/182 kB | 161/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 190/548 kB | 106/182 kB | 161/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 161/228 kB
Progress (5): 2.5/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 165/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 165/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 165/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 165/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 194/548 kB | 106/182 kB | 169/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 198/548 kB | 106/182 kB | 169/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 198/548 kB | 110/182 kB | 169/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 169/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 173/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 173/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 173/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 173/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 202/548 kB | 110/182 kB | 177/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 206/548 kB | 110/182 kB | 177/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 206/548 kB | 114/182 kB | 177/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 177/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 181/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 181/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 181/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 181/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 210/548 kB | 114/182 kB | 185/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 214/548 kB | 114/182 kB | 185/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 214/548 kB | 118/182 kB | 185/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 185/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 189/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 189/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 189/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 189/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 218/548 kB | 118/182 kB | 193/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 222/548 kB | 118/182 kB | 193/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 222/548 kB | 122/182 kB | 193/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 193/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 197/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 197/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 197/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 197/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 226/548 kB | 122/182 kB | 201/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 230/548 kB | 122/182 kB | 201/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 230/548 kB | 126/182 kB | 201/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 201/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 205/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 205/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 205/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 205/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 234/548 kB | 126/182 kB | 209/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 238/548 kB | 126/182 kB | 209/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 238/548 kB | 130/182 kB | 209/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 209/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 213/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 213/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 213/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 213/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 242/548 kB | 130/182 kB | 217/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 246/548 kB | 130/182 kB | 217/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 246/548 kB | 131/182 kB | 217/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 217/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 221/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 221/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 221/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 221/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 250/548 kB | 131/182 kB | 225/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 254/548 kB | 131/182 kB | 225/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 254/548 kB | 135/182 kB | 225/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 258/548 kB | 135/182 kB | 225/228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 258/548 kB | 135/182 kB | 228 kB    
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 258/548 kB | 135/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 258/548 kB | 135/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 258/548 kB | 135/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 262/548 kB | 135/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 262/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 266/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 266/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 266/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 266/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 270/548 kB | 139/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 270/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 274/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 274/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.1/1.8 MB | 274/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 274/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 274/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 278/548 kB | 143/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 278/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 282/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 282/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 282/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 282/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 286/548 kB | 147/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 286/548 kB | 151/182 kB | 228 kB
Progress (5): 2.6/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 290/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 294/548 kB | 151/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 294/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 298/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 298/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 298/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 298/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 302/548 kB | 155/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 302/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 306/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 306/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 306/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 306/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 310/548 kB | 159/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 310/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 314/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 314/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 314/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 314/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 314/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 318/548 kB | 163/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 318/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 322/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 322/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 322/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 322/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 326/548 kB | 167/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 326/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 330/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 330/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 330/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 330/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 330/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 334/548 kB | 171/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 334/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 338/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 338/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 338/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 338/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 338/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 342/548 kB | 175/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 342/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 346/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 346/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 346/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 346/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 350/548 kB | 179/182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 350/548 kB | 182 kB | 228 kB    
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 354/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 354/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 354/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 354/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 354/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 358/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 358/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.2/1.8 MB | 362/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 362/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 366/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 366/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 370/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 370/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 370/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 374/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 374/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 374/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 374/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 378/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 378/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 378/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 378/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 382/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 382/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 382/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 382/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 386/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 386/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 386/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 386/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 390/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 390/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 390/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 390/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 390/548 kB | 182 kB | 228 kB
Progress (5): 2.7/3.6 MB | 0.3/1.8 MB | 394/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 394/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 394/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 394/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 398/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 398/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 398/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 398/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 402/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 402/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 402/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 402/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 406/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 406/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 406/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 406/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 410/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 410/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 410/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 410/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 414/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 414/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 414/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 414/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 418/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 418/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 418/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 418/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 422/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 422/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 422/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 422/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 426/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 426/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 426/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 426/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 430/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 430/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 430/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 430/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 434/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 434/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 434/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 434/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 438/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 438/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 438/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 438/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 442/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 442/548 kB | 182 kB | 228 kB
Progress (5): 2.8/3.6 MB | 0.3/1.8 MB | 442/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 442/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 446/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 446/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 446/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 446/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 450/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 450/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 450/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 450/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 454/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 454/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 454/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 454/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 458/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 458/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 458/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 458/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 462/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.3/1.8 MB | 462/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 462/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 462/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 466/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 466/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 466/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 466/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 470/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 470/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 470/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 474/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 474/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 474/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 478/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 478/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 478/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 478/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 482/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 482/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 482/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 482/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 486/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 486/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 486/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 486/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 490/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 490/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 490/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 490/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 494/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 494/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 494/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 494/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 498/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 498/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 498/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 498/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 502/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 502/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 502/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 502/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 506/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 506/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 506/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 506/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 510/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 510/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 510/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 510/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 514/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 514/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 514/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 514/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.4/1.8 MB | 518/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.5/1.8 MB | 518/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.5/1.8 MB | 518/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.5/1.8 MB | 518/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.5/1.8 MB | 522/548 kB | 182 kB | 228 kB
Progress (5): 2.9/3.6 MB | 0.5/1.8 MB | 522/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 522/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 522/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 526/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 526/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 526/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 526/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 530/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 530/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 530/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 530/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 534/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 534/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 534/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 534/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 538/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 538/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 538/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 538/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 542/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 542/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 542/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 542/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 546/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 546/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 546/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 546/548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB    
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.5/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.0/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.6/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.7/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.7/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.7/1.8 MB | 548 kB | 182 kB | 228 kB
Progress (5): 3.1/3.6 MB | 0.7/1.8 MB | 548 kB | 182 kB | 228 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.jar (548 kB at 67 kB/s)
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 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): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.1/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (4): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 4.1/10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 7.7/10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB    
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.7/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.2/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB | 10 kB
Progress (5): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 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 1.2 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): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.8/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.3/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 0.9/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 1.0/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 1.0/1.8 MB | 182 kB | 228 kB
Progress (4): 3.4/3.6 MB | 1.0/1.8 MB | 182 kB | 228 kB
Progress (4): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB | 228 kB
Progress (4): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB | 228 kB
Progress (4): 3.5/3.6 MB | 1.0/1.8 MB | 182 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 28 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): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.0/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.5/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (3): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 4.1/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 4.1/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 7.7/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 7.7/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 12/223 kB 
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 12/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 16/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 16/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 16/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 16/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 20/223 kB
Progress (4): 3.6/3.6 MB | 1.1/1.8 MB | 182 kB | 20/223 kB
Progress (4): 3.6/3.6 MB | 1.2/1.8 MB | 182 kB | 20/223 kB
Progress (4): 3.6/3.6 MB | 1.2/1.8 MB | 182 kB | 20/223 kB
Progress (4): 3.6/3.6 MB | 1.2/1.8 MB | 182 kB | 20/223 kB
Progress (4): 3.6/3.6 MB | 1.2/1.8 MB | 182 kB | 24/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 24/223 kB    
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 28/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 28/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 32/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 32/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 33/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 33/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 37/223 kB
Progress (4): 3.6 MB | 1.2/1.8 MB | 182 kB | 37/223 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 37/223 kB | 4.1/13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 41/223 kB | 4.1/13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 41/223 kB | 7.7/13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 41/223 kB | 7.7/13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 41/223 kB | 12/13 kB 
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 45/223 kB | 12/13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 45/223 kB | 13 kB   
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 45/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 49/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 49/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 53/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 53/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 57/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 57/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 61/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 61/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 65/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 65/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 66/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 66/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 70/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 70/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 74/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 74/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 78/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 78/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 82/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 82/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 86/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 86/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 90/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 90/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 94/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 94/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 98/223 kB | 13 kB
Progress (5): 3.6 MB | 1.2/1.8 MB | 182 kB | 98/223 kB | 13 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.jar (3.6 MB at 436 kB/s)
Progress (4): 1.2/1.8 MB | 182 kB | 98/223 kB | 13 kB
Progress (4): 1.2/1.8 MB | 182 kB | 98/223 kB | 13 kB
Progress (4): 1.2/1.8 MB | 182 kB | 98/223 kB | 13 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): 1.2/1.8 MB | 182 kB | 98/223 kB | 13 kB
Progress (4): 1.2/1.8 MB | 182 kB | 102/223 kB | 13 kB
Progress (4): 1.2/1.8 MB | 182 kB | 102/223 kB | 13 kB
Progress (4): 1.2/1.8 MB | 182 kB | 106/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 106/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 110/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 110/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 114/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 114/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 118/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 118/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 122/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 122/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 126/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 126/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 130/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 130/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 131/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 131/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 135/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 135/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 139/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 139/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 143/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 143/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 147/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 147/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 151/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 151/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 155/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 155/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 159/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 159/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 163/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 163/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 167/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 167/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 171/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 171/223 kB | 13 kB
Progress (4): 1.3/1.8 MB | 182 kB | 175/223 kB | 13 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 22 kB/s)
Progress (3): 1.3/1.8 MB | 179/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 179/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 183/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 183/223 kB | 13 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 (3): 1.3/1.8 MB | 183/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 187/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 187/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 191/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 191/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 195/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 195/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 199/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 199/223 kB | 13 kB
Progress (3): 1.3/1.8 MB | 203/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 203/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 207/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 207/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 211/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 211/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 215/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 215/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 219/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 219/223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB    
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.4/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.5/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (3): 1.6/1.8 MB | 223 kB | 13 kB
Progress (4): 1.6/1.8 MB | 223 kB | 13 kB | 4.1/99 kB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 4.1/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 4.1/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 4.1/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 7.7/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 7.7/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 12/99 kB | 0/1.4 MB 
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 12/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 16/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 16/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 20/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 24/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 24/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 28/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 28/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 28/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 28/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 32/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 32/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 32/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 32/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 33/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 33/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 33/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 33/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 37/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 37/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 37/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 37/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 37/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 41/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 41/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 45/99 kB | 0/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 45/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 49/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 49/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 53/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 53/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 57/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 57/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 61/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 61/99 kB | 0.1/1.4 MB
Progress (5): 1.6/1.8 MB | 223 kB | 13 kB | 65/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 65/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 66/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 66/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 70/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 70/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 74/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 74/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 78/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 78/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 78/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 78/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 82/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 82/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 82/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 82/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 86/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 86/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 86/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 86/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 90/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 90/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 90/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 90/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 94/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 94/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 94/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 94/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 98/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 98/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 98/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 98/99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB   
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.1/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.7/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8/1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB    
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.2/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.3/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
Progress (5): 1.8 MB | 223 kB | 13 kB | 99 kB | 0.4/1.4 MB
                                                          
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 12 kB/s)
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 26 kB/s)
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 1.5 kB/s)
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 212 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 (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/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.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 MB    
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.1/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.2/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.3/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 MB
Progress (2): 1.4 MB | 0.4/1.2 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 164 kB/s)
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.4/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/1.2 MB
Progress (1): 0.5/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.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.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.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 (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.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 0.9/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/1.2 MB
Progress (1): 1.0/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.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 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 134 kB/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/release/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 35 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 26 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.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/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 8.1 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.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.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.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.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 11 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.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.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.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.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/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 641 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/release/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 29.1 s
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scala-unit-tests ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/release/scala-unit-tests/target/surefire-reports
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.collections.impl.list.mutable.MultiReaderFastListScalaTest
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.037 s - in org.eclipse.collections.impl.list.mutable.MultiReaderFastListScalaTest
[INFO] Running org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagScalaTest
[INFO] Tests run: 128, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s - in org.eclipse.collections.impl.bag.mutable.MultiReaderHashBagScalaTest
[INFO] Running org.eclipse.collections.impl.SynchronizedSortedMapScalaTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s - in org.eclipse.collections.impl.SynchronizedSortedMapScalaTest
[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.collection.mutable.UnmodifiableMutableCollectionScalaTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollectionScalaTest
[INFO] Running org.eclipse.collections.impl.stack.mutable.SynchronizedStackScalaTest
[INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 s - in org.eclipse.collections.impl.stack.mutable.SynchronizedStackScalaTest
[INFO] Running org.eclipse.collections.impl.SynchronizedMutableMapScalaTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.eclipse.collections.impl.SynchronizedMutableMapScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedCollectionAdapterScalaTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.951 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedCollectionAdapterScalaTest
[INFO] Running org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetScalaTest
[INFO] Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 s - in org.eclipse.collections.impl.set.mutable.SynchronizedMutableSetScalaTest
[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.list.mutable.SynchronizedMutableListScalaTest
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s - in org.eclipse.collections.impl.list.mutable.SynchronizedMutableListScalaTest
[INFO] Running org.eclipse.collections.impl.ScalaAnagramTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.collections.impl.ScalaAnagramTest
[INFO] Running org.eclipse.collections.impl.list.mutable.FastListScalaTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.list.mutable.FastListScalaTest
[INFO] Running org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionScalaTest
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollectionScalaTest
[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.collection.mutable.SynchronizedSortedSetScalaTest
[INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s - in org.eclipse.collections.impl.collection.mutable.SynchronizedSortedSetScalaTest
[INFO] Running org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetScalaTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSetScalaTest
[INFO] Running org.eclipse.collections.impl.MutableAnagramTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.collections.impl.MutableAnagramTest
[INFO] Running org.eclipse.collections.impl.UnmodifiableMutableListScalaTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.collections.impl.UnmodifiableMutableListScalaTest
[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.set.mutable.MultiReaderUnifiedSetScalaTest
[INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s - in org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSetScalaTest
[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/release/scala-unit-tests/target/scala-unit-tests-10.1.0.M1.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/release/scala-unit-tests/target/scala-unit-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/scala-unit-tests/10.1.0.M1/scala-unit-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/scala-unit-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/scala-unit-tests/10.1.0.M1/scala-unit-tests-10.1.0.M1.pom
[INFO] 
[INFO] --------------< org.eclipse.collections:jmh-scala-tests >---------------
[INFO] Building Eclipse Collections JMH Scala Test Suite 10.1.0.M1      [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/release/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/release/jmh-scala-tests/target/classes ...
[INFO] Done compiling.
[INFO] compile in 11.8 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/release/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/release/jmh-scala-tests/target/jmh-scala-tests-10.1.0.M1.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/release/jmh-scala-tests/target/jmh-scala-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jmh-scala-tests/10.1.0.M1/jmh-scala-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jmh-scala-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jmh-scala-tests/10.1.0.M1/jmh-scala-tests-10.1.0.M1.pom
[INFO] 
[INFO] -----------------< org.eclipse.collections:jmh-tests >------------------
[INFO] Building Eclipse Collections JMH Test Suite 10.1.0.M1            [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 86 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 186 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 102 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 119 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 283 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 258 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 284 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 138 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 76 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 387 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 2.3 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 58 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 361 kB/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 65 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 39 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 30 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/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
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
Progress (1): 3.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.jar (3.5 kB at 74 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.jar
Progress (1): 4.1/513 kB
Progress (1): 7.7/513 kB
Progress (1): 12/513 kB 
Progress (1): 16/513 kB
Progress (1): 20/513 kB
Progress (1): 24/513 kB
Progress (1): 28/513 kB
Progress (1): 32/513 kB
Progress (1): 36/513 kB
Progress (1): 40/513 kB
Progress (1): 44/513 kB
Progress (1): 48/513 kB
Progress (1): 52/513 kB
Progress (1): 56/513 kB
Progress (1): 60/513 kB
Progress (1): 64/513 kB
Progress (1): 66/513 kB
Progress (1): 70/513 kB
Progress (1): 74/513 kB
Progress (1): 78/513 kB
Progress (1): 82/513 kB
Progress (1): 86/513 kB
Progress (1): 90/513 kB
Progress (1): 94/513 kB
Progress (1): 98/513 kB
Progress (1): 102/513 kB
Progress (1): 106/513 kB
Progress (1): 110/513 kB
Progress (1): 114/513 kB
Progress (1): 118/513 kB
Progress (1): 122/513 kB
Progress (1): 126/513 kB
Progress (1): 130/513 kB
Progress (1): 134/513 kB
Progress (1): 138/513 kB
Progress (1): 142/513 kB
Progress (1): 146/513 kB
Progress (1): 150/513 kB
Progress (1): 154/513 kB
Progress (1): 158/513 kB
Progress (1): 162/513 kB
Progress (1): 166/513 kB
Progress (1): 170/513 kB
Progress (1): 174/513 kB
Progress (1): 178/513 kB
Progress (1): 182/513 kB
Progress (1): 186/513 kB
Progress (2): 186/513 kB | 0/1.7 MB
Progress (2): 186/513 kB | 0/1.7 MB
Progress (2): 190/513 kB | 0/1.7 MB
Progress (2): 190/513 kB | 0/1.7 MB
Progress (2): 194/513 kB | 0/1.7 MB
Progress (2): 194/513 kB | 0/1.7 MB
Progress (2): 194/513 kB | 0/1.7 MB
Progress (2): 198/513 kB | 0/1.7 MB
Progress (2): 198/513 kB | 0/1.7 MB
Progress (2): 202/513 kB | 0/1.7 MB
Progress (2): 202/513 kB | 0/1.7 MB
Progress (2): 202/513 kB | 0/1.7 MB
Progress (2): 206/513 kB | 0/1.7 MB
Progress (2): 206/513 kB | 0/1.7 MB
Progress (2): 210/513 kB | 0/1.7 MB
Progress (2): 210/513 kB | 0/1.7 MB
Progress (2): 210/513 kB | 0/1.7 MB
Progress (2): 214/513 kB | 0/1.7 MB
Progress (2): 214/513 kB | 0/1.7 MB
Progress (2): 218/513 kB | 0/1.7 MB
Progress (2): 218/513 kB | 0/1.7 MB
Progress (2): 218/513 kB | 0.1/1.7 MB
Progress (2): 222/513 kB | 0.1/1.7 MB
Progress (2): 222/513 kB | 0.1/1.7 MB
Progress (2): 226/513 kB | 0.1/1.7 MB
Progress (2): 226/513 kB | 0.1/1.7 MB
Progress (2): 226/513 kB | 0.1/1.7 MB
Progress (2): 230/513 kB | 0.1/1.7 MB
Progress (2): 230/513 kB | 0.1/1.7 MB
Progress (2): 234/513 kB | 0.1/1.7 MB
Progress (2): 234/513 kB | 0.1/1.7 MB
Progress (2): 234/513 kB | 0.1/1.7 MB
Progress (2): 238/513 kB | 0.1/1.7 MB
Progress (2): 238/513 kB | 0.1/1.7 MB
Progress (2): 242/513 kB | 0.1/1.7 MB
Progress (2): 242/513 kB | 0.1/1.7 MB
Progress (2): 242/513 kB | 0.1/1.7 MB
Progress (2): 246/513 kB | 0.1/1.7 MB
Progress (2): 246/513 kB | 0.1/1.7 MB
Progress (2): 250/513 kB | 0.1/1.7 MB
Progress (2): 250/513 kB | 0.1/1.7 MB
Progress (2): 250/513 kB | 0.1/1.7 MB
Progress (2): 254/513 kB | 0.1/1.7 MB
Progress (2): 254/513 kB | 0.1/1.7 MB
Progress (2): 258/513 kB | 0.1/1.7 MB
Progress (2): 258/513 kB | 0.1/1.7 MB
Progress (2): 258/513 kB | 0.1/1.7 MB
Progress (2): 262/513 kB | 0.1/1.7 MB
Progress (2): 262/513 kB | 0.1/1.7 MB
Progress (2): 266/513 kB | 0.1/1.7 MB
Progress (2): 266/513 kB | 0.1/1.7 MB
Progress (2): 270/513 kB | 0.1/1.7 MB
Progress (2): 270/513 kB | 0.1/1.7 MB
Progress (2): 274/513 kB | 0.1/1.7 MB
Progress (2): 274/513 kB | 0.1/1.7 MB
Progress (2): 274/513 kB | 0.1/1.7 MB
Progress (2): 278/513 kB | 0.1/1.7 MB
Progress (2): 278/513 kB | 0.1/1.7 MB
Progress (2): 282/513 kB | 0.1/1.7 MB
Progress (2): 282/513 kB | 0.1/1.7 MB
Progress (2): 282/513 kB | 0.1/1.7 MB
Progress (2): 286/513 kB | 0.1/1.7 MB
Progress (2): 286/513 kB | 0.1/1.7 MB
Progress (2): 290/513 kB | 0.1/1.7 MB
Progress (2): 290/513 kB | 0.2/1.7 MB
Progress (2): 294/513 kB | 0.2/1.7 MB
Progress (2): 294/513 kB | 0.2/1.7 MB
Progress (2): 298/513 kB | 0.2/1.7 MB
Progress (2): 298/513 kB | 0.2/1.7 MB
Progress (2): 302/513 kB | 0.2/1.7 MB
Progress (2): 302/513 kB | 0.2/1.7 MB
Progress (2): 306/513 kB | 0.2/1.7 MB
Progress (2): 306/513 kB | 0.2/1.7 MB
Progress (2): 310/513 kB | 0.2/1.7 MB
Progress (2): 310/513 kB | 0.2/1.7 MB
Progress (2): 310/513 kB | 0.2/1.7 MB
Progress (2): 314/513 kB | 0.2/1.7 MB
Progress (2): 314/513 kB | 0.2/1.7 MB
Progress (2): 314/513 kB | 0.2/1.7 MB
Progress (2): 318/513 kB | 0.2/1.7 MB
Progress (2): 318/513 kB | 0.2/1.7 MB
Progress (2): 322/513 kB | 0.2/1.7 MB
Progress (2): 322/513 kB | 0.2/1.7 MB
Progress (2): 326/513 kB | 0.2/1.7 MB
Progress (2): 326/513 kB | 0.2/1.7 MB
Progress (2): 330/513 kB | 0.2/1.7 MB
Progress (2): 330/513 kB | 0.2/1.7 MB
Progress (2): 334/513 kB | 0.2/1.7 MB
Progress (2): 334/513 kB | 0.2/1.7 MB
Progress (2): 338/513 kB | 0.2/1.7 MB
Progress (2): 338/513 kB | 0.2/1.7 MB
Progress (2): 342/513 kB | 0.2/1.7 MB
Progress (2): 342/513 kB | 0.2/1.7 MB
Progress (2): 346/513 kB | 0.2/1.7 MB
Progress (2): 346/513 kB | 0.2/1.7 MB
Progress (2): 350/513 kB | 0.2/1.7 MB
Progress (2): 350/513 kB | 0.2/1.7 MB
Progress (2): 354/513 kB | 0.2/1.7 MB
Progress (2): 354/513 kB | 0.2/1.7 MB
Progress (2): 358/513 kB | 0.2/1.7 MB
Progress (2): 358/513 kB | 0.2/1.7 MB
Progress (2): 358/513 kB | 0.2/1.7 MB
Progress (2): 362/513 kB | 0.2/1.7 MB
Progress (2): 362/513 kB | 0.2/1.7 MB
Progress (2): 362/513 kB | 0.2/1.7 MB
Progress (2): 366/513 kB | 0.2/1.7 MB
Progress (2): 366/513 kB | 0.2/1.7 MB
Progress (2): 370/513 kB | 0.2/1.7 MB
Progress (2): 370/513 kB | 0.2/1.7 MB
Progress (2): 374/513 kB | 0.2/1.7 MB
Progress (2): 374/513 kB | 0.3/1.7 MB
Progress (2): 378/513 kB | 0.3/1.7 MB
Progress (2): 378/513 kB | 0.3/1.7 MB
Progress (2): 382/513 kB | 0.3/1.7 MB
Progress (2): 382/513 kB | 0.3/1.7 MB
Progress (2): 386/513 kB | 0.3/1.7 MB
Progress (2): 386/513 kB | 0.3/1.7 MB
Progress (2): 390/513 kB | 0.3/1.7 MB
Progress (2): 390/513 kB | 0.3/1.7 MB
Progress (2): 394/513 kB | 0.3/1.7 MB
Progress (2): 394/513 kB | 0.3/1.7 MB
Progress (2): 398/513 kB | 0.3/1.7 MB
Progress (2): 398/513 kB | 0.3/1.7 MB
Progress (2): 402/513 kB | 0.3/1.7 MB
Progress (2): 402/513 kB | 0.3/1.7 MB
Progress (2): 406/513 kB | 0.3/1.7 MB
Progress (2): 406/513 kB | 0.3/1.7 MB
Progress (2): 410/513 kB | 0.3/1.7 MB
Progress (2): 410/513 kB | 0.3/1.7 MB
Progress (2): 410/513 kB | 0.3/1.7 MB
Progress (2): 414/513 kB | 0.3/1.7 MB
Progress (2): 414/513 kB | 0.3/1.7 MB
Progress (2): 418/513 kB | 0.3/1.7 MB
Progress (2): 418/513 kB | 0.3/1.7 MB
Progress (2): 418/513 kB | 0.3/1.7 MB
Progress (2): 422/513 kB | 0.3/1.7 MB
Progress (2): 422/513 kB | 0.3/1.7 MB
Progress (2): 426/513 kB | 0.3/1.7 MB
Progress (2): 426/513 kB | 0.3/1.7 MB
Progress (2): 430/513 kB | 0.3/1.7 MB
Progress (2): 430/513 kB | 0.3/1.7 MB
Progress (2): 434/513 kB | 0.3/1.7 MB
Progress (2): 434/513 kB | 0.3/1.7 MB
Progress (2): 438/513 kB | 0.3/1.7 MB
Progress (2): 438/513 kB | 0.3/1.7 MB
Progress (2): 442/513 kB | 0.3/1.7 MB
Progress (2): 442/513 kB | 0.3/1.7 MB
Progress (2): 446/513 kB | 0.3/1.7 MB
Progress (2): 446/513 kB | 0.3/1.7 MB
Progress (2): 450/513 kB | 0.3/1.7 MB
Progress (2): 450/513 kB | 0.3/1.7 MB
Progress (2): 450/513 kB | 0.3/1.7 MB
Progress (2): 450/513 kB | 0.3/1.7 MB
Progress (2): 454/513 kB | 0.3/1.7 MB
Progress (2): 454/513 kB | 0.3/1.7 MB
Progress (2): 458/513 kB | 0.3/1.7 MB
Progress (2): 458/513 kB | 0.4/1.7 MB
Progress (2): 462/513 kB | 0.4/1.7 MB
Progress (2): 462/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 466/513 kB | 0.4/1.7 MB
Progress (2): 470/513 kB | 0.4/1.7 MB
Progress (2): 470/513 kB | 0.4/1.7 MB
Progress (2): 474/513 kB | 0.4/1.7 MB
Progress (2): 474/513 kB | 0.4/1.7 MB
Progress (2): 474/513 kB | 0.4/1.7 MB
Progress (2): 478/513 kB | 0.4/1.7 MB
Progress (2): 478/513 kB | 0.4/1.7 MB
Progress (2): 482/513 kB | 0.4/1.7 MB
Progress (2): 482/513 kB | 0.4/1.7 MB
Progress (2): 482/513 kB | 0.4/1.7 MB
Progress (2): 486/513 kB | 0.4/1.7 MB
Progress (2): 486/513 kB | 0.4/1.7 MB
Progress (2): 490/513 kB | 0.4/1.7 MB
Progress (2): 490/513 kB | 0.4/1.7 MB
Progress (2): 490/513 kB | 0.4/1.7 MB
Progress (2): 494/513 kB | 0.4/1.7 MB
Progress (2): 494/513 kB | 0.4/1.7 MB
Progress (2): 498/513 kB | 0.4/1.7 MB
Progress (2): 498/513 kB | 0.4/1.7 MB
Progress (2): 502/513 kB | 0.4/1.7 MB
Progress (2): 502/513 kB | 0.4/1.7 MB
Progress (2): 506/513 kB | 0.4/1.7 MB
Progress (2): 506/513 kB | 0.4/1.7 MB
Progress (2): 510/513 kB | 0.4/1.7 MB
Progress (2): 510/513 kB | 0.4/1.7 MB
Progress (2): 513 kB | 0.4/1.7 MB    
Progress (2): 513 kB | 0.4/1.7 MB
Progress (2): 513 kB | 0.4/1.7 MB
Progress (2): 513 kB | 0.4/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.5/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (2): 513 kB | 0.6/1.7 MB
Progress (3): 513 kB | 0.6/1.7 MB | 4.1/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 4.1/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 7.7/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 7.7/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 12/343 kB 
Progress (3): 513 kB | 0.6/1.7 MB | 12/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 16/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 16/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 20/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 20/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 24/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 24/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 28/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 28/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 32/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 32/343 kB
Progress (3): 513 kB | 0.6/1.7 MB | 36/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 36/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 40/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 40/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 44/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 44/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 48/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 48/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 52/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 52/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 56/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 56/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 60/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 60/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 64/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 64/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 68/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 68/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 72/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 72/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 76/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 76/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 80/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 80/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 80/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 84/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 84/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 88/343 kB
Progress (3): 513 kB | 0.7/1.7 MB | 92/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 92/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 96/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 96/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 100/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 100/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 104/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 104/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 108/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 108/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 112/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 112/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 116/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 116/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 120/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 120/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 124/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 124/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 128/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 128/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 132/343 kB
Progress (3): 513 kB | 0.8/1.7 MB | 132/343 kB
Progress (4): 513 kB | 0.8/1.7 MB | 132/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 132/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 136/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 136/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 136/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 136/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 140/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 140/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 140/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 140/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 144/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 144/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 144/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 144/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 148/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 152/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 152/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 156/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 160/343 kB | 0/2.7 MB
Progress (4): 513 kB | 0.8/1.7 MB | 164/343 kB | 0/2.7 MB
Progress (5): 513 kB | 0.8/1.7 MB | 164/343 kB | 0/2.7 MB | 4.1/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 164/343 kB | 0/2.7 MB | 4.1/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 164/343 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 168/343 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 168/343 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 172/343 kB | 0/2.7 MB | 7.7/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 172/343 kB | 0/2.7 MB | 12/14 kB 
Progress (5): 513 kB | 0.8/1.7 MB | 172/343 kB | 0/2.7 MB | 12/14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 172/343 kB | 0/2.7 MB | 14 kB   
Progress (5): 513 kB | 0.8/1.7 MB | 176/343 kB | 0/2.7 MB | 14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 176/343 kB | 0/2.7 MB | 14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 180/343 kB | 0/2.7 MB | 14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 180/343 kB | 0/2.7 MB | 14 kB
Progress (5): 513 kB | 0.8/1.7 MB | 184/343 kB | 0/2.7 MB | 14 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 2.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.jar
Progress (4): 0.9/1.7 MB | 184/343 kB | 0/2.7 MB | 14 kB
Progress (4): 0.9/1.7 MB | 188/343 kB | 0/2.7 MB | 14 kB
Progress (4): 0.9/1.7 MB | 192/343 kB | 0/2.7 MB | 14 kB
Progress (4): 0.9/1.7 MB | 196/343 kB | 0/2.7 MB | 14 kB
Progress (4): 0.9/1.7 MB | 200/343 kB | 0/2.7 MB | 14 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 67 kB/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.jar
Progress (3): 0.9/1.7 MB | 204/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 204/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 204/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 204/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 208/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 208/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 208/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 212/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 212/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 216/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 216/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 216/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 216/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 220/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 220/343 kB | 0/2.7 MB
Progress (3): 0.9/1.7 MB | 220/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 220/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 224/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 228/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 228/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 228/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 228/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 232/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 232/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 232/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 232/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 232/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 236/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 236/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 236/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 236/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 236/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 240/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 240/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 240/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 240/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 244/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 244/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 244/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 244/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 248/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 248/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 248/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 248/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 252/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 252/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 252/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 252/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 256/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 256/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 260/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 260/343 kB | 0.1/2.7 MB
Progress (3): 0.9/1.7 MB | 264/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 264/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 268/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 268/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 272/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 272/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 276/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 276/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 280/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 280/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 284/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 284/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 288/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 288/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 292/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 292/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 292/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 292/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 296/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 296/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 296/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 296/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 300/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 300/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 300/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 300/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 304/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 304/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 304/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 304/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 308/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 308/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 308/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 308/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 312/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 312/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 312/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 312/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 316/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 316/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 316/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 316/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 320/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 320/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 320/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 320/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 324/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 324/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 324/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 324/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 328/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 328/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 328/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 328/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 332/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 332/343 kB | 0.1/2.7 MB
Progress (3): 1.0/1.7 MB | 332/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 332/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 336/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 336/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 336/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 336/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 340/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 340/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 340/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 340/343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB    
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.1/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.2/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.2/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.3/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.3/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (3): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB
Progress (4): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB | 0/1.2 MB
Progress (4): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB | 0/1.2 MB
Progress (4): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB | 0/1.2 MB
Progress (4): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB | 0/1.2 MB
Progress (5): 1.4/1.7 MB | 343 kB | 0.4/2.7 MB | 0/1.2 MB | 4.1/873 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.jar (343 kB at 1.0 MB/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.jar
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 7.7/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 12/873 kB 
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 12/873 kB
Progress (4): 1.4/1.7 MB | 0.4/2.7 MB | 0/1.2 MB | 12/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 12/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 12/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 12/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 16/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 20/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 24/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 28/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.4/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 32/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 33/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 33/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 33/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 33/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 33/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 37/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 37/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 41/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 41/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 41/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 41/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 45/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 45/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 49/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 49/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 49/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 49/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 53/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 53/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 57/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 57/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 57/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 57/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 61/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 61/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 65/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 65/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 65/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 65/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 66/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 70/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 74/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 78/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 78/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 78/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 78/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 82/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 82/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 86/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 90/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 90/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 94/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 98/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 102/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 106/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 106/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 110/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 110/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 110/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 110/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 114/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 114/873 kB
Progress (4): 1.5/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 118/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 118/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 118/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 118/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 122/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 122/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 126/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 126/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 126/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 126/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 130/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 130/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 134/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 134/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 134/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 134/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 138/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 138/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 142/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 142/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 142/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 142/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 146/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 146/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 150/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 150/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 150/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 150/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 154/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 154/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 154/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 158/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 158/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 158/873 kB
Progress (4): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 158/873 kB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 158/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 162/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 162/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 166/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.5/2.7 MB | 0.1/1.2 MB | 170/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.1/1.2 MB | 170/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.1/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.1/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.1/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.1/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 174/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 178/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 182/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 186/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 190/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0/19 MB
Progress (5): 1.6/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 194/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 198/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 202/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 206/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 210/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7/1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB    
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 214/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 218/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.6/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 222/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 226/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 230/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 234/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (5): 1.7 MB | 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 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 3.2 MB/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.jar
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 238/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.1/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 242/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 246/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 250/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 254/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 258/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 262/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 266/873 kB | 0.2/19 MB
Progress (4): 0.7/2.7 MB | 0.2/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.2/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 270/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 274/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 278/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 282/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 282/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 286/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 286/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 286/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 286/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 286/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 290/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 290/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 294/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 298/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 298/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 302/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 306/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 306/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 310/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 310/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 310/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 310/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 314/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 314/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 318/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 318/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 318/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 318/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 322/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 322/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 326/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 330/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 334/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 334/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 338/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 338/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 338/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 338/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 342/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 346/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 346/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.3/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 350/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.2/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 354/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.8/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 358/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 362/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 366/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 370/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 370/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 374/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 374/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 374/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 374/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 378/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 378/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 382/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 382/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 382/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 382/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 386/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 386/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 390/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 390/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 390/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 390/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 394/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 394/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 398/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 398/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 398/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 398/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 402/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 402/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 402/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 402/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 406/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 406/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 406/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 406/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 410/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 410/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 410/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 410/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 414/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 414/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 414/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 414/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 418/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 418/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 418/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 418/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 422/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 422/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 422/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 422/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.4/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.5/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.5/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (4): 0.9/2.7 MB | 0.5/1.2 MB | 426/873 kB | 0.3/19 MB
Progress (5): 0.9/2.7 MB | 0.5/1.2 MB | 426/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 0.9/2.7 MB | 0.5/1.2 MB | 426/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 0.9/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 430/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 434/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 438/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 442/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 446/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 450/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 454/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 458/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 462/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 466/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 470/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.0/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 474/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 478/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 482/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 486/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 490/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 490/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 494/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 494/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 494/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 494/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 498/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 498/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 502/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 506/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 506/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 506/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 506/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 506/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 510/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 510/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 510/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 510/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 510/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 514/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.1/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 518/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.5/1.2 MB | 522/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 522/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 522/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 522/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 526/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 526/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 526/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 526/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 526/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 530/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 530/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 530/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 530/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 534/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 534/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 534/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 534/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 538/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 538/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 538/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 538/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 542/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 546/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 546/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 546/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 546/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 550/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 550/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 550/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 550/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 554/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 554/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 554/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 554/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 558/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 558/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 558/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 558/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 562/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 562/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 562/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 562/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 566/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 566/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 566/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 566/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 570/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 570/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 570/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 570/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 574/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 574/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 574/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 574/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 578/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 578/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 578/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 578/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 582/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 582/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 582/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 582/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 582/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 586/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 586/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 586/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 586/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 590/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 590/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 590/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 590/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 594/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 594/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 594/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 594/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 598/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 598/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 598/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 598/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 598/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 602/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 602/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 602/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 602/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 606/873 kB | 0.3/19 MB | 0.2/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 606/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 606/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 606/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 610/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 610/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 610/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 610/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 614/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 618/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 618/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.6/1.2 MB | 618/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 618/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 622/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 622/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 622/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 622/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 622/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 626/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 626/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 626/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 626/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 630/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.1/2.7 MB | 0.7/1.2 MB | 630/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 630/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 630/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 634/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 634/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 634/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 634/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 638/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 638/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 638/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 638/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 642/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 642/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 642/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 642/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 646/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 646/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 646/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 646/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 650/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 650/873 kB | 0.3/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 650/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 650/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 654/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 654/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 654/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 654/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 658/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 658/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 658/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 658/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 662/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 662/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 662/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 662/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 666/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 666/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 666/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 666/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 670/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 670/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 670/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 670/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 674/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 674/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 674/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 674/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 678/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 678/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 678/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 678/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 682/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 682/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 682/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 682/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 686/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 686/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 686/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 686/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 690/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 694/873 kB | 0.4/19 MB | 0.3/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 694/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 694/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 694/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 698/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 698/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 698/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 698/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 702/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 706/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 706/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 706/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 706/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 710/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 714/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 714/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.7/1.2 MB | 714/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 714/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 714/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 718/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 718/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 718/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 718/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 722/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 722/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 722/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 722/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 726/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 730/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 730/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 730/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 730/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 734/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 734/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 734/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 734/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 738/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 738/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 738/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 738/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 742/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 742/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 742/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 742/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 746/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 746/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 746/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 746/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 750/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 750/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 750/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 750/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 754/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 754/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 754/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 754/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 758/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 758/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 758/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 758/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 762/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 762/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 762/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 762/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 766/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 766/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 766/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 766/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 770/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 770/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 770/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 770/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 774/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 774/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 774/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 774/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 778/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 778/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 778/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 778/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 782/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 782/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 782/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 782/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 786/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 786/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 786/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 786/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 790/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 790/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 790/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 790/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 794/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 794/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 794/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 794/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 798/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 798/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 798/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 798/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 802/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 802/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 802/873 kB | 0.4/19 MB | 0.4/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 802/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 806/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 806/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 806/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 806/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 810/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 810/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 810/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 810/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 814/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 814/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.8/1.2 MB | 814/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 814/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 818/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 818/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 818/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 818/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 822/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 822/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 822/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 822/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 826/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 826/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 826/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 826/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 830/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 830/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 830/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 830/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 834/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 834/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 834/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 834/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 838/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 838/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 838/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 838/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 842/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.2/2.7 MB | 0.9/1.2 MB | 842/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 842/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 842/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 846/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 846/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 846/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 846/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 850/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 850/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 850/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 850/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 854/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 858/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 858/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 858/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 858/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 862/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 862/873 kB | 0.4/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 862/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 862/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 866/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 866/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 866/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 866/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 870/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 870/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 870/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 870/873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB    
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 0.9/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.5/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 MB
Progress (5): 1.3/2.7 MB | 1.0/1.2 MB | 873 kB | 0.5/19 MB | 0.6/2.5 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 922 kB/s)
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.3/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.5/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.0/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.6/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.4/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.6/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.1/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.7/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2/1.2 MB | 0.8/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.7/2.5 MB    
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.7/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.5/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.8/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (4): 1.6/2.7 MB | 1.2 MB | 0.9/19 MB | 0.8/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 1.1 MB/s)
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.8/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.6/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 0.9/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 0.9/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.7/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.0/2.5 MB
Progress (3): 1.8/2.7 MB | 1.0/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.8/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.1/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.1/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 1.9/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.2/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.2/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.0/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.1/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.3/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.3/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.2/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.4/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.4/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.5/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.3/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.5/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.6/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.4/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.6/2.5 MB
Progress (3): 2.5/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.7/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.7/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.6/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.8/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7/2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB    
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.8/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 1.9/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 1.9/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.0/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.0/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.1/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.1/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/2.5 MB
Progress (3): 2.7 MB | 2.2/19 MB | 2.2/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.9 MB/s)
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.2/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.2/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.3/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.3/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.4/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.4/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5/2.5 MB
Progress (2): 2.5/19 MB | 2.5 MB    
Progress (2): 2.5/19 MB | 2.5 MB
Progress (2): 2.5/19 MB | 2.5 MB
Progress (2): 2.5/19 MB | 2.5 MB
Progress (2): 2.5/19 MB | 2.5 MB
Progress (2): 2.5/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.6/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.7/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.8/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/19 MB | 2.5 MB
Progress (2): 2.9/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.6 MB/s)
Progress (1): 2.9/19 MB
Progress (1): 2.9/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.0/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.1/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.2/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.3/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.4/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.5/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.6/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.7/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.8/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 3.9/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/19 MB
Progress (1): 4.0/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.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.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/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 6.3 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/release/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 106 kB/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 148 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/release/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/release/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/release/jmh-tests/target/jmh-tests-10.1.0.M1.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.3:shade (default) @ jmh-tests ---
[INFO] Including org.eclipse.collections:eclipse-collections-api:jar:10.1.0.M1 in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections:jar:10.1.0.M1 in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-forkjoin:jar:10.1.0.M1 in the shaded jar.
[INFO] Including org.eclipse.collections:eclipse-collections-testutils:jar:10.1.0.M1 in the shaded jar.
[INFO] Including org.eclipse.collections:jmh-scala-tests:jar:10.1.0.M1 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/release/jmh-tests/target/microbenchmarks.jar with /home/jenkins/agent/workspace/release/jmh-tests/target/jmh-tests-10.1.0.M1-shaded.jar
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (default) @ jmh-tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/release/jmh-tests/target/jmh-tests-10.1.0.M1-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/release/jmh-tests/target/jmh-tests-10.1.0.M1.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jmh-tests/10.1.0.M1/jmh-tests-10.1.0.M1.jar
[INFO] Installing /home/jenkins/agent/workspace/release/jmh-tests/pom.xml to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jmh-tests/10.1.0.M1/jmh-tests-10.1.0.M1.pom
[INFO] Installing /home/jenkins/agent/workspace/release/jmh-tests/target/jmh-tests-10.1.0.M1-sources.jar to /home/jenkins/agent/workspace/release/.repository/org/eclipse/collections/jmh-tests/10.1.0.M1/jmh-tests-10.1.0.M1-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Collections Parent Project 10.1.0.M1:
[INFO] 
[INFO] Eclipse Collections Parent Project ................. SUCCESS [ 20.115 s]
[INFO] Eclipse Collections Code Generator ................. SUCCESS [ 13.338 s]
[INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [ 14.335 s]
[INFO] Eclipse Collections API ............................ SUCCESS [ 12.876 s]
[INFO] Eclipse Collections Main Library ................... SUCCESS [01:20 min]
[INFO] Eclipse Collections Test Utilities ................. SUCCESS [ 15.036 s]
[INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  7.910 s]
[INFO] Eclipse Collections Unit Test Suite ................ SUCCESS [16:10 min]
[INFO] Eclipse Collections Serialization Test Suite ....... SUCCESS [ 18.737 s]
[INFO] Eclipse Collections JCStress Test Suite ............ SUCCESS [  6.272 s]
[INFO] Eclipse Collections Test Trait JUnit Runner ........ SUCCESS [  0.910 s]
[INFO] Eclipse Collections Java 8 Unit Test Suite ......... SUCCESS [ 24.403 s]
[INFO] Eclipse Collections Test Coverage Aggregation ...... SUCCESS [ 15.301 s]
[INFO] Eclipse Collections p2 Repository Build ............ SUCCESS [  0.399 s]
[INFO] Eclipse Collections OSGi Bundle .................... SUCCESS [ 42.003 s]
[INFO] Eclipse Collections Scala Unit Test Suite .......... SUCCESS [01:09 min]
[INFO] Eclipse Collections JMH Scala Test Suite ........... SUCCESS [ 12.009 s]
[INFO] Eclipse Collections JMH Test Suite ................. SUCCESS [ 31.592 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  22:38 min
[INFO] Finished at: 2019-11-22T12:06:16Z
[INFO] ------------------------------------------------------------------------
[release] $ /bin/sh -xe /tmp/jenkins2434448702255389862.sh
+ git checkout origin/master
M	acceptance-tests/pom.xml
HEAD is now at 0acad932 Merge pull request #764 from cguntur-bnym/master
M	eclipse-collections-api/pom.xml
M	eclipse-collections-code-generator-maven-plugin/pom.xml
M	eclipse-collections-code-generator/pom.xml
M	eclipse-collections-forkjoin/pom.xml
M	eclipse-collections-testutils/pom.xml
M	eclipse-collections/pom.xml
M	jcstress-tests/pom.xml
M	jmh-scala-tests/pom.xml
M	jmh-tests/pom.xml
M	junit-trait-runner/pom.xml
M	p2-repository/org.eclipse.collections/pom.xml
M	p2-repository/pom.xml
M	performance-tests/pom.xml
M	pom.xml
M	scala-unit-tests/pom.xml
M	serialization-tests/pom.xml
M	test-coverage/pom.xml
M	unit-tests-java8/pom.xml
M	unit-tests/pom.xml
+ git add -u '*.xml'
+ git commit -m 'Release version 10.1.0.M1.'

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'default@default-agent-g4v9g.(none)')
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: mohammad.rezaei@gs.com nikhilnanivadekar@gmail.com
Finished: FAILURE