Skip to content

Instantly share code, notes, and snippets.

@pescadorbob
Created December 16, 2014 21:52
Show Gist options
  • Save pescadorbob/aa1a553f734ce3b33dde to your computer and use it in GitHub Desktop.
Save pescadorbob/aa1a553f734ce3b33dde to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Bringing machine 'test' up with 'virtualbox' provider...
==> test: Importing base box 'singularity-develop-0.20.1'...
Progress: 10%
Progress: 40%
Progress: 60%
Progress: 70%
Progress: 80%
Progress: 90%
==> test: Matching MAC address for NAT networking...
==> test: Setting the name of the VM: vagrant_test_1418765808492_46636
==> test: Clearing any previously set network interfaces...
==> test: Preparing network interfaces based on configuration...
test: Adapter 1: nat
test: Adapter 2: hostonly
==> test: Forwarding ports...
test: 22 => 2222 (adapter 1)
==> test: Running 'pre-boot' VM customizations...
==> test: Booting VM...
==> test: Waiting for machine to boot. This may take a few minutes...
test: SSH address: 127.0.0.1:2222
test: SSH username: vagrant
test: SSH auth method: private key
test: Warning: Connection timeout. Retrying...
==> test: Machine booted and ready!
==> test: Checking for guest additions in VM...
==> test: Checking for host entries
==> test: adding to (C:/WINDOWS/system32/drivers/etc/hosts) : 192.168.33.11 vagrant-singularity # VAGRANT: b0797d3cd649c3ffc95a9e77250d8b63 (test) / f3f978e1-85a4-4227-866c-c25700d55506
==> test: Setting hostname...
==> test: Configuring and enabling network interfaces...
==> test: Configuring proxy for Apt...
==> test: Configuring proxy for Docker...
==> test: Configuring proxy environment variables...
==> test: Configuring proxy for npm...
==> test: Mounting shared folders...
test: /vagrant => D:/work/Singularity/vagrant
test: /singularity => D:/work/Singularity
==> test: Running provisioner: shell...
test: Running: C:/Users/a510523/AppData/Local/Temp/vagrant-shell20141216-17296-e0dymr.sh
==> test: stdin: is not a tty
==> test: + set -eo pipefail
==> test: + stop_singularity
==> test: + set +e
==> test: + service singularity stop
==> test: singularity: unrecognized service
==> test: + set -e
==> test: + install_singularity_config
==> test: + mkdir -p /etc/singularity
==> test: + cat
==> test: + build_singularity
==> test: + cd /singularity
==> test: + sudo -u vagrant HOME=/home/vagrant mkdir -p /home/vagrant/.m2/repository
==> test: + cp /singularity/mvn-ext/settings.xml /home/vagrant/.m2/settings.xml
==> test: + sudo -u vagrant HOME=/home/vagrant mvn clean package -DskipTests
==> test: [INFO]
==> test: Scanning for projects...
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/6/basepom-standard-oss-6.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/6/basepom-standard-oss-6.pom (10 KB at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/6/basepom-standard-6.pom
==> test: 4/30 KB
==> test: 8/30 KB
==> test: 8/30 KB
==> test: 12/30 KB
==> test: 16/30 KB
==> test: 16/30 KB
==> test: 20/30 KB
==> test: 24/30 KB
==> test: 24/30 KB
==> test: 28/30 KB
==> test: 30/30 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/6/basepom-standard-6.pom (30 KB at 50.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/6/basepom-foundation-6.pom
==> test: 4/47 KB
==> test: 8/47 KB
==> test: 8/47 KB
==> test: 12/47 KB
==> test: 16/47 KB
==> test: 16/47 KB
==> test: 20/47 KB
==> test: 24/47 KB
==> test: 24/47 KB
==> test: 28/47 KB
==> test: 31/47 KB
==> test: 32/47 KB
==> test: 32/47 KB
==> test: 36/47 KB
==> test: 40/47 KB
==> test: 40/47 KB
==> test: 44/47 KB
==> test: 47/47 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/6/basepom-foundation-6.pom (47 KB at 69.6 KB/sec)
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: [INFO]
==> test: Reactor Build Order:
==> test: [INFO]
==> test: [INFO]
==> test: Singularity
==> test:
==> test: [INFO] SingularityBase
==> test: [INFO] SingularityMesosClient
==> test: [INFO] SingularityService
==> test: [INFO] SingularityRunnerBase
==> test: [INFO] SingularityS3Base
==> test: [INFO] SingularityClient
==> test: [INFO] SingularityExecutor
==> test: [INFO] SingularityExecutorCleanup
==> test: [INFO] SingularityLogWatcher
==> test: [INFO] SingularityS3Uploader
==> test: [INFO] SingularityS3Downloader
==> test: [INFO] SingularityOOMKiller
==> test: [INFO] EmbedSingularityExample
==> test: [INFO]
==> test:
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: [INFO]
==> test: Building Singularity 0.4.0-SNAPSHOT
==> test: [INFO] ------------------------------------------------------------------------
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
==> test: 4/4 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 22.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/21/maven-parent-21.pom
==> test: 4/26 KB
==> test: 8/26 KB
==> test: 8/26 KB
==> test: 12/26 KB
==> test: 16/26 KB
==> test: 16/26 KB
==> test: 20/26 KB
==> test: 24/26 KB
==> test: 24/26 KB
==> test: 26/26 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 41.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/10/apache-10.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/10/apache-10.pom (15 KB at 25.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
==> test: 4/25 KB
==> test: 8/25 KB
==> test: 8/25 KB
==> test: 12/25 KB
==> test: 16/25 KB
==> test: 16/25 KB
==> test: 20/25 KB
==> test: 24/25 KB
==> test: 24/25 KB
==> test: 25/25 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 44.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/maven/property-helper-maven-plugin/2.0/property-helper-maven-plugin-2.0.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/maven/property-helper-maven-plugin/2.0/property-helper-maven-plugin-2.0.pom (22 KB at 40.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/5/basepom-standard-oss-5.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/5/basepom-standard-oss-5.pom (7 KB at 14.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/5/basepom-standard-5.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/5/basepom-standard-5.pom (24 KB at 48.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/5/basepom-foundation-5.pom
==> test: 4/27 KB
==> test: 8/27 KB
==> test: 8/27 KB
==> test: 12/27 KB
==> test: 16/27 KB
==> test: 16/27 KB
==> test: 20/27 KB
==> test: 24/27 KB
==> test: 24/27 KB
==> test: 27/27 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/5/basepom-foundation-5.pom (27 KB at 54.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/maven/property-helper-maven-plugin/2.0/property-helper-maven-plugin-2.0.jar
==> test: 4/78 KB
==> test: 8/78 KB
==> test: 8/78 KB
==> test: 12/78 KB
==> test: 16/78 KB
==> test: 16/78 KB
==> test: 20/78 KB
==> test: 24/78 KB
==> test: 24/78 KB
==> test: 28/78 KB
==> test: 31/78 KB
==> test: 32/78 KB
==> test: 32/78 KB
==> test: 36/78 KB
==> test: 40/78 KB
==> test: 40/78 KB
==> test: 44/78 KB
==> test: 48/78 KB
==> test: 48/78 KB
==> test: 52/78 KB
==> test: 56/78 KB
==> test: 56/78 KB
==> test: 60/78 KB
==> test: 64/78 KB
==> test: 64/78 KB
==> test: 68/78 KB
==> test: 72/78 KB
==> test: 72/78 KB
==> test: 76/78 KB
==> test: 78/78 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/maven/property-helper-maven-plugin/2.0/property-helper-maven-plugin-2.0.jar (78 KB at 121.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.pom (7 KB at 11.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer/1.3.1/enforcer-1.3.1.pom (12 KB at 23.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/23/maven-parent-23.pom
==> test: 4/32 KB
==> test: 8/32 KB
==> test: 8/32 KB
==> test: 12/32 KB
==> test: 16/32 KB
==> test: 16/32 KB
==> test: 20/32 KB
==> test: 24/32 KB
==> test: 24/32 KB
==> test: 28/32 KB
==> test: 31/32 KB
==> test: 32/32 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 50.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/13/apache-13.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/13/apache-13.pom (14 KB at 26.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar
==> test: 4/26 KB
==> test: 8/26 KB
==> test: 8/26 KB
==> test: 12/26 KB
==> test: 16/26 KB
==> test: 16/26 KB
==> test: 20/26 KB
==> test: 24/26 KB
==> test: 24/26 KB
==> test: 26/26 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-enforcer-plugin/1.3.1/maven-enforcer-plugin-1.3.1.jar (26 KB at 49.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/pl/project13/maven/git-commit-id-plugin/2.1.10/git-commit-id-plugin-2.1.10.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/pl/project13/maven/git-commit-id-plugin/2.1.10/git-commit-id-plugin-2.1.10.pom (10 KB at 20.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 9.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/pl/project13/maven/git-commit-id-plugin/2.1.10/git-commit-id-plugin-2.1.10.jar
==> test: 4/62 KB
==> test: 8/62 KB
8/62 KB
12/62 KB
==> test: 16/62 KB
==> test: 16/62 KB
==> test: 20/62 KB
==> test: 24/62 KB
==> test: 24/62 KB
==> test: 28/62 KB
==> test: 31/62 KB
==> test: 32/62 KB
==> test: 36/62 KB
==> test: 40/62 KB
==> test: 40/62 KB
==> test: 44/62 KB
==> test: 48/62 KB
==> test: 48/62 KB
==> test: 52/62 KB
==> test: 56/62 KB
==> test: 56/62 KB
==> test: 60/62 KB
==> test: 62/62 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/pl/project13/maven/git-commit-id-plugin/2.1.10/git-commit-id-plugin-2.1.10.jar (62 KB at 105.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/jacoco-maven-plugin/0.7.1.201405082137/jacoco-maven-plugin-0.7.1.201405082137.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/jacoco-maven-plugin/0.7.1.201405082137/jacoco-maven-plugin-0.7.1.201405082137.pom (4 KB at 6.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.build/0.7.1.201405082137/org.jacoco.build-0.7.1.201405082137.pom
==> test: 4/36 KB
==> test: 8/36 KB
8/36 KB
12/36 KB
==> test: 16/36 KB
==> test: 16/36 KB
==> test: 20/36 KB
==> test: 24/36 KB
==> test: 24/36 KB
==> test: 28/36 KB
==> test: 31/36 KB
==> test: 32/36 KB
==> test: 36/36 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.build/0.7.1.201405082137/org.jacoco.build-0.7.1.201405082137.pom (36 KB at 66.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/jacoco-maven-plugin/0.7.1.201405082137/jacoco-maven-plugin-0.7.1.201405082137.jar
==> test: 4/47 KB
==> test: 8/47 KB
==> test: 8/47 KB
==> test: 12/47 KB
==> test: 16/47 KB
==> test: 16/47 KB
==> test: 20/47 KB
==> test: 24/47 KB
==> test: 24/47 KB
==> test: 28/47 KB
==> test: 31/47 KB
==> test: 32/47 KB
==> test: 36/47 KB
==> test: 40/47 KB
==> test: 40/47 KB
==> test: 44/47 KB
==> test: 47/47 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/jacoco-maven-plugin/0.7.1.201405082137/jacoco-maven-plugin-0.7.1.201405082137.jar (47 KB at 75.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.pom (8 KB at 13.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 18.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/24/maven-parent-24.pom
==> test: 4/37 KB
==> test: 8/37 KB
==> test: 8/37 KB
==> test: 12/37 KB
==> test: 16/37 KB
==> test: 16/37 KB
==> test: 20/37 KB
==> test: 24/37 KB
==> test: 24/37 KB
==> test: 28/37 KB
==> test: 31/37 KB
==> test: 32/37 KB
==> test: 36/37 KB
==> test: 37/37 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 67.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/14/apache-14.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/14/apache-14.pom (15 KB at 27.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar
==> test: 4/25 KB
==> test: 8/25 KB
==> test: 8/25 KB
==> test: 12/25 KB
==> test: 16/25 KB
==> test: 16/25 KB
==> test: 20/25 KB
==> test: 24/25 KB
==> test: 24/25 KB
==> test: 25/25 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-jar-plugin/2.5/maven-jar-plugin-2.5.jar (25 KB at 49.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.pom (7 KB at 13.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar
==> test: 4/31 KB
==> test: 8/31 KB
==> test: 8/31 KB
==> test: 12/31 KB
==> test: 16/31 KB
==> test: 16/31 KB
==> test: 20/31 KB
==> test: 24/31 KB
==> test: 24/31 KB
==> test: 28/31 KB
==> test: 31/31 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-source-plugin/2.3/maven-source-plugin-2.3.jar (31 KB at 53.5 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-clean-plugin:2.5:clean (default-clean) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 3.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 16.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/5/maven-parent-5.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 30.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/3/apache-3.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/3/apache-3.pom (4 KB at 7.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 7.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 16.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 16.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
==> test: 4/221 KB
==> test: 8/221 KB
==> test: 8/221 KB
==> test: 12/221 KB
==> test: 16/221 KB
==> test: 16/221 KB
==> test: 20/221 KB
==> test: 24/221 KB
==> test: 24/221 KB
==> test: 28/221 KB
==> test: 31/221 KB
==> test: 32/221 KB
==> test: 36/221 KB
==> test: 40/221 KB
==> test: 40/221 KB
==> test: 44/221 KB
==> test: 48/221 KB
==> test: 48/221 KB
==> test: 52/221 KB
==> test: 56/221 KB
==> test: 56/221 KB
60/221 KB
64/221 KB
64/221 KB
68/221 KB
72/221 KB
72/221 KB
76/221 KB
80/221 KB
80/221 KB
==> test: 84/221 KB
==> test: 88/221 KB
==> test: 88/221 KB
==> test: 92/221 KB
==> test: 96/221 KB
==> test: 96/221 KB
==> test: 100/221 KB
==> test: 104/221 KB
==> test: 104/221 KB
==> test: 108/221 KB
==> test: 112/221 KB
==> test: 112/221 KB
==> test: 116/221 KB
==> test: 120/221 KB
==> test: 120/221 KB
==> test: 124/221 KB
==> test: 128/221 KB
==> test: 128/221 KB
==> test: 132/221 KB
==> test: 136/221 KB
==> test: 136/221 KB
==> test: 140/221 KB
==> test: 144/221 KB
==> test: 144/221 KB
==> test: 148/221 KB
==> test: 152/221 KB
==> test: 152/221 KB
==> test: 156/221 KB
==> test: 160/221 KB
==> test: 160/221 KB
==> test: 164/221 KB
==> test: 168/221 KB
==> test: 168/221 KB
==> test: 172/221 KB
==> test: 176/221 KB
==> test: 176/221 KB
==> test: 180/221 KB
==> test: 184/221 KB
==> test: 184/221 KB
==> test: 188/221 KB
==> test: 192/221 KB
==> test: 192/221 KB
==> test: 196/221 KB
==> test: 200/221 KB
==> test: 200/221 KB
==> test: 204/221 KB
==> test: 208/221 KB
==> test: 208/221 KB
==> test: 212/221 KB
==> test: 216/221 KB
==> test: 216/221 KB
==> test: 220/221 KB
==> test: 221/221 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 251.7 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- property-helper-maven-plugin:2.0:get (get-build-id) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/3.0/maven-3.0.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/3.0/maven-3.0.pom (22 KB at 37.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/15/maven-parent-15.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 43.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/6/apache-6.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/6/apache-6.pom (13 KB at 25.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (4 KB at 7.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (4 KB at 6.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 31.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (2 KB at 3.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (7 KB at 13.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (3 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
==> test: 910/910 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 0.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (6 KB at 10.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 31.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
==> test: 815/815 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 1.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 8.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 5.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 13.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 15.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 10.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 17.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (2 KB at 3.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (3 KB at 5.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (8 KB at 15.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 KB at 21.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (4 KB at 7.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (2 KB at 3.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4 KB at 8.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 5.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 4.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
==> test: 4/16 KB
==> test: 8/16 KB
==> test: 8/16 KB
==> test: 12/16 KB
==> test: 16/16 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 30.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 5.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean/3.4/xbean-3.4.pom
==> test: 4/19 KB
==> test: 8/19 KB
==> test: 8/19 KB
==> test: 12/19 KB
==> test: 16/19 KB
==> test: 16/19 KB
==> test: 19/19 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 36.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/4/apache-4.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/4/apache-4.pom (5 KB at 9.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.17/log4j-1.2.17.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 KB at 40.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (2 KB at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 6.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
==> test: 4/20 KB
==> test: 8/20 KB
==> test: 8/20 KB
==> test: 12/20 KB
==> test: 16/20 KB
==> test: 16/20 KB
==> test: 20/20 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 40.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 14.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 26.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.pom (4 KB at 5.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/16.0.1/guava-16.0.1.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6 KB at 11.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (8 KB at 14.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 9.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.3/joda-time-2.3.pom
==> test: 4/25 KB
==> test: 8/25 KB
==> test: 8/25 KB
==> test: 12/25 KB
==> test: 16/25 KB
==> test: 16/25 KB
==> test: 20/25 KB
==> test: 24/25 KB
==> test: 24/25 KB
==> test: 25/25 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.3/joda-time-2.3.pom (25 KB at 41.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-log4j12/1.7.6/slf4j-log4j12-1.7.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-log4j12/1.7.6/slf4j-log4j12-1.7.6.pom (2 KB at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom (12 KB at 23.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom (3 KB at 5.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 3.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 26.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
==> test: 601/601 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 1.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0/maven-2.0.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0/maven-2.0.pom (9 KB at 17.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
==> test: 723/723 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 13.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
==> test: 4/217 KB
==> test: 8/217 KB
==> test: 8/217 KB
==> test: 12/217 KB
==> test: 16/217 KB
==> test: 16/217 KB
==> test: 20/217 KB
==> test: 24/217 KB
==> test: 24/217 KB
==> test: 28/217 KB
==> test: 31/217 KB
==> test: 32/217 KB
==> test: 36/217 KB
==> test: 40/217 KB
==> test: 40/217 KB
==> test: 44/217 KB
48/217 KB
48/217 KB
52/217 KB
56/217 KB
56/217 KB
60/217 KB
64/217 KB
64/217 KB
==> test: 68/217 KB
==> test: 72/217 KB
==> test: 72/217 KB
==> test: 76/217 KB
==> test: 80/217 KB
==> test: 80/217 KB
==> test: 84/217 KB
==> test: 88/217 KB
==> test: 88/217 KB
==> test: 92/217 KB
==> test: 96/217 KB
==> test: 96/217 KB
==> test: 100/217 KB
==> test: 104/217 KB
==> test: 104/217 KB
==> test: 108/217 KB
==> test: 112/217 KB
==> test: 112/217 KB
==> test: 116/217 KB
==> test: 120/217 KB
==> test: 120/217 KB
==> test: 124/217 KB
==> test: 128/217 KB
==> test: 128/217 KB
==> test: 132/217 KB
==> test: 136/217 KB
==> test: 136/217 KB
==> test: 4/106 KB 136/217 KB
==> test: 8/106 KB 136/217 KB
==> test: 8/106 KB 136/217 KB
==> test: 8/106 KB 4/28 KB 136/217 KB
==> test: 4/14 KB 8/106 KB 8/28 KB 136/217 KB
==> test: 4/14 KB 8/106 KB 8/28 KB 136/217 KB
==> test: 4/14 KB 8/106 KB 4/28 KB 136/217 KB
8/14 KB 8/106 KB 8/28 KB 136/217 KB
8/14 KB 8/106 KB 8/28 KB 136/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 4/5 KB 136/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 136/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 140/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 144/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 144/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 148/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 152/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 152/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 156/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 160/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 160/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 164/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 168/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 168/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 172/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 8/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 12/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 16/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 16/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 20/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 24/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 24/106 KB 8/28 KB 5/5 KB 176/217 KB
==> test: 8/14 KB 24/106 KB 12/28 KB 5/5 KB 176/217 KB
8/14 KB 24/106 KB 16/28 KB 5/5 KB 176/217 KB
8/14 KB 24/106 KB 16/28 KB 5/5 KB 176/217 KB
8/14 KB 24/106 KB 20/28 KB 5/5 KB 176/217 KB
8/14 KB 24/106 KB 24/28 KB 5/5 KB 176/217 KB
8/14 KB 24/106 KB 24/28 KB 5/5 KB 176/217 KB
==> test: 12/14 KB 24/106 KB 24/28 KB 5/5 KB 176/217 KB
14/14 KB 24/106 KB 24/28 KB 5/5 KB 176/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 180/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 184/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 184/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 188/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 192/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 192/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 196/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 200/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 200/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 204/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 24/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 28/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 31/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 32/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 36/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 40/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 40/106 KB 24/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 40/106 KB 28/28 KB 5/5 KB 208/217 KB
==> test: 14/14 KB 40/106 KB 28/28 KB 5/5 KB 212/217 KB
==> test: 14/14 KB 40/106 KB 28/28 KB 5/5 KB 216/217 KB
==> test: 14/14 KB 40/106 KB 28/28 KB 5/5 KB 216/217 KB
==> test: 14/14 KB 40/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 44/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 48/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 48/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 52/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 56/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 56/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 60/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 64/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test: 14/14 KB 64/106 KB 28/28 KB 5/5 KB 217/217 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 5.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
==> test: 14/14 KB 68/106 KB 28/28 KB 217/217 KB
==> test: 14/14 KB 72/106 KB 28/28 KB 217/217 KB
==> test: 14/14 KB 72/106 KB 28/28 KB 217/217 KB
==> test: 14/14 KB 76/106 KB 28/28 KB 217/217 KB
==> test: 14/14 KB 80/106 KB 28/28 KB 217/217 KB
==> test: 14/14 KB 80/106 KB 28/28 KB 217/217 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 15.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
==> test: 84/106 KB 28/28 KB 217/217 KB
==> test: 88/106 KB 28/28 KB 217/217 KB
==> test: 88/106 KB 28/28 KB 217/217 KB
==> test: 92/106 KB 28/28 KB 217/217 KB
==> test: 96/106 KB 217/217 KB
==> test: 96/106 KB 217/217 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 31.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar
==> test: 100/106 KB 217/217 KB
==> test: 104/106 KB 217/217 KB
==> test: 104/106 KB 217/217 KB
==> test: 106/106 KB 217/217 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (217 KB at 220.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/16.0.1/guava-16.0.1.jar
==> test: 106/106 KB 4/131 KB
==> test: 106/106 KB 8/131 KB
==> test: 106/106 KB 8/131 KB
==> test: 106/106 KB 12/131 KB
==> test: 106/106 KB 16/131 KB
==> test: 4/61 KB 106/106 KB 16/131 KB
==> test: 8/61 KB 106/106 KB 16/131 KB
==> test: 8/61 KB 106/106 KB 16/131 KB
==> test: 12/61 KB 106/106 KB 16/131 KB
==> test: 16/61 KB 106/106 KB 16/131 KB
==> test: 16/61 KB 106/106 KB 16/131 KB
==> test: 16/61 KB 106/106 KB 16/131 KB
==> test: 16/61 KB 106/106 KB 20/131 KB
==> test: 16/61 KB 106/106 KB 24/131 KB
==> test: 16/61 KB 106/106 KB 24/131 KB
==> test: 16/61 KB 106/106 KB 28/131 KB
==> test: 16/61 KB 106/106 KB 31/131 KB
==> test: 16/61 KB 106/106 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 4/76 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 8/76 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 8/76 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 12/76 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 16/76 KB 32/131 KB
==> test: 16/61 KB 106/106 KB 16/76 KB 32/131 KB
==> test: 20/61 KB 106/106 KB 16/76 KB 32/131 KB
24/61 KB 106/106 KB 16/76 KB 32/131 KB
24/61 KB 106/106 KB 16/76 KB 32/131 KB
28/61 KB 106/106 KB 16/76 KB 32/131 KB
31/61 KB 106/106 KB 16/76 KB 32/131 KB
==> test: 32/61 KB 106/106 KB 16/76 KB 32/131 KB
32/61 KB 106/106 KB 16/76 KB 32/131 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (106 KB at 88.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.3/joda-time-2.3.jar
==> test: 32/61 KB 16/76 KB 36/131 KB
32/61 KB 16/76 KB 40/131 KB
32/61 KB 16/76 KB 40/131 KB
32/61 KB 16/76 KB 44/131 KB
32/61 KB 16/76 KB 48/131 KB
32/61 KB 16/76 KB 48/131 KB
==> test: 32/61 KB 20/76 KB 48/131 KB
32/61 KB 24/76 KB 48/131 KB
32/61 KB 24/76 KB 48/131 KB
32/61 KB 28/76 KB 48/131 KB
32/61 KB 31/76 KB 48/131 KB
32/61 KB 32/76 KB 48/131 KB
32/61 KB 32/76 KB 48/131 KB
==> test: 36/61 KB 32/76 KB 48/131 KB
40/61 KB 32/76 KB 48/131 KB
40/61 KB 32/76 KB 48/131 KB
44/61 KB 32/76 KB 48/131 KB
48/61 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 4/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 8/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 8/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 12/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 16/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 16/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 8/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 20/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 24/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 24/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 28/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 31/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 32/2176 KB 32/76 KB 48/131 KB
==> test: 48/61 KB 32/2176 KB 32/76 KB 52/131 KB
48/61 KB 32/2176 KB 32/76 KB 56/131 KB
48/61 KB 32/2176 KB 32/76 KB 56/131 KB
48/61 KB 32/2176 KB 32/76 KB 60/131 KB
==> test: 48/61 KB 32/2176 KB 32/76 KB 64/131 KB
==> test: 48/61 KB 32/2176 KB 32/76 KB 64/131 KB
48/61 KB 32/2176 KB 32/76 KB 68/131 KB
48/61 KB 32/2176 KB 32/76 KB 72/131 KB
48/61 KB 32/2176 KB 32/76 KB 72/131 KB
==> test: 48/61 KB 32/2176 KB 36/76 KB 72/131 KB
48/61 KB 32/2176 KB 40/76 KB 72/131 KB
48/61 KB 32/2176 KB 40/76 KB 72/131 KB
48/61 KB 32/2176 KB 44/76 KB 72/131 KB
48/61 KB 32/2176 KB 48/76 KB 72/131 KB
48/61 KB 32/2176 KB 48/76 KB 72/131 KB
48/61 KB 32/2176 KB 52/76 KB 72/131 KB
48/61 KB 32/2176 KB 56/76 KB 72/131 KB
48/61 KB 32/2176 KB 56/76 KB 72/131 KB
==> test: 52/61 KB 32/2176 KB 56/76 KB 72/131 KB
56/61 KB 32/2176 KB 56/76 KB 72/131 KB
56/61 KB 32/2176 KB 56/76 KB 72/131 KB
60/61 KB 32/2176 KB 56/76 KB 72/131 KB
61/61 KB 32/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 36/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 40/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 40/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 44/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 48/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 48/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 52/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 56/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 56/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 60/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 64/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 64/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 68/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 72/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 72/2176 KB 56/76 KB 72/131 KB
==> test: 61/61 KB 72/2176 KB 56/76 KB 76/131 KB
61/61 KB 72/2176 KB 56/76 KB 80/131 KB
61/61 KB 72/2176 KB 56/76 KB 80/131 KB
61/61 KB 72/2176 KB 56/76 KB 84/131 KB
61/61 KB 72/2176 KB 56/76 KB 88/131 KB
61/61 KB 72/2176 KB 56/76 KB 88/131 KB
==> test: 61/61 KB 72/2176 KB 60/76 KB 88/131 KB
61/61 KB 72/2176 KB 64/76 KB 88/131 KB
61/61 KB 72/2176 KB 64/76 KB 88/131 KB
61/61 KB 72/2176 KB 68/76 KB 88/131 KB
61/61 KB 72/2176 KB 72/76 KB 88/131 KB
61/61 KB 72/2176 KB 72/76 KB 88/131 KB
61/61 KB 72/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 76/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 80/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 80/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 84/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 88/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 88/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 92/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 96/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 96/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 100/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 104/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 104/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 108/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 112/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 112/2176 KB 76/76 KB 88/131 KB
==> test: 61/61 KB 112/2176 KB 76/76 KB 92/131 KB
61/61 KB 112/2176 KB 76/76 KB 96/131 KB
61/61 KB 112/2176 KB 76/76 KB 96/131 KB
==> test: 61/61 KB 112/2176 KB 76/76 KB 100/131 KB
==> test: 61/61 KB 112/2176 KB 76/76 KB 104/131 KB
61/61 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 4/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 8/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 8/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 12/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 112/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 116/2176 KB 76/76 KB 104/131 KB
61/61 KB 16/568 KB 120/2176 KB 76/76 KB 104/131 KB
61/61 KB 16/568 KB 120/2176 KB 76/76 KB 104/131 KB
61/61 KB 16/568 KB 124/2176 KB 76/76 KB 104/131 KB
61/61 KB 16/568 KB 128/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 128/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 132/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 136/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 136/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 140/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 144/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 144/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 148/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 104/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 108/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 112/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 112/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 116/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 120/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 120/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 124/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 128/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 128/131 KB
==> test: 61/61 KB 16/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 20/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 24/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 24/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 28/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 31/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 32/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 32/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 36/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 40/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 40/568 KB 152/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 40/568 KB 156/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 160/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 40/568 KB 160/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 164/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 168/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 168/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 172/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 176/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 176/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 180/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 184/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 184/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 188/2176 KB 76/76 KB 131/131 KB
61/61 KB 40/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 61/61 KB 40/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 79.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.17/log4j-1.2.17.jar
==> test: 44/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 48/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 48/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 52/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 56/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 56/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 60/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 64/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 64/568 KB 192/2176 KB 76/76 KB 131/131 KB
==> test: 64/568 KB 196/2176 KB 76/76 KB 131/131 KB
64/568 KB 200/2176 KB 76/76 KB 131/131 KB
64/568 KB 200/2176 KB 76/76 KB 131/131 KB
==> test: 64/568 KB 204/2176 KB 76/76 KB 131/131 KB
==> test: 64/568 KB 208/2176 KB 76/76 KB 131/131 KB
64/568 KB 208/2176 KB 76/76 KB 131/131 KB
64/568 KB 212/2176 KB 76/76 KB 131/131 KB
64/568 KB 216/2176 KB 76/76 KB 131/131 KB
64/568 KB 216/2176 KB 76/76 KB 131/131 KB
64/568 KB 220/2176 KB 76/76 KB 131/131 KB
64/568 KB 224/2176 KB 76/76 KB 131/131 KB
64/568 KB 224/2176 KB 76/76 KB 131/131 KB
64/568 KB 228/2176 KB 76/76 KB 131/131 KB
64/568 KB 232/2176 KB 76/76 KB 131/131 KB
64/568 KB 232/2176 KB 76/76 KB 131/131 KB
64/568 KB 236/2176 KB 76/76 KB 131/131 KB
64/568 KB 240/2176 KB 76/76 KB 131/131 KB
64/568 KB 240/2176 KB 76/76 KB 131/131 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar (76 KB at 100.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-log4j12/1.7.6/slf4j-log4j12-1.7.6.jar
==> test: 68/568 KB 240/2176 KB 131/131 KB
==> test: 72/568 KB 240/2176 KB 131/131 KB
==> test: 72/568 KB 240/2176 KB 131/131 KB
==> test: 76/568 KB 240/2176 KB 131/131 KB
==> test: 80/568 KB 240/2176 KB 131/131 KB
==> test: 80/568 KB 240/2176 KB 131/131 KB
==> test: 80/568 KB 244/2176 KB 131/131 KB
==> test: 80/568 KB 248/2176 KB 131/131 KB
==> test: 80/568 KB 248/2176 KB 131/131 KB
==> test: 80/568 KB 252/2176 KB 131/131 KB
==> test: 80/568 KB 256/2176 KB 131/131 KB
==> test: 80/568 KB 256/2176 KB 131/131 KB
==> test: 80/568 KB 260/2176 KB 131/131 KB
==> test: 80/568 KB 264/2176 KB 131/131 KB
==> test: 80/568 KB 264/2176 KB 131/131 KB
==> test: 80/568 KB 268/2176 KB 131/131 KB
==> test: 80/568 KB 272/2176 KB 131/131 KB
==> test: 80/568 KB 272/2176 KB 131/131 KB
==> test: 80/568 KB 276/2176 KB 131/131 KB
==> test: 80/568 KB 280/2176 KB 131/131 KB
==> test: 80/568 KB 280/2176 KB 131/131 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 137.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar
==> test: 84/568 KB 280/2176 KB
==> test: 88/568 KB 280/2176 KB
==> test: 88/568 KB 280/2176 KB
==> test: 92/568 KB 280/2176 KB
==> test: 96/568 KB 280/2176 KB
==> test: 96/568 KB 280/2176 KB
==> test: 100/568 KB 280/2176 KB
==> test: 104/568 KB 280/2176 KB
==> test: 104/568 KB 280/2176 KB
==> test: 104/568 KB 284/2176 KB
104/568 KB 288/2176 KB
==> test: 104/568 KB 288/2176 KB
==> test: 104/568 KB 292/2176 KB
==> test: 104/568 KB 296/2176 KB
==> test: 104/568 KB 296/2176 KB
==> test: 104/568 KB 300/2176 KB
==> test: 104/568 KB 303/2176 KB
==> test: 104/568 KB 304/2176 KB
==> test: 104/568 KB 308/2176 KB
==> test: 104/568 KB 311/2176 KB
==> test: 104/568 KB 312/2176 KB
==> test: 104/568 KB 316/2176 KB
==> test: 104/568 KB 319/2176 KB
==> test: 104/568 KB 320/2176 KB
==> test: 104/568 KB 324/2176 KB
==> test: 104/568 KB 327/2176 KB
==> test: 108/568 KB 327/2176 KB
112/568 KB 327/2176 KB
112/568 KB 327/2176 KB
116/568 KB 327/2176 KB
120/568 KB 327/2176 KB
120/568 KB 327/2176 KB
==> test: 124/568 KB 327/2176 KB
==> test: 128/568 KB 327/2176 KB
==> test: 128/568 KB 327/2176 KB
==> test: 128/568 KB 327/2176 KB 4/479 KB
128/568 KB 327/2176 KB 8/479 KB
128/568 KB 327/2176 KB 8/479 KB
128/568 KB 327/2176 KB 12/479 KB
128/568 KB 327/2176 KB 16/479 KB
128/568 KB 327/2176 KB 16/479 KB
==> test: 128/568 KB 328/2176 KB 16/479 KB
==> test: 128/568 KB 332/2176 KB 16/479 KB
==> test: 128/568 KB 335/2176 KB 16/479 KB
==> test: 128/568 KB 336/2176 KB 16/479 KB
==> test: 128/568 KB 340/2176 KB 16/479 KB
==> test: 128/568 KB 342/2176 KB 16/479 KB
==> test: 128/568 KB 344/2176 KB 16/479 KB
==> test: 128/568 KB 348/2176 KB 16/479 KB
==> test: 128/568 KB 350/2176 KB 16/479 KB
==> test: 128/568 KB 352/2176 KB 16/479 KB
==> test: 128/568 KB 356/2176 KB 16/479 KB
==> test: 128/568 KB 358/2176 KB 16/479 KB
==> test: 128/568 KB 360/2176 KB 16/479 KB
==> test: 128/568 KB 364/2176 KB 16/479 KB
==> test: 128/568 KB 366/2176 KB 16/479 KB
==> test: 128/568 KB 368/2176 KB 16/479 KB
==> test: 132/568 KB 368/2176 KB 16/479 KB
==> test: 136/568 KB 368/2176 KB 16/479 KB
==> test: 136/568 KB 368/2176 KB 16/479 KB
==> test: 140/568 KB 368/2176 KB 16/479 KB
==> test: 144/568 KB 368/2176 KB 16/479 KB
==> test: 144/568 KB 368/2176 KB 16/479 KB
==> test: 148/568 KB 368/2176 KB 16/479 KB
==> test: 152/568 KB 368/2176 KB 16/479 KB
==> test: 152/568 KB 368/2176 KB 16/479 KB
==> test: 152/568 KB 368/2176 KB 4/9 KB 16/479 KB
152/568 KB 368/2176 KB 8/9 KB 16/479 KB
152/568 KB 368/2176 KB 8/9 KB 16/479 KB
152/568 KB 368/2176 KB 9/9 KB 16/479 KB
==> test: 156/568 KB 368/2176 KB 9/9 KB 16/479 KB
==> test: 160/568 KB 368/2176 KB 9/9 KB 16/479 KB
==> test: 160/568 KB 368/2176 KB 9/9 KB 16/479 KB
==> test: 160/568 KB 368/2176 KB 9/9 KB 20/479 KB
160/568 KB 368/2176 KB 9/9 KB 24/479 KB
160/568 KB 368/2176 KB 9/9 KB 24/479 KB
==> test: 160/568 KB 368/2176 KB 9/9 KB 28/479 KB
160/568 KB 368/2176 KB 9/9 KB 31/479 KB
160/568 KB 368/2176 KB 9/9 KB 32/479 KB
160/568 KB 368/2176 KB 9/9 KB 32/479 KB
160/568 KB 368/2176 KB 9/9 KB 36/479 KB
160/568 KB 368/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 372/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 374/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 376/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 380/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 381/2176 KB 9/9 KB 40/479 KB
160/568 KB 384/2176 KB 9/9 KB 40/479 KB
160/568 KB 388/2176 KB 9/9 KB 40/479 KB
160/568 KB 389/2176 KB 9/9 KB 40/479 KB
160/568 KB 392/2176 KB 9/9 KB 40/479 KB
160/568 KB 396/2176 KB 9/9 KB 40/479 KB
160/568 KB 397/2176 KB 9/9 KB 40/479 KB
160/568 KB 400/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 404/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 405/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 408/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 412/2176 KB 9/9 KB 40/479 KB
==> test: 160/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 164/568 KB 413/2176 KB 9/9 KB 40/479 KB
168/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 168/568 KB 413/2176 KB 9/9 KB 40/479 KB
172/568 KB 413/2176 KB 9/9 KB 40/479 KB
176/568 KB 413/2176 KB 9/9 KB 40/479 KB
176/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 180/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 184/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 184/568 KB 413/2176 KB 9/9 KB 40/479 KB
==> test: 184/568 KB 413/2176 KB 9/9 KB 40/479 KB
184/568 KB 413/2176 KB 9/9 KB 44/479 KB
184/568 KB 413/2176 KB 9/9 KB 48/479 KB
184/568 KB 413/2176 KB 9/9 KB 48/479 KB
184/568 KB 413/2176 KB 9/9 KB 52/479 KB
==> test: 184/568 KB 413/2176 KB 9/9 KB 56/479 KB
184/568 KB 413/2176 KB 9/9 KB 56/479 KB
184/568 KB 416/2176 KB 9/9 KB 56/479 KB
==> test: 184/568 KB 420/2176 KB 9/9 KB 56/479 KB
184/568 KB 421/2176 KB 9/9 KB 56/479 KB
184/568 KB 424/2176 KB 9/9 KB 56/479 KB
184/568 KB 428/2176 KB 9/9 KB 56/479 KB
184/568 KB 432/2176 KB 9/9 KB 56/479 KB
184/568 KB 432/2176 KB 9/9 KB 56/479 KB
==> test: 4/29 KB 184/568 KB 432/2176 KB 9/9 KB 56/479 KB
==> test: 8/29 KB 184/568 KB 432/2176 KB 9/9 KB 56/479 KB
==> test: 8/29 KB 184/568 KB 436/2176 KB 9/9 KB 56/479 KB
==> test: 12/29 KB 184/568 KB 436/2176 KB 9/9 KB 56/479 KB
==> test: 8/29 KB 184/568 KB 436/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 440/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 440/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 444/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 448/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 448/2176 KB 9/9 KB 56/479 KB
12/29 KB 184/568 KB 452/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 184/568 KB 452/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 184/568 KB 452/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 184/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 184/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 188/568 KB 456/2176 KB 9/9 KB 56/479 KB
16/29 KB 192/568 KB 456/2176 KB 9/9 KB 56/479 KB
16/29 KB 192/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 196/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 200/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 200/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 204/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 208/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 208/568 KB 456/2176 KB 9/9 KB 56/479 KB
==> test: 16/29 KB 208/568 KB 456/2176 KB 9/9 KB 60/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 64/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 64/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 68/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 72/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 72/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 76/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 80/479 KB
16/29 KB 208/568 KB 456/2176 KB 9/9 KB 80/479 KB
==> test: 16/29 KB 208/568 KB 460/2176 KB 9/9 KB 80/479 KB
==> test: 16/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
==> test: 20/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
24/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
24/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
28/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
29/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 464/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 467/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 471/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 472/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 475/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 479/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 480/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 483/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 487/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 488/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 491/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 495/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 496/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 208/568 KB 499/2176 KB 9/9 KB 80/479 KB
==> test: 29/29 KB 212/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 216/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 216/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 220/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 224/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 224/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 228/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 232/568 KB 499/2176 KB 9/9 KB 80/479 KB
29/29 KB 232/568 KB 499/2176 KB 9/9 KB 80/479 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-log4j12/1.7.6/slf4j-log4j12-1.7.6.jar (9 KB at 17.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
==> test: 29/29 KB 232/568 KB 499/2176 KB 84/479 KB
29/29 KB 232/568 KB 499/2176 KB 88/479 KB
29/29 KB 232/568 KB 499/2176 KB 88/479 KB
29/29 KB 232/568 KB 499/2176 KB 92/479 KB
29/29 KB 232/568 KB 499/2176 KB 96/479 KB
29/29 KB 232/568 KB 499/2176 KB 96/479 KB
29/29 KB 232/568 KB 499/2176 KB 100/479 KB
29/29 KB 232/568 KB 499/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 499/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 503/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 504/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 506/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 510/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 512/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 514/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 518/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 520/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 522/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 526/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 528/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 530/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 534/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 536/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 538/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 542/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 544/2176 KB 104/479 KB
==> test: 29/29 KB 232/568 KB 546/2176 KB 104/479 KB
==> test: 29/29 KB 236/568 KB 546/2176 KB 104/479 KB
29/29 KB 240/568 KB 546/2176 KB 104/479 KB
29/29 KB 240/568 KB 546/2176 KB 104/479 KB
29/29 KB 244/568 KB 546/2176 KB 104/479 KB
29/29 KB 248/568 KB 546/2176 KB 104/479 KB
29/29 KB 248/568 KB 546/2176 KB 104/479 KB
29/29 KB 252/568 KB 546/2176 KB 104/479 KB
29/29 KB 256/568 KB 546/2176 KB 104/479 KB
29/29 KB 256/568 KB 546/2176 KB 104/479 KB
==> test: 29/29 KB 260/568 KB 546/2176 KB 104/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 104/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 104/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 108/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 112/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 112/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 116/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 120/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 120/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 124/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 546/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 550/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 552/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 553/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 557/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 560/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 561/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 565/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 568/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 569/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 573/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 576/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 577/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 581/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 584/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 585/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 589/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 264/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 268/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 271/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 272/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 276/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 279/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 280/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 284/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 287/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 288/568 KB 592/2176 KB 128/479 KB
==> test: 29/29 KB 288/568 KB 592/2176 KB 132/479 KB
29/29 KB 288/568 KB 592/2176 KB 136/479 KB
29/29 KB 288/568 KB 592/2176 KB 136/479 KB
29/29 KB 288/568 KB 592/2176 KB 140/479 KB
29/29 KB 288/568 KB 592/2176 KB 144/479 KB
29/29 KB 288/568 KB 592/2176 KB 144/479 KB
==> test: 29/29 KB 288/568 KB 592/2176 KB 148/479 KB
==> test: 29/29 KB 288/568 KB 592/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 592/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 596/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 600/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 600/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 604/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 608/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 608/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 612/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 616/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 616/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 620/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 624/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 624/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 628/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 631/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 632/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 636/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 639/2176 KB 152/479 KB
==> test: 29/29 KB 288/568 KB 640/2176 KB 152/479 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar (29 KB at 47.6 KB/sec)
==> test: 292/568 KB 640/2176 KB 152/479 KB
295/568 KB 640/2176 KB 152/479 KB
296/568 KB 640/2176 KB 152/479 KB
300/568 KB 640/2176 KB 152/479 KB
303/568 KB 640/2176 KB 152/479 KB
304/568 KB 640/2176 KB 152/479 KB
308/568 KB 640/2176 KB 152/479 KB
310/568 KB 640/2176 KB 152/479 KB
312/568 KB 640/2176 KB 152/479 KB
==> test: 316/568 KB 640/2176 KB 152/479 KB
==> test: 318/568 KB 640/2176 KB 152/479 KB
==> test: 320/568 KB 640/2176 KB 152/479 KB
==> test: 320/568 KB 640/2176 KB 156/479 KB
==> test: 320/568 KB 640/2176 KB 160/479 KB
==> test: 320/568 KB 640/2176 KB 160/479 KB
==> test: 320/568 KB 640/2176 KB 164/479 KB
==> test: 320/568 KB 640/2176 KB 168/479 KB
==> test: 320/568 KB 640/2176 KB 168/479 KB
==> test: 320/568 KB 640/2176 KB 172/479 KB
==> test: 320/568 KB 640/2176 KB 176/479 KB
==> test: 320/568 KB 640/2176 KB 176/479 KB
==> test: 320/568 KB 644/2176 KB 176/479 KB
==> test: 320/568 KB 647/2176 KB 176/479 KB
==> test: 320/568 KB 648/2176 KB 176/479 KB
==> test: 320/568 KB 652/2176 KB 176/479 KB
==> test: 320/568 KB 655/2176 KB 176/479 KB
==> test: 320/568 KB 656/2176 KB 176/479 KB
320/568 KB 660/2176 KB 176/479 KB
320/568 KB 663/2176 KB 176/479 KB
320/568 KB 664/2176 KB 176/479 KB
320/568 KB 668/2176 KB 176/479 KB
320/568 KB 671/2176 KB 176/479 KB
320/568 KB 672/2176 KB 176/479 KB
320/568 KB 676/2176 KB 176/479 KB
320/568 KB 678/2176 KB 176/479 KB
320/568 KB 680/2176 KB 176/479 KB
320/568 KB 684/2176 KB 176/479 KB
320/568 KB 686/2176 KB 176/479 KB
320/568 KB 688/2176 KB 176/479 KB
==> test: 320/568 KB 688/2176 KB 4/4 KB 176/479 KB
==> test: 324/568 KB 688/2176 KB 4/4 KB 176/479 KB
326/568 KB 688/2176 KB 4/4 KB 176/479 KB
328/568 KB 688/2176 KB 4/4 KB 176/479 KB
332/568 KB 688/2176 KB 4/4 KB 176/479 KB
334/568 KB 688/2176 KB 4/4 KB 176/479 KB
336/568 KB 688/2176 KB 4/4 KB 176/479 KB
340/568 KB 688/2176 KB 4/4 KB 176/479 KB
342/568 KB 688/2176 KB 4/4 KB 176/479 KB
==> test: 344/568 KB 688/2176 KB 4/4 KB 176/479 KB
==> test: 348/568 KB 688/2176 KB 4/4 KB 176/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 176/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 180/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 184/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 184/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 188/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 192/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 192/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 196/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 688/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 692/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 694/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 696/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 700/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 702/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 704/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 708/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 710/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 712/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 716/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 717/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 720/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 724/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 725/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 728/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 732/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 733/2176 KB 4/4 KB 200/479 KB
==> test: 349/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 352/568 KB 736/2176 KB 4/4 KB 200/479 KB
356/568 KB 736/2176 KB 4/4 KB 200/479 KB
357/568 KB 736/2176 KB 4/4 KB 200/479 KB
360/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 364/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 365/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 368/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 372/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 373/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 376/568 KB 736/2176 KB 4/4 KB 200/479 KB
==> test: 376/568 KB 736/2176 KB 4/4 KB 204/479 KB
376/568 KB 736/2176 KB 4/4 KB 208/479 KB
376/568 KB 736/2176 KB 4/4 KB 208/479 KB
376/568 KB 736/2176 KB 4/4 KB 212/479 KB
376/568 KB 736/2176 KB 4/4 KB 216/479 KB
376/568 KB 736/2176 KB 4/4 KB 216/479 KB
376/568 KB 736/2176 KB 4/4 KB 220/479 KB
376/568 KB 736/2176 KB 4/4 KB 224/479 KB
376/568 KB 736/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 740/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 741/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 744/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 748/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 749/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 752/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 756/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 760/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 764/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 768/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 768/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 772/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 776/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 776/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 780/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 784/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 784/2176 KB 4/4 KB 224/479 KB
==> test: 376/568 KB 788/2176 KB 4/4 KB 224/479 KB
==> test: 380/568 KB 788/2176 KB 4/4 KB 224/479 KB
381/568 KB 788/2176 KB 4/4 KB 224/479 KB
384/568 KB 788/2176 KB 4/4 KB 224/479 KB
==> test: 388/568 KB 788/2176 KB 4/4 KB 224/479 KB
389/568 KB 788/2176 KB 4/4 KB 224/479 KB
392/568 KB 788/2176 KB 4/4 KB 224/479 KB
396/568 KB 788/2176 KB 4/4 KB 224/479 KB
400/568 KB 788/2176 KB 4/4 KB 224/479 KB
400/568 KB 788/2176 KB 4/4 KB 224/479 KB
404/568 KB 788/2176 KB 4/4 KB 224/479 KB
408/568 KB 788/2176 KB 4/4 KB 224/479 KB
408/568 KB 788/2176 KB 4/4 KB 224/479 KB
==> test: 408/568 KB 788/2176 KB 4/4 KB 228/479 KB
408/568 KB 788/2176 KB 4/4 KB 232/479 KB
408/568 KB 788/2176 KB 4/4 KB 232/479 KB
408/568 KB 788/2176 KB 4/4 KB 236/479 KB
408/568 KB 788/2176 KB 4/4 KB 240/479 KB
408/568 KB 788/2176 KB 4/4 KB 240/479 KB
408/568 KB 788/2176 KB 4/4 KB 244/479 KB
408/568 KB 788/2176 KB 4/4 KB 248/479 KB
408/568 KB 788/2176 KB 4/4 KB 248/479 KB
408/568 KB 788/2176 KB 4/4 KB 252/479 KB
408/568 KB 788/2176 KB 4/4 KB 256/479 KB
408/568 KB 788/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 792/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 792/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 796/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 800/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 800/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 803/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 807/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 808/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 811/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 815/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 816/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 819/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 823/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 824/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 827/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 831/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 832/2176 KB 4/4 KB 256/479 KB
==> test: 408/568 KB 835/2176 KB 4/4 KB 256/479 KB
==> test: 412/568 KB 835/2176 KB 4/4 KB 256/479 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 7.2 KB/sec)
==> test: 416/568 KB 835/2176 KB 256/479 KB
416/568 KB 835/2176 KB 256/479 KB
420/568 KB 835/2176 KB 256/479 KB
424/568 KB 835/2176 KB 256/479 KB
424/568 KB 835/2176 KB 256/479 KB
428/568 KB 835/2176 KB 256/479 KB
432/568 KB 835/2176 KB 256/479 KB
432/568 KB 835/2176 KB 256/479 KB
==> test: 435/568 KB 835/2176 KB 256/479 KB
==> test: 435/568 KB 835/2176 KB 260/479 KB
435/568 KB 835/2176 KB 264/479 KB
435/568 KB 835/2176 KB 264/479 KB
435/568 KB 835/2176 KB 268/479 KB
435/568 KB 835/2176 KB 271/479 KB
435/568 KB 835/2176 KB 272/479 KB
==> test: 435/568 KB 835/2176 KB 276/479 KB
==> test: 435/568 KB 835/2176 KB 279/479 KB
==> test: 435/568 KB 835/2176 KB 280/479 KB
==> test: 435/568 KB 839/2176 KB 280/479 KB
==> test: 435/568 KB 840/2176 KB 280/479 KB
==> test: 435/568 KB 842/2176 KB 280/479 KB
==> test: 435/568 KB 846/2176 KB 280/479 KB
==> test: 435/568 KB 848/2176 KB 280/479 KB
==> test: 435/568 KB 850/2176 KB 280/479 KB
==> test: 435/568 KB 854/2176 KB 280/479 KB
==> test: 435/568 KB 856/2176 KB 280/479 KB
==> test: 435/568 KB 858/2176 KB 280/479 KB
==> test: 435/568 KB 862/2176 KB 280/479 KB
==> test: 435/568 KB 864/2176 KB 280/479 KB
==> test: 435/568 KB 866/2176 KB 280/479 KB
==> test: 435/568 KB 870/2176 KB 280/479 KB
==> test: 435/568 KB 872/2176 KB 280/479 KB
==> test: 435/568 KB 874/2176 KB 280/479 KB
==> test: 435/568 KB 878/2176 KB 280/479 KB
==> test: 435/568 KB 880/2176 KB 280/479 KB
==> test: 435/568 KB 881/2176 KB 280/479 KB
==> test: 435/568 KB 885/2176 KB 280/479 KB
==> test: 435/568 KB 888/2176 KB 280/479 KB
==> test: 435/568 KB 889/2176 KB 280/479 KB
==> test: 439/568 KB 889/2176 KB 280/479 KB
440/568 KB 889/2176 KB 280/479 KB
443/568 KB 889/2176 KB 280/479 KB
447/568 KB 889/2176 KB 280/479 KB
448/568 KB 889/2176 KB 280/479 KB
451/568 KB 889/2176 KB 280/479 KB
455/568 KB 889/2176 KB 280/479 KB
==> test: 456/568 KB 889/2176 KB 280/479 KB
==> test: 459/568 KB 889/2176 KB 280/479 KB
==> test: 463/568 KB 889/2176 KB 280/479 KB
==> test: 464/568 KB 889/2176 KB 280/479 KB
==> test: 467/568 KB 889/2176 KB 280/479 KB
==> test: 467/568 KB 889/2176 KB 284/479 KB
467/568 KB 889/2176 KB 287/479 KB
467/568 KB 889/2176 KB 288/479 KB
467/568 KB 889/2176 KB 292/479 KB
467/568 KB 889/2176 KB 295/479 KB
467/568 KB 889/2176 KB 296/479 KB
467/568 KB 889/2176 KB 300/479 KB
467/568 KB 889/2176 KB 303/479 KB
==> test: 467/568 KB 889/2176 KB 304/479 KB
==> test: 467/568 KB 893/2176 KB 304/479 KB
==> test: 467/568 KB 896/2176 KB 304/479 KB
==> test: 467/568 KB 897/2176 KB 304/479 KB
==> test: 467/568 KB 901/2176 KB 304/479 KB
==> test: 467/568 KB 904/2176 KB 304/479 KB
==> test: 467/568 KB 905/2176 KB 304/479 KB
==> test: 467/568 KB 909/2176 KB 304/479 KB
==> test: 467/568 KB 912/2176 KB 304/479 KB
==> test: 467/568 KB 913/2176 KB 304/479 KB
==> test: 467/568 KB 917/2176 KB 304/479 KB
==> test: 467/568 KB 920/2176 KB 304/479 KB
==> test: 467/568 KB 921/2176 KB 304/479 KB
==> test: 467/568 KB 925/2176 KB 304/479 KB
==> test: 467/568 KB 928/2176 KB 304/479 KB
==> test: 467/568 KB 928/2176 KB 304/479 KB
==> test: 467/568 KB 932/2176 KB 304/479 KB
==> test: 467/568 KB 936/2176 KB 304/479 KB
==> test: 467/568 KB 936/2176 KB 304/479 KB
==> test: 471/568 KB 936/2176 KB 304/479 KB
==> test: 472/568 KB 936/2176 KB 304/479 KB
==> test: 474/568 KB 936/2176 KB 304/479 KB
==> test: 478/568 KB 936/2176 KB 304/479 KB
==> test: 480/568 KB 936/2176 KB 304/479 KB
==> test: 482/568 KB 936/2176 KB 304/479 KB
==> test: 486/568 KB 936/2176 KB 304/479 KB
==> test: 488/568 KB 936/2176 KB 304/479 KB
==> test: 490/568 KB 936/2176 KB 304/479 KB
==> test: 494/568 KB 936/2176 KB 304/479 KB
==> test: 496/568 KB 936/2176 KB 304/479 KB
==> test: 498/568 KB 936/2176 KB 304/479 KB
==> test: 498/568 KB 936/2176 KB 308/479 KB
498/568 KB 936/2176 KB 310/479 KB
==> test: 498/568 KB 936/2176 KB 312/479 KB
==> test: 498/568 KB 936/2176 KB 316/479 KB
==> test: 498/568 KB 936/2176 KB 318/479 KB
==> test: 498/568 KB 936/2176 KB 320/479 KB
==> test: 498/568 KB 936/2176 KB 324/479 KB
==> test: 498/568 KB 936/2176 KB 326/479 KB
==> test: 498/568 KB 936/2176 KB 328/479 KB
==> test: 498/568 KB 936/2176 KB 332/479 KB
==> test: 498/568 KB 940/2176 KB 332/479 KB
498/568 KB 944/2176 KB 332/479 KB
498/568 KB 944/2176 KB 332/479 KB
498/568 KB 948/2176 KB 332/479 KB
498/568 KB 952/2176 KB 332/479 KB
498/568 KB 952/2176 KB 332/479 KB
498/568 KB 956/2176 KB 332/479 KB
498/568 KB 960/2176 KB 332/479 KB
498/568 KB 960/2176 KB 332/479 KB
498/568 KB 964/2176 KB 332/479 KB
498/568 KB 967/2176 KB 332/479 KB
498/568 KB 968/2176 KB 332/479 KB
==> test: 498/568 KB 968/2176 KB 334/479 KB
==> test: 498/568 KB 968/2176 KB 336/479 KB
==> test: 498/568 KB 972/2176 KB 336/479 KB
==> test: 498/568 KB 975/2176 KB 336/479 KB
==> test: 498/568 KB 976/2176 KB 336/479 KB
==> test: 498/568 KB 980/2176 KB 336/479 KB
==> test: 498/568 KB 983/2176 KB 336/479 KB
==> test: 498/568 KB 984/2176 KB 336/479 KB
==> test: 498/568 KB 988/2176 KB 336/479 KB
==> test: 498/568 KB 991/2176 KB 336/479 KB
==> test: 498/568 KB 992/2176 KB 336/479 KB
==> test: 502/568 KB 992/2176 KB 336/479 KB
==> test: 504/568 KB 992/2176 KB 336/479 KB
==> test: 506/568 KB 992/2176 KB 336/479 KB
==> test: 510/568 KB 992/2176 KB 336/479 KB
==> test: 512/568 KB 992/2176 KB 336/479 KB
==> test: 514/568 KB 992/2176 KB 336/479 KB
==> test: 518/568 KB 992/2176 KB 336/479 KB
==> test: 520/568 KB 992/2176 KB 336/479 KB
==> test: 521/568 KB 992/2176 KB 336/479 KB
==> test: 525/568 KB 992/2176 KB 336/479 KB
==> test: 528/568 KB 992/2176 KB 336/479 KB
==> test: 529/568 KB 992/2176 KB 336/479 KB
==> test: 529/568 KB 992/2176 KB 340/479 KB
529/568 KB 992/2176 KB 342/479 KB
529/568 KB 992/2176 KB 344/479 KB
529/568 KB 992/2176 KB 348/479 KB
529/568 KB 992/2176 KB 349/479 KB
529/568 KB 992/2176 KB 352/479 KB
529/568 KB 992/2176 KB 356/479 KB
529/568 KB 992/2176 KB 357/479 KB
==> test: 529/568 KB 992/2176 KB 360/479 KB
==> test: 529/568 KB 992/2176 KB 364/479 KB
==> test: 529/568 KB 992/2176 KB 365/479 KB
==> test: 529/568 KB 996/2176 KB 365/479 KB
529/568 KB 999/2176 KB 365/479 KB
529/568 KB 1000/2176 KB 365/479 KB
529/568 KB 1004/2176 KB 365/479 KB
529/568 KB 1006/2176 KB 365/479 KB
==> test: 529/568 KB 1008/2176 KB 365/479 KB
==> test: 529/568 KB 1012/2176 KB 365/479 KB
==> test: 529/568 KB 1014/2176 KB 365/479 KB
==> test: 529/568 KB 1016/2176 KB 365/479 KB
==> test: 529/568 KB 1020/2176 KB 365/479 KB
==> test: 529/568 KB 1022/2176 KB 365/479 KB
==> test: 529/568 KB 1024/2176 KB 365/479 KB
==> test: 529/568 KB 1028/2176 KB 365/479 KB
==> test: 529/568 KB 1030/2176 KB 365/479 KB
==> test: 529/568 KB 1032/2176 KB 365/479 KB
==> test: 529/568 KB 1036/2176 KB 365/479 KB
==> test: 529/568 KB 1038/2176 KB 365/479 KB
==> test: 529/568 KB 1040/2176 KB 365/479 KB
==> test: 533/568 KB 1040/2176 KB 365/479 KB
536/568 KB 1040/2176 KB 365/479 KB
537/568 KB 1040/2176 KB 365/479 KB
==> test: 541/568 KB 1040/2176 KB 365/479 KB
==> test: 544/568 KB 1040/2176 KB 365/479 KB
==> test: 545/568 KB 1040/2176 KB 365/479 KB
==> test: 549/568 KB 1040/2176 KB 365/479 KB
==> test: 552/568 KB 1040/2176 KB 365/479 KB
==> test: 553/568 KB 1040/2176 KB 365/479 KB
==> test: 557/568 KB 1040/2176 KB 365/479 KB
==> test: 560/568 KB 1040/2176 KB 365/479 KB
==> test: 560/568 KB 1040/2176 KB 365/479 KB
==> test: 564/568 KB 1040/2176 KB 365/479 KB
==> test: 568/568 KB 1040/2176 KB 365/479 KB
==> test: 568/568 KB 1040/2176 KB 365/479 KB
==> test: 568/568 KB 1040/2176 KB 368/479 KB
568/568 KB 1040/2176 KB 372/479 KB
568/568 KB 1040/2176 KB 373/479 KB
568/568 KB 1040/2176 KB 376/479 KB
568/568 KB 1040/2176 KB 380/479 KB
568/568 KB 1040/2176 KB 381/479 KB
568/568 KB 1040/2176 KB 384/479 KB
568/568 KB 1040/2176 KB 388/479 KB
568/568 KB 1040/2176 KB 389/479 KB
568/568 KB 1040/2176 KB 392/479 KB
568/568 KB 1040/2176 KB 396/479 KB
==> test: 568/568 KB 1044/2176 KB 396/479 KB
==> test: 568/568 KB 1046/2176 KB 396/479 KB
==> test: 568/568 KB 1048/2176 KB 396/479 KB
==> test: 568/568 KB 1052/2176 KB 396/479 KB
==> test: 568/568 KB 1053/2176 KB 396/479 KB
==> test: 568/568 KB 1056/2176 KB 396/479 KB
==> test: 568/568 KB 1060/2176 KB 396/479 KB
==> test: 568/568 KB 1061/2176 KB 396/479 KB
==> test: 568/568 KB 1064/2176 KB 396/479 KB
==> test: 568/568 KB 1068/2176 KB 396/479 KB
==> test: 568/568 KB 1069/2176 KB 396/479 KB
==> test: 568/568 KB 1072/2176 KB 396/479 KB
==> test: 568/568 KB 1076/2176 KB 396/479 KB
==> test: 568/568 KB 1077/2176 KB 396/479 KB
==> test: 568/568 KB 1080/2176 KB 396/479 KB
==> test: 568/568 KB 1084/2176 KB 396/479 KB
==> test: 568/568 KB 1085/2176 KB 396/479 KB
==> test: 568/568 KB 1088/2176 KB 396/479 KB
==> test: 568/568 KB 1092/2176 KB 396/479 KB
==> test: 568/568 KB 1096/2176 KB 396/479 KB
==> test: 568/568 KB 1096/2176 KB 396/479 KB
==> test: 568/568 KB 1096/2176 KB 400/479 KB
568/568 KB 1096/2176 KB 400/479 KB
568/568 KB 1096/2176 KB 404/479 KB
568/568 KB 1096/2176 KB 408/479 KB
568/568 KB 1096/2176 KB 408/479 KB
==> test: 568/568 KB 1096/2176 KB 412/479 KB
==> test: 568/568 KB 1096/2176 KB 416/479 KB
==> test: 568/568 KB 1100/2176 KB 416/479 KB
==> test: 568/568 KB 1104/2176 KB 416/479 KB
==> test: 568/568 KB 1104/2176 KB 416/479 KB
568/568 KB 1104/2176 KB 420/479 KB
568/568 KB 1104/2176 KB 424/479 KB
568/568 KB 1104/2176 KB 424/479 KB
==> test: 568/568 KB 1104/2176 KB 424/479 KB
==> test: 568/568 KB 1108/2176 KB 424/479 KB
==> test: 568/568 KB 1112/2176 KB 424/479 KB
==> test: 568/568 KB 1112/2176 KB 424/479 KB
==> test: 568/568 KB 1116/2176 KB 424/479 KB
==> test: 568/568 KB 1120/2176 KB 424/479 KB
==> test: 568/568 KB 1120/2176 KB 424/479 KB
==> test: 568/568 KB 1124/2176 KB 424/479 KB
==> test: 568/568 KB 1128/2176 KB 424/479 KB
==> test: 568/568 KB 1128/2176 KB 424/479 KB
==> test: 568/568 KB 1131/2176 KB 424/479 KB
==> test: 568/568 KB 1135/2176 KB 424/479 KB
==> test: 568/568 KB 1136/2176 KB 424/479 KB
==> test: 568/568 KB 1139/2176 KB 424/479 KB
==> test: 568/568 KB 1143/2176 KB 424/479 KB
==> test: 568/568 KB 1144/2176 KB 424/479 KB
==> test: 568/568 KB 1147/2176 KB 424/479 KB
==> test: 568/568 KB 1147/2176 KB 428/479 KB
568/568 KB 1147/2176 KB 432/479 KB
568/568 KB 1147/2176 KB 432/479 KB
568/568 KB 1147/2176 KB 435/479 KB
==> test: 568/568 KB 1147/2176 KB 439/479 KB
==> test: 568/568 KB 1147/2176 KB 440/479 KB
==> test: 568/568 KB 1147/2176 KB 443/479 KB
==> test: 568/568 KB 1147/2176 KB 447/479 KB
==> test: 568/568 KB 1147/2176 KB 448/479 KB
==> test: 568/568 KB 1147/2176 KB 451/479 KB
==> test: 568/568 KB 1151/2176 KB 451/479 KB
==> test: 568/568 KB 1152/2176 KB 451/479 KB
==> test: 568/568 KB 1155/2176 KB 451/479 KB
==> test: 568/568 KB 1159/2176 KB 451/479 KB
==> test: 568/568 KB 1160/2176 KB 451/479 KB
==> test: 568/568 KB 1163/2176 KB 451/479 KB
==> test: 568/568 KB 1167/2176 KB 451/479 KB
==> test: 568/568 KB 1168/2176 KB 451/479 KB
==> test: 568/568 KB 1171/2176 KB 451/479 KB
==> test: 568/568 KB 1175/2176 KB 451/479 KB
==> test: 568/568 KB 1176/2176 KB 451/479 KB
==> test: 568/568 KB 1178/2176 KB 451/479 KB
==> test: 568/568 KB 1182/2176 KB 451/479 KB
==> test: 568/568 KB 1184/2176 KB 451/479 KB
==> test: 568/568 KB 1186/2176 KB 451/479 KB
==> test: 568/568 KB 1190/2176 KB 451/479 KB
==> test: 568/568 KB 1192/2176 KB 451/479 KB
==> test: 568/568 KB 1194/2176 KB 451/479 KB
==> test: 568/568 KB 1198/2176 KB 451/479 KB
==> test: 568/568 KB 1200/2176 KB 451/479 KB
==> test: 568/568 KB 1202/2176 KB 451/479 KB
==> test: 568/568 KB 1202/2176 KB 455/479 KB
==> test: 568/568 KB 1202/2176 KB 456/479 KB
==> test: 568/568 KB 1202/2176 KB 459/479 KB
==> test: 568/568 KB 1202/2176 KB 463/479 KB
==> test: 568/568 KB 1202/2176 KB 464/479 KB
==> test: 568/568 KB 1202/2176 KB 467/479 KB
==> test: 568/568 KB 1202/2176 KB 471/479 KB
==> test: 568/568 KB 1202/2176 KB 472/479 KB
==> test: 568/568 KB 1202/2176 KB 474/479 KB
==> test: 568/568 KB 1206/2176 KB 474/479 KB
==> test: 568/568 KB 1208/2176 KB 474/479 KB
==> test: 568/568 KB 1210/2176 KB 474/479 KB
==> test: 568/568 KB 1214/2176 KB 478/479 KB
==> test: 568/568 KB 1210/2176 KB 478/479 KB
568/568 KB 1214/2176 KB 479/479 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.3/joda-time-2.3.jar (568 KB at 282.4 KB/sec)
==> test: 1216/2176 KB 479/479 KB
1217/2176 KB 479/479 KB
1221/2176 KB 479/479 KB
1224/2176 KB 479/479 KB
==> test: 1225/2176 KB 479/479 KB
==> test: 1229/2176 KB 479/479 KB
==> test: 1232/2176 KB 479/479 KB
==> test: 1233/2176 KB 479/479 KB
==> test: 1237/2176 KB 479/479 KB
==> test: 1240/2176 KB 479/479 KB
==> test: 1241/2176 KB 479/479 KB
==> test: 1245/2176 KB 479/479 KB
==> test: 1248/2176 KB 479/479 KB
==> test: 1249/2176 KB 479/479 KB
==> test: 1253/2176 KB 479/479 KB
==> test: 1256/2176 KB 479/479 KB
==> test: 1260/2176 KB 479/479 KB
==> test: 1264/2176 KB 479/479 KB
==> test: 1264/2176 KB 479/479 KB
==> test: 1268/2176 KB 479/479 KB
==> test: 1272/2176 KB 479/479 KB
==> test: 1272/2176 KB 479/479 KB
==> test: 1276/2176 KB 479/479 KB
==> test: 1280/2176 KB 479/479 KB
==> test: 1280/2176 KB 479/479 KB
==> test: 1284/2176 KB 479/479 KB
==> test: 1288/2176 KB 479/479 KB
==> test: 1288/2176 KB 479/479 KB
==> test: 1292/2176 KB 479/479 KB
==> test: 1296/2176 KB 479/479 KB
==> test: 1296/2176 KB 479/479 KB
==> test: 1300/2176 KB 479/479 KB
==> test: 1303/2176 KB 479/479 KB
==> test: 1304/2176 KB 479/479 KB
==> test: 1308/2176 KB 479/479 KB
==> test: 1311/2176 KB 479/479 KB
==> test: 1312/2176 KB 479/479 KB
==> test: 1316/2176 KB 479/479 KB
==> test: 1319/2176 KB 479/479 KB
==> test: 1320/2176 KB 479/479 KB
==> test: 1324/2176 KB 479/479 KB
==> test: 1327/2176 KB 479/479 KB
==> test: 1328/2176 KB 479/479 KB
==> test: 1332/2176 KB 479/479 KB
==> test: 1335/2176 KB 479/479 KB
==> test: 1336/2176 KB 479/479 KB
==> test: 1340/2176 KB 479/479 KB
==> test: 1342/2176 KB 479/479 KB
==> test: 1344/2176 KB 479/479 KB
==> test: 1348/2176 KB 479/479 KB
==> test: 1350/2176 KB 479/479 KB
==> test: 1352/2176 KB 479/479 KB
==> test: 1356/2176 KB 479/479 KB
==> test: 1358/2176 KB 479/479 KB
==> test: 1360/2176 KB 479/479 KB
==> test: 1364/2176 KB 479/479 KB
==> test: 1366/2176 KB 479/479 KB
==> test: 1368/2176 KB 479/479 KB
==> test: 1372/2176 KB 479/479 KB
==> test: 1374/2176 KB 479/479 KB
==> test: 1376/2176 KB 479/479 KB
==> test: 1380/2176 KB 479/479 KB
==> test: 1381/2176 KB 479/479 KB
==> test: 1384/2176 KB 479/479 KB
==> test: 1388/2176 KB 479/479 KB
==> test: 1389/2176 KB 479/479 KB
==> test: 1392/2176 KB 479/479 KB
==> test: 1396/2176 KB 479/479 KB
==> test: 1397/2176 KB 479/479 KB
==> test: 1400/2176 KB 479/479 KB
==> test: 1404/2176 KB 479/479 KB
==> test: 1405/2176 KB 479/479 KB
==> test: 1408/2176 KB 479/479 KB
==> test: 1412/2176 KB 479/479 KB
==> test: 1413/2176 KB 479/479 KB
==> test: 1416/2176 KB 479/479 KB
==> test: 1420/2176 KB 479/479 KB
==> test: 1421/2176 KB 479/479 KB
==> test: 1424/2176 KB 479/479 KB
==> test: 1428/2176 KB 479/479 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.17/log4j-1.2.17.jar (479 KB at 259.6 KB/sec)
==> test: 1432/2176 KB
==> test: 1432/2176 KB
==> test: 1436/2176 KB
==> test: 1440/2176 KB
==> test: 1440/2176 KB
==> test: 1444/2176 KB
==> test: 1448/2176 KB
==> test: 1448/2176 KB
==> test: 1452/2176 KB
==> test: 1456/2176 KB
==> test: 1456/2176 KB
==> test: 1460/2176 KB
==> test: 1464/2176 KB
==> test: 1464/2176 KB
==> test: 1467/2176 KB
==> test: 1471/2176 KB
==> test: 1472/2176 KB
==> test: 1475/2176 KB
==> test: 1479/2176 KB
==> test: 1480/2176 KB
==> test: 1483/2176 KB
==> test: 1487/2176 KB
==> test: 1488/2176 KB
==> test: 1491/2176 KB
==> test: 1495/2176 KB
==> test: 1496/2176 KB
==> test: 1499/2176 KB
==> test: 1503/2176 KB
==> test: 1504/2176 KB
==> test: 1506/2176 KB
==> test: 1510/2176 KB
==> test: 1512/2176 KB
==> test: 1514/2176 KB
==> test: 1518/2176 KB
==> test: 1520/2176 KB
==> test: 1522/2176 KB
==> test: 1526/2176 KB
==> test: 1528/2176 KB
==> test: 1530/2176 KB
==> test: 1534/2176 KB
==> test: 1536/2176 KB
==> test: 1538/2176 KB
==> test: 1542/2176 KB
==> test: 1544/2176 KB
==> test: 1546/2176 KB
==> test: 1550/2176 KB
==> test: 1552/2176 KB
==> test: 1553/2176 KB
==> test: 1557/2176 KB
==> test: 1560/2176 KB
==> test: 1561/2176 KB
==> test: 1565/2176 KB
==> test: 1568/2176 KB
==> test: 1569/2176 KB
==> test: 1573/2176 KB
==> test: 1576/2176 KB
==> test: 1577/2176 KB
==> test: 1581/2176 KB
==> test: 1584/2176 KB
==> test: 1585/2176 KB
==> test: 1589/2176 KB
==> test: 1592/2176 KB
==> test: 1592/2176 KB
==> test: 1596/2176 KB
==> test: 1600/2176 KB
==> test: 1600/2176 KB
==> test: 1604/2176 KB
==> test: 1608/2176 KB
==> test: 1608/2176 KB
==> test: 1612/2176 KB
==> test: 1616/2176 KB
==> test: 1616/2176 KB
==> test: 1620/2176 KB
==> test: 1624/2176 KB
==> test: 1624/2176 KB
==> test: 1628/2176 KB
==> test: 1631/2176 KB
==> test: 1632/2176 KB
==> test: 1636/2176 KB
==> test: 1639/2176 KB
==> test: 1640/2176 KB
==> test: 1644/2176 KB
==> test: 1647/2176 KB
==> test: 1648/2176 KB
==> test: 1652/2176 KB
==> test: 1655/2176 KB
==> test: 1656/2176 KB
==> test: 1660/2176 KB
==> test: 1663/2176 KB
==> test: 1664/2176 KB
==> test: 1668/2176 KB
==> test: 1671/2176 KB
==> test: 1672/2176 KB
==> test: 1676/2176 KB
==> test: 1678/2176 KB
==> test: 1680/2176 KB
==> test: 1684/2176 KB
==> test: 1686/2176 KB
==> test: 1688/2176 KB
==> test: 1692/2176 KB
==> test: 1694/2176 KB
==> test: 1696/2176 KB
==> test: 1700/2176 KB
==> test: 1702/2176 KB
==> test: 1704/2176 KB
==> test: 1708/2176 KB
==> test: 1710/2176 KB
==> test: 1712/2176 KB
==> test: 1716/2176 KB
==> test: 1717/2176 KB
==> test: 1720/2176 KB
==> test: 1724/2176 KB
==> test: 1725/2176 KB
==> test: 1728/2176 KB
==> test: 1732/2176 KB
==> test: 1733/2176 KB
==> test: 1736/2176 KB
==> test: 1740/2176 KB
==> test: 1741/2176 KB
==> test: 1744/2176 KB
==> test: 1748/2176 KB
==> test: 1749/2176 KB
==> test: 1752/2176 KB
==> test: 1756/2176 KB
==> test: 1760/2176 KB
==> test: 1764/2176 KB
==> test: 1768/2176 KB
==> test: 1768/2176 KB
==> test: 1772/2176 KB
==> test: 1776/2176 KB
==> test: 1776/2176 KB
==> test: 1780/2176 KB
==> test: 1784/2176 KB
==> test: 1784/2176 KB
==> test: 1788/2176 KB
==> test: 1792/2176 KB
==> test: 1792/2176 KB
==> test: 1796/2176 KB
==> test: 1800/2176 KB
==> test: 1800/2176 KB
==> test: 1803/2176 KB
==> test: 1807/2176 KB
==> test: 1808/2176 KB
==> test: 1811/2176 KB
==> test: 1815/2176 KB
==> test: 1816/2176 KB
==> test: 1819/2176 KB
==> test: 1823/2176 KB
==> test: 1824/2176 KB
==> test: 1827/2176 KB
==> test: 1831/2176 KB
==> test: 1832/2176 KB
==> test: 1835/2176 KB
==> test: 1839/2176 KB
==> test: 1840/2176 KB
==> test: 1842/2176 KB
==> test: 1846/2176 KB
==> test: 1848/2176 KB
==> test: 1850/2176 KB
==> test: 1854/2176 KB
==> test: 1856/2176 KB
==> test: 1858/2176 KB
==> test: 1862/2176 KB
==> test: 1864/2176 KB
==> test: 1866/2176 KB
==> test: 1870/2176 KB
==> test: 1872/2176 KB
==> test: 1874/2176 KB
==> test: 1878/2176 KB
==> test: 1880/2176 KB
==> test: 1881/2176 KB
==> test: 1885/2176 KB
==> test: 1888/2176 KB
==> test: 1889/2176 KB
==> test: 1893/2176 KB
==> test: 1896/2176 KB
==> test: 1897/2176 KB
==> test: 1901/2176 KB
==> test: 1904/2176 KB
==> test: 1905/2176 KB
==> test: 1909/2176 KB
==> test: 1912/2176 KB
==> test: 1913/2176 KB
==> test: 1917/2176 KB
==> test: 1920/2176 KB
==> test: 1921/2176 KB
==> test: 1925/2176 KB
==> test: 1928/2176 KB
==> test: 1928/2176 KB
==> test: 1932/2176 KB
==> test: 1936/2176 KB
==> test: 1936/2176 KB
==> test: 1940/2176 KB
==> test: 1944/2176 KB
==> test: 1944/2176 KB
==> test: 1948/2176 KB
==> test: 1952/2176 KB
==> test: 1952/2176 KB
==> test: 1956/2176 KB
==> test: 1960/2176 KB
==> test: 1960/2176 KB
==> test: 1964/2176 KB
==> test: 1967/2176 KB
==> test: 1968/2176 KB
==> test: 1972/2176 KB
==> test: 1975/2176 KB
==> test: 1976/2176 KB
==> test: 1980/2176 KB
==> test: 1983/2176 KB
==> test: 1984/2176 KB
==> test: 1988/2176 KB
==> test: 1991/2176 KB
==> test: 1992/2176 KB
==> test: 1996/2176 KB
==> test: 1999/2176 KB
==> test: 2000/2176 KB
==> test: 2004/2176 KB
==> test: 2006/2176 KB
==> test: 2008/2176 KB
==> test: 2012/2176 KB
==> test: 2014/2176 KB
==> test: 2016/2176 KB
==> test: 2020/2176 KB
==> test: 2022/2176 KB
==> test: 2024/2176 KB
==> test: 2028/2176 KB
==> test: 2030/2176 KB
==> test: 2032/2176 KB
==> test: 2036/2176 KB
==> test: 2038/2176 KB
==> test: 2040/2176 KB
==> test: 2044/2176 KB
==> test: 2046/2176 KB
==> test: 2048/2176 KB
==> test: 2052/2176 KB
==> test: 2053/2176 KB
==> test: 2056/2176 KB
==> test: 2060/2176 KB
==> test: 2061/2176 KB
==> test: 2064/2176 KB
==> test: 2068/2176 KB
==> test: 2069/2176 KB
==> test: 2072/2176 KB
==> test: 2076/2176 KB
==> test: 2077/2176 KB
==> test: 2080/2176 KB
==> test: 2084/2176 KB
==> test: 2085/2176 KB
==> test: 2088/2176 KB
==> test: 2092/2176 KB
==> test: 2096/2176 KB
==> test: 2096/2176 KB
==> test: 2100/2176 KB
==> test: 2104/2176 KB
==> test: 2104/2176 KB
==> test: 2108/2176 KB
==> test: 2112/2176 KB
==> test: 2112/2176 KB
==> test: 2116/2176 KB
==> test: 2120/2176 KB
==> test: 2120/2176 KB
==> test: 2124/2176 KB
==> test: 2128/2176 KB
==> test: 2128/2176 KB
==> test: 2131/2176 KB
==> test: 2135/2176 KB
==> test: 2136/2176 KB
==> test: 2139/2176 KB
==> test: 2143/2176 KB
==> test: 2144/2176 KB
==> test: 2147/2176 KB
==> test: 2151/2176 KB
==> test: 2152/2176 KB
==> test: 2155/2176 KB
==> test: 2159/2176 KB
==> test: 2160/2176 KB
==> test: 2163/2176 KB
==> test: 2167/2176 KB
==> test: 2168/2176 KB
==> test: 2171/2176 KB
==> test: 2175/2176 KB
==> test: 2176/2176 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2176 KB at 600.7 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-enforcer-plugin:1.3.1:enforce (default) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 3.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
==> test: 4/19 KB
==> test: 8/19 KB
==> test: 8/19 KB
==> test: 12/19 KB
==> test: 16/19 KB
==> test: 16/19 KB
==> test: 19/19 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 35.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/8/maven-parent-8.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 43.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 15.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 22.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 4.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 7.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
==> test: 492/492 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 1.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 11.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.11/junit-4.11.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.11/junit-4.11.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
==> test: 766/766 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 3.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 4.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 5.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 4.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 14.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 3.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (2 KB at 2.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 18.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/6/maven-parent-6.pom
==> test: 4/20 KB
==> test: 8/20 KB
==> test: 8/20 KB
==> test: 12/20 KB
==> test: 16/20 KB
==> test: 16/20 KB
==> test: 20/20 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 39.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 4.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 14.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/classworlds/classworlds/1.1/classworlds-1.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 KB at 21.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.pom (3 KB at 5.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 2.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.pom (4 KB at 7.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 7.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 17.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 6.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 24.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.12/log4j-1.2.12.pom
==> test: 145/145 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 0.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 10.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/collections/google-collections/1.0/google-collections-1.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 4.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/google/1/google-1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/google/1/google-1.pom (2 KB at 3.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (2 KB at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 13.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 1.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
==> test: 4/28 KB
==> test: 8/28 KB
==> test: 8/28 KB
==> test: 12/28 KB
==> test: 16/28 KB
==> test: 16/28 KB
==> test: 20/28 KB
==> test: 24/28 KB
==> test: 24/28 KB
==> test: 28/28 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 50.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom
==> test: 771/771 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.pom (771 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (3 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 14.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test: 10/10 KB 4/30 KB
==> test: 10/10 KB 8/30 KB
==> test: 10/10 KB 8/30 KB
==> test: 4/262 KB 10/10 KB 4/10 KB 8/30 KB 4/14 KB
==> test: 4/262 KB 10/10 KB 4/10 KB 8/30 KB 8/14 KB
==> test: 4/262 KB 10/10 KB 4/10 KB 8/30 KB 8/14 KB
==> test: 4/262 KB 10/10 KB 4/10 KB 8/30 KB
==> test: 4/262 KB 10/10 KB 8/10 KB 8/30 KB 8/14 KB
==> test: 4/262 KB 10/10 KB 8/10 KB 8/30 KB 8/14 KB
==> test: 4/262 KB 10/10 KB 10/10 KB 8/30 KB 8/14 KB
==> test: 4/262 KB 10/10 KB 8/30 KB
==> test: 8/262 KB 10/10 KB 10/10 KB 8/30 KB 8/14 KB
==> test: 8/262 KB 10/10 KB 10/10 KB 8/30 KB 8/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 17.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
==> test: 8/262 KB 10/10 KB 12/30 KB 8/14 KB
8/262 KB 10/10 KB 16/30 KB 8/14 KB
==> test: 8/262 KB 10/10 KB 16/30 KB 8/14 KB
8/262 KB 10/10 KB 20/30 KB 8/14 KB
8/262 KB 10/10 KB 24/30 KB 8/14 KB
8/262 KB 10/10 KB 24/30 KB 8/14 KB
==> test: 8/262 KB 10/10 KB 24/30 KB 12/14 KB
8/262 KB 10/10 KB 24/30 KB 14/14 KB
==> test: 12/262 KB 10/10 KB 24/30 KB 14/14 KB
16/262 KB 10/10 KB 24/30 KB 14/14 KB
16/262 KB 10/10 KB 24/30 KB 14/14 KB
20/262 KB 10/10 KB 24/30 KB 14/14 KB
24/262 KB 10/10 KB 24/30 KB 14/14 KB
24/262 KB 10/10 KB 24/30 KB 14/14 KB
==> test: 24/262 KB 10/10 KB 28/30 KB 14/14 KB
==> test: 24/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 28/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 31/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 32/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 36/262 KB 10/10 KB 30/30 KB 14/14 KB
40/262 KB 10/10 KB 30/30 KB 14/14 KB
40/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 44/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 48/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 48/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 52/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 56/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 56/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 60/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 4/240 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 8/240 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 8/240 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 10/10 KB 12/240 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 16/240 KB 30/30 KB 14/14 KB
==> test: 64/262 KB 16/240 KB 30/30 KB 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.jar (10 KB at 11.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.jar
==> test: 68/262 KB 16/240 KB 30/30 KB 14/14 KB
72/262 KB 16/240 KB 30/30 KB 14/14 KB
72/262 KB 16/240 KB 30/30 KB 14/14 KB
76/262 KB 16/240 KB 30/30 KB 14/14 KB
79/262 KB 16/240 KB 30/30 KB 14/14 KB
80/262 KB 16/240 KB 30/30 KB 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 15.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.jar
==> test: 80/262 KB 20/240 KB 30/30 KB
80/262 KB 24/240 KB 30/30 KB
80/262 KB 24/240 KB 30/30 KB
80/262 KB 28/240 KB 30/30 KB
80/262 KB 31/240 KB 30/30 KB
80/262 KB 32/240 KB 30/30 KB
80/262 KB 32/240 KB 30/30 KB
==> test: 80/262 KB 36/240 KB 30/30 KB
==> test: 80/262 KB 40/240 KB 30/30 KB
==> test: 80/262 KB 40/240 KB 30/30 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 33.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
==> test: 84/262 KB 40/240 KB
87/262 KB 40/240 KB
88/262 KB 40/240 KB
92/262 KB 40/240 KB
95/262 KB 40/240 KB
96/262 KB 40/240 KB
==> test: 96/262 KB 44/240 KB
==> test: 96/262 KB 48/240 KB
==> test: 96/262 KB 48/240 KB
==> test: 96/262 KB 52/240 KB
==> test: 96/262 KB 56/240 KB
==> test: 96/262 KB 56/240 KB
==> test: 96/262 KB 60/240 KB
==> test: 96/262 KB 64/240 KB
==> test: 100/262 KB 64/240 KB
==> test: 104/262 KB 64/240 KB
==> test: 104/262 KB 64/240 KB
==> test: 108/262 KB 64/240 KB
==> test: 112/262 KB 64/240 KB
==> test: 112/262 KB 64/240 KB
==> test: 116/262 KB 64/240 KB
==> test: 120/262 KB 64/240 KB
==> test: 120/262 KB 64/240 KB
==> test: 120/262 KB 64/240 KB
120/262 KB 68/240 KB
120/262 KB 72/240 KB
120/262 KB 72/240 KB
120/262 KB 76/240 KB
120/262 KB 80/240 KB
==> test: 120/262 KB 80/240 KB
==> test: 124/262 KB 80/240 KB
==> test: 128/262 KB 80/240 KB
==> test: 128/262 KB 80/240 KB
==> test: 132/262 KB 80/240 KB
==> test: 136/262 KB 80/240 KB
==> test: 136/262 KB 80/240 KB
==> test: 136/262 KB 84/240 KB
==> test: 136/262 KB 88/240 KB
==> test: 136/262 KB 88/240 KB
==> test: 136/262 KB 92/240 KB
==> test: 136/262 KB 96/240 KB
==> test: 136/262 KB 96/240 KB
==> test: 136/262 KB 100/240 KB
==> test: 136/262 KB 104/240 KB
==> test: 136/262 KB 104/240 KB
==> test: 136/262 KB 104/240 KB 4/86 KB
==> test: 136/262 KB 104/240 KB 8/86 KB
==> test: 140/262 KB 104/240 KB 8/86 KB
==> test: 140/262 KB 104/240 KB 4/10 KB 12/86 KB
==> test: 140/262 KB 104/240 KB 8/86 KB
144/262 KB 104/240 KB 4/10 KB 12/86 KB
144/262 KB 104/240 KB 4/10 KB 12/86 KB
148/262 KB 104/240 KB 4/10 KB 12/86 KB
152/262 KB 104/240 KB 4/10 KB 12/86 KB
152/262 KB 104/240 KB 4/10 KB 12/86 KB
156/262 KB 104/240 KB 4/10 KB 12/86 KB
160/262 KB 104/240 KB 4/10 KB 12/86 KB
160/262 KB 104/240 KB 4/10 KB 12/86 KB
==> test: 140/262 KB 104/240 KB 4/10 KB 8/86 KB
==> test: 160/262 KB 104/240 KB 8/10 KB 12/86 KB
==> test: 160/262 KB 104/240 KB 8/10 KB 12/86 KB
==> test: 160/262 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 104/240 KB 8/10 KB 16/86 KB
==> test: 160/262 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 4/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 8/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 8/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 12/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 104/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 108/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 112/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 112/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 116/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 120/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 120/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 124/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 128/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 128/240 KB 10/10 KB 16/86 KB
==> test: 160/262 KB 16/31 KB 128/240 KB 10/10 KB 20/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 24/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 24/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 28/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 31/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
160/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 164/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
168/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
168/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
172/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
176/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
176/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 180/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
184/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
184/262 KB 16/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 20/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 24/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 24/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 28/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 128/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 132/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 136/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 136/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 140/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 144/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 144/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 148/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 32/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 36/86 KB
184/262 KB 31/31 KB 152/240 KB 10/10 KB 40/86 KB
184/262 KB 31/31 KB 152/240 KB 10/10 KB 40/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 44/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
==> test: 184/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
==> test: 188/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
192/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
192/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
196/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
200/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
200/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
204/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
208/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
208/262 KB 31/31 KB 152/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 156/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 160/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 160/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 164/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 168/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 168/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 172/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 176/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 176/240 KB 10/10 KB 48/86 KB
==> test: 208/262 KB 31/31 KB 176/240 KB 10/10 KB 52/86 KB
208/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
208/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
212/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
216/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
216/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
220/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
224/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
==> test: 224/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
==> test: 228/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 56/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 60/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 64/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 64/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 68/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 72/86 KB
==> test: 232/262 KB 31/31 KB 176/240 KB 10/10 KB 72/86 KB
==> test: 232/262 KB 31/31 KB 180/240 KB 10/10 KB 72/86 KB
232/262 KB 31/31 KB 184/240 KB 10/10 KB 72/86 KB
232/262 KB 31/31 KB 184/240 KB 10/10 KB 72/86 KB
232/262 KB 31/31 KB 188/240 KB 10/10 KB 72/86 KB
232/262 KB 31/31 KB 192/240 KB 10/10 KB 72/86 KB
232/262 KB 31/31 KB 192/240 KB 10/10 KB 72/86 KB
==> test: 232/262 KB 31/31 KB 196/240 KB 10/10 KB 72/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 10/10 KB 72/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 10/10 KB 72/86 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-api/1.3.1/enforcer-api-1.3.1.jar (10 KB at 16.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
==> test: 232/262 KB 31/31 KB 200/240 KB 76/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 80/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 80/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 84/86 KB
==> test: 232/262 KB 31/31 KB 200/240 KB 86/86 KB
==> test: 236/262 KB 31/31 KB 200/240 KB 86/86 KB
240/262 KB 31/31 KB 200/240 KB 86/86 KB
240/262 KB 31/31 KB 200/240 KB 86/86 KB
244/262 KB 31/31 KB 200/240 KB 86/86 KB
248/262 KB 31/31 KB 200/240 KB 86/86 KB
248/262 KB 31/31 KB 200/240 KB 86/86 KB
252/262 KB 31/31 KB 200/240 KB 86/86 KB
256/262 KB 31/31 KB 200/240 KB 86/86 KB
256/262 KB 31/31 KB 200/240 KB 86/86 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 55.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
==> test: 256/262 KB 204/240 KB 86/86 KB
256/262 KB 208/240 KB 86/86 KB
256/262 KB 208/240 KB 86/86 KB
256/262 KB 212/240 KB 86/86 KB
256/262 KB 216/240 KB 86/86 KB
256/262 KB 216/240 KB 86/86 KB
==> test: 256/262 KB 220/240 KB 86/86 KB
==> test: 256/262 KB 224/240 KB 86/86 KB
==> test: 256/262 KB 224/240 KB 86/86 KB
==> test: 260/262 KB 224/240 KB 86/86 KB
==> test: 262/262 KB 224/240 KB 86/86 KB
==> test: 262/262 KB 228/240 KB 86/86 KB
==> test: 262/262 KB 232/240 KB 86/86 KB
==> test: 262/262 KB 232/240 KB 86/86 KB
==> test: 262/262 KB 236/240 KB 86/86 KB
==> test: 262/262 KB 240/240 KB 86/86 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/enforcer/enforcer-rules/1.3.1/enforcer-rules-1.3.1.jar (86 KB at 105.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
==> test: 262/262 KB 4/276 KB 240/240 KB
==> test: 262/262 KB 8/276 KB 240/240 KB
==> test: 262/262 KB 8/276 KB 240/240 KB
==> test: 262/262 KB 12/276 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 4/59 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 8/59 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 8/59 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 12/59 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 16/59 KB 240/240 KB
==> test: 262/262 KB 16/276 KB 16/59 KB 240/240 KB
==> test: 262/262 KB 20/276 KB 16/59 KB 240/240 KB
262/262 KB 24/276 KB 16/59 KB 240/240 KB
262/262 KB 24/276 KB 16/59 KB 240/240 KB
262/262 KB 28/276 KB 16/59 KB 240/240 KB
262/262 KB 31/276 KB 16/59 KB 240/240 KB
262/262 KB 32/276 KB 16/59 KB 240/240 KB
262/262 KB 32/276 KB 16/59 KB 240/240 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (262 KB at 149.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar
==> test: 32/276 KB 20/59 KB 240/240 KB
==> test: 32/276 KB 24/59 KB 240/240 KB
==> test: 32/276 KB 24/59 KB 240/240 KB
==> test: 32/276 KB 28/59 KB 240/240 KB
==> test: 32/276 KB 31/59 KB 240/240 KB
==> test: 32/276 KB 32/59 KB 240/240 KB
==> test: 32/276 KB 32/59 KB 240/240 KB
==> test: 32/276 KB 36/59 KB 240/240 KB
==> test: 32/276 KB 40/59 KB 240/240 KB
==> test: 32/276 KB 40/59 KB 240/240 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (240 KB at 193.5 KB/sec)
==> test: 36/276 KB 40/59 KB
==> test: 40/276 KB 40/59 KB
40/276 KB 40/59 KB
44/276 KB 40/59 KB
48/276 KB 40/59 KB
48/276 KB 40/59 KB
52/276 KB 40/59 KB
56/276 KB 40/59 KB
56/276 KB 40/59 KB
==> test: 56/276 KB 44/59 KB
==> test: 56/276 KB 48/59 KB
==> test: 56/276 KB 48/59 KB
==> test: 56/276 KB 52/59 KB
==> test: 56/276 KB 56/59 KB
==> test: 56/276 KB 56/59 KB
==> test: 56/276 KB 59/59 KB
==> test: 60/276 KB 59/59 KB
64/276 KB 59/59 KB
64/276 KB 59/59 KB
68/276 KB 59/59 KB
72/276 KB 59/59 KB
72/276 KB 59/59 KB
76/276 KB 59/59 KB
80/276 KB 59/59 KB
80/276 KB 59/59 KB
==> test: 4/131 KB 80/276 KB 59/59 KB
==> test: 8/131 KB 80/276 KB 59/59 KB
==> test: 8/131 KB 80/276 KB 59/59 KB
==> test: 12/131 KB 80/276 KB 59/59 KB
==> test: 16/131 KB 80/276 KB 59/59 KB
==> test: 16/131 KB 80/276 KB 59/59 KB
==> test: 16/131 KB 84/276 KB 59/59 KB
==> test: 16/131 KB 88/276 KB 59/59 KB
==> test: 16/131 KB 88/276 KB 59/59 KB
==> test: 16/131 KB 92/276 KB 59/59 KB
==> test: 16/131 KB 96/276 KB 59/59 KB
==> test: 16/131 KB 96/276 KB 59/59 KB
==> test: 20/131 KB 96/276 KB 59/59 KB
==> test: 24/131 KB 96/276 KB 59/59 KB
==> test: 24/131 KB 96/276 KB 59/59 KB
==> test: 28/131 KB 96/276 KB 59/59 KB
31/131 KB 96/276 KB 59/59 KB
32/131 KB 96/276 KB 59/59 KB
32/131 KB 96/276 KB 59/59 KB
36/131 KB 96/276 KB 59/59 KB
40/131 KB 96/276 KB 59/59 KB
40/131 KB 96/276 KB 59/59 KB
==> test: 40/131 KB 96/276 KB 59/59 KB 4/12 KB
40/131 KB 96/276 KB 59/59 KB 8/12 KB
40/131 KB 96/276 KB 59/59 KB 8/12 KB
40/131 KB 96/276 KB 59/59 KB 12/12 KB
==> test: 40/131 KB 100/276 KB 59/59 KB 12/12 KB
40/131 KB 104/276 KB 59/59 KB 12/12 KB
40/131 KB 104/276 KB 59/59 KB 12/12 KB
40/131 KB 108/276 KB 59/59 KB 12/12 KB
40/131 KB 112/276 KB 59/59 KB 12/12 KB
40/131 KB 112/276 KB 59/59 KB 12/12 KB
40/131 KB 116/276 KB 59/59 KB 12/12 KB
40/131 KB 120/276 KB 59/59 KB 12/12 KB
40/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 44/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 48/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 48/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 52/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 56/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 56/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 60/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 64/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 64/131 KB 120/276 KB 59/59 KB 12/12 KB
==> test: 64/131 KB 124/276 KB 59/59 KB 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 89.4 KB/sec)
==> test: 64/131 KB 128/276 KB 12/12 KB
==> test: 64/131 KB 128/276 KB 12/12 KB
==> test: 64/131 KB 132/276 KB 12/12 KB
==> test: 64/131 KB 136/276 KB 12/12 KB
==> test: 64/131 KB 136/276 KB 12/12 KB
==> test: 68/131 KB 136/276 KB 12/12 KB
72/131 KB 136/276 KB 12/12 KB
72/131 KB 136/276 KB 12/12 KB
76/131 KB 136/276 KB 12/12 KB
80/131 KB 136/276 KB 12/12 KB
80/131 KB 136/276 KB 12/12 KB
84/131 KB 136/276 KB 12/12 KB
88/131 KB 136/276 KB 12/12 KB
88/131 KB 136/276 KB 12/12 KB
==> test: 88/131 KB 140/276 KB 12/12 KB
==> test: 88/131 KB 144/276 KB 12/12 KB
==> test: 88/131 KB 144/276 KB 12/12 KB
==> test: 88/131 KB 148/276 KB 12/12 KB
==> test: 88/131 KB 152/276 KB 12/12 KB
==> test: 88/131 KB 152/276 KB 12/12 KB
==> test: 88/131 KB 156/276 KB 12/12 KB
==> test: 92/131 KB 156/276 KB 12/12 KB
96/131 KB 156/276 KB 12/12 KB
96/131 KB 156/276 KB 12/12 KB
==> test: 100/131 KB 156/276 KB 12/12 KB
==> test: 104/131 KB 156/276 KB 12/12 KB
==> test: 104/131 KB 156/276 KB 12/12 KB
==> test: 108/131 KB 160/276 KB 12/12 KB
==> test: 112/131 KB 160/276 KB 12/12 KB
==> test: 112/131 KB 160/276 KB 12/12 KB
==> test: 104/131 KB 160/276 KB 12/12 KB
==> test: 112/131 KB 160/276 KB 12/12 KB
==> test: 112/131 KB 164/276 KB 12/12 KB
112/131 KB 168/276 KB 12/12 KB
112/131 KB 168/276 KB 12/12 KB
==> test: 112/131 KB 172/276 KB 12/12 KB
==> test: 112/131 KB 176/276 KB 12/12 KB
==> test: 112/131 KB 176/276 KB 12/12 KB
==> test: 112/131 KB 180/276 KB 12/12 KB
==> test: 112/131 KB 184/276 KB 12/12 KB
==> test: 112/131 KB 184/276 KB 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-6/plexus-i18n-1.0-beta-6.jar (12 KB at 23.3 KB/sec)
==> test: 116/131 KB 184/276 KB
==> test: 120/131 KB 184/276 KB
==> test: 120/131 KB 184/276 KB
==> test: 124/131 KB 184/276 KB
==> test: 128/131 KB 184/276 KB
==> test: 128/131 KB 184/276 KB
==> test: 131/131 KB 184/276 KB
==> test: 131/131 KB 188/276 KB
==> test: 131/131 KB 192/276 KB
==> test: 131/131 KB 192/276 KB
==> test: 131/131 KB 196/276 KB
==> test: 131/131 KB 200/276 KB
==> test: 131/131 KB 200/276 KB
==> test: 131/131 KB 204/276 KB
==> test: 131/131 KB 208/276 KB
==> test: 131/131 KB 208/276 KB
==> test: 131/131 KB 212/276 KB
==> test: 131/131 KB 216/276 KB
==> test: 131/131 KB 216/276 KB
==> test: 131/131 KB 220/276 KB
==> test: 131/131 KB 224/276 KB
==> test: 131/131 KB 224/276 KB
==> test: 131/131 KB 228/276 KB
==> test: 131/131 KB 232/276 KB
==> test: 131/131 KB 232/276 KB
==> test: 131/131 KB 236/276 KB
==> test: 131/131 KB 240/276 KB
==> test: 131/131 KB 240/276 KB
==> test: 131/131 KB 244/276 KB
==> test: 131/131 KB 248/276 KB
==> test: 131/131 KB 248/276 KB
==> test: 131/131 KB 252/276 KB
==> test: 131/131 KB 256/276 KB
==> test: 131/131 KB 256/276 KB
==> test: 131/131 KB 260/276 KB
==> test: 131/131 KB 264/276 KB
==> test: 131/131 KB 264/276 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 156.6 KB/sec)
==> test: 268/276 KB
==> test: 271/276 KB
==> test: 272/276 KB
==> test: 276/276 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (276 KB at 196.1 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- git-commit-id-plugin:2.1.10:revision (default) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 44.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/11/maven-parent-11.pom
==> test: 4/32 KB
==> test: 8/32 KB
==> test: 8/32 KB
==> test: 12/32 KB
==> test: 16/32 KB
==> test: 16/32 KB
==> test: 20/32 KB
==> test: 24/32 KB
==> test: 24/32 KB
==> test: 28/32 KB
==> test: 31/32 KB
==> test: 32/32 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 57.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/5/apache-5.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/5/apache-5.pom (5 KB at 8.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 4.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 6.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 13.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
==> test: 889/889 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 10.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.1/junit-3.8.1.pom
==> test: 998/998 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 2.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
==> test: 880/880 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom (6 KB at 9.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/11/oss-parent-11.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 KB at 46.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom (2 KB at 2.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/10/oss-parent-10.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 KB at 47.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom (6 KB at 11.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/2.0/guice-2.0.pom
==> test: 771/771 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/2.0/guice-2.0.pom (771 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice-parent/2.0/guice-parent-2.0.pom (3 KB at 5.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
==> test: 363/363 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 0.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/json-lib/json-lib/2.4/json-lib-2.4.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/json-lib/json-lib/2.4/json-lib-2.4.pom (13 KB at 21.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom (11 KB at 21.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/11/commons-parent-11.pom
==> test: 4/25 KB
==> test: 8/25 KB
==> test: 8/25 KB
==> test: 12/25 KB
==> test: 16/25 KB
==> test: 16/25 KB
==> test: 20/25 KB
==> test: 24/25 KB
==> test: 24/25 KB
==> test: 25/25 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 49.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
==> test: 4/18 KB
==> test: 8/18 KB
==> test: 8/18 KB
==> test: 12/18 KB
==> test: 16/18 KB
==> test: 16/18 KB
==> test: 18/18 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 37.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/5/commons-parent-5.pom
==> test: 4/16 KB
==> test: 8/16 KB
==> test: 8/16 KB
==> test: 12/16 KB
==> test: 16/16 KB
==> test: 16/16 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 30.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 24.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/9/commons-parent-9.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 42.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 KB at 35.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/12/commons-parent-12.pom
==> test: 4/27 KB
==> test: 8/27 KB
==> test: 8/27 KB
==> test: 12/27 KB
==> test: 16/27 KB
==> test: 16/27 KB
==> test: 20/27 KB
==> test: 24/27 KB
==> test: 24/27 KB
==> test: 27/27 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 KB at 52.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom (7 KB at 12.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.0/joda-time-2.0.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.0/joda-time-2.0.pom (15 KB at 30.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/15.0/guava-15.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/15.0/guava-15.0.pom (7 KB at 12.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (8 KB at 14.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (2 KB at 2.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit/2.0.0.201206130900-r/org.eclipse.jgit-2.0.0.201206130900-r.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit/2.0.0.201206130900-r/org.eclipse.jgit-2.0.0.201206130900-r.pom (6 KB at 11.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit-parent/2.0.0.201206130900-r/org.eclipse.jgit-parent-2.0.0.201206130900-r.pom
==> test: 4/16 KB
==> test: 8/16 KB
==> test: 8/16 KB
==> test: 12/16 KB
==> test: 16/16 KB
==> test: 16/16 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit-parent/2.0.0.201206130900-r/org.eclipse.jgit-parent-2.0.0.201206130900-r.pom (16 KB at 32.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (4 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.1/junit-3.8.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar
==> test: 4/324 KB
==> test: 8/324 KB
==> test: 8/324 KB
==> test: 12/324 KB
==> test: 16/324 KB
==> test: 16/324 KB
==> test: 20/324 KB
==> test: 24/324 KB
==> test: 24/324 KB
==> test: 28/324 KB
==> test: 31/324 KB
==> test: 32/324 KB
==> test: 36/324 KB
==> test: 40/324 KB
==> test: 40/324 KB
==> test: 44/324 KB
==> test: 48/324 KB
==> test: 48/324 KB
==> test: 52/324 KB
==> test: 56/324 KB
==> test: 56/324 KB
==> test: 60/324 KB
==> test: 64/324 KB
==> test: 64/324 KB
==> test: 68/324 KB
==> test: 72/324 KB
==> test: 72/324 KB
==> test: 76/324 KB
==> test: 80/324 KB
==> test: 80/324 KB
==> test: 84/324 KB
==> test: 88/324 KB
==> test: 88/324 KB
==> test: 92/324 KB
==> test: 96/324 KB
==> test: 96/324 KB
==> test: 100/324 KB
==> test: 104/324 KB
==> test: 104/324 KB
==> test: 108/324 KB
==> test: 112/324 KB
==> test: 112/324 KB
==> test: 116/324 KB
==> test: 120/324 KB
==> test: 120/324 KB
==> test: 124/324 KB
==> test: 128/324 KB
==> test: 128/324 KB
==> test: 132/324 KB
==> test: 136/324 KB
==> test: 136/324 KB
==> test: 140/324 KB
==> test: 144/324 KB
==> test: 144/324 KB
==> test: 148/324 KB
==> test: 152/324 KB
==> test: 152/324 KB
==> test: 156/324 KB
==> test: 160/324 KB
==> test: 160/324 KB
==> test: 164/324 KB
==> test: 168/324 KB
==> test: 168/324 KB
==> test: 172/324 KB
==> test: 176/324 KB
==> test: 176/324 KB
==> test: 176/324 KB 4/50 KB
176/324 KB 8/50 KB
4/846 KB 176/324 KB 8/50 KB
8/846 KB 176/324 KB 8/50 KB
8/846 KB 176/324 KB 8/50 KB
12/846 KB 176/324 KB 8/50 KB
16/846 KB 176/324 KB 8/50 KB
16/846 KB 176/324 KB 8/50 KB
==> test: 16/846 KB 176/324 KB 8/50 KB
==> test: 16/846 KB 4/223 KB 176/324 KB 8/50 KB
==> test: 16/846 KB 8/223 KB 176/324 KB 8/50 KB
==> test: 16/846 KB 8/223 KB 176/324 KB 8/50 KB
==> test: 16/846 KB 12/223 KB 176/324 KB 12/50 KB
==> test: 16/846 KB 16/223 KB 176/324 KB 12/50 KB
==> test: 16/846 KB 16/223 KB 176/324 KB 12/50 KB
==> test: 16/846 KB 8/223 KB 176/324 KB 12/50 KB
16/846 KB 16/223 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 176/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 4/119 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 8/119 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 8/119 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 12/119 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 16/119 KB 176/324 KB 16/50 KB
16/846 KB 16/223 KB 16/119 KB 176/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 180/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 184/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 184/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 188/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 192/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 192/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 196/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 200/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 200/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 204/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 208/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 208/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 212/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 216/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 216/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 220/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 224/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 224/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 228/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 232/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 232/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 236/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 240/324 KB 16/50 KB
==> test: 16/846 KB 16/223 KB 16/119 KB 240/324 KB 20/50 KB
==> test: 20/846 KB 16/223 KB 16/119 KB 240/324 KB 24/50 KB
20/846 KB 16/223 KB 16/119 KB 240/324 KB 24/50 KB
20/846 KB 16/223 KB 16/119 KB 240/324 KB 28/50 KB
20/846 KB 16/223 KB 16/119 KB 240/324 KB 31/50 KB
20/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
20/846 KB 16/223 KB 16/119 KB 240/324 KB 20/50 KB
24/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
24/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
28/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 16/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 20/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 24/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 24/223 KB 16/119 KB 240/324 KB 32/50 KB
==> test: 32/846 KB 28/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 16/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 16/119 KB 240/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 16/119 KB 240/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 20/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 24/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 24/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 28/119 KB 240/324 KB 32/50 KB
32/846 KB 32/223 KB 32/119 KB 240/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 244/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 248/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 248/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 252/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 256/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 256/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 260/324 KB 32/50 KB
==> test: 32/846 KB 32/223 KB 32/119 KB 260/324 KB 36/50 KB
==> test: 36/846 KB 36/223 KB 32/119 KB 260/324 KB 36/50 KB
36/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
36/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
==> test: 36/846 KB 32/223 KB 32/119 KB 260/324 KB 36/50 KB
40/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
40/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
44/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 36/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 260/324 KB 39/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 40/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 44/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 47/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 48/50 KB
48/846 KB 40/223 KB 32/119 KB 260/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 264/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 264/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 268/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 271/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 272/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 276/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 279/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 280/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 284/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 287/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 32/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 32/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 32/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 36/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 40/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 40/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 44/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 287/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 287/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 288/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 292/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 295/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 296/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 300/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 303/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 304/324 KB 50/50 KB
==> test: 48/846 KB 40/223 KB 48/119 KB 308/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 310/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 312/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 316/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 318/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 320/324 KB 50/50 KB
48/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 52/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
56/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
56/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
60/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 40/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 44/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 48/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 48/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 52/223 KB 48/119 KB 324/324 KB 50/50 KB
64/846 KB 56/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 56/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 56/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 60/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 48/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 52/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 56/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 56/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 60/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 64/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 68/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
72/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
72/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
76/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
80/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
80/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
84/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
88/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
88/846 KB 64/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 68/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 72/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 72/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 76/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 80/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 80/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 84/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 64/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 68/119 KB 324/324 KB 50/50 KB
88/846 KB 88/223 KB 72/119 KB 324/324 KB 50/50 KB
88/846 KB 88/223 KB 72/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 76/119 KB 324/324 KB 50/50 KB
88/846 KB 88/223 KB 80/119 KB 324/324 KB 50/50 KB
88/846 KB 88/223 KB 80/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 84/119 KB 324/324 KB 50/50 KB
==> test: 88/846 KB 88/223 KB 88/119 KB 324/324 KB 50/50 KB
==> test: 92/846 KB 88/223 KB 88/119 KB 324/324 KB 50/50 KB
==> test: 92/846 KB 92/223 KB 88/119 KB 324/324 KB 50/50 KB
92/846 KB 96/223 KB 88/119 KB 324/324 KB 50/50 KB
92/846 KB 96/223 KB 88/119 KB 324/324 KB 50/50 KB
92/846 KB 100/223 KB 88/119 KB 324/324 KB 50/50 KB
92/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
92/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
96/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
96/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
100/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
104/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
==> test: 104/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
==> test: 104/846 KB 104/223 KB 88/119 KB 324/324 KB 50/50 KB
104/846 KB 104/223 KB 92/119 KB 324/324 KB 50/50 KB
104/846 KB 104/223 KB 96/119 KB 324/324 KB 50/50 KB
104/846 KB 104/223 KB 96/119 KB 324/324 KB 50/50 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 48.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar
==> test: 104/846 KB 104/223 KB 100/119 KB 324/324 KB
==> test: 104/846 KB 104/223 KB 104/119 KB 324/324 KB
==> test: 104/846 KB 104/223 KB 104/119 KB 324/324 KB
==> test: 108/846 KB 104/223 KB 104/119 KB 324/324 KB
108/846 KB 108/223 KB 104/119 KB 324/324 KB
==> test: 112/846 KB 108/223 KB 104/119 KB 324/324 KB
112/846 KB 112/223 KB 104/119 KB 324/324 KB
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 301.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar
==> test: 112/846 KB 112/223 KB 104/119 KB 324/324 KB
==> test: 112/846 KB 112/223 KB 104/119 KB
==> test: 116/846 KB 116/223 KB 104/119 KB
==> test: 116/846 KB 120/223 KB 104/119 KB
==> test: 116/846 KB 120/223 KB 104/119 KB
==> test: 116/846 KB 112/223 KB 104/119 KB
120/846 KB 120/223 KB 104/119 KB
120/846 KB 120/223 KB 104/119 KB
==> test: 120/846 KB 120/223 KB 108/119 KB
==> test: 120/846 KB 120/223 KB 112/119 KB
==> test: 120/846 KB 120/223 KB 112/119 KB
==> test: 120/846 KB 120/223 KB 116/119 KB
120/846 KB 120/223 KB 119/119 KB
==> test: 124/846 KB 120/223 KB 119/119 KB
124/846 KB 124/223 KB 119/119 KB
124/846 KB 128/223 KB 119/119 KB
124/846 KB 128/223 KB 119/119 KB
124/846 KB 132/223 KB 119/119 KB
124/846 KB 136/223 KB 119/119 KB
==> test: 124/846 KB 136/223 KB 119/119 KB
==> test: 124/846 KB 140/223 KB 119/119 KB
==> test: 124/846 KB 144/223 KB 119/119 KB
==> test: 128/846 KB 144/223 KB 119/119 KB
==> test: 128/846 KB 144/223 KB 119/119 KB
128/846 KB 144/223 KB 119/119 KB
132/846 KB 144/223 KB 119/119 KB
136/846 KB 144/223 KB 119/119 KB
136/846 KB 144/223 KB 119/119 KB
140/846 KB 144/223 KB 119/119 KB
144/846 KB 144/223 KB 119/119 KB
144/846 KB 144/223 KB 119/119 KB
==> test: 144/846 KB 148/223 KB 119/119 KB
144/846 KB 152/223 KB 119/119 KB
144/846 KB 152/223 KB 119/119 KB
144/846 KB 156/223 KB 119/119 KB
144/846 KB 160/223 KB 119/119 KB
144/846 KB 160/223 KB 119/119 KB
144/846 KB 164/223 KB 119/119 KB
144/846 KB 168/223 KB 119/119 KB
144/846 KB 168/223 KB 119/119 KB
==> test: 148/846 KB 168/223 KB 119/119 KB
==> test: 152/846 KB 168/223 KB 119/119 KB
==> test: 152/846 KB 168/223 KB 119/119 KB
==> test: 156/846 KB 168/223 KB 119/119 KB
==> test: 160/846 KB 168/223 KB 119/119 KB
==> test: 160/846 KB 168/223 KB 119/119 KB
==> test: 164/846 KB 168/223 KB 119/119 KB
==> test: 168/846 KB 168/223 KB 119/119 KB
==> test: 168/846 KB 168/223 KB 119/119 KB
==> test: 168/846 KB 168/223 KB 4/33 KB 119/119 KB
==> test: 168/846 KB 172/223 KB 8/33 KB 119/119 KB
==> test: 168/846 KB 172/223 KB 4/33 KB 119/119 KB
168/846 KB 176/223 KB 8/33 KB 119/119 KB
168/846 KB 176/223 KB 8/33 KB 119/119 KB
168/846 KB 180/223 KB 8/33 KB 119/119 KB
168/846 KB 184/223 KB 8/33 KB 119/119 KB
==> test: 168/846 KB 184/223 KB 8/33 KB 119/119 KB
==> test: 172/846 KB 184/223 KB 12/33 KB 119/119 KB
==> test: 172/846 KB 184/223 KB 16/33 KB 119/119 KB
==> test: 172/846 KB 184/223 KB 8/33 KB 119/119 KB
176/846 KB 184/223 KB 16/33 KB 119/119 KB
176/846 KB 184/223 KB 16/33 KB 119/119 KB
180/846 KB 184/223 KB 16/33 KB 119/119 KB
184/846 KB 184/223 KB 16/33 KB 119/119 KB
==> test: 172/846 KB 184/223 KB 12/33 KB 119/119 KB
184/846 KB 184/223 KB 16/33 KB 119/119 KB
==> test: 184/846 KB 184/223 KB 16/33 KB 119/119 KB
==> test: 188/846 KB 184/223 KB 16/33 KB 119/119 KB
192/846 KB 184/223 KB 16/33 KB 119/119 KB
==> test: 192/846 KB 184/223 KB 20/33 KB 119/119 KB
192/846 KB 184/223 KB 24/33 KB 119/119 KB
==> test: 192/846 KB 188/223 KB 24/33 KB 119/119 KB
192/846 KB 188/223 KB 28/33 KB 119/119 KB
192/846 KB 188/223 KB 31/33 KB 119/119 KB
192/846 KB 188/223 KB 32/33 KB 119/119 KB
192/846 KB 188/223 KB 32/33 KB 119/119 KB
192/846 KB 188/223 KB 32/33 KB 119/119 KB 4/189 KB
192/846 KB 188/223 KB 24/33 KB 119/119 KB
192/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
==> test: 192/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
196/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
200/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
200/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
204/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
208/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
208/846 KB 192/223 KB 32/33 KB 119/119 KB 4/189 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 86.4 KB/sec)
==> test: 208/846 KB 192/223 KB 33/33 KB 4/189 KB
==> test: 208/846 KB 192/223 KB 33/33 KB 4/189 KB
208/846 KB 196/223 KB 33/33 KB 4/189 KB
208/846 KB 200/223 KB 33/33 KB 4/189 KB
208/846 KB 200/223 KB 33/33 KB 4/189 KB
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/2.0/guice-2.0.jar
==> test: 208/846 KB 200/223 KB 33/33 KB 8/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 8/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 12/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 16/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 16/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 20/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 24/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 24/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 28/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 31/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 32/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 32/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 36/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 40/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 40/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 44/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 48/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 48/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 52/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 56/189 KB
==> test: 208/846 KB 200/223 KB 33/33 KB 56/189 KB
==> test: 212/846 KB 200/223 KB 33/33 KB 56/189 KB
216/846 KB 200/223 KB 33/33 KB 56/189 KB
216/846 KB 200/223 KB 33/33 KB 56/189 KB
220/846 KB 200/223 KB 33/33 KB 56/189 KB
224/846 KB 200/223 KB 33/33 KB 56/189 KB
224/846 KB 200/223 KB 33/33 KB 56/189 KB
228/846 KB 200/223 KB 33/33 KB 56/189 KB
232/846 KB 200/223 KB 33/33 KB 56/189 KB
232/846 KB 200/223 KB 33/33 KB 56/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 60/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 64/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 64/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 68/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 72/189 KB
==> test: 232/846 KB 200/223 KB 33/33 KB 72/189 KB
==> test: 232/846 KB 204/223 KB 33/33 KB 72/189 KB
232/846 KB 208/223 KB 33/33 KB 72/189 KB
232/846 KB 208/223 KB 33/33 KB 72/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 76/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 80/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 80/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 84/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 88/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 88/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 92/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 96/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 96/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 100/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 104/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 104/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 108/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 112/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 112/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 116/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 120/189 KB
==> test: 232/846 KB 208/223 KB 33/33 KB 120/189 KB
==> test: 236/846 KB 208/223 KB 33/33 KB 120/189 KB
==> test: 240/846 KB 208/223 KB 33/33 KB 120/189 KB
==> test: 240/846 KB 208/223 KB 33/33 KB 120/189 KB
==> test: 244/846 KB 208/223 KB 33/33 KB 124/189 KB
==> test: 248/846 KB 208/223 KB 33/33 KB 124/189 KB
==> test: 248/846 KB 208/223 KB 33/33 KB 124/189 KB
==> test: 240/846 KB 208/223 KB 33/33 KB 124/189 KB
248/846 KB 208/223 KB 33/33 KB 128/189 KB
248/846 KB 208/223 KB 33/33 KB 128/189 KB
248/846 KB 208/223 KB 33/33 KB 132/189 KB
248/846 KB 208/223 KB 33/33 KB 136/189 KB
248/846 KB 208/223 KB 33/33 KB 136/189 KB
248/846 KB 208/223 KB 33/33 KB 140/189 KB
248/846 KB 208/223 KB 33/33 KB 144/189 KB
248/846 KB 208/223 KB 33/33 KB 144/189 KB
==> test: 252/846 KB 208/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 208/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 212/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 212/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 216/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 216/223 KB 33/33 KB 144/189 KB
==> test: 256/846 KB 220/223 KB 33/33 KB 148/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 148/189 KB
==> test: 256/846 KB 216/223 KB 33/33 KB 148/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 152/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 152/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 156/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 160/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 160/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 164/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 168/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 168/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 172/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 176/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 176/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 180/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 184/189 KB
==> test: 256/846 KB 223/223 KB 33/33 KB 184/189 KB
==> test: 260/846 KB 223/223 KB 33/33 KB 184/189 KB
264/846 KB 223/223 KB 33/33 KB 184/189 KB
264/846 KB 223/223 KB 33/33 KB 184/189 KB
268/846 KB 223/223 KB 33/33 KB 184/189 KB
271/846 KB 223/223 KB 33/33 KB 184/189 KB
272/846 KB 223/223 KB 33/33 KB 184/189 KB
276/846 KB 223/223 KB 33/33 KB 184/189 KB
279/846 KB 223/223 KB 33/33 KB 184/189 KB
280/846 KB 223/223 KB 33/33 KB 184/189 KB
==> test: 280/846 KB 223/223 KB 33/33 KB 188/189 KB
==> test: 280/846 KB 223/223 KB 33/33 KB 189/189 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar (33 KB at 54.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
==> test: 4/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 8/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 8/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 12/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 16/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 16/652 KB 280/846 KB 223/223 KB 189/189 KB
==> test: 16/652 KB 284/846 KB 223/223 KB 189/189 KB
16/652 KB 287/846 KB 223/223 KB 189/189 KB
16/652 KB 288/846 KB 223/223 KB 189/189 KB
16/652 KB 292/846 KB 223/223 KB 189/189 KB
16/652 KB 295/846 KB 223/223 KB 189/189 KB
16/652 KB 296/846 KB 223/223 KB 189/189 KB
16/652 KB 300/846 KB 223/223 KB 189/189 KB
16/652 KB 303/846 KB 223/223 KB 189/189 KB
16/652 KB 304/846 KB 223/223 KB 189/189 KB
16/652 KB 308/846 KB 223/223 KB 189/189 KB
16/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 20/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 24/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 24/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 28/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 31/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 32/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 32/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 36/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 310/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 312/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 316/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 318/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 320/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 324/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 326/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 328/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 332/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 334/846 KB 223/223 KB 189/189 KB
==> test: 40/652 KB 336/846 KB 223/223 KB 189/189 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 125.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/json-lib/json-lib/2.4/json-lib-2.4-jdk15.jar
==> test: 44/652 KB 336/846 KB 189/189 KB
48/652 KB 336/846 KB 189/189 KB
48/652 KB 336/846 KB 189/189 KB
52/652 KB 336/846 KB 189/189 KB
56/652 KB 336/846 KB 189/189 KB
56/652 KB 336/846 KB 189/189 KB
60/652 KB 336/846 KB 189/189 KB
64/652 KB 336/846 KB 189/189 KB
64/652 KB 336/846 KB 189/189 KB
==> test: 64/652 KB 340/846 KB 189/189 KB
==> test: 64/652 KB 342/846 KB 189/189 KB
==> test: 64/652 KB 344/846 KB 189/189 KB
==> test: 64/652 KB 348/846 KB 189/189 KB
==> test: 64/652 KB 349/846 KB 189/189 KB
==> test: 64/652 KB 352/846 KB 189/189 KB
==> test: 64/652 KB 356/846 KB 189/189 KB
==> test: 64/652 KB 357/846 KB 189/189 KB
==> test: 64/652 KB 360/846 KB 189/189 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar (189 KB at 251.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar
==> test: 68/652 KB 360/846 KB
72/652 KB 360/846 KB
72/652 KB 360/846 KB
==> test: 76/652 KB 360/846 KB
==> test: 80/652 KB 360/846 KB
==> test: 80/652 KB 360/846 KB
==> test: 80/652 KB 360/846 KB 4/5 KB
==> test: 80/652 KB 360/846 KB 5/5 KB
==> test: 80/652 KB 364/846 KB 5/5 KB
==> test: 80/652 KB 365/846 KB 5/5 KB
==> test: 80/652 KB 368/846 KB 5/5 KB
==> test: 80/652 KB 372/846 KB 5/5 KB
==> test: 80/652 KB 373/846 KB 5/5 KB
==> test: 80/652 KB 376/846 KB 5/5 KB
==> test: 80/652 KB 380/846 KB 5/5 KB
==> test: 80/652 KB 381/846 KB 5/5 KB
==> test: 80/652 KB 384/846 KB 5/5 KB
==> test: 80/652 KB 388/846 KB 5/5 KB
==> test: 80/652 KB 389/846 KB 5/5 KB
==> test: 84/652 KB 389/846 KB 5/5 KB
88/652 KB 389/846 KB 5/5 KB
88/652 KB 389/846 KB 5/5 KB
92/652 KB 389/846 KB 5/5 KB
96/652 KB 389/846 KB 5/5 KB
96/652 KB 389/846 KB 5/5 KB
100/652 KB 389/846 KB 5/5 KB
104/652 KB 389/846 KB 5/5 KB
104/652 KB 389/846 KB 5/5 KB
==> test: 104/652 KB 392/846 KB 5/5 KB
==> test: 104/652 KB 396/846 KB 5/5 KB
==> test: 104/652 KB 400/846 KB 5/5 KB
==> test: 104/652 KB 400/846 KB 5/5 KB
==> test: 104/652 KB 404/846 KB 5/5 KB
==> test: 104/652 KB 408/846 KB 5/5 KB
==> test: 104/652 KB 408/846 KB 5/5 KB
==> test: 104/652 KB 412/846 KB 5/5 KB
==> test: 104/652 KB 416/846 KB 5/5 KB
==> test: 104/652 KB 416/846 KB 5/5 KB
==> test: 108/652 KB 416/846 KB 5/5 KB
112/652 KB 416/846 KB 5/5 KB
112/652 KB 416/846 KB 5/5 KB
116/652 KB 416/846 KB 5/5 KB
120/652 KB 416/846 KB 5/5 KB
120/652 KB 416/846 KB 5/5 KB
124/652 KB 416/846 KB 5/5 KB
128/652 KB 416/846 KB 5/5 KB
128/652 KB 416/846 KB 5/5 KB
==> test: 128/652 KB 420/846 KB 5/5 KB
==> test: 128/652 KB 424/846 KB 5/5 KB
==> test: 128/652 KB 424/846 KB 5/5 KB
==> test: 128/652 KB 428/846 KB 5/5 KB
==> test: 128/652 KB 432/846 KB 5/5 KB
==> test: 128/652 KB 432/846 KB 5/5 KB
==> test: 128/652 KB 435/846 KB 5/5 KB
==> test: 128/652 KB 439/846 KB 5/5 KB
==> test: 128/652 KB 440/846 KB 5/5 KB
==> test: 128/652 KB 443/846 KB 5/5 KB
==> test: 132/652 KB 443/846 KB 5/5 KB
==> test: 136/652 KB 443/846 KB 5/5 KB
==> test: 136/652 KB 443/846 KB 5/5 KB
==> test: 140/652 KB 443/846 KB 5/5 KB
==> test: 144/652 KB 443/846 KB 5/5 KB
==> test: 144/652 KB 443/846 KB 5/5 KB
==> test: 148/652 KB 443/846 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 4/226 KB 5/5 KB
152/652 KB 443/846 KB 8/226 KB 5/5 KB
152/652 KB 443/846 KB 8/226 KB 5/5 KB
152/652 KB 443/846 KB 12/226 KB 5/5 KB
152/652 KB 443/846 KB 16/226 KB 5/5 KB
152/652 KB 443/846 KB 16/226 KB 5/5 KB
152/652 KB 443/846 KB 20/226 KB 5/5 KB
152/652 KB 443/846 KB 24/226 KB 5/5 KB
152/652 KB 443/846 KB 24/226 KB 5/5 KB
152/652 KB 443/846 KB 28/226 KB 5/5 KB
152/652 KB 443/846 KB 31/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 32/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 36/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 40/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 40/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 44/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 48/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 48/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 52/226 KB 5/5 KB
==> test: 152/652 KB 443/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 447/846 KB 56/226 KB 5/5 KB
152/652 KB 448/846 KB 56/226 KB 5/5 KB
152/652 KB 451/846 KB 56/226 KB 5/5 KB
152/652 KB 455/846 KB 56/226 KB 5/5 KB
152/652 KB 456/846 KB 56/226 KB 5/5 KB
152/652 KB 459/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 463/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 464/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 467/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 471/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 472/846 KB 56/226 KB 5/5 KB
==> test: 152/652 KB 463/846 KB 56/226 KB 5/5 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 8.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
==> test: 156/652 KB 472/846 KB 56/226 KB
160/652 KB 472/846 KB 56/226 KB
160/652 KB 472/846 KB 56/226 KB
164/652 KB 472/846 KB 56/226 KB
168/652 KB 472/846 KB 56/226 KB
168/652 KB 472/846 KB 56/226 KB
==> test: 172/652 KB 472/846 KB 56/226 KB
176/652 KB 472/846 KB 56/226 KB
176/652 KB 472/846 KB 56/226 KB
180/652 KB 472/846 KB 56/226 KB
184/652 KB 472/846 KB 56/226 KB
184/652 KB 472/846 KB 56/226 KB
==> test: 184/652 KB 472/846 KB 60/226 KB
==> test: 184/652 KB 472/846 KB 64/226 KB
==> test: 184/652 KB 472/846 KB 64/226 KB
==> test: 184/652 KB 472/846 KB 68/226 KB
==> test: 184/652 KB 472/846 KB 72/226 KB
==> test: 184/652 KB 472/846 KB 72/226 KB
==> test: 184/652 KB 472/846 KB 76/226 KB
==> test: 184/652 KB 472/846 KB 80/226 KB
==> test: 184/652 KB 472/846 KB 80/226 KB
==> test: 184/652 KB 472/846 KB 84/226 KB
==> test: 184/652 KB 472/846 KB 88/226 KB
==> test: 184/652 KB 472/846 KB 88/226 KB
==> test: 184/652 KB 472/846 KB 92/226 KB
==> test: 184/652 KB 472/846 KB 96/226 KB
==> test: 184/652 KB 472/846 KB 96/226 KB
==> test: 184/652 KB 472/846 KB 100/226 KB
==> test: 184/652 KB 472/846 KB 104/226 KB
==> test: 184/652 KB 472/846 KB 104/226 KB
==> test: 184/652 KB 472/846 KB 108/226 KB
==> test: 184/652 KB 472/846 KB 112/226 KB
==> test: 184/652 KB 472/846 KB 112/226 KB
==> test: 184/652 KB 472/846 KB 116/226 KB
==> test: 184/652 KB 472/846 KB 120/226 KB
==> test: 184/652 KB 472/846 KB 120/226 KB
==> test: 184/652 KB 474/846 KB 120/226 KB
184/652 KB 478/846 KB 120/226 KB
184/652 KB 480/846 KB 120/226 KB
184/652 KB 482/846 KB 120/226 KB
184/652 KB 486/846 KB 120/226 KB
184/652 KB 488/846 KB 120/226 KB
184/652 KB 490/846 KB 120/226 KB
184/652 KB 494/846 KB 120/226 KB
==> test: 184/652 KB 496/846 KB 120/226 KB
==> test: 184/652 KB 498/846 KB 120/226 KB
==> test: 184/652 KB 498/846 KB 120/226 KB 4/156 KB
184/652 KB 498/846 KB 120/226 KB 8/156 KB
184/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 188/652 KB 498/846 KB 120/226 KB 8/156 KB
192/652 KB 498/846 KB 120/226 KB 8/156 KB
192/652 KB 498/846 KB 120/226 KB 8/156 KB
196/652 KB 498/846 KB 120/226 KB 8/156 KB
200/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 200/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 204/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 120/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 124/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 128/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 128/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 132/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 136/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 136/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 140/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 144/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 144/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 148/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 152/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 152/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 156/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 160/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 160/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 164/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 168/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 168/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 172/226 KB 8/156 KB
==> test: 208/652 KB 498/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 502/846 KB 176/226 KB 8/156 KB
208/652 KB 504/846 KB 176/226 KB 8/156 KB
208/652 KB 506/846 KB 176/226 KB 8/156 KB
208/652 KB 510/846 KB 176/226 KB 8/156 KB
208/652 KB 512/846 KB 176/226 KB 8/156 KB
208/652 KB 514/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 518/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 520/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 521/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 525/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 528/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 518/846 KB 176/226 KB 8/156 KB
==> test: 208/652 KB 528/846 KB 180/226 KB 8/156 KB
==> test: 208/652 KB 528/846 KB 184/226 KB 8/156 KB
==> test: 208/652 KB 529/846 KB 184/226 KB 8/156 KB
==> test: 208/652 KB 529/846 KB 184/226 KB 12/156 KB
208/652 KB 529/846 KB 184/226 KB 16/156 KB
208/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 212/652 KB 529/846 KB 184/226 KB 16/156 KB
216/652 KB 529/846 KB 184/226 KB 16/156 KB
216/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 220/652 KB 529/846 KB 184/226 KB 16/156 KB
224/652 KB 529/846 KB 184/226 KB 16/156 KB
224/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 228/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 184/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 188/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 192/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 192/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 196/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 200/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 200/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 204/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 208/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 208/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 212/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 216/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 216/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 220/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 224/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 224/226 KB 16/156 KB
==> test: 232/652 KB 529/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 533/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 536/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 537/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 541/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 544/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 545/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 549/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 552/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 553/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 557/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 560/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 560/846 KB 226/226 KB 16/156 KB
==> test: 232/652 KB 560/846 KB 226/226 KB 20/156 KB
232/652 KB 560/846 KB 226/226 KB 24/156 KB
232/652 KB 560/846 KB 226/226 KB 24/156 KB
==> test: 232/652 KB 560/846 KB 226/226 KB 4/562 KB 24/156 KB
232/652 KB 560/846 KB 226/226 KB 8/562 KB 24/156 KB
232/652 KB 560/846 KB 226/226 KB 8/562 KB 24/156 KB
==> test: 232/652 KB 560/846 KB 226/226 KB 12/562 KB 24/156 KB
232/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
232/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 236/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
240/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
240/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
244/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
248/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
248/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 252/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 256/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 256/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 260/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 560/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 564/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 568/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 568/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 572/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 576/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 576/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 580/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 584/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 584/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 588/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 16/562 KB 24/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 16/562 KB 28/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 32/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 32/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 32/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 32/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 36/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 40/156 KB
264/652 KB 592/846 KB 226/226 KB 16/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 20/562 KB 40/156 KB
264/652 KB 592/846 KB 226/226 KB 24/562 KB 40/156 KB
264/652 KB 592/846 KB 226/226 KB 24/562 KB 40/156 KB
264/652 KB 592/846 KB 226/226 KB 28/562 KB 40/156 KB
264/652 KB 592/846 KB 226/226 KB 31/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 32/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 32/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 36/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 264/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 268/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
271/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
272/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
276/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
279/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
280/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 284/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 287/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 592/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 596/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 599/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 600/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 604/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 607/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 608/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 612/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 615/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 616/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 620/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 623/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 624/846 KB 226/226 KB 40/562 KB 40/156 KB
==> test: 288/652 KB 624/846 KB 226/226 KB 40/562 KB 44/156 KB
288/652 KB 624/846 KB 226/226 KB 40/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 40/562 KB 48/156 KB
==> test: 288/652 KB 624/846 KB 226/226 KB 44/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 48/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 48/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 52/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
288/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 292/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
295/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
296/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 300/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
303/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
304/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 308/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
310/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
312/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
316/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
318/652 KB 624/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 628/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 631/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 632/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 636/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 639/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 640/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 644/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 646/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 648/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 652/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 654/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 48/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 52/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 56/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 56/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 60/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 64/156 KB
==> test: 318/652 KB 656/846 KB 226/226 KB 56/562 KB 64/156 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar (226 KB at 300.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
==> test: 318/652 KB 656/846 KB 60/562 KB 64/156 KB
318/652 KB 656/846 KB 64/562 KB 64/156 KB
318/652 KB 656/846 KB 64/562 KB 64/156 KB
318/652 KB 656/846 KB 68/562 KB 64/156 KB
318/652 KB 656/846 KB 72/562 KB 64/156 KB
318/652 KB 656/846 KB 72/562 KB 64/156 KB
318/652 KB 656/846 KB 76/562 KB 64/156 KB
318/652 KB 656/846 KB 80/562 KB 64/156 KB
318/652 KB 656/846 KB 80/562 KB 64/156 KB
==> test: 320/652 KB 656/846 KB 80/562 KB 64/156 KB
324/652 KB 656/846 KB 80/562 KB 64/156 KB
326/652 KB 656/846 KB 80/562 KB 64/156 KB
328/652 KB 656/846 KB 80/562 KB 64/156 KB
332/652 KB 656/846 KB 80/562 KB 64/156 KB
334/652 KB 656/846 KB 80/562 KB 64/156 KB
336/652 KB 656/846 KB 80/562 KB 64/156 KB
==> test: 340/652 KB 656/846 KB 80/562 KB 64/156 KB
==> test: 342/652 KB 656/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 656/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 660/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 662/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 664/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 668/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 670/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 672/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 676/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 678/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 680/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 684/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 685/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 688/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 692/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 693/846 KB 80/562 KB 64/156 KB
==> test: 344/652 KB 693/846 KB 80/562 KB 68/156 KB
344/652 KB 693/846 KB 80/562 KB 72/156 KB
344/652 KB 693/846 KB 80/562 KB 72/156 KB
344/652 KB 693/846 KB 80/562 KB 76/156 KB
344/652 KB 693/846 KB 80/562 KB 80/156 KB
344/652 KB 693/846 KB 80/562 KB 80/156 KB
==> test: 344/652 KB 693/846 KB 84/562 KB 80/156 KB
344/652 KB 693/846 KB 88/562 KB 80/156 KB
344/652 KB 693/846 KB 88/562 KB 80/156 KB
344/652 KB 693/846 KB 92/562 KB 80/156 KB
344/652 KB 693/846 KB 96/562 KB 80/156 KB
344/652 KB 693/846 KB 96/562 KB 80/156 KB
344/652 KB 693/846 KB 100/562 KB 80/156 KB
344/652 KB 693/846 KB 104/562 KB 80/156 KB
344/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 348/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 349/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 352/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 356/652 KB 693/846 KB 104/562 KB 80/156 KB
357/652 KB 693/846 KB 104/562 KB 80/156 KB
360/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 364/652 KB 693/846 KB 104/562 KB 80/156 KB
365/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 368/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 372/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 373/652 KB 693/846 KB 104/562 KB 80/156 KB
376/652 KB 693/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 696/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 700/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 701/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 704/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 708/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 709/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 712/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 716/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 717/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 720/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 724/846 KB 104/562 KB 80/156 KB
==> test: 376/652 KB 724/846 KB 104/562 KB 84/156 KB
376/652 KB 724/846 KB 104/562 KB 88/156 KB
376/652 KB 724/846 KB 104/562 KB 88/156 KB
376/652 KB 724/846 KB 104/562 KB 92/156 KB
376/652 KB 724/846 KB 104/562 KB 96/156 KB
==> test: 376/652 KB 724/846 KB 108/562 KB 96/156 KB
376/652 KB 724/846 KB 112/562 KB 96/156 KB
376/652 KB 724/846 KB 112/562 KB 96/156 KB
376/652 KB 724/846 KB 116/562 KB 96/156 KB
376/652 KB 724/846 KB 120/562 KB 96/156 KB
376/652 KB 724/846 KB 120/562 KB 96/156 KB
376/652 KB 724/846 KB 124/562 KB 96/156 KB
376/652 KB 724/846 KB 128/562 KB 96/156 KB
376/652 KB 724/846 KB 128/562 KB 96/156 KB
==> test: 380/652 KB 724/846 KB 128/562 KB 96/156 KB
381/652 KB 724/846 KB 128/562 KB 96/156 KB
384/652 KB 724/846 KB 128/562 KB 96/156 KB
388/652 KB 724/846 KB 128/562 KB 96/156 KB
389/652 KB 724/846 KB 128/562 KB 96/156 KB
392/652 KB 724/846 KB 128/562 KB 96/156 KB
396/652 KB 724/846 KB 128/562 KB 96/156 KB
==> test: 400/652 KB 724/846 KB 128/562 KB 96/156 KB
==> test: 400/652 KB 724/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 724/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 728/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 732/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 736/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 736/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 740/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 744/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 744/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 748/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 752/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 752/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 756/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 760/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 760/846 KB 128/562 KB 96/156 KB
==> test: 404/652 KB 760/846 KB 128/562 KB 96/156 KB
404/652 KB 760/846 KB 128/562 KB 100/156 KB
404/652 KB 760/846 KB 128/562 KB 104/156 KB
404/652 KB 760/846 KB 128/562 KB 104/156 KB
==> test: 404/652 KB 760/846 KB 132/562 KB 104/156 KB
404/652 KB 760/846 KB 136/562 KB 104/156 KB
404/652 KB 760/846 KB 136/562 KB 104/156 KB
404/652 KB 760/846 KB 140/562 KB 104/156 KB
404/652 KB 760/846 KB 144/562 KB 104/156 KB
404/652 KB 760/846 KB 144/562 KB 104/156 KB
404/652 KB 760/846 KB 148/562 KB 104/156 KB
404/652 KB 760/846 KB 152/562 KB 104/156 KB
404/652 KB 760/846 KB 152/562 KB 104/156 KB
==> test: 408/652 KB 760/846 KB 152/562 KB 104/156 KB
408/652 KB 760/846 KB 152/562 KB 104/156 KB
==> test: 412/652 KB 760/846 KB 152/562 KB 104/156 KB
416/652 KB 760/846 KB 152/562 KB 104/156 KB
416/652 KB 760/846 KB 152/562 KB 104/156 KB
==> test: 420/652 KB 760/846 KB 152/562 KB 104/156 KB
424/652 KB 760/846 KB 152/562 KB 104/156 KB
424/652 KB 760/846 KB 152/562 KB 104/156 KB
428/652 KB 760/846 KB 152/562 KB 104/156 KB
432/652 KB 760/846 KB 152/562 KB 104/156 KB
432/652 KB 760/846 KB 152/562 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 104/156 KB
==> test: 435/652 KB 760/846 KB 152/562 KB 4/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 8/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 8/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 12/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 16/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 16/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 20/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 24/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 24/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 28/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 31/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 32/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 32/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 36/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 40/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 40/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 44/273 KB 104/156 KB
435/652 KB 760/846 KB 152/562 KB 48/273 KB 104/156 KB
==> test: 435/652 KB 760/846 KB 152/562 KB 48/273 KB 104/156 KB
==> test: 435/652 KB 760/846 KB 152/562 KB 52/273 KB 104/156 KB
==> test: 435/652 KB 760/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 760/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 764/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 768/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 768/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 771/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 775/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 776/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 779/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 783/846 KB 152/562 KB 56/273 KB 104/156 KB
435/652 KB 784/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 787/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 791/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 792/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 795/846 KB 152/562 KB 56/273 KB 104/156 KB
==> test: 435/652 KB 795/846 KB 152/562 KB 56/273 KB 108/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 112/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 112/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 116/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 120/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 120/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 124/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 152/562 KB 56/273 KB 128/156 KB
==> test: 435/652 KB 795/846 KB 156/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 160/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 160/562 KB 56/273 KB 128/156 KB
==> test: 435/652 KB 795/846 KB 164/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 168/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 168/562 KB 56/273 KB 128/156 KB
==> test: 435/652 KB 795/846 KB 172/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
435/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
==> test: 439/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
440/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
443/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
==> test: 447/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
448/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
451/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
455/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
456/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
459/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
==> test: 463/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
464/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 56/273 KB 128/156 KB
==> test: 467/652 KB 795/846 KB 176/562 KB 60/273 KB 128/156 KB
==> test: 467/652 KB 795/846 KB 176/562 KB 64/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 64/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 68/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 72/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 72/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 76/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 80/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 80/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 84/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 88/273 KB 128/156 KB
467/652 KB 795/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 799/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 800/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 803/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 807/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 808/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 810/846 KB 176/562 KB 88/273 KB 128/156 KB
==> test: 467/652 KB 810/846 KB 176/562 KB 92/273 KB 128/156 KB
==> test: 467/652 KB 814/846 KB 176/562 KB 96/273 KB 128/156 KB
467/652 KB 814/846 KB 176/562 KB 96/273 KB 128/156 KB
467/652 KB 814/846 KB 176/562 KB 100/273 KB 128/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 128/156 KB
==> test: 467/652 KB 814/846 KB 176/562 KB 104/273 KB 132/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 136/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 136/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 140/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 814/846 KB 176/562 KB 104/273 KB 144/156 KB
==> test: 467/652 KB 814/846 KB 176/562 KB 92/273 KB 128/156 KB
467/652 KB 816/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 818/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 822/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 824/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 826/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 830/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 832/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 104/273 KB 144/156 KB
==> test: 467/652 KB 834/846 KB 176/562 KB 104/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 108/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 112/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 112/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 116/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 176/562 KB 120/273 KB 144/156 KB
==> test: 467/652 KB 834/846 KB 180/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 184/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 184/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 188/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 192/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 192/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 196/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
467/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
==> test: 471/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
472/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
474/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
==> test: 478/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
480/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
482/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
486/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
488/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
490/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
==> test: 494/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
==> test: 496/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
498/652 KB 834/846 KB 200/562 KB 120/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 124/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 128/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 128/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 132/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 136/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 136/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 140/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 144/273 KB 144/156 KB
==> test: 498/652 KB 834/846 KB 200/562 KB 144/273 KB 144/156 KB
==> test: 498/652 KB 838/846 KB 200/562 KB 144/273 KB 144/156 KB
498/652 KB 840/846 KB 200/562 KB 144/273 KB 144/156 KB
498/652 KB 842/846 KB 200/562 KB 144/273 KB 144/156 KB
498/652 KB 846/846 KB 200/562 KB 144/273 KB 144/156 KB
498/652 KB 846/846 KB 200/562 KB 144/273 KB 144/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 148/273 KB 144/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 152/273 KB 144/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 152/273 KB 144/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 152/273 KB 148/156 KB
498/652 KB 846/846 KB 200/562 KB 152/273 KB 152/156 KB
498/652 KB 846/846 KB 200/562 KB 152/273 KB 152/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 152/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 156/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 160/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 160/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 164/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 168/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 168/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 172/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 200/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 204/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 208/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 208/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 212/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 216/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 216/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 220/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 224/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 224/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 228/562 KB 176/273 KB 156/156 KB
==> test: 498/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
==> test: 502/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
==> test: 504/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
506/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
510/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
512/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
514/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
518/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
520/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
521/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
525/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
528/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
529/652 KB 846/846 KB 232/562 KB 176/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 180/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 184/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 184/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 188/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 192/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 192/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 196/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 200/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 200/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 204/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 208/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 208/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 212/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 216/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 216/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 220/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 224/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 224/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 228/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 232/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 232/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 236/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 240/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 240/273 KB 156/156 KB
==> test: 529/652 KB 846/846 KB 232/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 236/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 240/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 240/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 244/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 248/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 248/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 252/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
529/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 533/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
536/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
537/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 541/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
544/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 545/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 549/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 552/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 553/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 557/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 240/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 244/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 248/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 248/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 252/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 256/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 256/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 260/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 264/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 264/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 268/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 272/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 272/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 256/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 260/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 264/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 264/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 268/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 271/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 272/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 276/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 279/562 KB 273/273 KB 156/156 KB
==> test: 560/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 564/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
568/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
568/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
572/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
576/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
576/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 580/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 584/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 584/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 588/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 592/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 592/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 596/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 599/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test: 600/652 KB 846/846 KB 280/562 KB 273/273 KB 156/156 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar (846 KB at 262.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/json-lib/json-lib/2.4/json-lib-2.4-jdk15.jar (156 KB at 106.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
==> test: 600/652 KB 284/562 KB 273/273 KB
600/652 KB 287/562 KB 273/273 KB
600/652 KB 288/562 KB 273/273 KB
==> test: 600/652 KB 292/562 KB 273/273 KB
==> test: 600/652 KB 295/562 KB 273/273 KB
==> test: 600/652 KB 296/562 KB 273/273 KB
==> test: 600/652 KB 300/562 KB 273/273 KB
==> test: 600/652 KB 303/562 KB 273/273 KB
==> test: 600/652 KB 304/562 KB 273/273 KB
==> test: 600/652 KB 308/562 KB 273/273 KB
==> test: 600/652 KB 310/562 KB 273/273 KB
==> test: 600/652 KB 312/562 KB 273/273 KB
==> test: 604/652 KB 312/562 KB 273/273 KB
==> test: 607/652 KB 312/562 KB 273/273 KB
==> test: 608/652 KB 312/562 KB 273/273 KB
==> test: 612/652 KB 312/562 KB 273/273 KB
==> test: 615/652 KB 312/562 KB 273/273 KB
==> test: 616/652 KB 312/562 KB 273/273 KB
==> test: 620/652 KB 312/562 KB 273/273 KB
==> test: 623/652 KB 312/562 KB 273/273 KB
==> test: 624/652 KB 312/562 KB 273/273 KB
==> test: 628/652 KB 312/562 KB 273/273 KB
==> test: 631/652 KB 312/562 KB 273/273 KB
==> test: 632/652 KB 312/562 KB 273/273 KB
==> test: 632/652 KB 316/562 KB 273/273 KB
==> test: 632/652 KB 318/562 KB 273/273 KB
632/652 KB 320/562 KB 273/273 KB
==> test: 632/652 KB 324/562 KB 273/273 KB
632/652 KB 326/562 KB 273/273 KB
632/652 KB 328/562 KB 273/273 KB
632/652 KB 332/562 KB 273/273 KB
632/652 KB 334/562 KB 273/273 KB
632/652 KB 336/562 KB 273/273 KB
632/652 KB 340/562 KB 273/273 KB
632/652 KB 342/562 KB 273/273 KB
==> test: 636/652 KB 342/562 KB 273/273 KB
==> test: 639/652 KB 342/562 KB 273/273 KB
==> test: 640/652 KB 342/562 KB 273/273 KB
==> test: 644/652 KB 342/562 KB 273/273 KB
==> test: 646/652 KB 342/562 KB 273/273 KB
==> test: 648/652 KB 342/562 KB 273/273 KB
==> test: 652/652 KB 342/562 KB 273/273 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 346.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.0/joda-time-2.0.jar
==> test: 652/652 KB 344/562 KB
==> test: 652/652 KB 348/562 KB
==> test: 652/652 KB 349/562 KB
==> test: 652/652 KB 352/562 KB
==> test: 652/652 KB 356/562 KB
==> test: 652/652 KB 357/562 KB
==> test: 652/652 KB 360/562 KB
==> test: 652/652 KB 364/562 KB
==> test: 652/652 KB 365/562 KB
==> test: 652/652 KB 368/562 KB
==> test: 652/652 KB 372/562 KB
==> test: 652/652 KB 373/562 KB
==> test: 652/652 KB 376/562 KB
==> test: 652/652 KB 380/562 KB
==> test: 652/652 KB 381/562 KB
==> test: 652/652 KB 384/562 KB
==> test: 652/652 KB 388/562 KB
==> test: 652/652 KB 389/562 KB
==> test: 652/652 KB 392/562 KB
==> test: 652/652 KB 396/562 KB
==> test: 652/652 KB 400/562 KB
==> test: 652/652 KB 400/562 KB
==> test: 652/652 KB 4/85 KB 400/562 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 4/60 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 8/60 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 8/60 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 12/60 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 4/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 8/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 8/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 12/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 16/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 16/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 20/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 24/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 24/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 28/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 31/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 400/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 404/562 KB 16/60 KB
652/652 KB 32/85 KB 408/562 KB 16/60 KB
652/652 KB 32/85 KB 408/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 412/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 416/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 416/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 420/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 424/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 424/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 428/562 KB 16/60 KB
==> test: 652/652 KB 32/85 KB 428/562 KB 20/60 KB
652/652 KB 32/85 KB 428/562 KB 24/60 KB
652/652 KB 32/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 36/85 KB 428/562 KB 24/60 KB
652/652 KB 40/85 KB 428/562 KB 24/60 KB
652/652 KB 40/85 KB 428/562 KB 24/60 KB
652/652 KB 44/85 KB 428/562 KB 24/60 KB
652/652 KB 48/85 KB 428/562 KB 24/60 KB
652/652 KB 48/85 KB 428/562 KB 24/60 KB
652/652 KB 52/85 KB 428/562 KB 24/60 KB
652/652 KB 56/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 56/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 60/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 64/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 64/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 68/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 72/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 72/85 KB 428/562 KB 24/60 KB
==> test: 652/652 KB 72/85 KB 428/562 KB 28/60 KB
652/652 KB 72/85 KB 428/562 KB 32/60 KB
652/652 KB 72/85 KB 428/562 KB 32/60 KB
652/652 KB 72/85 KB 428/562 KB 32/60 KB
652/652 KB 72/85 KB 428/562 KB 32/60 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/2.0/guice-2.0.jar (652 KB at 296.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/15.0/guava-15.0.jar
==> test: 72/85 KB 432/562 KB 32/60 KB
72/85 KB 432/562 KB 32/60 KB
72/85 KB 435/562 KB 32/60 KB
==> test: 72/85 KB 439/562 KB 32/60 KB
==> test: 72/85 KB 440/562 KB 32/60 KB
==> test: 72/85 KB 443/562 KB 32/60 KB
==> test: 72/85 KB 447/562 KB 32/60 KB
==> test: 72/85 KB 448/562 KB 32/60 KB
==> test: 72/85 KB 451/562 KB 32/60 KB
==> test: 72/85 KB 455/562 KB 32/60 KB
==> test: 72/85 KB 456/562 KB 32/60 KB
==> test: 72/85 KB 459/562 KB 32/60 KB
==> test: 72/85 KB 459/562 KB 36/60 KB
72/85 KB 459/562 KB 40/60 KB
72/85 KB 459/562 KB 40/60 KB
72/85 KB 459/562 KB 44/60 KB
72/85 KB 459/562 KB 48/60 KB
72/85 KB 459/562 KB 48/60 KB
72/85 KB 459/562 KB 52/60 KB
72/85 KB 459/562 KB 56/60 KB
72/85 KB 459/562 KB 56/60 KB
==> test: 76/85 KB 459/562 KB 56/60 KB
80/85 KB 459/562 KB 56/60 KB
80/85 KB 459/562 KB 56/60 KB
84/85 KB 459/562 KB 56/60 KB
85/85 KB 459/562 KB 56/60 KB
==> test: 4/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 8/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 8/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 12/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 16/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 16/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 20/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 24/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 24/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 28/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 31/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 32/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 36/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 40/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 40/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 44/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 48/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 48/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 52/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 459/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 463/562 KB 56/60 KB
56/556 KB 85/85 KB 464/562 KB 56/60 KB
56/556 KB 85/85 KB 467/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 471/562 KB 56/60 KB
56/556 KB 85/85 KB 472/562 KB 56/60 KB
56/556 KB 85/85 KB 474/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 478/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 480/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 482/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 486/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 488/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 490/562 KB 56/60 KB
==> test: 56/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 60/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 64/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 64/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 68/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 72/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 72/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 76/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 80/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 80/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 84/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 88/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 88/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 92/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 96/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 96/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 100/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 104/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 104/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 108/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 112/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 112/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 116/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 490/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 494/562 KB 60/60 KB
120/556 KB 85/85 KB 496/562 KB 60/60 KB
120/556 KB 85/85 KB 498/562 KB 60/60 KB
120/556 KB 85/85 KB 502/562 KB 60/60 KB
120/556 KB 85/85 KB 504/562 KB 60/60 KB
120/556 KB 85/85 KB 506/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 510/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 512/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 514/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 518/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 520/562 KB 60/60 KB
==> test: 120/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 124/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 128/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 128/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 132/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 136/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 136/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 140/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 144/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 144/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 148/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 152/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 152/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 156/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 160/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 160/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 164/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 168/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 168/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 172/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 176/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 176/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 180/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 521/562 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 525/562 KB 60/60 KB
184/556 KB 85/85 KB 528/562 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 4/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 8/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 8/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 12/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 16/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 16/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 20/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 529/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 533/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 536/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 537/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 541/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 544/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 545/562 KB 24/2122 KB 60/60 KB
184/556 KB 85/85 KB 549/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 552/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 553/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 557/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 560/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 560/562 KB 24/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 560/562 KB 28/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 560/562 KB 31/2122 KB 60/60 KB
==> test: 184/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 188/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 192/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 192/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 196/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 200/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 200/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 204/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 208/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 208/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 212/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 216/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 216/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 220/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 224/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 224/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 228/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 232/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 232/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 236/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 240/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test: 240/556 KB 85/85 KB 560/562 KB 32/2122 KB 60/60 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar (85 KB at 130.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
==> test: 240/556 KB 562/562 KB 32/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 36/2122 KB 60/60 KB
240/556 KB 562/562 KB 39/2122 KB 60/60 KB
240/556 KB 562/562 KB 40/2122 KB 60/60 KB
240/556 KB 562/562 KB 44/2122 KB 60/60 KB
240/556 KB 562/562 KB 47/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 48/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 52/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 55/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 56/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 60/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 63/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 64/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 68/2122 KB 60/60 KB
==> test: 240/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 244/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 248/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 248/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 252/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 256/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 256/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 260/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 264/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 264/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 268/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 271/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 272/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 276/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 279/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 280/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 284/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 287/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 288/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 292/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 295/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 296/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 300/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 303/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test: 304/556 KB 562/562 KB 70/2122 KB 60/60 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (60 KB at 81.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit/2.0.0.201206130900-r/org.eclipse.jgit-2.0.0.201206130900-r.jar
==> test: 304/556 KB 562/562 KB 72/2122 KB
304/556 KB 562/562 KB 76/2122 KB
304/556 KB 562/562 KB 78/2122 KB
304/556 KB 562/562 KB 80/2122 KB
304/556 KB 562/562 KB 84/2122 KB
304/556 KB 562/562 KB 86/2122 KB
304/556 KB 562/562 KB 88/2122 KB
304/556 KB 562/562 KB 92/2122 KB
304/556 KB 562/562 KB 94/2122 KB
304/556 KB 562/562 KB 96/2122 KB
304/556 KB 562/562 KB 100/2122 KB
304/556 KB 562/562 KB 102/2122 KB
304/556 KB 562/562 KB 104/2122 KB
==> test: 308/556 KB 562/562 KB 104/2122 KB
==> test: 310/556 KB 562/562 KB 104/2122 KB
==> test: 312/556 KB 562/562 KB 104/2122 KB
==> test: 316/556 KB 562/562 KB 104/2122 KB
==> test: 318/556 KB 562/562 KB 104/2122 KB
==> test: 320/556 KB 562/562 KB 104/2122 KB
==> test: 324/556 KB 562/562 KB 104/2122 KB
==> test: 326/556 KB 562/562 KB 104/2122 KB
==> test: 328/556 KB 562/562 KB 104/2122 KB
==> test: 332/556 KB 562/562 KB 104/2122 KB
==> test: 334/556 KB 562/562 KB 104/2122 KB
==> test: 336/556 KB 562/562 KB 104/2122 KB
==> test: 340/556 KB 562/562 KB 104/2122 KB
==> test: 342/556 KB 562/562 KB 104/2122 KB
==> test: 344/556 KB 562/562 KB 104/2122 KB
==> test: 348/556 KB 562/562 KB 104/2122 KB
==> test: 349/556 KB 562/562 KB 104/2122 KB
==> test: 352/556 KB 562/562 KB 104/2122 KB
==> test: 356/556 KB 562/562 KB 104/2122 KB
==> test: 357/556 KB 562/562 KB 104/2122 KB
==> test: 360/556 KB 562/562 KB 104/2122 KB
==> test: 364/556 KB 562/562 KB 104/2122 KB
==> test: 365/556 KB 562/562 KB 104/2122 KB
==> test: 365/556 KB 562/562 KB 108/2122 KB
==> test: 365/556 KB 562/562 KB 109/2122 KB
==> test: 365/556 KB 562/562 KB 112/2122 KB
==> test: 365/556 KB 562/562 KB 116/2122 KB
==> test: 365/556 KB 562/562 KB 117/2122 KB
==> test: 365/556 KB 562/562 KB 120/2122 KB
==> test: 365/556 KB 562/562 KB 124/2122 KB
==> test: 365/556 KB 562/562 KB 125/2122 KB
==> test: 365/556 KB 562/562 KB 128/2122 KB
==> test: 365/556 KB 562/562 KB 132/2122 KB
==> test: 365/556 KB 562/562 KB 133/2122 KB
==> test: 365/556 KB 562/562 KB 136/2122 KB
==> test: 365/556 KB 562/562 KB 140/2122 KB
==> test: 365/556 KB 562/562 KB 141/2122 KB
==> test: 365/556 KB 562/562 KB 144/2122 KB
==> test: 368/556 KB 562/562 KB 144/2122 KB
==> test: 372/556 KB 562/562 KB 144/2122 KB
==> test: 373/556 KB 562/562 KB 144/2122 KB
==> test: 376/556 KB 562/562 KB 144/2122 KB
==> test: 380/556 KB 562/562 KB 144/2122 KB
==> test: 381/556 KB 562/562 KB 144/2122 KB
==> test: 384/556 KB 562/562 KB 144/2122 KB
==> test: 388/556 KB 562/562 KB 144/2122 KB
==> test: 389/556 KB 562/562 KB 144/2122 KB
==> test: 392/556 KB 562/562 KB 144/2122 KB
==> test: 396/556 KB 562/562 KB 144/2122 KB
==> test: 400/556 KB 562/562 KB 144/2122 KB
==> test: 400/556 KB 562/562 KB 144/2122 KB
==> test: 404/556 KB 562/562 KB 144/2122 KB
==> test: 408/556 KB 562/562 KB 144/2122 KB
==> test: 408/556 KB 562/562 KB 144/2122 KB
412/556 KB 562/562 KB 144/2122 KB
416/556 KB 562/562 KB 144/2122 KB
416/556 KB 562/562 KB 144/2122 KB
420/556 KB 562/562 KB 144/2122 KB
424/556 KB 562/562 KB 144/2122 KB
424/556 KB 562/562 KB 144/2122 KB
428/556 KB 562/562 KB 144/2122 KB
==> test: 428/556 KB 4/10 KB 562/562 KB 144/2122 KB
428/556 KB 8/10 KB 562/562 KB 144/2122 KB
428/556 KB 8/10 KB 562/562 KB 144/2122 KB
428/556 KB 10/10 KB 562/562 KB 144/2122 KB
==> test: 428/556 KB 10/10 KB 562/562 KB 148/2122 KB
428/556 KB 10/10 KB 562/562 KB 149/2122 KB
428/556 KB 10/10 KB 562/562 KB 152/2122 KB
428/556 KB 10/10 KB 562/562 KB 156/2122 KB
428/556 KB 10/10 KB 562/562 KB 160/2122 KB
428/556 KB 10/10 KB 562/562 KB 160/2122 KB
428/556 KB 10/10 KB 562/562 KB 164/2122 KB
428/556 KB 10/10 KB 562/562 KB 168/2122 KB
428/556 KB 10/10 KB 562/562 KB 168/2122 KB
428/556 KB 10/10 KB 562/562 KB 172/2122 KB
428/556 KB 10/10 KB 562/562 KB 176/2122 KB
428/556 KB 10/10 KB 562/562 KB 176/2122 KB
428/556 KB 10/10 KB 562/562 KB 180/2122 KB
428/556 KB 10/10 KB 562/562 KB 184/2122 KB
428/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 432/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 432/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 435/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 439/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 440/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 443/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 447/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 448/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 451/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 455/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 456/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 459/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 463/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 464/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test: 467/556 KB 10/10 KB 562/562 KB 184/2122 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 275.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar
==> test: 471/556 KB 10/10 KB 184/2122 KB
==> test: 472/556 KB 10/10 KB 184/2122 KB
==> test: 474/556 KB 10/10 KB 184/2122 KB
==> test: 478/556 KB 10/10 KB 184/2122 KB
==> test: 480/556 KB 10/10 KB 184/2122 KB
==> test: 482/556 KB 10/10 KB 184/2122 KB
==> test: 486/556 KB 10/10 KB 184/2122 KB
==> test: 488/556 KB 10/10 KB 184/2122 KB
==> test: 490/556 KB 10/10 KB 184/2122 KB
==> test: 490/556 KB 10/10 KB 188/2122 KB
490/556 KB 10/10 KB 192/2122 KB
490/556 KB 10/10 KB 192/2122 KB
490/556 KB 10/10 KB 195/2122 KB
490/556 KB 10/10 KB 199/2122 KB
==> test: 490/556 KB 10/10 KB 200/2122 KB
==> test: 490/556 KB 10/10 KB 203/2122 KB
==> test: 490/556 KB 10/10 KB 207/2122 KB
==> test: 490/556 KB 10/10 KB 208/2122 KB
==> test: 490/556 KB 10/10 KB 211/2122 KB
==> test: 490/556 KB 10/10 KB 215/2122 KB
==> test: 490/556 KB 10/10 KB 216/2122 KB
==> test: 490/556 KB 10/10 KB 219/2122 KB
==> test: 494/556 KB 10/10 KB 219/2122 KB
==> test: 496/556 KB 10/10 KB 219/2122 KB
==> test: 498/556 KB 10/10 KB 219/2122 KB
==> test: 502/556 KB 10/10 KB 219/2122 KB
==> test: 504/556 KB 10/10 KB 219/2122 KB
==> test: 506/556 KB 10/10 KB 219/2122 KB
==> test: 510/556 KB 10/10 KB 219/2122 KB
==> test: 512/556 KB 10/10 KB 219/2122 KB
==> test: 514/556 KB 10/10 KB 219/2122 KB
==> test: 518/556 KB 10/10 KB 219/2122 KB
==> test: 520/556 KB 10/10 KB 219/2122 KB
==> test: 521/556 KB 10/10 KB 219/2122 KB
==> test: 525/556 KB 10/10 KB 219/2122 KB
==> test: 528/556 KB 10/10 KB 219/2122 KB
==> test: 529/556 KB 10/10 KB 219/2122 KB
==> test: 533/556 KB 10/10 KB 219/2122 KB
==> test: 536/556 KB 10/10 KB 219/2122 KB
==> test: 537/556 KB 10/10 KB 219/2122 KB
==> test: 541/556 KB 10/10 KB 219/2122 KB
==> test: 544/556 KB 10/10 KB 219/2122 KB
==> test: 545/556 KB 10/10 KB 219/2122 KB
==> test: 549/556 KB 10/10 KB 219/2122 KB
==> test: 552/556 KB 10/10 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 4/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 8/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 8/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 12/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 219/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 223/2122 KB
553/556 KB 10/10 KB 16/1542 KB 224/2122 KB
553/556 KB 10/10 KB 16/1542 KB 227/2122 KB
553/556 KB 10/10 KB 16/1542 KB 231/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 232/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 234/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 238/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 240/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 242/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 246/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 248/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 250/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 254/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 256/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 258/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 262/2122 KB
==> test: 553/556 KB 10/10 KB 16/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 16/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 20/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 24/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 24/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 28/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 31/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 32/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 36/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 264/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 266/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 270/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 272/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 274/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 278/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 280/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 281/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 285/2122 KB
==> test: 556/556 KB 10/10 KB 40/1542 KB 288/2122 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10 KB at 20.1 KB/sec)
==> test: 556/556 KB 40/1542 KB 289/2122 KB
==> test: 556/556 KB 40/1542 KB 293/2122 KB
==> test: 556/556 KB 40/1542 KB 296/2122 KB
==> test: 556/556 KB 40/1542 KB 297/2122 KB
==> test: 556/556 KB 40/1542 KB 301/2122 KB
==> test: 556/556 KB 40/1542 KB 304/2122 KB
==> test: 556/556 KB 44/1542 KB 304/2122 KB
556/556 KB 48/1542 KB 304/2122 KB
556/556 KB 48/1542 KB 304/2122 KB
556/556 KB 52/1542 KB 304/2122 KB
556/556 KB 56/1542 KB 304/2122 KB
556/556 KB 56/1542 KB 304/2122 KB
==> test: 556/556 KB 56/1542 KB 304/2122 KB 4/209 KB
==> test: 556/556 KB 56/1542 KB 304/2122 KB 8/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 8/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 12/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 16/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 16/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 20/209 KB
==> test: 556/556 KB 56/1542 KB 305/2122 KB 8/209 KB
556/556 KB 56/1542 KB 309/2122 KB 20/209 KB
556/556 KB 56/1542 KB 312/2122 KB 20/209 KB
556/556 KB 56/1542 KB 313/2122 KB 20/209 KB
556/556 KB 56/1542 KB 317/2122 KB 20/209 KB
556/556 KB 56/1542 KB 320/2122 KB 20/209 KB
556/556 KB 56/1542 KB 320/2122 KB 20/209 KB
556/556 KB 56/1542 KB 324/2122 KB 20/209 KB
==> test: 556/556 KB 56/1542 KB 328/2122 KB 20/209 KB
==> test: 556/556 KB 56/1542 KB 328/2122 KB 20/209 KB
==> test: 556/556 KB 56/1542 KB 332/2122 KB 24/209 KB
==> test: 556/556 KB 56/1542 KB 336/2122 KB 24/209 KB
==> test: 556/556 KB 56/1542 KB 336/2122 KB 24/209 KB
==> test: 556/556 KB 56/1542 KB 340/2122 KB 24/209 KB
==> test: 556/556 KB 56/1542 KB 344/2122 KB 24/209 KB
==> test: 556/556 KB 56/1542 KB 328/2122 KB 24/209 KB
556/556 KB 56/1542 KB 344/2122 KB 24/209 KB
556/556 KB 56/1542 KB 344/2122 KB 28/209 KB
556/556 KB 56/1542 KB 344/2122 KB 31/209 KB
556/556 KB 56/1542 KB 344/2122 KB 32/209 KB
556/556 KB 56/1542 KB 344/2122 KB 32/209 KB
==> test: 556/556 KB 60/1542 KB 344/2122 KB 32/209 KB
556/556 KB 64/1542 KB 344/2122 KB 32/209 KB
556/556 KB 64/1542 KB 344/2122 KB 32/209 KB
556/556 KB 68/1542 KB 344/2122 KB 32/209 KB
556/556 KB 72/1542 KB 344/2122 KB 32/209 KB
556/556 KB 72/1542 KB 344/2122 KB 32/209 KB
556/556 KB 76/1542 KB 344/2122 KB 32/209 KB
556/556 KB 80/1542 KB 344/2122 KB 32/209 KB
556/556 KB 80/1542 KB 344/2122 KB 32/209 KB
==> test: 556/556 KB 80/1542 KB 344/2122 KB 36/209 KB
==> test: 556/556 KB 80/1542 KB 344/2122 KB 40/209 KB
==> test: 556/556 KB 80/1542 KB 344/2122 KB 40/209 KB
==> test: 556/556 KB 80/1542 KB 344/2122 KB 44/209 KB
==> test: 556/556 KB 80/1542 KB 344/2122 KB 44/209 KB
556/556 KB 80/1542 KB 348/2122 KB 44/209 KB
556/556 KB 80/1542 KB 352/2122 KB 44/209 KB
556/556 KB 80/1542 KB 352/2122 KB 44/209 KB
556/556 KB 80/1542 KB 356/2122 KB 44/209 KB
556/556 KB 80/1542 KB 359/2122 KB 44/209 KB
556/556 KB 80/1542 KB 360/2122 KB 44/209 KB
556/556 KB 80/1542 KB 364/2122 KB 44/209 KB
556/556 KB 80/1542 KB 367/2122 KB 44/209 KB
==> test: 556/556 KB 80/1542 KB 367/2122 KB 48/209 KB
556/556 KB 80/1542 KB 367/2122 KB 48/209 KB
556/556 KB 80/1542 KB 367/2122 KB 52/209 KB
556/556 KB 80/1542 KB 367/2122 KB 56/209 KB
556/556 KB 80/1542 KB 367/2122 KB 56/209 KB
556/556 KB 80/1542 KB 367/2122 KB 60/209 KB
556/556 KB 80/1542 KB 367/2122 KB 64/209 KB
==> test: 556/556 KB 80/1542 KB 368/2122 KB 64/209 KB
==> test: 556/556 KB 80/1542 KB 372/2122 KB 64/209 KB
==> test: 556/556 KB 80/1542 KB 375/2122 KB 64/209 KB
==> test: 556/556 KB 80/1542 KB 376/2122 KB 64/209 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/joda-time/joda-time/2.0/joda-time-2.0.jar (556 KB at 478.0 KB/sec)
==> test: 80/1542 KB 376/2122 KB 64/209 KB
==> test: 80/1542 KB 380/2122 KB 64/209 KB
80/1542 KB 383/2122 KB 64/209 KB
80/1542 KB 384/2122 KB 64/209 KB
==> test: 84/1542 KB 384/2122 KB 64/209 KB
88/1542 KB 384/2122 KB 64/209 KB
88/1542 KB 384/2122 KB 64/209 KB
92/1542 KB 384/2122 KB 64/209 KB
96/1542 KB 384/2122 KB 64/209 KB
96/1542 KB 384/2122 KB 64/209 KB
100/1542 KB 384/2122 KB 64/209 KB
104/1542 KB 384/2122 KB 64/209 KB
104/1542 KB 384/2122 KB 64/209 KB
==> test: 104/1542 KB 384/2122 KB 68/209 KB
==> test: 104/1542 KB 384/2122 KB 72/209 KB
104/1542 KB 384/2122 KB 72/209 KB
104/1542 KB 384/2122 KB 76/209 KB
104/1542 KB 384/2122 KB 80/209 KB
104/1542 KB 384/2122 KB 80/209 KB
104/1542 KB 384/2122 KB 84/209 KB
104/1542 KB 384/2122 KB 88/209 KB
104/1542 KB 384/2122 KB 88/209 KB
==> test: 104/1542 KB 388/2122 KB 88/209 KB
104/1542 KB 391/2122 KB 88/209 KB
104/1542 KB 392/2122 KB 88/209 KB
104/1542 KB 396/2122 KB 88/209 KB
104/1542 KB 399/2122 KB 88/209 KB
104/1542 KB 400/2122 KB 88/209 KB
==> test: 104/1542 KB 404/2122 KB 88/209 KB
==> test: 104/1542 KB 406/2122 KB 92/209 KB
==> test: 104/1542 KB 408/2122 KB 92/209 KB
==> test: 104/1542 KB 412/2122 KB 92/209 KB
==> test: 104/1542 KB 404/2122 KB 92/209 KB
==> test: 104/1542 KB 412/2122 KB 96/209 KB
==> test: 104/1542 KB 412/2122 KB 96/209 KB
==> test: 104/1542 KB 414/2122 KB 96/209 KB
==> test: 104/1542 KB 416/2122 KB 96/209 KB
==> test: 104/1542 KB 420/2122 KB 96/209 KB
==> test: 104/1542 KB 422/2122 KB 96/209 KB
==> test: 104/1542 KB 424/2122 KB 96/209 KB
==> test: 108/1542 KB 424/2122 KB 96/209 KB
112/1542 KB 424/2122 KB 96/209 KB
112/1542 KB 424/2122 KB 96/209 KB
116/1542 KB 424/2122 KB 96/209 KB
120/1542 KB 424/2122 KB 96/209 KB
120/1542 KB 424/2122 KB 96/209 KB
==> test: 120/1542 KB 424/2122 KB 100/209 KB
==> test: 120/1542 KB 424/2122 KB 104/209 KB
==> test: 120/1542 KB 424/2122 KB 104/209 KB
==> test: 120/1542 KB 424/2122 KB 108/209 KB
==> test: 120/1542 KB 428/2122 KB 108/209 KB
==> test: 120/1542 KB 430/2122 KB 108/209 KB
==> test: 120/1542 KB 432/2122 KB 108/209 KB
==> test: 120/1542 KB 436/2122 KB 112/209 KB
==> test: 120/1542 KB 438/2122 KB 112/209 KB
==> test: 120/1542 KB 432/2122 KB 112/209 KB
==> test: 120/1542 KB 438/2122 KB 112/209 KB
120/1542 KB 438/2122 KB 116/209 KB
120/1542 KB 438/2122 KB 120/209 KB
120/1542 KB 438/2122 KB 120/209 KB
120/1542 KB 438/2122 KB 124/209 KB
120/1542 KB 438/2122 KB 128/209 KB
120/1542 KB 438/2122 KB 128/209 KB
120/1542 KB 438/2122 KB 132/209 KB
120/1542 KB 438/2122 KB 136/209 KB
120/1542 KB 438/2122 KB 136/209 KB
==> test: 120/1542 KB 440/2122 KB 136/209 KB
==> test: 120/1542 KB 444/2122 KB 136/209 KB
==> test: 120/1542 KB 445/2122 KB 136/209 KB
==> test: 120/1542 KB 448/2122 KB 136/209 KB
==> test: 120/1542 KB 452/2122 KB 136/209 KB
==> test: 120/1542 KB 453/2122 KB 136/209 KB
==> test: 120/1542 KB 456/2122 KB 136/209 KB
==> test: 120/1542 KB 460/2122 KB 136/209 KB
==> test: 120/1542 KB 461/2122 KB 136/209 KB
==> test: 120/1542 KB 464/2122 KB 136/209 KB
==> test: 120/1542 KB 468/2122 KB 136/209 KB
==> test: 120/1542 KB 469/2122 KB 136/209 KB
==> test: 124/1542 KB 469/2122 KB 136/209 KB
128/1542 KB 469/2122 KB 136/209 KB
128/1542 KB 469/2122 KB 136/209 KB
132/1542 KB 469/2122 KB 136/209 KB
136/1542 KB 469/2122 KB 136/209 KB
136/1542 KB 469/2122 KB 136/209 KB
==> test: 140/1542 KB 469/2122 KB 136/209 KB
144/1542 KB 469/2122 KB 136/209 KB
144/1542 KB 469/2122 KB 136/209 KB
==> test: 144/1542 KB 469/2122 KB 140/209 KB
144/1542 KB 469/2122 KB 144/209 KB
144/1542 KB 469/2122 KB 144/209 KB
==> test: 144/1542 KB 472/2122 KB 144/209 KB
==> test: 144/1542 KB 472/2122 KB 148/209 KB
==> test: 144/1542 KB 476/2122 KB 152/209 KB
==> test: 144/1542 KB 476/2122 KB 152/209 KB
==> test: 144/1542 KB 476/2122 KB 156/209 KB
==> test: 144/1542 KB 476/2122 KB 160/209 KB
==> test: 144/1542 KB 476/2122 KB 160/209 KB
==> test: 144/1542 KB 476/2122 KB 164/209 KB
==> test: 144/1542 KB 476/2122 KB 148/209 KB
==> test: 144/1542 KB 477/2122 KB 164/209 KB
==> test: 144/1542 KB 480/2122 KB 164/209 KB
==> test: 144/1542 KB 484/2122 KB 164/209 KB
==> test: 144/1542 KB 488/2122 KB 164/209 KB
==> test: 144/1542 KB 488/2122 KB 164/209 KB
==> test: 144/1542 KB 492/2122 KB 164/209 KB
==> test: 144/1542 KB 496/2122 KB 168/209 KB
==> test: 144/1542 KB 496/2122 KB 168/209 KB
==> test: 144/1542 KB 500/2122 KB 168/209 KB
==> test: 144/1542 KB 504/2122 KB 168/209 KB
==> test: 144/1542 KB 504/2122 KB 168/209 KB
==> test: 144/1542 KB 508/2122 KB 168/209 KB
==> test: 144/1542 KB 512/2122 KB 168/209 KB
==> test: 144/1542 KB 492/2122 KB 168/209 KB
144/1542 KB 512/2122 KB 168/209 KB
144/1542 KB 512/2122 KB 172/209 KB
144/1542 KB 512/2122 KB 176/209 KB
144/1542 KB 512/2122 KB 176/209 KB
==> test: 144/1542 KB 512/2122 KB 176/209 KB
==> test: 148/1542 KB 512/2122 KB 176/209 KB
152/1542 KB 512/2122 KB 176/209 KB
152/1542 KB 512/2122 KB 176/209 KB
156/1542 KB 512/2122 KB 176/209 KB
160/1542 KB 512/2122 KB 176/209 KB
160/1542 KB 512/2122 KB 176/209 KB
164/1542 KB 512/2122 KB 176/209 KB
168/1542 KB 512/2122 KB 176/209 KB
168/1542 KB 512/2122 KB 176/209 KB
172/1542 KB 512/2122 KB 176/209 KB
176/1542 KB 512/2122 KB 176/209 KB
==> test: 176/1542 KB 512/2122 KB 180/209 KB
==> test: 176/1542 KB 512/2122 KB 184/209 KB
==> test: 176/1542 KB 516/2122 KB 184/209 KB
==> test: 176/1542 KB 516/2122 KB 184/209 KB
==> test: 176/1542 KB 520/2122 KB 184/209 KB
==> test: 176/1542 KB 520/2122 KB 184/209 KB
==> test: 176/1542 KB 524/2122 KB 184/209 KB
==> test: 176/1542 KB 528/2122 KB 188/209 KB
==> test: 176/1542 KB 528/2122 KB 188/209 KB
==> test: 176/1542 KB 531/2122 KB 188/209 KB
==> test: 176/1542 KB 535/2122 KB 188/209 KB
==> test: 176/1542 KB 524/2122 KB 188/209 KB
176/1542 KB 535/2122 KB 192/209 KB
176/1542 KB 535/2122 KB 192/209 KB
176/1542 KB 535/2122 KB 196/209 KB
176/1542 KB 535/2122 KB 200/209 KB
176/1542 KB 535/2122 KB 200/209 KB
176/1542 KB 535/2122 KB 204/209 KB
176/1542 KB 535/2122 KB 208/209 KB
176/1542 KB 535/2122 KB 208/209 KB
176/1542 KB 535/2122 KB 209/209 KB
==> test: 176/1542 KB 536/2122 KB 209/209 KB
==> test: 176/1542 KB 539/2122 KB 209/209 KB
==> test: 176/1542 KB 543/2122 KB 209/209 KB
==> test: 176/1542 KB 544/2122 KB 209/209 KB
==> test: 176/1542 KB 547/2122 KB 209/209 KB
==> test: 176/1542 KB 551/2122 KB 209/209 KB
==> test: 176/1542 KB 552/2122 KB 209/209 KB
==> test: 176/1542 KB 555/2122 KB 209/209 KB
==> test: 176/1542 KB 555/2122 KB 209/209 KB
180/1542 KB 555/2122 KB 209/209 KB
184/1542 KB 555/2122 KB 209/209 KB
184/1542 KB 555/2122 KB 209/209 KB
188/1542 KB 555/2122 KB 209/209 KB
192/1542 KB 555/2122 KB 209/209 KB
192/1542 KB 555/2122 KB 209/209 KB
==> test: 192/1542 KB 559/2122 KB 209/209 KB
==> test: 192/1542 KB 560/2122 KB 209/209 KB
==> test: 192/1542 KB 563/2122 KB 209/209 KB
==> test: 192/1542 KB 567/2122 KB 209/209 KB
==> test: 192/1542 KB 568/2122 KB 209/209 KB
==> test: 192/1542 KB 570/2122 KB 209/209 KB
==> test: 192/1542 KB 574/2122 KB 209/209 KB
==> test: 192/1542 KB 576/2122 KB 209/209 KB
==> test: 192/1542 KB 578/2122 KB 209/209 KB
==> test: 192/1542 KB 582/2122 KB 209/209 KB
==> test: 192/1542 KB 584/2122 KB 209/209 KB
==> test: 192/1542 KB 586/2122 KB 209/209 KB
==> test: 192/1542 KB 590/2122 KB 209/209 KB
==> test: 192/1542 KB 592/2122 KB 209/209 KB
==> test: 192/1542 KB 594/2122 KB 209/209 KB
==> test: 192/1542 KB 598/2122 KB 209/209 KB
==> test: 192/1542 KB 600/2122 KB 209/209 KB
==> test: 196/1542 KB 600/2122 KB 209/209 KB
==> test: 200/1542 KB 600/2122 KB 209/209 KB
==> test: 200/1542 KB 600/2122 KB 209/209 KB
==> test: 204/1542 KB 600/2122 KB 209/209 KB
==> test: 208/1542 KB 600/2122 KB 209/209 KB
==> test: 208/1542 KB 600/2122 KB 209/209 KB
==> test: 212/1542 KB 600/2122 KB 209/209 KB
==> test: 216/1542 KB 600/2122 KB 209/209 KB
==> test: 216/1542 KB 600/2122 KB 209/209 KB
==> test: 220/1542 KB 600/2122 KB 209/209 KB
==> test: 224/1542 KB 600/2122 KB 209/209 KB
==> test: 224/1542 KB 600/2122 KB 209/209 KB
==> test: 224/1542 KB 602/2122 KB 209/209 KB
==> test: 224/1542 KB 606/2122 KB 209/209 KB
==> test: 224/1542 KB 608/2122 KB 209/209 KB
==> test: 224/1542 KB 609/2122 KB 209/209 KB
==> test: 224/1542 KB 613/2122 KB 209/209 KB
==> test: 224/1542 KB 616/2122 KB 209/209 KB
==> test: 224/1542 KB 617/2122 KB 209/209 KB
==> test: 224/1542 KB 621/2122 KB 209/209 KB
==> test: 224/1542 KB 624/2122 KB 209/209 KB
==> test: 224/1542 KB 625/2122 KB 209/209 KB
==> test: 224/1542 KB 629/2122 KB 209/209 KB
==> test: 224/1542 KB 632/2122 KB 209/209 KB
==> test: 224/1542 KB 633/2122 KB 209/209 KB
==> test: 224/1542 KB 637/2122 KB 209/209 KB
==> test: 224/1542 KB 640/2122 KB 209/209 KB
==> test: 224/1542 KB 641/2122 KB 209/209 KB
==> test: 228/1542 KB 641/2122 KB 209/209 KB
==> test: 232/1542 KB 641/2122 KB 209/209 KB
==> test: 232/1542 KB 641/2122 KB 209/209 KB
==> test: 236/1542 KB 641/2122 KB 209/209 KB
==> test: 239/1542 KB 641/2122 KB 209/209 KB
==> test: 240/1542 KB 641/2122 KB 209/209 KB
==> test: 244/1542 KB 641/2122 KB 209/209 KB
==> test: 247/1542 KB 641/2122 KB 209/209 KB
==> test: 248/1542 KB 641/2122 KB 209/209 KB
==> test: 248/1542 KB 645/2122 KB 209/209 KB
==> test: 248/1542 KB 648/2122 KB 209/209 KB
==> test: 248/1542 KB 649/2122 KB 209/209 KB
==> test: 248/1542 KB 653/2122 KB 209/209 KB
==> test: 248/1542 KB 656/2122 KB 209/209 KB
==> test: 248/1542 KB 656/2122 KB 209/209 KB
==> test: 248/1542 KB 660/2122 KB 209/209 KB
==> test: 248/1542 KB 664/2122 KB 209/209 KB
==> test: 248/1542 KB 664/2122 KB 209/209 KB
==> test: 248/1542 KB 668/2122 KB 209/209 KB
==> test: 248/1542 KB 672/2122 KB 209/209 KB
==> test: 248/1542 KB 672/2122 KB 209/209 KB
==> test: 248/1542 KB 676/2122 KB 209/209 KB
==> test: 248/1542 KB 680/2122 KB 209/209 KB
==> test: 248/1542 KB 680/2122 KB 209/209 KB
==> test: 248/1542 KB 684/2122 KB 209/209 KB
==> test: 248/1542 KB 688/2122 KB 209/209 KB
==> test: 248/1542 KB 688/2122 KB 209/209 KB
==> test: 252/1542 KB 688/2122 KB 209/209 KB
==> test: 255/1542 KB 688/2122 KB 209/209 KB
==> test: 256/1542 KB 688/2122 KB 209/209 KB
==> test: 260/1542 KB 688/2122 KB 209/209 KB
==> test: 264/1542 KB 688/2122 KB 209/209 KB
==> test: 264/1542 KB 688/2122 KB 209/209 KB
==> test: 268/1542 KB 688/2122 KB 209/209 KB
==> test: 272/1542 KB 688/2122 KB 209/209 KB
==> test: 272/1542 KB 688/2122 KB 209/209 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (209 KB at 232.5 KB/sec)
==> test: 272/1542 KB 692/2122 KB
272/1542 KB 695/2122 KB
==> test: 272/1542 KB 696/2122 KB
272/1542 KB 700/2122 KB
272/1542 KB 703/2122 KB
272/1542 KB 704/2122 KB
272/1542 KB 708/2122 KB
272/1542 KB 711/2122 KB
==> test: 272/1542 KB 712/2122 KB
==> test: 272/1542 KB 716/2122 KB
==> test: 272/1542 KB 719/2122 KB
==> test: 272/1542 KB 720/2122 KB
==> test: 272/1542 KB 724/2122 KB
==> test: 272/1542 KB 727/2122 KB
==> test: 272/1542 KB 728/2122 KB
==> test: 272/1542 KB 732/2122 KB
==> test: 272/1542 KB 734/2122 KB
==> test: 272/1542 KB 736/2122 KB
==> test: 276/1542 KB 736/2122 KB
==> test: 280/1542 KB 736/2122 KB
280/1542 KB 736/2122 KB
284/1542 KB 736/2122 KB
288/1542 KB 736/2122 KB
288/1542 KB 736/2122 KB
==> test: 292/1542 KB 736/2122 KB
==> test: 296/1542 KB 736/2122 KB
==> test: 296/1542 KB 736/2122 KB
==> test: 300/1542 KB 736/2122 KB
==> test: 303/1542 KB 736/2122 KB
==> test: 304/1542 KB 736/2122 KB
==> test: 304/1542 KB 740/2122 KB
==> test: 304/1542 KB 742/2122 KB
==> test: 304/1542 KB 744/2122 KB
==> test: 304/1542 KB 748/2122 KB
==> test: 304/1542 KB 750/2122 KB
==> test: 304/1542 KB 752/2122 KB
==> test: 304/1542 KB 756/2122 KB
==> test: 304/1542 KB 758/2122 KB
==> test: 304/1542 KB 760/2122 KB
==> test: 304/1542 KB 764/2122 KB
==> test: 304/1542 KB 766/2122 KB
==> test: 304/1542 KB 768/2122 KB
==> test: 304/1542 KB 772/2122 KB
==> test: 304/1542 KB 774/2122 KB
==> test: 304/1542 KB 776/2122 KB
==> test: 304/1542 KB 780/2122 KB
==> test: 304/1542 KB 781/2122 KB
==> test: 304/1542 KB 784/2122 KB
==> test: 308/1542 KB 784/2122 KB
311/1542 KB 784/2122 KB
312/1542 KB 784/2122 KB
==> test: 316/1542 KB 784/2122 KB
==> test: 319/1542 KB 784/2122 KB
==> test: 320/1542 KB 784/2122 KB
==> test: 324/1542 KB 784/2122 KB
==> test: 327/1542 KB 784/2122 KB
==> test: 328/1542 KB 784/2122 KB
==> test: 328/1542 KB 788/2122 KB
==> test: 328/1542 KB 789/2122 KB
==> test: 328/1542 KB 792/2122 KB
==> test: 328/1542 KB 796/2122 KB
==> test: 328/1542 KB 797/2122 KB
==> test: 328/1542 KB 800/2122 KB
==> test: 328/1542 KB 804/2122 KB
==> test: 328/1542 KB 805/2122 KB
==> test: 328/1542 KB 808/2122 KB
==> test: 328/1542 KB 812/2122 KB
==> test: 328/1542 KB 813/2122 KB
==> test: 328/1542 KB 816/2122 KB
==> test: 328/1542 KB 820/2122 KB
==> test: 328/1542 KB 824/2122 KB
==> test: 328/1542 KB 824/2122 KB
==> test: 328/1542 KB 828/2122 KB
==> test: 328/1542 KB 832/2122 KB
==> test: 328/1542 KB 832/2122 KB
==> test: 332/1542 KB 832/2122 KB
335/1542 KB 832/2122 KB
336/1542 KB 832/2122 KB
340/1542 KB 832/2122 KB
342/1542 KB 832/2122 KB
344/1542 KB 832/2122 KB
348/1542 KB 832/2122 KB
350/1542 KB 832/2122 KB
352/1542 KB 832/2122 KB
356/1542 KB 832/2122 KB
358/1542 KB 832/2122 KB
360/1542 KB 832/2122 KB
==> test: 360/1542 KB 836/2122 KB
==> test: 360/1542 KB 840/2122 KB
==> test: 360/1542 KB 840/2122 KB
==> test: 360/1542 KB 844/2122 KB
==> test: 360/1542 KB 848/2122 KB
==> test: 360/1542 KB 848/2122 KB
==> test: 360/1542 KB 852/2122 KB
==> test: 360/1542 KB 856/2122 KB
==> test: 360/1542 KB 856/2122 KB
==> test: 360/1542 KB 859/2122 KB
==> test: 360/1542 KB 863/2122 KB
==> test: 360/1542 KB 864/2122 KB
==> test: 360/1542 KB 867/2122 KB
==> test: 360/1542 KB 871/2122 KB
==> test: 360/1542 KB 872/2122 KB
==> test: 360/1542 KB 875/2122 KB
==> test: 360/1542 KB 879/2122 KB
==> test: 360/1542 KB 880/2122 KB
==> test: 360/1542 KB 883/2122 KB
==> test: 364/1542 KB 883/2122 KB
==> test: 366/1542 KB 883/2122 KB
==> test: 368/1542 KB 883/2122 KB
==> test: 372/1542 KB 883/2122 KB
==> test: 374/1542 KB 883/2122 KB
==> test: 376/1542 KB 883/2122 KB
==> test: 380/1542 KB 883/2122 KB
==> test: 381/1542 KB 883/2122 KB
==> test: 384/1542 KB 883/2122 KB
==> test: 388/1542 KB 883/2122 KB
==> test: 389/1542 KB 883/2122 KB
==> test: 389/1542 KB 887/2122 KB
389/1542 KB 888/2122 KB
389/1542 KB 891/2122 KB
389/1542 KB 895/2122 KB
389/1542 KB 896/2122 KB
==> test: 389/1542 KB 899/2122 KB
==> test: 389/1542 KB 903/2122 KB
==> test: 389/1542 KB 904/2122 KB
==> test: 389/1542 KB 906/2122 KB
==> test: 389/1542 KB 910/2122 KB
==> test: 389/1542 KB 912/2122 KB
==> test: 389/1542 KB 914/2122 KB
==> test: 389/1542 KB 918/2122 KB
==> test: 389/1542 KB 920/2122 KB
==> test: 389/1542 KB 922/2122 KB
==> test: 389/1542 KB 926/2122 KB
==> test: 389/1542 KB 928/2122 KB
==> test: 389/1542 KB 930/2122 KB
==> test: 392/1542 KB 930/2122 KB
396/1542 KB 930/2122 KB
397/1542 KB 930/2122 KB
400/1542 KB 930/2122 KB
404/1542 KB 930/2122 KB
405/1542 KB 930/2122 KB
408/1542 KB 930/2122 KB
412/1542 KB 930/2122 KB
413/1542 KB 930/2122 KB
416/1542 KB 930/2122 KB
420/1542 KB 930/2122 KB
421/1542 KB 930/2122 KB
==> test: 421/1542 KB 934/2122 KB
==> test: 421/1542 KB 936/2122 KB
==> test: 421/1542 KB 938/2122 KB
==> test: 421/1542 KB 942/2122 KB
==> test: 421/1542 KB 944/2122 KB
==> test: 421/1542 KB 945/2122 KB
421/1542 KB 949/2122 KB
421/1542 KB 952/2122 KB
421/1542 KB 953/2122 KB
421/1542 KB 957/2122 KB
421/1542 KB 960/2122 KB
421/1542 KB 961/2122 KB
421/1542 KB 965/2122 KB
421/1542 KB 968/2122 KB
==> test: 421/1542 KB 969/2122 KB
==> test: 421/1542 KB 973/2122 KB
==> test: 421/1542 KB 976/2122 KB
==> test: 421/1542 KB 977/2122 KB
==> test: 424/1542 KB 977/2122 KB
428/1542 KB 977/2122 KB
432/1542 KB 977/2122 KB
432/1542 KB 977/2122 KB
436/1542 KB 977/2122 KB
440/1542 KB 977/2122 KB
440/1542 KB 977/2122 KB
444/1542 KB 977/2122 KB
448/1542 KB 977/2122 KB
448/1542 KB 977/2122 KB
==> test: 448/1542 KB 981/2122 KB
==> test: 448/1542 KB 984/2122 KB
==> test: 448/1542 KB 984/2122 KB
==> test: 448/1542 KB 988/2122 KB
==> test: 448/1542 KB 992/2122 KB
==> test: 448/1542 KB 992/2122 KB
==> test: 448/1542 KB 996/2122 KB
==> test: 448/1542 KB 1000/2122 KB
==> test: 448/1542 KB 1000/2122 KB
==> test: 448/1542 KB 1004/2122 KB
==> test: 448/1542 KB 1008/2122 KB
==> test: 448/1542 KB 1008/2122 KB
==> test: 448/1542 KB 1012/2122 KB
==> test: 448/1542 KB 1016/2122 KB
==> test: 448/1542 KB 1016/2122 KB
==> test: 448/1542 KB 1020/2122 KB
==> test: 448/1542 KB 1024/2122 KB
==> test: 448/1542 KB 1024/2122 KB
==> test: 448/1542 KB 1028/2122 KB
==> test: 448/1542 KB 1031/2122 KB
==> test: 448/1542 KB 1032/2122 KB
==> test: 452/1542 KB 1032/2122 KB
==> test: 456/1542 KB 1032/2122 KB
==> test: 456/1542 KB 1032/2122 KB
==> test: 460/1542 KB 1032/2122 KB
==> test: 464/1542 KB 1032/2122 KB
==> test: 464/1542 KB 1032/2122 KB
==> test: 467/1542 KB 1032/2122 KB
==> test: 471/1542 KB 1032/2122 KB
==> test: 472/1542 KB 1032/2122 KB
==> test: 475/1542 KB 1032/2122 KB
==> test: 475/1542 KB 1036/2122 KB
475/1542 KB 1039/2122 KB
475/1542 KB 1040/2122 KB
475/1542 KB 1044/2122 KB
475/1542 KB 1047/2122 KB
==> test: 475/1542 KB 1048/2122 KB
==> test: 475/1542 KB 1052/2122 KB
==> test: 475/1542 KB 1055/2122 KB
==> test: 475/1542 KB 1056/2122 KB
==> test: 475/1542 KB 1060/2122 KB
==> test: 475/1542 KB 1063/2122 KB
==> test: 475/1542 KB 1064/2122 KB
==> test: 475/1542 KB 1068/2122 KB
==> test: 475/1542 KB 1070/2122 KB
==> test: 475/1542 KB 1072/2122 KB
==> test: 475/1542 KB 1076/2122 KB
==> test: 475/1542 KB 1078/2122 KB
==> test: 475/1542 KB 1080/2122 KB
==> test: 479/1542 KB 1080/2122 KB
==> test: 480/1542 KB 1080/2122 KB
==> test: 483/1542 KB 1080/2122 KB
==> test: 487/1542 KB 1080/2122 KB
==> test: 488/1542 KB 1080/2122 KB
==> test: 491/1542 KB 1080/2122 KB
==> test: 495/1542 KB 1080/2122 KB
==> test: 496/1542 KB 1080/2122 KB
==> test: 499/1542 KB 1080/2122 KB
==> test: 503/1542 KB 1080/2122 KB
==> test: 504/1542 KB 1080/2122 KB
==> test: 506/1542 KB 1080/2122 KB
==> test: 506/1542 KB 1084/2122 KB
==> test: 506/1542 KB 1086/2122 KB
==> test: 506/1542 KB 1088/2122 KB
==> test: 506/1542 KB 1092/2122 KB
==> test: 506/1542 KB 1094/2122 KB
==> test: 506/1542 KB 1096/2122 KB
==> test: 506/1542 KB 1100/2122 KB
==> test: 506/1542 KB 1102/2122 KB
==> test: 506/1542 KB 1104/2122 KB
==> test: 506/1542 KB 1108/2122 KB
==> test: 506/1542 KB 1109/2122 KB
==> test: 506/1542 KB 1112/2122 KB
==> test: 506/1542 KB 1116/2122 KB
==> test: 506/1542 KB 1117/2122 KB
==> test: 506/1542 KB 1120/2122 KB
==> test: 506/1542 KB 1124/2122 KB
==> test: 506/1542 KB 1125/2122 KB
==> test: 506/1542 KB 1128/2122 KB
==> test: 506/1542 KB 1132/2122 KB
==> test: 506/1542 KB 1133/2122 KB
==> test: 506/1542 KB 1136/2122 KB
==> test: 510/1542 KB 1136/2122 KB
512/1542 KB 1136/2122 KB
514/1542 KB 1136/2122 KB
518/1542 KB 1136/2122 KB
520/1542 KB 1136/2122 KB
522/1542 KB 1136/2122 KB
526/1542 KB 1136/2122 KB
528/1542 KB 1136/2122 KB
530/1542 KB 1136/2122 KB
==> test: 534/1542 KB 1136/2122 KB
==> test: 536/1542 KB 1136/2122 KB
==> test: 538/1542 KB 1136/2122 KB
==> test: 538/1542 KB 1140/2122 KB
==> test: 538/1542 KB 1141/2122 KB
==> test: 538/1542 KB 1144/2122 KB
==> test: 538/1542 KB 1148/2122 KB
==> test: 538/1542 KB 1149/2122 KB
==> test: 538/1542 KB 1152/2122 KB
==> test: 538/1542 KB 1156/2122 KB
==> test: 538/1542 KB 1160/2122 KB
==> test: 538/1542 KB 1160/2122 KB
==> test: 538/1542 KB 1164/2122 KB
==> test: 538/1542 KB 1168/2122 KB
==> test: 538/1542 KB 1168/2122 KB
==> test: 538/1542 KB 1172/2122 KB
==> test: 538/1542 KB 1176/2122 KB
==> test: 538/1542 KB 1176/2122 KB
==> test: 538/1542 KB 1180/2122 KB
==> test: 538/1542 KB 1184/2122 KB
==> test: 538/1542 KB 1184/2122 KB
==> test: 538/1542 KB 1188/2122 KB
==> test: 542/1542 KB 1188/2122 KB
544/1542 KB 1188/2122 KB
546/1542 KB 1188/2122 KB
==> test: 550/1542 KB 1188/2122 KB
==> test: 552/1542 KB 1188/2122 KB
==> test: 553/1542 KB 1188/2122 KB
==> test: 557/1542 KB 1188/2122 KB
==> test: 560/1542 KB 1188/2122 KB
==> test: 561/1542 KB 1188/2122 KB
==> test: 565/1542 KB 1188/2122 KB
==> test: 568/1542 KB 1188/2122 KB
==> test: 569/1542 KB 1188/2122 KB
==> test: 569/1542 KB 1192/2122 KB
==> test: 569/1542 KB 1192/2122 KB
==> test: 569/1542 KB 1195/2122 KB
==> test: 569/1542 KB 1199/2122 KB
==> test: 569/1542 KB 1200/2122 KB
==> test: 569/1542 KB 1203/2122 KB
==> test: 569/1542 KB 1207/2122 KB
==> test: 569/1542 KB 1208/2122 KB
==> test: 569/1542 KB 1211/2122 KB
==> test: 569/1542 KB 1215/2122 KB
==> test: 569/1542 KB 1216/2122 KB
==> test: 569/1542 KB 1219/2122 KB
==> test: 569/1542 KB 1223/2122 KB
==> test: 569/1542 KB 1224/2122 KB
==> test: 569/1542 KB 1227/2122 KB
==> test: 569/1542 KB 1231/2122 KB
==> test: 569/1542 KB 1232/2122 KB
==> test: 569/1542 KB 1234/2122 KB
==> test: 569/1542 KB 1238/2122 KB
==> test: 569/1542 KB 1240/2122 KB
==> test: 569/1542 KB 1242/2122 KB
==> test: 573/1542 KB 1242/2122 KB
==> test: 576/1542 KB 1242/2122 KB
==> test: 577/1542 KB 1242/2122 KB
==> test: 581/1542 KB 1242/2122 KB
==> test: 584/1542 KB 1242/2122 KB
==> test: 585/1542 KB 1242/2122 KB
==> test: 589/1542 KB 1242/2122 KB
==> test: 592/1542 KB 1242/2122 KB
==> test: 592/1542 KB 1242/2122 KB
==> test: 596/1542 KB 1242/2122 KB
==> test: 600/1542 KB 1242/2122 KB
==> test: 600/1542 KB 1242/2122 KB
==> test: 604/1542 KB 1242/2122 KB
==> test: 608/1542 KB 1242/2122 KB
==> test: 608/1542 KB 1242/2122 KB
==> test: 608/1542 KB 1246/2122 KB
==> test: 608/1542 KB 1248/2122 KB
==> test: 608/1542 KB 1250/2122 KB
==> test: 608/1542 KB 1254/2122 KB
==> test: 608/1542 KB 1256/2122 KB
==> test: 608/1542 KB 1258/2122 KB
==> test: 608/1542 KB 1262/2122 KB
==> test: 608/1542 KB 1264/2122 KB
==> test: 608/1542 KB 1266/2122 KB
==> test: 608/1542 KB 1270/2122 KB
==> test: 608/1542 KB 1272/2122 KB
==> test: 608/1542 KB 1274/2122 KB
==> test: 608/1542 KB 1278/2122 KB
==> test: 608/1542 KB 1280/2122 KB
==> test: 608/1542 KB 1281/2122 KB
==> test: 608/1542 KB 1285/2122 KB
==> test: 608/1542 KB 1288/2122 KB
==> test: 608/1542 KB 1289/2122 KB
==> test: 608/1542 KB 1293/2122 KB
==> test: 608/1542 KB 1296/2122 KB
==> test: 608/1542 KB 1297/2122 KB
==> test: 612/1542 KB 1297/2122 KB
==> test: 616/1542 KB 1297/2122 KB
616/1542 KB 1297/2122 KB
620/1542 KB 1297/2122 KB
624/1542 KB 1297/2122 KB
624/1542 KB 1297/2122 KB
628/1542 KB 1297/2122 KB
631/1542 KB 1297/2122 KB
632/1542 KB 1297/2122 KB
636/1542 KB 1297/2122 KB
639/1542 KB 1297/2122 KB
640/1542 KB 1297/2122 KB
==> test: 640/1542 KB 1301/2122 KB
==> test: 640/1542 KB 1304/2122 KB
==> test: 640/1542 KB 1305/2122 KB
==> test: 640/1542 KB 1309/2122 KB
==> test: 640/1542 KB 1312/2122 KB
==> test: 640/1542 KB 1313/2122 KB
==> test: 640/1542 KB 1317/2122 KB
==> test: 640/1542 KB 1320/2122 KB
==> test: 640/1542 KB 1320/2122 KB
==> test: 640/1542 KB 1324/2122 KB
==> test: 640/1542 KB 1328/2122 KB
==> test: 640/1542 KB 1328/2122 KB
==> test: 640/1542 KB 1332/2122 KB
==> test: 640/1542 KB 1336/2122 KB
==> test: 640/1542 KB 1336/2122 KB
==> test: 640/1542 KB 1340/2122 KB
==> test: 640/1542 KB 1344/2122 KB
==> test: 640/1542 KB 1344/2122 KB
==> test: 644/1542 KB 1344/2122 KB
647/1542 KB 1344/2122 KB
648/1542 KB 1344/2122 KB
652/1542 KB 1344/2122 KB
655/1542 KB 1344/2122 KB
656/1542 KB 1344/2122 KB
660/1542 KB 1344/2122 KB
663/1542 KB 1344/2122 KB
664/1542 KB 1344/2122 KB
668/1542 KB 1344/2122 KB
671/1542 KB 1344/2122 KB
672/1542 KB 1344/2122 KB
==> test: 672/1542 KB 1348/2122 KB
==> test: 672/1542 KB 1352/2122 KB
==> test: 672/1542 KB 1352/2122 KB
==> test: 672/1542 KB 1356/2122 KB
==> test: 672/1542 KB 1359/2122 KB
==> test: 672/1542 KB 1360/2122 KB
==> test: 672/1542 KB 1364/2122 KB
==> test: 672/1542 KB 1367/2122 KB
==> test: 672/1542 KB 1368/2122 KB
==> test: 672/1542 KB 1372/2122 KB
==> test: 672/1542 KB 1375/2122 KB
==> test: 672/1542 KB 1376/2122 KB
==> test: 672/1542 KB 1380/2122 KB
==> test: 672/1542 KB 1383/2122 KB
==> test: 672/1542 KB 1384/2122 KB
==> test: 672/1542 KB 1388/2122 KB
==> test: 672/1542 KB 1391/2122 KB
==> test: 672/1542 KB 1392/2122 KB
==> test: 672/1542 KB 1396/2122 KB
==> test: 672/1542 KB 1399/2122 KB
==> test: 672/1542 KB 1400/2122 KB
==> test: 676/1542 KB 1400/2122 KB
==> test: 678/1542 KB 1400/2122 KB
680/1542 KB 1400/2122 KB
684/1542 KB 1400/2122 KB
686/1542 KB 1400/2122 KB
688/1542 KB 1400/2122 KB
692/1542 KB 1400/2122 KB
694/1542 KB 1400/2122 KB
696/1542 KB 1400/2122 KB
700/1542 KB 1400/2122 KB
702/1542 KB 1400/2122 KB
704/1542 KB 1400/2122 KB
708/1542 KB 1400/2122 KB
710/1542 KB 1400/2122 KB
712/1542 KB 1400/2122 KB
==> test: 712/1542 KB 1404/2122 KB
==> test: 712/1542 KB 1406/2122 KB
==> test: 712/1542 KB 1408/2122 KB
==> test: 712/1542 KB 1412/2122 KB
==> test: 712/1542 KB 1414/2122 KB
==> test: 712/1542 KB 1416/2122 KB
==> test: 712/1542 KB 1420/2122 KB
==> test: 712/1542 KB 1422/2122 KB
==> test: 712/1542 KB 1424/2122 KB
==> test: 712/1542 KB 1428/2122 KB
==> test: 712/1542 KB 1430/2122 KB
==> test: 712/1542 KB 1432/2122 KB
==> test: 712/1542 KB 1436/2122 KB
==> test: 712/1542 KB 1438/2122 KB
==> test: 712/1542 KB 1440/2122 KB
==> test: 712/1542 KB 1444/2122 KB
==> test: 712/1542 KB 1445/2122 KB
==> test: 712/1542 KB 1448/2122 KB
==> test: 712/1542 KB 1452/2122 KB
==> test: 712/1542 KB 1453/2122 KB
==> test: 712/1542 KB 1456/2122 KB
==> test: 712/1542 KB 1460/2122 KB
==> test: 712/1542 KB 1461/2122 KB
==> test: 716/1542 KB 1461/2122 KB
717/1542 KB 1461/2122 KB
720/1542 KB 1461/2122 KB
724/1542 KB 1461/2122 KB
==> test: 725/1542 KB 1461/2122 KB
==> test: 728/1542 KB 1461/2122 KB
==> test: 732/1542 KB 1461/2122 KB
==> test: 733/1542 KB 1461/2122 KB
==> test: 736/1542 KB 1461/2122 KB
==> test: 740/1542 KB 1461/2122 KB
==> test: 741/1542 KB 1461/2122 KB
==> test: 744/1542 KB 1461/2122 KB
==> test: 748/1542 KB 1461/2122 KB
==> test: 749/1542 KB 1461/2122 KB
==> test: 749/1542 KB 1464/2122 KB
==> test: 749/1542 KB 1468/2122 KB
==> test: 749/1542 KB 1469/2122 KB
==> test: 749/1542 KB 1472/2122 KB
==> test: 749/1542 KB 1476/2122 KB
==> test: 749/1542 KB 1477/2122 KB
==> test: 749/1542 KB 1480/2122 KB
==> test: 749/1542 KB 1484/2122 KB
==> test: 749/1542 KB 1488/2122 KB
==> test: 749/1542 KB 1488/2122 KB
==> test: 749/1542 KB 1492/2122 KB
==> test: 749/1542 KB 1496/2122 KB
==> test: 749/1542 KB 1496/2122 KB
==> test: 749/1542 KB 1500/2122 KB
==> test: 749/1542 KB 1504/2122 KB
==> test: 749/1542 KB 1504/2122 KB
==> test: 749/1542 KB 1508/2122 KB
==> test: 749/1542 KB 1512/2122 KB
==> test: 749/1542 KB 1512/2122 KB
==> test: 749/1542 KB 1516/2122 KB
==> test: 752/1542 KB 1516/2122 KB
756/1542 KB 1516/2122 KB
760/1542 KB 1516/2122 KB
764/1542 KB 1516/2122 KB
768/1542 KB 1516/2122 KB
768/1542 KB 1516/2122 KB
772/1542 KB 1516/2122 KB
776/1542 KB 1516/2122 KB
776/1542 KB 1516/2122 KB
780/1542 KB 1516/2122 KB
784/1542 KB 1516/2122 KB
784/1542 KB 1516/2122 KB
788/1542 KB 1516/2122 KB
==> test: 788/1542 KB 1520/2122 KB
==> test: 788/1542 KB 1520/2122 KB
==> test: 788/1542 KB 1524/2122 KB
==> test: 788/1542 KB 1528/2122 KB
==> test: 788/1542 KB 1528/2122 KB
==> test: 788/1542 KB 1531/2122 KB
==> test: 788/1542 KB 1535/2122 KB
==> test: 788/1542 KB 1536/2122 KB
==> test: 788/1542 KB 1539/2122 KB
==> test: 788/1542 KB 1543/2122 KB
==> test: 788/1542 KB 1544/2122 KB
==> test: 788/1542 KB 1547/2122 KB
==> test: 788/1542 KB 1551/2122 KB
==> test: 788/1542 KB 1552/2122 KB
==> test: 788/1542 KB 1555/2122 KB
==> test: 788/1542 KB 1559/2122 KB
==> test: 788/1542 KB 1560/2122 KB
==> test: 788/1542 KB 1563/2122 KB
==> test: 788/1542 KB 1567/2122 KB
==> test: 788/1542 KB 1568/2122 KB
==> test: 788/1542 KB 1570/2122 KB
==> test: 792/1542 KB 1570/2122 KB
==> test: 792/1542 KB 1570/2122 KB
==> test: 796/1542 KB 1570/2122 KB
==> test: 800/1542 KB 1570/2122 KB
==> test: 800/1542 KB 1570/2122 KB
==> test: 803/1542 KB 1570/2122 KB
==> test: 807/1542 KB 1570/2122 KB
==> test: 808/1542 KB 1570/2122 KB
==> test: 811/1542 KB 1570/2122 KB
==> test: 815/1542 KB 1570/2122 KB
==> test: 816/1542 KB 1570/2122 KB
==> test: 819/1542 KB 1570/2122 KB
==> test: 823/1542 KB 1570/2122 KB
==> test: 824/1542 KB 1570/2122 KB
==> test: 824/1542 KB 1574/2122 KB
824/1542 KB 1576/2122 KB
824/1542 KB 1578/2122 KB
824/1542 KB 1582/2122 KB
824/1542 KB 1584/2122 KB
824/1542 KB 1586/2122 KB
824/1542 KB 1590/2122 KB
824/1542 KB 1592/2122 KB
824/1542 KB 1594/2122 KB
824/1542 KB 1598/2122 KB
824/1542 KB 1600/2122 KB
824/1542 KB 1602/2122 KB
==> test: 824/1542 KB 1606/2122 KB
==> test: 824/1542 KB 1608/2122 KB
==> test: 824/1542 KB 1609/2122 KB
==> test: 824/1542 KB 1613/2122 KB
==> test: 824/1542 KB 1616/2122 KB
==> test: 824/1542 KB 1617/2122 KB
==> test: 824/1542 KB 1621/2122 KB
==> test: 824/1542 KB 1624/2122 KB
==> test: 824/1542 KB 1625/2122 KB
==> test: 824/1542 KB 1629/2122 KB
==> test: 824/1542 KB 1632/2122 KB
==> test: 824/1542 KB 1633/2122 KB
==> test: 827/1542 KB 1633/2122 KB
==> test: 831/1542 KB 1633/2122 KB
832/1542 KB 1633/2122 KB
835/1542 KB 1633/2122 KB
==> test: 839/1542 KB 1633/2122 KB
840/1542 KB 1633/2122 KB
842/1542 KB 1633/2122 KB
846/1542 KB 1633/2122 KB
848/1542 KB 1633/2122 KB
850/1542 KB 1633/2122 KB
854/1542 KB 1633/2122 KB
856/1542 KB 1633/2122 KB
858/1542 KB 1633/2122 KB
==> test: 858/1542 KB 1637/2122 KB
==> test: 858/1542 KB 1640/2122 KB
==> test: 858/1542 KB 1641/2122 KB
==> test: 858/1542 KB 1645/2122 KB
==> test: 858/1542 KB 1648/2122 KB
==> test: 858/1542 KB 1649/2122 KB
==> test: 858/1542 KB 1653/2122 KB
==> test: 858/1542 KB 1656/2122 KB
==> test: 858/1542 KB 1656/2122 KB
==> test: 858/1542 KB 1660/2122 KB
==> test: 858/1542 KB 1664/2122 KB
==> test: 858/1542 KB 1664/2122 KB
==> test: 858/1542 KB 1668/2122 KB
==> test: 858/1542 KB 1672/2122 KB
==> test: 858/1542 KB 1672/2122 KB
==> test: 858/1542 KB 1676/2122 KB
==> test: 858/1542 KB 1680/2122 KB
==> test: 858/1542 KB 1680/2122 KB
==> test: 858/1542 KB 1684/2122 KB
==> test: 858/1542 KB 1688/2122 KB
==> test: 858/1542 KB 1688/2122 KB
==> test: 862/1542 KB 1688/2122 KB
864/1542 KB 1688/2122 KB
866/1542 KB 1688/2122 KB
870/1542 KB 1688/2122 KB
872/1542 KB 1688/2122 KB
874/1542 KB 1688/2122 KB
878/1542 KB 1688/2122 KB
880/1542 KB 1688/2122 KB
881/1542 KB 1688/2122 KB
885/1542 KB 1688/2122 KB
888/1542 KB 1688/2122 KB
889/1542 KB 1688/2122 KB
893/1542 KB 1688/2122 KB
896/1542 KB 1688/2122 KB
897/1542 KB 1688/2122 KB
==> test: 897/1542 KB 1692/2122 KB
==> test: 897/1542 KB 1695/2122 KB
==> test: 897/1542 KB 1696/2122 KB
==> test: 897/1542 KB 1700/2122 KB
==> test: 897/1542 KB 1703/2122 KB
==> test: 897/1542 KB 1704/2122 KB
==> test: 897/1542 KB 1708/2122 KB
==> test: 897/1542 KB 1711/2122 KB
==> test: 897/1542 KB 1712/2122 KB
==> test: 897/1542 KB 1716/2122 KB
==> test: 897/1542 KB 1719/2122 KB
==> test: 897/1542 KB 1720/2122 KB
==> test: 897/1542 KB 1724/2122 KB
==> test: 897/1542 KB 1727/2122 KB
==> test: 897/1542 KB 1728/2122 KB
==> test: 897/1542 KB 1732/2122 KB
==> test: 897/1542 KB 1734/2122 KB
==> test: 897/1542 KB 1736/2122 KB
==> test: 897/1542 KB 1740/2122 KB
==> test: 897/1542 KB 1742/2122 KB
==> test: 897/1542 KB 1744/2122 KB
==> test: 901/1542 KB 1744/2122 KB
==> test: 904/1542 KB 1744/2122 KB
==> test: 905/1542 KB 1744/2122 KB
==> test: 909/1542 KB 1744/2122 KB
==> test: 912/1542 KB 1744/2122 KB
==> test: 913/1542 KB 1744/2122 KB
==> test: 917/1542 KB 1744/2122 KB
==> test: 920/1542 KB 1744/2122 KB
==> test: 921/1542 KB 1744/2122 KB
==> test: 925/1542 KB 1744/2122 KB
==> test: 928/1542 KB 1744/2122 KB
==> test: 928/1542 KB 1744/2122 KB
==> test: 932/1542 KB 1744/2122 KB
==> test: 936/1542 KB 1744/2122 KB
==> test: 936/1542 KB 1744/2122 KB
==> test: 936/1542 KB 1748/2122 KB
==> test: 936/1542 KB 1750/2122 KB
936/1542 KB 1752/2122 KB
936/1542 KB 1756/2122 KB
==> test: 936/1542 KB 1758/2122 KB
==> test: 936/1542 KB 1760/2122 KB
==> test: 936/1542 KB 1764/2122 KB
==> test: 936/1542 KB 1766/2122 KB
==> test: 936/1542 KB 1768/2122 KB
==> test: 936/1542 KB 1772/2122 KB
==> test: 936/1542 KB 1774/2122 KB
==> test: 936/1542 KB 1776/2122 KB
==> test: 936/1542 KB 1780/2122 KB
==> test: 936/1542 KB 1781/2122 KB
==> test: 936/1542 KB 1784/2122 KB
==> test: 936/1542 KB 1788/2122 KB
==> test: 936/1542 KB 1789/2122 KB
==> test: 936/1542 KB 1792/2122 KB
==> test: 936/1542 KB 1796/2122 KB
==> test: 936/1542 KB 1797/2122 KB
==> test: 936/1542 KB 1800/2122 KB
==> test: 936/1542 KB 1804/2122 KB
==> test: 936/1542 KB 1805/2122 KB
==> test: 940/1542 KB 1805/2122 KB
==> test: 944/1542 KB 1805/2122 KB
==> test: 944/1542 KB 1805/2122 KB
==> test: 948/1542 KB 1805/2122 KB
==> test: 952/1542 KB 1805/2122 KB
==> test: 952/1542 KB 1805/2122 KB
==> test: 956/1542 KB 1805/2122 KB
==> test: 960/1542 KB 1805/2122 KB
==> test: 960/1542 KB 1805/2122 KB
==> test: 964/1542 KB 1805/2122 KB
==> test: 967/1542 KB 1805/2122 KB
==> test: 968/1542 KB 1805/2122 KB
==> test: 972/1542 KB 1805/2122 KB
==> test: 975/1542 KB 1805/2122 KB
==> test: 976/1542 KB 1805/2122 KB
==> test: 976/1542 KB 1808/2122 KB
976/1542 KB 1812/2122 KB
976/1542 KB 1813/2122 KB
976/1542 KB 1816/2122 KB
==> test: 976/1542 KB 1820/2122 KB
==> test: 976/1542 KB 1824/2122 KB
==> test: 976/1542 KB 1824/2122 KB
==> test: 976/1542 KB 1828/2122 KB
==> test: 976/1542 KB 1832/2122 KB
==> test: 976/1542 KB 1832/2122 KB
==> test: 976/1542 KB 1836/2122 KB
==> test: 976/1542 KB 1840/2122 KB
==> test: 976/1542 KB 1840/2122 KB
==> test: 976/1542 KB 1844/2122 KB
==> test: 976/1542 KB 1848/2122 KB
==> test: 976/1542 KB 1848/2122 KB
==> test: 976/1542 KB 1852/2122 KB
==> test: 976/1542 KB 1856/2122 KB
==> test: 976/1542 KB 1856/2122 KB
==> test: 976/1542 KB 1859/2122 KB
==> test: 976/1542 KB 1863/2122 KB
==> test: 976/1542 KB 1864/2122 KB
==> test: 980/1542 KB 1864/2122 KB
983/1542 KB 1864/2122 KB
984/1542 KB 1864/2122 KB
988/1542 KB 1864/2122 KB
991/1542 KB 1864/2122 KB
992/1542 KB 1864/2122 KB
==> test: 996/1542 KB 1864/2122 KB
==> test: 999/1542 KB 1864/2122 KB
==> test: 1000/1542 KB 1864/2122 KB
==> test: 1004/1542 KB 1864/2122 KB
==> test: 1006/1542 KB 1864/2122 KB
==> test: 1008/1542 KB 1864/2122 KB
==> test: 1012/1542 KB 1864/2122 KB
==> test: 1014/1542 KB 1864/2122 KB
==> test: 1016/1542 KB 1864/2122 KB
==> test: 1016/1542 KB 1867/2122 KB
==> test: 1016/1542 KB 1871/2122 KB
==> test: 1016/1542 KB 1872/2122 KB
==> test: 1016/1542 KB 1875/2122 KB
==> test: 1016/1542 KB 1879/2122 KB
==> test: 1016/1542 KB 1880/2122 KB
==> test: 1016/1542 KB 1883/2122 KB
==> test: 1016/1542 KB 1887/2122 KB
==> test: 1016/1542 KB 1888/2122 KB
==> test: 1016/1542 KB 1891/2122 KB
==> test: 1016/1542 KB 1895/2122 KB
==> test: 1016/1542 KB 1896/2122 KB
==> test: 1016/1542 KB 1899/2122 KB
==> test: 1016/1542 KB 1903/2122 KB
==> test: 1016/1542 KB 1904/2122 KB
==> test: 1016/1542 KB 1906/2122 KB
==> test: 1016/1542 KB 1910/2122 KB
==> test: 1016/1542 KB 1912/2122 KB
==> test: 1016/1542 KB 1914/2122 KB
==> test: 1016/1542 KB 1918/2122 KB
==> test: 1016/1542 KB 1920/2122 KB
==> test: 1016/1542 KB 1922/2122 KB
==> test: 1020/1542 KB 1922/2122 KB
1022/1542 KB 1922/2122 KB
1024/1542 KB 1922/2122 KB
1028/1542 KB 1922/2122 KB
1030/1542 KB 1922/2122 KB
==> test: 1032/1542 KB 1922/2122 KB
==> test: 1036/1542 KB 1922/2122 KB
==> test: 1038/1542 KB 1922/2122 KB
==> test: 1040/1542 KB 1922/2122 KB
==> test: 1044/1542 KB 1922/2122 KB
==> test: 1046/1542 KB 1922/2122 KB
==> test: 1048/1542 KB 1922/2122 KB
==> test: 1052/1542 KB 1922/2122 KB
==> test: 1053/1542 KB 1922/2122 KB
==> test: 1056/1542 KB 1922/2122 KB
==> test: 1060/1542 KB 1922/2122 KB
==> test: 1061/1542 KB 1922/2122 KB
==> test: 1061/1542 KB 1926/2122 KB
1061/1542 KB 1928/2122 KB
1061/1542 KB 1930/2122 KB
1061/1542 KB 1934/2122 KB
1061/1542 KB 1936/2122 KB
1061/1542 KB 1938/2122 KB
==> test: 1061/1542 KB 1942/2122 KB
==> test: 1061/1542 KB 1944/2122 KB
==> test: 1061/1542 KB 1945/2122 KB
==> test: 1061/1542 KB 1949/2122 KB
==> test: 1061/1542 KB 1952/2122 KB
==> test: 1061/1542 KB 1953/2122 KB
==> test: 1061/1542 KB 1957/2122 KB
==> test: 1061/1542 KB 1960/2122 KB
==> test: 1061/1542 KB 1961/2122 KB
==> test: 1061/1542 KB 1965/2122 KB
==> test: 1061/1542 KB 1968/2122 KB
==> test: 1061/1542 KB 1969/2122 KB
==> test: 1061/1542 KB 1973/2122 KB
==> test: 1061/1542 KB 1976/2122 KB
==> test: 1061/1542 KB 1977/2122 KB
==> test: 1061/1542 KB 1981/2122 KB
==> test: 1061/1542 KB 1984/2122 KB
==> test: 1061/1542 KB 1984/2122 KB
==> test: 1064/1542 KB 1984/2122 KB
1068/1542 KB 1984/2122 KB
1069/1542 KB 1984/2122 KB
1072/1542 KB 1984/2122 KB
1076/1542 KB 1984/2122 KB
1077/1542 KB 1984/2122 KB
1080/1542 KB 1984/2122 KB
1084/1542 KB 1984/2122 KB
1085/1542 KB 1984/2122 KB
1088/1542 KB 1984/2122 KB
1092/1542 KB 1984/2122 KB
1096/1542 KB 1984/2122 KB
1096/1542 KB 1984/2122 KB
==> test: 1100/1542 KB 1984/2122 KB
==> test: 1100/1542 KB 1988/2122 KB
==> test: 1100/1542 KB 1992/2122 KB
==> test: 1100/1542 KB 1992/2122 KB
==> test: 1100/1542 KB 1996/2122 KB
==> test: 1100/1542 KB 2000/2122 KB
==> test: 1100/1542 KB 2000/2122 KB
==> test: 1100/1542 KB 2004/2122 KB
==> test: 1100/1542 KB 2008/2122 KB
==> test: 1100/1542 KB 2008/2122 KB
==> test: 1100/1542 KB 2012/2122 KB
==> test: 1100/1542 KB 2016/2122 KB
==> test: 1100/1542 KB 2016/2122 KB
==> test: 1100/1542 KB 2020/2122 KB
==> test: 1100/1542 KB 2024/2122 KB
==> test: 1100/1542 KB 2024/2122 KB
==> test: 1100/1542 KB 2028/2122 KB
==> test: 1100/1542 KB 2031/2122 KB
==> test: 1100/1542 KB 2032/2122 KB
==> test: 1100/1542 KB 2036/2122 KB
==> test: 1100/1542 KB 2039/2122 KB
==> test: 1100/1542 KB 2040/2122 KB
==> test: 1100/1542 KB 2044/2122 KB
==> test: 1100/1542 KB 2047/2122 KB
==> test: 1100/1542 KB 2048/2122 KB
==> test: 1104/1542 KB 2048/2122 KB
1104/1542 KB 2048/2122 KB
==> test: 1108/1542 KB 2048/2122 KB
==> test: 1112/1542 KB 2048/2122 KB
==> test: 1112/1542 KB 2048/2122 KB
==> test: 1116/1542 KB 2048/2122 KB
==> test: 1120/1542 KB 2048/2122 KB
==> test: 1120/1542 KB 2048/2122 KB
==> test: 1124/1542 KB 2048/2122 KB
==> test: 1128/1542 KB 2048/2122 KB
==> test: 1128/1542 KB 2048/2122 KB
==> test: 1131/1542 KB 2048/2122 KB
==> test: 1135/1542 KB 2048/2122 KB
==> test: 1136/1542 KB 2048/2122 KB
==> test: 1139/1542 KB 2048/2122 KB
==> test: 1143/1542 KB 2048/2122 KB
==> test: 1144/1542 KB 2048/2122 KB
==> test: 1147/1542 KB 2048/2122 KB
==> test: 1147/1542 KB 2052/2122 KB
==> test: 1147/1542 KB 2055/2122 KB
==> test: 1147/1542 KB 2056/2122 KB
==> test: 1147/1542 KB 2060/2122 KB
==> test: 1147/1542 KB 2063/2122 KB
==> test: 1147/1542 KB 2064/2122 KB
==> test: 1147/1542 KB 2068/2122 KB
==> test: 1147/1542 KB 2070/2122 KB
==> test: 1147/1542 KB 2072/2122 KB
==> test: 1147/1542 KB 2076/2122 KB
==> test: 1147/1542 KB 2078/2122 KB
==> test: 1147/1542 KB 2080/2122 KB
==> test: 1147/1542 KB 2084/2122 KB
==> test: 1147/1542 KB 2086/2122 KB
==> test: 1147/1542 KB 2088/2122 KB
==> test: 1147/1542 KB 2092/2122 KB
==> test: 1147/1542 KB 2094/2122 KB
==> test: 1147/1542 KB 2096/2122 KB
==> test: 1147/1542 KB 2100/2122 KB
==> test: 1147/1542 KB 2102/2122 KB
==> test: 1147/1542 KB 2104/2122 KB
==> test: 1147/1542 KB 2108/2122 KB
==> test: 1147/1542 KB 2109/2122 KB
==> test: 1151/1542 KB 2109/2122 KB
==> test: 1152/1542 KB 2109/2122 KB
==> test: 1155/1542 KB 2109/2122 KB
==> test: 1159/1542 KB 2109/2122 KB
==> test: 1160/1542 KB 2109/2122 KB
==> test: 1163/1542 KB 2109/2122 KB
==> test: 1167/1542 KB 2109/2122 KB
==> test: 1168/1542 KB 2109/2122 KB
==> test: 1171/1542 KB 2109/2122 KB
==> test: 1175/1542 KB 2109/2122 KB
==> test: 1176/1542 KB 2109/2122 KB
==> test: 1178/1542 KB 2109/2122 KB
==> test: 1182/1542 KB 2109/2122 KB
==> test: 1184/1542 KB 2109/2122 KB
==> test: 1186/1542 KB 2109/2122 KB
==> test: 1186/1542 KB 2112/2122 KB
==> test: 1186/1542 KB 2116/2122 KB
1186/1542 KB 2117/2122 KB
==> test: 1186/1542 KB 2120/2122 KB
1186/1542 KB 2122/2122 KB
==> test: 1190/1542 KB 2122/2122 KB
==> test: 1192/1542 KB 2122/2122 KB
==> test: 1194/1542 KB 2122/2122 KB
==> test: 1198/1542 KB 2122/2122 KB
==> test: 1200/1542 KB 2122/2122 KB
==> test: 1202/1542 KB 2122/2122 KB
==> test: 1206/1542 KB 2122/2122 KB
==> test: 1208/1542 KB 2122/2122 KB
==> test: 1210/1542 KB 2122/2122 KB
==> test: 1214/1542 KB 2122/2122 KB
==> test: 1216/1542 KB 2122/2122 KB
==> test: 1217/1542 KB 2122/2122 KB
==> test: 1221/1542 KB 2122/2122 KB
==> test: 1224/1542 KB 2122/2122 KB
==> test: 1225/1542 KB 2122/2122 KB
==> test: 1229/1542 KB 2122/2122 KB
==> test: 1232/1542 KB 2122/2122 KB
==> test: 1233/1542 KB 2122/2122 KB
==> test: 1237/1542 KB 2122/2122 KB
==> test: 1240/1542 KB 2122/2122 KB
==> test: 1241/1542 KB 2122/2122 KB
==> test: 1245/1542 KB 2122/2122 KB
==> test: 1248/1542 KB 2122/2122 KB
==> test: 1249/1542 KB 2122/2122 KB
==> test: 1253/1542 KB 2122/2122 KB
==> test: 1256/1542 KB 2122/2122 KB
==> test: 1260/1542 KB 2122/2122 KB
==> test: 1264/1542 KB 2122/2122 KB
==> test: 1264/1542 KB 2122/2122 KB
==> test: 1268/1542 KB 2122/2122 KB
==> test: 1272/1542 KB 2122/2122 KB
==> test: 1272/1542 KB 2122/2122 KB
==> test: 1276/1542 KB 2122/2122 KB
==> test: 1280/1542 KB 2122/2122 KB
==> test: 1280/1542 KB 2122/2122 KB
==> test: 1284/1542 KB 2122/2122 KB
==> test: 1288/1542 KB 2122/2122 KB
==> test: 1288/1542 KB 2122/2122 KB
==> test: 1292/1542 KB 2122/2122 KB
==> test: 1296/1542 KB 2122/2122 KB
==> test: 1296/1542 KB 2122/2122 KB
==> test: 1300/1542 KB 2122/2122 KB
==> test: 1303/1542 KB 2122/2122 KB
==> test: 1304/1542 KB 2122/2122 KB
==> test: 1308/1542 KB 2122/2122 KB
==> test: 1311/1542 KB 2122/2122 KB
==> test: 1312/1542 KB 2122/2122 KB
==> test: 1316/1542 KB 2122/2122 KB
==> test: 1319/1542 KB 2122/2122 KB
==> test: 1320/1542 KB 2122/2122 KB
==> test: 1324/1542 KB 2122/2122 KB
==> test: 1327/1542 KB 2122/2122 KB
1328/1542 KB 2122/2122 KB
1332/1542 KB 2122/2122 KB
1335/1542 KB 2122/2122 KB
1336/1542 KB 2122/2122 KB
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/15.0/guava-15.0.jar (2122 KB at 572.2 KB/sec)
==> test: 1340/1542 KB
==> test: 1342/1542 KB
==> test: 1344/1542 KB
==> test: 1348/1542 KB
==> test: 1350/1542 KB
==> test: 1352/1542 KB
==> test: 1356/1542 KB
==> test: 1358/1542 KB
==> test: 1360/1542 KB
==> test: 1364/1542 KB
==> test: 1366/1542 KB
==> test: 1368/1542 KB
==> test: 1372/1542 KB
==> test: 1374/1542 KB
==> test: 1376/1542 KB
==> test: 1380/1542 KB
==> test: 1381/1542 KB
==> test: 1384/1542 KB
==> test: 1388/1542 KB
==> test: 1389/1542 KB
==> test: 1392/1542 KB
==> test: 1396/1542 KB
==> test: 1397/1542 KB
==> test: 1400/1542 KB
==> test: 1404/1542 KB
==> test: 1405/1542 KB
==> test: 1408/1542 KB
==> test: 1412/1542 KB
==> test: 1413/1542 KB
==> test: 1416/1542 KB
==> test: 1420/1542 KB
==> test: 1421/1542 KB
==> test: 1424/1542 KB
==> test: 1428/1542 KB
==> test: 1432/1542 KB
==> test: 1432/1542 KB
==> test: 1436/1542 KB
==> test: 1440/1542 KB
==> test: 1440/1542 KB
==> test: 1444/1542 KB
==> test: 1448/1542 KB
==> test: 1448/1542 KB
==> test: 1452/1542 KB
==> test: 1456/1542 KB
==> test: 1456/1542 KB
==> test: 1460/1542 KB
==> test: 1464/1542 KB
==> test: 1464/1542 KB
==> test: 1467/1542 KB
==> test: 1471/1542 KB
==> test: 1472/1542 KB
==> test: 1475/1542 KB
==> test: 1479/1542 KB
==> test: 1480/1542 KB
==> test: 1483/1542 KB
==> test: 1487/1542 KB
==> test: 1488/1542 KB
==> test: 1491/1542 KB
==> test: 1495/1542 KB
==> test: 1496/1542 KB
==> test: 1499/1542 KB
==> test: 1503/1542 KB
==> test: 1504/1542 KB
==> test: 1506/1542 KB
==> test: 1510/1542 KB
==> test: 1512/1542 KB
==> test: 1514/1542 KB
==> test: 1518/1542 KB
==> test: 1520/1542 KB
==> test: 1522/1542 KB
1526/1542 KB
1528/1542 KB
1530/1542 KB
1534/1542 KB
==> test: 1536/1542 KB
==> test: 1538/1542 KB
==> test: 1542/1542 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jgit/org.eclipse.jgit/2.0.0.201206130900-r/org.eclipse.jgit-2.0.0.201206130900-r.jar (1542 KB at 399.8 KB/sec)
==> test: [info] isPomProject is true and skipPoms is true, return
==> test: [INFO]
==> test: [INFO]
==> test: --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.8.2/junit-4.8.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 10.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 18.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 17.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/9/maven-parent-9.pom
==> test: 4/33 KB
==> test: 8/33 KB
==> test: 8/33 KB
==> test: 12/33 KB
==> test: 16/33 KB
==> test: 16/33 KB
==> test: 20/33 KB
==> test: 24/33 KB
==> test: 24/33 KB
==> test: 28/33 KB
==> test: 31/33 KB
==> test: 32/33 KB
==> test: 33/33 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 58.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (3 KB at 5.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/7/maven-parent-7.pom
==> test: 4/21 KB
==> test: 8/21 KB
==> test: 8/21 KB
==> test: 12/21 KB
==> test: 16/21 KB
==> test: 16/21 KB
==> test: 20/21 KB
==> test: 21/21 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 41.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
==> test: 765/765 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 1.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 KB at 26.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
==> test: 767/767 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
==> test: 588/588 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 1.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (7 KB at 12.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (2 KB at 3.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 KB at 30.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (2 KB at 3.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 7.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 3.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 14.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 8.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 18.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/16/maven-parent-16.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 47.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/7/apache-7.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/7/apache-7.pom (15 KB at 28.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 4.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 19.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/10/maven-parent-10.pom
==> test: 4/31 KB
==> test: 8/31 KB
==> test: 8/31 KB
==> test: 12/31 KB
==> test: 16/31 KB
==> test: 16/31 KB
==> test: 20/31 KB
==> test: 24/31 KB
==> test: 24/31 KB
==> test: 28/31 KB
==> test: 31/31 KB
==> test: 31/31 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 57.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (3 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 KB at 43.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (3 KB at 4.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (4 KB at 6.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
==> test: 3/3 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (3 KB at 5.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (3 KB at 4.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (2 KB at 3.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 3.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
==> test: 4/18 KB
==> test: 8/18 KB
==> test: 8/18 KB
==> test: 12/18 KB
==> test: 16/18 KB
==> test: 16/18 KB
==> test: 18/18 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 3.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 11.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
==> test: 738/738 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/1/apache-1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/1/apache-1.pom (4 KB at 6.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 28.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 15.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 10.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 12.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 30.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 5.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 3.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 4.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 11.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 2.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 5.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 3.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 14.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 4.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 15.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/velocity/velocity/1.5/velocity-1.5.pom
==> test: 4/383 KB
==> test: 8/383 KB
==> test: 8/383 KB
12/383 KB
16/383 KB
16/383 KB
20/383 KB
24/383 KB
24/383 KB
==> test: 28/383 KB
==> test: 31/383 KB
==> test: 32/383 KB
==> test: 36/383 KB
==> test: 40/383 KB
==> test: 40/383 KB
==> test: 44/383 KB
==> test: 48/383 KB
==> test: 48/383 KB
==> test: 52/383 KB
==> test: 56/383 KB
==> test: 56/383 KB
==> test: 60/383 KB
==> test: 64/383 KB
==> test: 64/383 KB
68/383 KB
72/383 KB
72/383 KB
==> test: 76/383 KB
==> test: 80/383 KB
==> test: 80/383 KB
==> test: 84/383 KB
==> test: 88/383 KB
==> test: 88/383 KB
==> test: 92/383 KB
==> test: 96/383 KB
==> test: 96/383 KB
==> test: 100/383 KB
==> test: 104/383 KB
==> test: 104/383 KB
==> test: 108/383 KB
==> test: 112/383 KB
==> test: 112/383 KB
==> test: 116/383 KB
==> test: 120/383 KB
==> test: 120/383 KB
==> test: 124/383 KB
==> test: 128/383 KB
==> test: 128/383 KB
==> test: 132/383 KB
==> test: 136/383 KB
==> test: 136/383 KB
==> test: 140/383 KB
==> test: 144/383 KB
==> test: 144/383 KB
==> test: 148/383 KB
==> test: 152/383 KB
==> test: 152/383 KB
==> test: 156/383 KB
==> test: 160/383 KB
==> test: 160/383 KB
==> test: 164/383 KB
==> test: 168/383 KB
==> test: 168/383 KB
==> test: 172/383 KB
==> test: 176/383 KB
==> test: 176/383 KB
==> test: 180/383 KB
==> test: 184/383 KB
==> test: 184/383 KB
==> test: 188/383 KB
==> test: 192/383 KB
==> test: 192/383 KB
==> test: 196/383 KB
==> test: 200/383 KB
==> test: 200/383 KB
==> test: 204/383 KB
==> test: 208/383 KB
==> test: 208/383 KB
==> test: 212/383 KB
==> test: 216/383 KB
==> test: 216/383 KB
==> test: 220/383 KB
==> test: 224/383 KB
==> test: 224/383 KB
==> test: 228/383 KB
==> test: 232/383 KB
==> test: 232/383 KB
==> test: 236/383 KB
==> test: 240/383 KB
==> test: 240/383 KB
==> test: 244/383 KB
==> test: 248/383 KB
==> test: 248/383 KB
==> test: 252/383 KB
==> test: 256/383 KB
==> test: 256/383 KB
==> test: 260/383 KB
==> test: 264/383 KB
==> test: 264/383 KB
==> test: 268/383 KB
==> test: 271/383 KB
==> test: 272/383 KB
==> test: 276/383 KB
==> test: 279/383 KB
==> test: 280/383 KB
==> test: 284/383 KB
==> test: 287/383 KB
==> test: 288/383 KB
==> test: 292/383 KB
==> test: 295/383 KB
==> test: 296/383 KB
==> test: 300/383 KB
==> test: 303/383 KB
==> test: 304/383 KB
==> test: 308/383 KB
==> test: 310/383 KB
==> test: 312/383 KB
==> test: 316/383 KB
==> test: 318/383 KB
==> test: 320/383 KB
==> test: 324/383 KB
==> test: 326/383 KB
==> test: 328/383 KB
==> test: 332/383 KB
==> test: 334/383 KB
==> test: 336/383 KB
==> test: 340/383 KB
==> test: 342/383 KB
==> test: 344/383 KB
==> test: 348/383 KB
==> test: 349/383 KB
==> test: 352/383 KB
==> test: 356/383 KB
==> test: 357/383 KB
==> test: 360/383 KB
==> test: 364/383 KB
==> test: 365/383 KB
==> test: 368/383 KB
372/383 KB
==> test: 373/383 KB
376/383 KB
==> test: 380/383 KB
==> test: 381/383 KB
==> test: 383/383 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/velocity/velocity/1.5/velocity-1.5.pom (383 KB at 265.9 KB/sec)
==> test: [WARNING]
==> test: The POM for org.apache.velocity:velocity:jar:1.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 21.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 18.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
==> test: 357/357 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 0.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
==> test: 866/866 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 1.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
==> test: 974/974 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 1.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
==> test: 163/163 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 0.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
==> test: 171/171 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 0.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 6.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 4.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/oro/oro/2.0.8/oro-2.0.8.pom
==> test: 140/140 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 0.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
==> test: 346/346 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 0.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137.pom (3 KB at 5.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.pom (2 KB at 2.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (6 KB at 10.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/ow2/1.3/ow2-1.3.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/ow2/1.3/ow2-1.3.pom (10 KB at 19.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.pom (2 KB at 2.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.8.2/junit-4.8.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
==> test: 4/232 KB
==> test: 8/232 KB
==> test: 8/232 KB
==> test: 12/232 KB
==> test: 16/232 KB
==> test: 16/232 KB
==> test: 20/232 KB
==> test: 24/232 KB
==> test: 24/232 KB
==> test: 28/232 KB
==> test: 31/232 KB
==> test: 32/232 KB
==> test: 36/232 KB
==> test: 40/232 KB
==> test: 40/232 KB
==> test: 44/232 KB
==> test: 48/232 KB
==> test: 48/232 KB
==> test: 52/232 KB
==> test: 56/232 KB
==> test: 56/232 KB
==> test: 60/232 KB
==> test: 64/232 KB
==> test: 64/232 KB
==> test: 68/232 KB
==> test: 72/232 KB
==> test: 72/232 KB
==> test: 76/232 KB
==> test: 80/232 KB
==> test: 80/232 KB
==> test: 84/232 KB
==> test: 88/232 KB
==> test: 88/232 KB
==> test: 92/232 KB
==> test: 96/232 KB
==> test: 96/232 KB
==> test: 100/232 KB
==> test: 104/232 KB
==> test: 104/232 KB
==> test: 108/232 KB
==> test: 112/232 KB
==> test: 112/232 KB
116/232 KB
120/232 KB
120/232 KB
124/232 KB
128/232 KB
128/232 KB
132/232 KB
136/232 KB
136/232 KB
==> test: 140/232 KB
==> test: 144/232 KB
==> test: 144/232 KB
==> test: 4/39 KB 144/232 KB
==> test: 4/10 KB 8/39 KB 144/232 KB
==> test: 4/245 KB 4/10 KB 8/39 KB 144/232 KB
==> test: 4/10 KB 4/39 KB 144/232 KB
==> test: 4/245 KB 4/10 KB 4/37 KB 8/39 KB 148/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 148/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 148/232 KB
==> test: 4/245 KB 4/10 KB 8/39 KB 148/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 152/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 152/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 156/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 160/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 160/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 164/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 168/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 168/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 172/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 176/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 176/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 180/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 184/232 KB
4/245 KB 4/10 KB 8/37 KB 8/39 KB 184/232 KB
==> test: 4/245 KB 4/10 KB 8/39 KB 144/232 KB
8/245 KB 4/10 KB 8/37 KB 8/39 KB 184/232 KB
8/245 KB 4/10 KB 8/37 KB 8/39 KB 184/232 KB
==> test: 8/245 KB 8/10 KB 8/37 KB 8/39 KB 184/232 KB
==> test: 8/245 KB 8/10 KB 8/37 KB 8/39 KB 184/232 KB
==> test: 8/245 KB 10/10 KB 8/37 KB 8/39 KB 184/232 KB
==> test: 8/245 KB 10/10 KB 12/37 KB 8/39 KB 184/232 KB
==> test: 8/245 KB 10/10 KB 12/37 KB 12/39 KB 184/232 KB
8/245 KB 10/10 KB 12/37 KB 16/39 KB 184/232 KB
8/245 KB 10/10 KB 12/37 KB 16/39 KB 184/232 KB
8/245 KB 10/10 KB 12/37 KB 20/39 KB 184/232 KB
8/245 KB 10/10 KB 12/37 KB 24/39 KB 184/232 KB
8/245 KB 10/10 KB 12/37 KB 24/39 KB 184/232 KB
==> test: 8/245 KB 10/10 KB 16/37 KB 24/39 KB 184/232 KB
8/245 KB 10/10 KB 16/37 KB 24/39 KB 184/232 KB
8/245 KB 10/10 KB 20/37 KB 24/39 KB 184/232 KB
8/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
8/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
==> test: 12/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
16/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
16/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
20/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 184/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 188/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 192/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 192/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 196/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 200/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 200/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 204/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 24/39 KB 208/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 208/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 212/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 216/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 216/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 220/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 224/232 KB
24/245 KB 10/10 KB 24/37 KB 24/39 KB 224/232 KB
==> test: 24/245 KB 10/10 KB 24/37 KB 28/39 KB 224/232 KB
24/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
24/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
24/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
28/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 24/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 28/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 32/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 32/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 32/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 32/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 36/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 37/37 KB 32/39 KB 224/232 KB
==> test: 32/245 KB 10/10 KB 37/37 KB 32/39 KB 224/232 KB
32/245 KB 10/10 KB 37/37 KB 36/39 KB 224/232 KB
32/245 KB 10/10 KB 37/37 KB 39/39 KB 224/232 KB
==> test: 36/245 KB 10/10 KB 37/37 KB 39/39 KB 224/232 KB
40/245 KB 10/10 KB 37/37 KB 39/39 KB 224/232 KB
40/245 KB 10/10 KB 37/37 KB 39/39 KB 224/232 KB
==> test: 40/245 KB 10/10 KB 37/37 KB 39/39 KB 228/232 KB
==> test: 40/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 44/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
48/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
48/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
52/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
56/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
56/245 KB 10/10 KB 37/37 KB 39/39 KB 232/232 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (10 KB at 12.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
==> test: 60/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 64/245 KB 37/37 KB 39/39 KB 232/232 KB
64/245 KB 37/37 KB 39/39 KB 232/232 KB
68/245 KB 37/37 KB 39/39 KB 232/232 KB
72/245 KB 37/37 KB 39/39 KB 232/232 KB
72/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 76/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 80/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 80/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 84/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 88/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test: 88/245 KB 37/37 KB 39/39 KB 232/232 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 39.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 KB at 40.8 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/4.8.2/junit-4.8.2.jar (232 KB at 243.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
==> test: 92/245 KB
==> test: 96/245 KB
96/245 KB
100/245 KB
104/245 KB
104/245 KB
==> test: 108/245 KB
==> test: 112/245 KB
==> test: 112/245 KB
==> test: 116/245 KB
==> test: 120/245 KB
==> test: 120/245 KB
==> test: 124/245 KB
==> test: 128/245 KB
==> test: 128/245 KB
==> test: 128/245 KB 4/13 KB
==> test: 128/245 KB 8/13 KB
==> test: 128/245 KB 8/13 KB
==> test: 128/245 KB 12/13 KB
==> test: 128/245 KB 13/13 KB
==> test: 132/245 KB 13/13 KB
==> test: 136/245 KB 13/13 KB
==> test: 136/245 KB 13/13 KB
==> test: 140/245 KB 13/13 KB
==> test: 144/245 KB 13/13 KB
==> test: 144/245 KB 13/13 KB
==> test: 148/245 KB 13/13 KB
==> test: 152/245 KB 13/13 KB
==> test: 152/245 KB 13/13 KB
==> test: 156/245 KB 13/13 KB
==> test: 160/245 KB 13/13 KB
==> test: 160/245 KB 13/13 KB
==> test: 160/245 KB 13/13 KB 4/17 KB
160/245 KB 13/13 KB 8/17 KB
160/245 KB 13/13 KB 8/17 KB
160/245 KB 13/13 KB 12/17 KB
160/245 KB 13/13 KB 16/17 KB
160/245 KB 13/13 KB 16/17 KB
160/245 KB 4/12 KB 13/13 KB 16/17 KB
160/245 KB 8/12 KB 13/13 KB 16/17 KB
160/245 KB 8/12 KB 13/13 KB 16/17 KB
160/245 KB 12/12 KB 13/13 KB 16/17 KB
==> test: 160/245 KB 12/12 KB 4/155 KB 13/13 KB 16/17 KB
==> test: 160/245 KB 12/12 KB 8/155 KB 13/13 KB 16/17 KB
==> test: 160/245 KB 12/12 KB 8/155 KB 13/13 KB 17/17 KB
==> test: 160/245 KB 12/12 KB 12/155 KB 13/13 KB 17/17 KB
==> test: 160/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 160/245 KB 12/12 KB 8/155 KB 13/13 KB 17/17 KB
==> test: 164/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 168/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 168/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 172/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 176/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 176/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 180/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 16/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 20/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 24/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 24/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 28/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 31/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 32/155 KB 13/13 KB 17/17 KB
==> test: 184/245 KB 12/12 KB 32/155 KB 13/13 KB 17/17 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 KB at 25.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
==> test: 188/245 KB 12/12 KB 32/155 KB 17/17 KB
192/245 KB 12/12 KB 32/155 KB 17/17 KB
192/245 KB 12/12 KB 32/155 KB 17/17 KB
==> test: 196/245 KB 12/12 KB 32/155 KB 17/17 KB
200/245 KB 12/12 KB 32/155 KB 17/17 KB
200/245 KB 12/12 KB 32/155 KB 17/17 KB
==> test: 200/245 KB 12/12 KB 36/155 KB 17/17 KB
==> test: 200/245 KB 12/12 KB 40/155 KB 17/17 KB
200/245 KB 12/12 KB 40/155 KB 17/17 KB
200/245 KB 12/12 KB 44/155 KB 17/17 KB
200/245 KB 12/12 KB 48/155 KB 17/17 KB
200/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 204/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 208/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 208/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 212/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 216/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 216/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 220/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 224/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 224/245 KB 12/12 KB 48/155 KB 17/17 KB
==> test: 224/245 KB 12/12 KB 52/155 KB 17/17 KB
224/245 KB 12/12 KB 56/155 KB 17/17 KB
224/245 KB 12/12 KB 56/155 KB 17/17 KB
224/245 KB 12/12 KB 60/155 KB 17/17 KB
224/245 KB 12/12 KB 64/155 KB 17/17 KB
224/245 KB 12/12 KB 64/155 KB 17/17 KB
==> test: 228/245 KB 12/12 KB 64/155 KB 17/17 KB
==> test: 232/245 KB 12/12 KB 64/155 KB 17/17 KB
==> test: 232/245 KB 12/12 KB 64/155 KB 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 29.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (12 KB at 19.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
==> test: 236/245 KB 64/155 KB
240/245 KB 64/155 KB
240/245 KB 68/155 KB
240/245 KB 72/155 KB
240/245 KB 72/155 KB
240/245 KB 76/155 KB
240/245 KB 80/155 KB
240/245 KB 80/155 KB
240/245 KB 84/155 KB
240/245 KB 88/155 KB
240/245 KB 88/155 KB
==> test: 240/245 KB 88/155 KB
==> test: 244/245 KB 88/155 KB
==> test: 245/245 KB 88/155 KB
==> test: 245/245 KB 4/1185 KB 88/155 KB
==> test: 245/245 KB 8/1185 KB 88/155 KB
==> test: 245/245 KB 8/1185 KB 88/155 KB
==> test: 245/245 KB 12/1185 KB 88/155 KB
==> test: 245/245 KB 16/1185 KB 88/155 KB
==> test: 245/245 KB 16/1185 KB 92/155 KB
245/245 KB 16/1185 KB 96/155 KB
245/245 KB 16/1185 KB 96/155 KB
245/245 KB 16/1185 KB 100/155 KB
245/245 KB 16/1185 KB 104/155 KB
==> test: 245/245 KB 16/1185 KB 104/155 KB
==> test: 245/245 KB 16/1185 KB 104/155 KB
==> test: 245/245 KB 20/1185 KB 104/155 KB
==> test: 245/245 KB 24/1185 KB 104/155 KB
==> test: 245/245 KB 24/1185 KB 104/155 KB
==> test: 245/245 KB 28/1185 KB 104/155 KB
==> test: 245/245 KB 31/1185 KB 104/155 KB
==> test: 245/245 KB 32/1185 KB 104/155 KB
==> test: 245/245 KB 32/1185 KB 104/155 KB
==> test: 245/245 KB 32/1185 KB 108/155 KB
245/245 KB 32/1185 KB 112/155 KB
245/245 KB 32/1185 KB 112/155 KB
245/245 KB 32/1185 KB 116/155 KB
245/245 KB 32/1185 KB 120/155 KB
245/245 KB 32/1185 KB 120/155 KB
245/245 KB 32/1185 KB 124/155 KB
245/245 KB 32/1185 KB 128/155 KB
==> test: 245/245 KB 36/1185 KB 128/155 KB
==> test: 245/245 KB 40/1185 KB 128/155 KB
==> test: 245/245 KB 40/1185 KB 128/155 KB
==> test: 245/245 KB 44/1185 KB 128/155 KB
==> test: 245/245 KB 48/1185 KB 128/155 KB
==> test: 245/245 KB 48/1185 KB 128/155 KB
==> test: 245/245 KB 48/1185 KB 128/155 KB
==> test: 245/245 KB 48/1185 KB 132/155 KB
==> test: 245/245 KB 48/1185 KB 136/155 KB
==> test: 245/245 KB 48/1185 KB 136/155 KB
==> test: 245/245 KB 48/1185 KB 140/155 KB
==> test: 245/245 KB 48/1185 KB 144/155 KB
==> test: 245/245 KB 48/1185 KB 144/155 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (245 KB at 140.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
==> test: 48/1185 KB 144/155 KB 4/298 KB
48/1185 KB 144/155 KB 8/298 KB
48/1185 KB 144/155 KB 8/298 KB
48/1185 KB 144/155 KB 12/298 KB
48/1185 KB 144/155 KB 16/298 KB
48/1185 KB 144/155 KB 16/298 KB
==> test: 52/1185 KB 144/155 KB 16/298 KB
56/1185 KB 144/155 KB 16/298 KB
56/1185 KB 144/155 KB 16/298 KB
==> test: 60/1185 KB 144/155 KB 16/298 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 4/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 8/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 8/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 12/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 16/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 16/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 20/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 24/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 24/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 28/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 31/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 32/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 32/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 36/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 40/256 KB
==> test: 64/1185 KB 144/155 KB 16/298 KB 40/256 KB
==> test: 64/1185 KB 148/155 KB 16/298 KB 40/256 KB
64/1185 KB 152/155 KB 16/298 KB 40/256 KB
64/1185 KB 152/155 KB 16/298 KB 40/256 KB
64/1185 KB 155/155 KB 16/298 KB 40/256 KB
==> test: 64/1185 KB 155/155 KB 20/298 KB 40/256 KB
64/1185 KB 155/155 KB 24/298 KB 40/256 KB
64/1185 KB 155/155 KB 24/298 KB 40/256 KB
64/1185 KB 155/155 KB 28/298 KB 40/256 KB
64/1185 KB 155/155 KB 31/298 KB 40/256 KB
64/1185 KB 155/155 KB 32/298 KB 40/256 KB
==> test: 68/1185 KB 155/155 KB 32/298 KB 40/256 KB
72/1185 KB 155/155 KB 32/298 KB 40/256 KB
72/1185 KB 155/155 KB 32/298 KB 40/256 KB
76/1185 KB 155/155 KB 32/298 KB 40/256 KB
80/1185 KB 155/155 KB 32/298 KB 40/256 KB
80/1185 KB 155/155 KB 32/298 KB 40/256 KB
84/1185 KB 155/155 KB 32/298 KB 40/256 KB
88/1185 KB 155/155 KB 32/298 KB 40/256 KB
88/1185 KB 155/155 KB 32/298 KB 40/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 44/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 48/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 48/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 52/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 56/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 56/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 60/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 64/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 64/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 68/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 72/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 72/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 76/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 32/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 36/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 40/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 40/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 44/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 48/298 KB 80/256 KB
==> test: 88/1185 KB 155/155 KB 48/298 KB 80/256 KB
==> test: 92/1185 KB 155/155 KB 48/298 KB 80/256 KB
==> test: 96/1185 KB 155/155 KB 48/298 KB 80/256 KB
==> test: 96/1185 KB 155/155 KB 48/298 KB 80/256 KB
100/1185 KB 155/155 KB 48/298 KB 80/256 KB
104/1185 KB 155/155 KB 48/298 KB 80/256 KB
104/1185 KB 155/155 KB 48/298 KB 80/256 KB
==> test: 104/1185 KB 155/155 KB 48/298 KB 84/256 KB
104/1185 KB 155/155 KB 48/298 KB 88/256 KB
104/1185 KB 155/155 KB 48/298 KB 88/256 KB
104/1185 KB 155/155 KB 48/298 KB 92/256 KB
104/1185 KB 155/155 KB 48/298 KB 96/256 KB
104/1185 KB 155/155 KB 48/298 KB 96/256 KB
104/1185 KB 155/155 KB 48/298 KB 100/256 KB
104/1185 KB 155/155 KB 48/298 KB 104/256 KB
104/1185 KB 155/155 KB 48/298 KB 104/256 KB
104/1185 KB 155/155 KB 48/298 KB 108/256 KB
104/1185 KB 155/155 KB 48/298 KB 112/256 KB
104/1185 KB 155/155 KB 48/298 KB 112/256 KB
104/1185 KB 155/155 KB 48/298 KB 116/256 KB
104/1185 KB 155/155 KB 48/298 KB 120/256 KB
104/1185 KB 155/155 KB 48/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 52/298 KB 120/256 KB
104/1185 KB 155/155 KB 56/298 KB 120/256 KB
104/1185 KB 155/155 KB 56/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 60/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 64/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 64/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 68/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 72/298 KB 120/256 KB
==> test: 104/1185 KB 155/155 KB 72/298 KB 120/256 KB
==> test: 108/1185 KB 155/155 KB 72/298 KB 120/256 KB
112/1185 KB 155/155 KB 72/298 KB 120/256 KB
112/1185 KB 155/155 KB 72/298 KB 120/256 KB
116/1185 KB 155/155 KB 72/298 KB 120/256 KB
120/1185 KB 155/155 KB 72/298 KB 120/256 KB
120/1185 KB 155/155 KB 72/298 KB 120/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 124/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 128/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 128/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 132/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 136/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 136/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 140/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 4/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 8/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 8/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 12/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 16/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 16/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 20/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 24/30 KB 144/256 KB
==> test: 120/1185 KB 155/155 KB 72/298 KB 8/30 KB 144/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 148/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 152/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 152/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 156/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 160/256 KB
120/1185 KB 155/155 KB 72/298 KB 24/30 KB 160/256 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 141.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar
==> test: 120/1185 KB 76/298 KB 24/30 KB 160/256 KB
120/1185 KB 80/298 KB 24/30 KB 160/256 KB
120/1185 KB 80/298 KB 24/30 KB 160/256 KB
==> test: 120/1185 KB 84/298 KB 24/30 KB 160/256 KB
120/1185 KB 88/298 KB 24/30 KB 160/256 KB
120/1185 KB 88/298 KB 24/30 KB 160/256 KB
==> test: 124/1185 KB 88/298 KB 24/30 KB 160/256 KB
128/1185 KB 88/298 KB 24/30 KB 160/256 KB
128/1185 KB 88/298 KB 24/30 KB 160/256 KB
==> test: 132/1185 KB 88/298 KB 24/30 KB 160/256 KB
136/1185 KB 88/298 KB 24/30 KB 160/256 KB
136/1185 KB 88/298 KB 24/30 KB 160/256 KB
140/1185 KB 88/298 KB 24/30 KB 160/256 KB
144/1185 KB 88/298 KB 24/30 KB 160/256 KB
144/1185 KB 88/298 KB 24/30 KB 160/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 164/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 168/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 168/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 172/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 176/256 KB
==> test: 144/1185 KB 88/298 KB 24/30 KB 176/256 KB
144/1185 KB 88/298 KB 28/30 KB 176/256 KB
144/1185 KB 88/298 KB 30/30 KB 176/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 176/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 180/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 184/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 184/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 188/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 192/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 192/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 196/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 200/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 200/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 204/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 208/256 KB
==> test: 144/1185 KB 88/298 KB 30/30 KB 208/256 KB
==> test: 144/1185 KB 92/298 KB 30/30 KB 208/256 KB
144/1185 KB 96/298 KB 30/30 KB 208/256 KB
144/1185 KB 96/298 KB 30/30 KB 208/256 KB
144/1185 KB 100/298 KB 30/30 KB 208/256 KB
144/1185 KB 104/298 KB 30/30 KB 208/256 KB
144/1185 KB 104/298 KB 30/30 KB 208/256 KB
144/1185 KB 108/298 KB 30/30 KB 208/256 KB
144/1185 KB 112/298 KB 30/30 KB 208/256 KB
144/1185 KB 112/298 KB 30/30 KB 208/256 KB
==> test: 148/1185 KB 112/298 KB 30/30 KB 208/256 KB
152/1185 KB 112/298 KB 30/30 KB 208/256 KB
152/1185 KB 112/298 KB 30/30 KB 208/256 KB
156/1185 KB 112/298 KB 30/30 KB 208/256 KB
160/1185 KB 112/298 KB 30/30 KB 208/256 KB
160/1185 KB 112/298 KB 30/30 KB 208/256 KB
164/1185 KB 112/298 KB 30/30 KB 208/256 KB
168/1185 KB 112/298 KB 30/30 KB 208/256 KB
168/1185 KB 112/298 KB 30/30 KB 208/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 212/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 216/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 216/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 220/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 224/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 224/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 228/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 232/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 232/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 236/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 240/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 240/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 244/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 248/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 248/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 252/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 256/256 KB
==> test: 168/1185 KB 112/298 KB 30/30 KB 256/256 KB
==> test: 168/1185 KB 116/298 KB 30/30 KB 256/256 KB
168/1185 KB 120/298 KB 30/30 KB 256/256 KB
==> test: 168/1185 KB 120/298 KB 30/30 KB 256/256 KB
168/1185 KB 124/298 KB 30/30 KB 256/256 KB
168/1185 KB 128/298 KB 30/30 KB 256/256 KB
168/1185 KB 128/298 KB 30/30 KB 256/256 KB
==> test: 172/1185 KB 128/298 KB 30/30 KB 256/256 KB
176/1185 KB 128/298 KB 30/30 KB 256/256 KB
176/1185 KB 128/298 KB 30/30 KB 256/256 KB
180/1185 KB 128/298 KB 30/30 KB 256/256 KB
184/1185 KB 128/298 KB 30/30 KB 256/256 KB
184/1185 KB 128/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 132/298 KB 30/30 KB 256/256 KB
184/1185 KB 136/298 KB 30/30 KB 256/256 KB
184/1185 KB 136/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 140/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 144/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 144/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 148/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 152/298 KB 30/30 KB 256/256 KB
==> test: 184/1185 KB 152/298 KB 30/30 KB 256/256 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 54.6 KB/sec)
==> test: 188/1185 KB 152/298 KB 256/256 KB
192/1185 KB 152/298 KB 256/256 KB
192/1185 KB 152/298 KB 256/256 KB
196/1185 KB 152/298 KB 256/256 KB
200/1185 KB 152/298 KB 256/256 KB
200/1185 KB 152/298 KB 256/256 KB
204/1185 KB 152/298 KB 256/256 KB
208/1185 KB 152/298 KB 256/256 KB
208/1185 KB 152/298 KB 256/256 KB
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar
==> test: 4/50 KB 208/1185 KB 152/298 KB 256/256 KB
8/50 KB 208/1185 KB 152/298 KB 256/256 KB
8/50 KB 208/1185 KB 152/298 KB 256/256 KB
12/50 KB 208/1185 KB 152/298 KB 256/256 KB
16/50 KB 208/1185 KB 152/298 KB 256/256 KB
16/50 KB 208/1185 KB 152/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 156/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 160/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 160/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 164/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 168/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 168/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 172/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 176/298 KB 256/256 KB
==> test: 16/50 KB 208/1185 KB 176/298 KB 256/256 KB
==> test: 16/50 KB 212/1185 KB 176/298 KB 256/256 KB
16/50 KB 216/1185 KB 176/298 KB 256/256 KB
16/50 KB 216/1185 KB 176/298 KB 256/256 KB
16/50 KB 220/1185 KB 176/298 KB 256/256 KB
16/50 KB 224/1185 KB 176/298 KB 256/256 KB
16/50 KB 224/1185 KB 176/298 KB 256/256 KB
16/50 KB 228/1185 KB 176/298 KB 256/256 KB
16/50 KB 232/1185 KB 176/298 KB 256/256 KB
16/50 KB 232/1185 KB 176/298 KB 256/256 KB
==> test: 20/50 KB 232/1185 KB 176/298 KB 256/256 KB
24/50 KB 232/1185 KB 176/298 KB 256/256 KB
24/50 KB 232/1185 KB 176/298 KB 256/256 KB
28/50 KB 232/1185 KB 176/298 KB 256/256 KB
32/50 KB 232/1185 KB 176/298 KB 256/256 KB
32/50 KB 232/1185 KB 176/298 KB 256/256 KB
32/50 KB 232/1185 KB 176/298 KB 256/256 KB
32/50 KB 232/1185 KB 176/298 KB 256/256 KB
36/50 KB 232/1185 KB 176/298 KB 256/256 KB
40/50 KB 232/1185 KB 176/298 KB 256/256 KB
40/50 KB 232/1185 KB 176/298 KB 256/256 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 290.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar
==> test: 40/50 KB 232/1185 KB 180/298 KB
==> test: 40/50 KB 232/1185 KB 184/298 KB
==> test: 40/50 KB 232/1185 KB 184/298 KB
==> test: 40/50 KB 232/1185 KB 188/298 KB
==> test: 40/50 KB 232/1185 KB 192/298 KB
==> test: 40/50 KB 232/1185 KB 192/298 KB
==> test: 40/50 KB 232/1185 KB 196/298 KB
==> test: 40/50 KB 232/1185 KB 200/298 KB
==> test: 40/50 KB 232/1185 KB 200/298 KB
==> test: 40/50 KB 236/1185 KB 200/298 KB
==> test: 40/50 KB 240/1185 KB 200/298 KB
==> test: 40/50 KB 240/1185 KB 200/298 KB
==> test: 40/50 KB 244/1185 KB 200/298 KB
==> test: 40/50 KB 248/1185 KB 200/298 KB
==> test: 40/50 KB 248/1185 KB 200/298 KB
==> test: 40/50 KB 252/1185 KB 200/298 KB
==> test: 40/50 KB 256/1185 KB 200/298 KB
==> test: 40/50 KB 256/1185 KB 200/298 KB
==> test: 44/50 KB 256/1185 KB 200/298 KB
48/50 KB 256/1185 KB 200/298 KB
48/50 KB 256/1185 KB 200/298 KB
50/50 KB 256/1185 KB 200/298 KB
==> test: 50/50 KB 256/1185 KB 204/298 KB
==> test: 50/50 KB 256/1185 KB 208/298 KB
==> test: 50/50 KB 256/1185 KB 208/298 KB
==> test: 50/50 KB 256/1185 KB 212/298 KB
==> test: 50/50 KB 256/1185 KB 216/298 KB
==> test: 50/50 KB 256/1185 KB 216/298 KB
==> test: 50/50 KB 256/1185 KB 220/298 KB
==> test: 50/50 KB 256/1185 KB 224/298 KB
==> test: 50/50 KB 256/1185 KB 224/298 KB
==> test: 50/50 KB 260/1185 KB 224/298 KB
==> test: 50/50 KB 264/1185 KB 224/298 KB
50/50 KB 264/1185 KB 224/298 KB
50/50 KB 268/1185 KB 224/298 KB
50/50 KB 271/1185 KB 224/298 KB
50/50 KB 272/1185 KB 224/298 KB
50/50 KB 276/1185 KB 224/298 KB
50/50 KB 279/1185 KB 224/298 KB
50/50 KB 280/1185 KB 224/298 KB
==> test: 50/50 KB 280/1185 KB 228/298 KB
==> test: 4/52 KB 50/50 KB 280/1185 KB 232/298 KB
==> test: 4/52 KB 50/50 KB 280/1185 KB 232/298 KB
==> test: 4/52 KB 50/50 KB 280/1185 KB 228/298 KB
==> test: 8/52 KB 50/50 KB 280/1185 KB 232/298 KB
==> test: 8/52 KB 50/50 KB 280/1185 KB 232/298 KB
==> test: 12/52 KB 50/50 KB 280/1185 KB 232/298 KB
==> test: 16/52 KB 50/50 KB 280/1185 KB 236/298 KB
==> test: 16/52 KB 50/50 KB 280/1185 KB 236/298 KB
==> test: 20/52 KB 50/50 KB 280/1185 KB 236/298 KB
==> test: 24/52 KB 50/50 KB 284/1185 KB 236/298 KB
24/52 KB 50/50 KB 284/1185 KB 236/298 KB
12/52 KB 50/50 KB 280/1185 KB 236/298 KB
24/52 KB 50/50 KB 284/1185 KB 240/298 KB
24/52 KB 50/50 KB 284/1185 KB 240/298 KB
24/52 KB 50/50 KB 284/1185 KB 244/298 KB
24/52 KB 50/50 KB 284/1185 KB 248/298 KB
24/52 KB 50/50 KB 284/1185 KB 248/298 KB
20/52 KB 50/50 KB 284/1185 KB 236/298 KB
24/52 KB 50/50 KB 287/1185 KB 248/298 KB
24/52 KB 50/50 KB 288/1185 KB 248/298 KB
24/52 KB 50/50 KB 292/1185 KB 248/298 KB
24/52 KB 50/50 KB 295/1185 KB 248/298 KB
24/52 KB 50/50 KB 296/1185 KB 248/298 KB
24/52 KB 50/50 KB 300/1185 KB 248/298 KB
24/52 KB 50/50 KB 303/1185 KB 248/298 KB
24/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 28/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 31/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 32/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 32/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 36/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 40/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 40/52 KB 50/50 KB 304/1185 KB 248/298 KB
==> test: 40/52 KB 50/50 KB 304/1185 KB 252/298 KB
40/52 KB 50/50 KB 304/1185 KB 256/298 KB
40/52 KB 50/50 KB 304/1185 KB 256/298 KB
==> test: 44/52 KB 50/50 KB 304/1185 KB 256/298 KB
==> test: 48/52 KB 50/50 KB 304/1185 KB 256/298 KB
==> test: 48/52 KB 50/50 KB 304/1185 KB 260/298 KB
48/52 KB 50/50 KB 304/1185 KB 264/298 KB
48/52 KB 50/50 KB 304/1185 KB 264/298 KB
48/52 KB 50/50 KB 304/1185 KB 268/298 KB
48/52 KB 50/50 KB 304/1185 KB 271/298 KB
48/52 KB 50/50 KB 304/1185 KB 272/298 KB
==> test: 48/52 KB 50/50 KB 304/1185 KB 272/298 KB
==> test: 48/52 KB 50/50 KB 308/1185 KB 272/298 KB
==> test: 48/52 KB 50/50 KB 310/1185 KB 272/298 KB
48/52 KB 50/50 KB 312/1185 KB 272/298 KB
48/52 KB 50/50 KB 316/1185 KB 272/298 KB
48/52 KB 50/50 KB 318/1185 KB 272/298 KB
48/52 KB 50/50 KB 320/1185 KB 272/298 KB
48/52 KB 50/50 KB 324/1185 KB 272/298 KB
48/52 KB 50/50 KB 326/1185 KB 272/298 KB
48/52 KB 50/50 KB 328/1185 KB 272/298 KB
==> test: 48/52 KB 50/50 KB 328/1185 KB 4/15 KB 272/298 KB
48/52 KB 50/50 KB 328/1185 KB 8/15 KB 272/298 KB
48/52 KB 50/50 KB 328/1185 KB 8/15 KB 272/298 KB
48/52 KB 50/50 KB 328/1185 KB 12/15 KB 272/298 KB
48/52 KB 50/50 KB 328/1185 KB 15/15 KB 272/298 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 KB at 75.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar
==> test: 52/52 KB 328/1185 KB 15/15 KB 272/298 KB
==> test: 52/52 KB 328/1185 KB 15/15 KB 276/298 KB
52/52 KB 328/1185 KB 15/15 KB 279/298 KB
52/52 KB 328/1185 KB 15/15 KB 280/298 KB
52/52 KB 328/1185 KB 15/15 KB 284/298 KB
52/52 KB 328/1185 KB 15/15 KB 287/298 KB
52/52 KB 328/1185 KB 15/15 KB 288/298 KB
52/52 KB 328/1185 KB 15/15 KB 292/298 KB
52/52 KB 328/1185 KB 15/15 KB 295/298 KB
52/52 KB 328/1185 KB 15/15 KB 296/298 KB
==> test: 52/52 KB 328/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 332/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 334/1185 KB 15/15 KB 298/298 KB
52/52 KB 336/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 340/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 342/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 344/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 348/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 349/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 352/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 356/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 357/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 360/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 364/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 365/1185 KB 15/15 KB 298/298 KB
==> test: 52/52 KB 368/1185 KB 15/15 KB 298/298 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 KB at 28.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 207.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 KB at 77.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/velocity/velocity/1.5/velocity-1.5.jar
==> test: 372/1185 KB
373/1185 KB
376/1185 KB
380/1185 KB
381/1185 KB
==> test: 381/1185 KB 4/37 KB
381/1185 KB 8/37 KB
381/1185 KB 8/37 KB
381/1185 KB 12/37 KB
381/1185 KB 16/37 KB
381/1185 KB 16/37 KB
381/1185 KB 20/37 KB
381/1185 KB 24/37 KB
==> test: 384/1185 KB 24/37 KB
388/1185 KB 24/37 KB
==> test: 388/1185 KB 24/37 KB
388/1185 KB 28/37 KB
388/1185 KB 31/37 KB
==> test: 388/1185 KB 32/37 KB
==> test: 389/1185 KB 32/37 KB
==> test: 389/1185 KB 36/37 KB
==> test: 389/1185 KB 37/37 KB
==> test: 389/1185 KB 32/37 KB
==> test: 392/1185 KB 37/37 KB
==> test: 396/1185 KB 37/37 KB
==> test: 400/1185 KB 37/37 KB
==> test: 400/1185 KB 37/37 KB
==> test: 404/1185 KB 37/37 KB
==> test: 408/1185 KB 37/37 KB
==> test: 408/1185 KB 37/37 KB
==> test: 4/11 KB 408/1185 KB 37/37 KB
==> test: 8/11 KB 408/1185 KB 37/37 KB
==> test: 8/11 KB 408/1185 KB 37/37 KB
==> test: 11/11 KB 408/1185 KB 37/37 KB
==> test: 11/11 KB 412/1185 KB 37/37 KB
11/11 KB 416/1185 KB 37/37 KB
11/11 KB 416/1185 KB 37/37 KB
11/11 KB 420/1185 KB 37/37 KB
==> test: 11/11 KB 420/1185 KB 37/37 KB 4/8 KB
==> test: 11/11 KB 420/1185 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 4/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 8/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 8/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 12/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 16/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 16/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 20/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 420/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 424/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 424/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 428/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 432/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 432/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 24/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 28/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 31/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 32/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 32/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 36/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 40/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 40/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 44/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 48/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 48/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 435/1185 KB 52/383 KB 37/37 KB 8/8 KB
11/11 KB 435/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 439/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 440/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 443/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 447/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 448/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 451/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 455/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 56/383 KB 37/37 KB 8/8 KB
==> test: 11/11 KB 456/1185 KB 56/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 60/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 64/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 64/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 68/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 72/383 KB 37/37 KB 8/8 KB
11/11 KB 456/1185 KB 72/383 KB 37/37 KB 8/8 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 KB at 53.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
==> test: 11/11 KB 459/1185 KB 72/383 KB 8/8 KB
==> test: 11/11 KB 463/1185 KB 72/383 KB 8/8 KB
11/11 KB 464/1185 KB 72/383 KB 8/8 KB
11/11 KB 467/1185 KB 72/383 KB 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 20.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
==> test: 471/1185 KB 72/383 KB 8/8 KB
472/1185 KB 72/383 KB 8/8 KB
==> test: 472/1185 KB 76/383 KB 8/8 KB
472/1185 KB 80/383 KB 8/8 KB
472/1185 KB 80/383 KB 8/8 KB
==> test: 472/1185 KB 84/383 KB 8/8 KB
472/1185 KB 88/383 KB 8/8 KB
472/1185 KB 88/383 KB 8/8 KB
472/1185 KB 92/383 KB 8/8 KB
472/1185 KB 96/383 KB 8/8 KB
472/1185 KB 96/383 KB 8/8 KB
472/1185 KB 100/383 KB 8/8 KB
472/1185 KB 104/383 KB 8/8 KB
472/1185 KB 104/383 KB 8/8 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 14.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
==> test: 474/1185 KB 104/383 KB
==> test: 478/1185 KB 104/383 KB
480/1185 KB 104/383 KB
==> test: 482/1185 KB 104/383 KB
==> test: 486/1185 KB 104/383 KB
==> test: 488/1185 KB 104/383 KB
==> test: 490/1185 KB 104/383 KB
==> test: 490/1185 KB 108/383 KB
==> test: 490/1185 KB 112/383 KB
==> test: 490/1185 KB 112/383 KB
==> test: 490/1185 KB 116/383 KB
==> test: 490/1185 KB 120/383 KB
==> test: 490/1185 KB 120/383 KB
==> test: 490/1185 KB 124/383 KB
==> test: 490/1185 KB 128/383 KB
==> test: 490/1185 KB 128/383 KB
==> test: 494/1185 KB 128/383 KB
496/1185 KB 128/383 KB
498/1185 KB 128/383 KB
==> test: 502/1185 KB 128/383 KB
504/1185 KB 128/383 KB
506/1185 KB 128/383 KB
==> test: 506/1185 KB 132/383 KB
==> test: 506/1185 KB 136/383 KB
==> test: 506/1185 KB 136/383 KB
==> test: 506/1185 KB 140/383 KB
==> test: 506/1185 KB 144/383 KB
==> test: 506/1185 KB 144/383 KB
==> test: 506/1185 KB 148/383 KB
==> test: 506/1185 KB 152/383 KB
==> test: 506/1185 KB 152/383 KB
==> test: 506/1185 KB 156/383 KB
==> test: 506/1185 KB 160/383 KB
==> test: 506/1185 KB 160/383 KB
==> test: 510/1185 KB 160/383 KB
512/1185 KB 160/383 KB
514/1185 KB 160/383 KB
==> test: 518/1185 KB 160/383 KB
==> test: 520/1185 KB 160/383 KB
==> test: 521/1185 KB 160/383 KB
==> test: 4/558 KB 521/1185 KB 160/383 KB
8/558 KB 521/1185 KB 160/383 KB
8/558 KB 521/1185 KB 160/383 KB
12/558 KB 521/1185 KB 160/383 KB
16/558 KB 521/1185 KB 160/383 KB
16/558 KB 521/1185 KB 160/383 KB
20/558 KB 521/1185 KB 160/383 KB
24/558 KB 521/1185 KB 160/383 KB
24/558 KB 521/1185 KB 160/383 KB
==> test: 24/558 KB 521/1185 KB 164/383 KB
==> test: 24/558 KB 521/1185 KB 168/383 KB
==> test: 24/558 KB 521/1185 KB 168/383 KB
==> test: 24/558 KB 521/1185 KB 172/383 KB
==> test: 24/558 KB 521/1185 KB 176/383 KB
==> test: 24/558 KB 521/1185 KB 176/383 KB
==> test: 24/558 KB 521/1185 KB 180/383 KB
==> test: 24/558 KB 521/1185 KB 184/383 KB
==> test: 24/558 KB 521/1185 KB 184/383 KB
==> test: 24/558 KB 521/1185 KB 188/383 KB
==> test: 24/558 KB 521/1185 KB 192/383 KB
==> test: 24/558 KB 521/1185 KB 192/383 KB
==> test: 24/558 KB 525/1185 KB 192/383 KB
24/558 KB 528/1185 KB 192/383 KB
24/558 KB 529/1185 KB 192/383 KB
==> test: 24/558 KB 533/1185 KB 192/383 KB
24/558 KB 536/1185 KB 192/383 KB
24/558 KB 537/1185 KB 192/383 KB
==> test: 24/558 KB 541/1185 KB 192/383 KB
==> test: 24/558 KB 544/1185 KB 192/383 KB
==> test: 24/558 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 4/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 8/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 8/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 12/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 16/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 16/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 20/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 24/185 KB 545/1185 KB 192/383 KB
==> test: 24/558 KB 24/185 KB 545/1185 KB 192/383 KB
==> test: 28/558 KB 24/185 KB 545/1185 KB 192/383 KB
31/558 KB 24/185 KB 545/1185 KB 192/383 KB
32/558 KB 24/185 KB 545/1185 KB 192/383 KB
32/558 KB 24/185 KB 545/1185 KB 192/383 KB
36/558 KB 24/185 KB 545/1185 KB 192/383 KB
40/558 KB 24/185 KB 545/1185 KB 192/383 KB
40/558 KB 24/185 KB 545/1185 KB 192/383 KB
44/558 KB 24/185 KB 545/1185 KB 192/383 KB
48/558 KB 24/185 KB 545/1185 KB 192/383 KB
48/558 KB 24/185 KB 545/1185 KB 192/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 196/383 KB
48/558 KB 24/185 KB 545/1185 KB 200/383 KB
48/558 KB 24/185 KB 545/1185 KB 200/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 204/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 208/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 208/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 212/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 216/383 KB
==> test: 48/558 KB 24/185 KB 545/1185 KB 216/383 KB
==> test: 48/558 KB 24/185 KB 549/1185 KB 216/383 KB
48/558 KB 24/185 KB 552/1185 KB 216/383 KB
48/558 KB 24/185 KB 553/1185 KB 216/383 KB
48/558 KB 24/185 KB 557/1185 KB 216/383 KB
48/558 KB 24/185 KB 560/1185 KB 216/383 KB
48/558 KB 24/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 28/185 KB 560/1185 KB 216/383 KB
48/558 KB 31/185 KB 560/1185 KB 216/383 KB
48/558 KB 32/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 36/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 40/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 40/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 44/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 48/185 KB 560/1185 KB 216/383 KB
==> test: 48/558 KB 48/185 KB 560/1185 KB 216/383 KB
==> test: 52/558 KB 48/185 KB 560/1185 KB 216/383 KB
56/558 KB 48/185 KB 560/1185 KB 216/383 KB
56/558 KB 48/185 KB 560/1185 KB 216/383 KB
==> test: 60/558 KB 48/185 KB 560/1185 KB 216/383 KB
64/558 KB 48/185 KB 560/1185 KB 216/383 KB
64/558 KB 48/185 KB 560/1185 KB 216/383 KB
68/558 KB 48/185 KB 560/1185 KB 216/383 KB
72/558 KB 48/185 KB 560/1185 KB 216/383 KB
72/558 KB 48/185 KB 560/1185 KB 216/383 KB
==> test: 72/558 KB 48/185 KB 560/1185 KB 220/383 KB
72/558 KB 48/185 KB 560/1185 KB 224/383 KB
72/558 KB 48/185 KB 560/1185 KB 224/383 KB
==> test: 72/558 KB 48/185 KB 560/1185 KB 228/383 KB
72/558 KB 48/185 KB 560/1185 KB 232/383 KB
72/558 KB 48/185 KB 560/1185 KB 232/383 KB
==> test: 72/558 KB 48/185 KB 560/1185 KB 236/383 KB
72/558 KB 48/185 KB 560/1185 KB 240/383 KB
72/558 KB 48/185 KB 560/1185 KB 240/383 KB
72/558 KB 48/185 KB 560/1185 KB 244/383 KB
72/558 KB 48/185 KB 560/1185 KB 248/383 KB
72/558 KB 48/185 KB 560/1185 KB 248/383 KB
==> test: 72/558 KB 48/185 KB 564/1185 KB 248/383 KB
72/558 KB 48/185 KB 568/1185 KB 248/383 KB
72/558 KB 48/185 KB 568/1185 KB 248/383 KB
==> test: 72/558 KB 48/185 KB 572/1185 KB 248/383 KB
72/558 KB 48/185 KB 576/1185 KB 248/383 KB
72/558 KB 48/185 KB 576/1185 KB 248/383 KB
==> test: 72/558 KB 48/185 KB 580/1185 KB 248/383 KB
72/558 KB 48/185 KB 584/1185 KB 248/383 KB
72/558 KB 48/185 KB 584/1185 KB 248/383 KB
==> test: 72/558 KB 52/185 KB 584/1185 KB 248/383 KB
72/558 KB 56/185 KB 584/1185 KB 248/383 KB
72/558 KB 56/185 KB 584/1185 KB 248/383 KB
72/558 KB 60/185 KB 584/1185 KB 248/383 KB
72/558 KB 64/185 KB 584/1185 KB 248/383 KB
72/558 KB 64/185 KB 584/1185 KB 248/383 KB
72/558 KB 68/185 KB 584/1185 KB 248/383 KB
72/558 KB 72/185 KB 584/1185 KB 248/383 KB
72/558 KB 72/185 KB 584/1185 KB 248/383 KB
72/558 KB 76/185 KB 584/1185 KB 248/383 KB
72/558 KB 80/185 KB 584/1185 KB 248/383 KB
72/558 KB 80/185 KB 584/1185 KB 248/383 KB
==> test: 76/558 KB 80/185 KB 584/1185 KB 248/383 KB
80/558 KB 80/185 KB 584/1185 KB 248/383 KB
80/558 KB 80/185 KB 584/1185 KB 248/383 KB
==> test: 84/558 KB 80/185 KB 584/1185 KB 248/383 KB
88/558 KB 80/185 KB 584/1185 KB 248/383 KB
88/558 KB 80/185 KB 584/1185 KB 248/383 KB
92/558 KB 80/185 KB 584/1185 KB 248/383 KB
96/558 KB 80/185 KB 584/1185 KB 248/383 KB
96/558 KB 80/185 KB 584/1185 KB 248/383 KB
100/558 KB 80/185 KB 584/1185 KB 248/383 KB
104/558 KB 80/185 KB 584/1185 KB 248/383 KB
104/558 KB 80/185 KB 584/1185 KB 248/383 KB
==> test: 104/558 KB 80/185 KB 584/1185 KB 252/383 KB
104/558 KB 80/185 KB 584/1185 KB 256/383 KB
104/558 KB 80/185 KB 584/1185 KB 256/383 KB
==> test: 104/558 KB 80/185 KB 584/1185 KB 260/383 KB
104/558 KB 80/185 KB 584/1185 KB 264/383 KB
104/558 KB 80/185 KB 584/1185 KB 264/383 KB
104/558 KB 80/185 KB 584/1185 KB 268/383 KB
104/558 KB 80/185 KB 584/1185 KB 272/383 KB
104/558 KB 80/185 KB 584/1185 KB 272/383 KB
104/558 KB 80/185 KB 584/1185 KB 276/383 KB
104/558 KB 80/185 KB 584/1185 KB 280/383 KB
104/558 KB 80/185 KB 584/1185 KB 280/383 KB
==> test: 104/558 KB 80/185 KB 4/89 KB 584/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 584/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 584/1185 KB 280/383 KB
==> test: 104/558 KB 80/185 KB 8/89 KB 588/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 592/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 592/1185 KB 280/383 KB
==> test: 104/558 KB 80/185 KB 8/89 KB 596/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 599/1185 KB 280/383 KB
104/558 KB 80/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 84/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 88/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 88/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 92/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 96/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 96/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 100/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 104/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 104/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 108/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 104/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 108/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
112/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
112/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
116/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
120/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
120/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
124/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
128/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
128/558 KB 112/185 KB 8/89 KB 600/1185 KB 280/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 284/383 KB
128/558 KB 112/185 KB 8/89 KB 600/1185 KB 288/383 KB
128/558 KB 112/185 KB 8/89 KB 600/1185 KB 288/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 292/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 296/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 296/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 300/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 303/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 304/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 308/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 311/383 KB
==> test: 128/558 KB 112/185 KB 8/89 KB 600/1185 KB 312/383 KB
==> test: 128/558 KB 112/185 KB 12/89 KB 600/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 600/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 600/1185 KB 312/383 KB
==> test: 128/558 KB 112/185 KB 16/89 KB 604/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 607/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 608/1185 KB 312/383 KB
==> test: 128/558 KB 112/185 KB 16/89 KB 612/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 615/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 616/1185 KB 312/383 KB
==> test: 128/558 KB 112/185 KB 16/89 KB 620/1185 KB 312/383 KB
128/558 KB 112/185 KB 16/89 KB 623/1185 KB 312/383 KB
==> test: 128/558 KB 112/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 128/558 KB 116/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 120/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 120/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 124/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 128/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 128/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 132/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
128/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 132/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
136/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 136/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
140/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
144/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
144/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 148/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 312/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 316/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 319/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 320/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 324/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 327/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 328/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 332/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 335/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 336/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 340/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 342/383 KB
==> test: 152/558 KB 136/185 KB 16/89 KB 624/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 20/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 24/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 24/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 28/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 624/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 624/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 32/89 KB 628/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 631/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 32/89 KB 632/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 636/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 639/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 32/89 KB 640/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 32/89 KB 644/1185 KB 344/383 KB
152/558 KB 136/185 KB 32/89 KB 646/1185 KB 344/383 KB
==> test: 152/558 KB 136/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 152/558 KB 140/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 144/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 144/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 148/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 152/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 152/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 156/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 160/185 KB 32/89 KB 648/1185 KB 344/383 KB
152/558 KB 160/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 152/558 KB 164/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 152/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 152/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 156/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
160/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
160/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
164/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
168/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
168/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
172/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
176/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
176/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
180/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
184/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
184/558 KB 168/185 KB 32/89 KB 648/1185 KB 344/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 348/383 KB
184/558 KB 168/185 KB 32/89 KB 648/1185 KB 350/383 KB
184/558 KB 168/185 KB 32/89 KB 648/1185 KB 352/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 356/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 358/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 360/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 364/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 366/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 368/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 372/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 374/383 KB
==> test: 184/558 KB 168/185 KB 32/89 KB 648/1185 KB 376/383 KB
==> test: 184/558 KB 168/185 KB 36/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 40/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 40/89 KB 648/1185 KB 376/383 KB
==> test: 184/558 KB 168/185 KB 44/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 48/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 48/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 52/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 648/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 648/1185 KB 376/383 KB
==> test: 184/558 KB 168/185 KB 56/89 KB 652/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 654/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 656/1185 KB 376/383 KB
==> test: 184/558 KB 168/185 KB 56/89 KB 660/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 662/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 664/1185 KB 376/383 KB
==> test: 184/558 KB 168/185 KB 56/89 KB 668/1185 KB 376/383 KB
184/558 KB 168/185 KB 56/89 KB 670/1185 KB 376/383 KB
==> test: 184/558 KB 172/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 176/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 176/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 180/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 184/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 184/185 KB 56/89 KB 670/1185 KB 376/383 KB
184/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
==> test: 188/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
192/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
192/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
196/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
200/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
200/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
204/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
208/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
208/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
212/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
216/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
216/558 KB 185/185 KB 56/89 KB 670/1185 KB 376/383 KB
==> test: 216/558 KB 185/185 KB 56/89 KB 670/1185 KB 380/383 KB
216/558 KB 185/185 KB 56/89 KB 670/1185 KB 381/383 KB
216/558 KB 185/185 KB 56/89 KB 670/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 60/89 KB 670/1185 KB 383/383 KB
216/558 KB 185/185 KB 64/89 KB 670/1185 KB 383/383 KB
216/558 KB 185/185 KB 64/89 KB 670/1185 KB 383/383 KB
216/558 KB 185/185 KB 68/89 KB 670/1185 KB 383/383 KB
216/558 KB 185/185 KB 72/89 KB 670/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 72/89 KB 672/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 72/89 KB 676/1185 KB 383/383 KB
216/558 KB 185/185 KB 72/89 KB 678/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 72/89 KB 680/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 72/89 KB 684/1185 KB 383/383 KB
216/558 KB 185/185 KB 72/89 KB 685/1185 KB 383/383 KB
216/558 KB 185/185 KB 72/89 KB 688/1185 KB 383/383 KB
==> test: 216/558 KB 185/185 KB 72/89 KB 692/1185 KB 383/383 KB
216/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 220/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 224/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
224/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
228/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
232/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
232/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 236/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 72/89 KB 693/1185 KB 383/383 KB
240/558 KB 185/185 KB 76/89 KB 693/1185 KB 383/383 KB
240/558 KB 185/185 KB 80/89 KB 693/1185 KB 383/383 KB
240/558 KB 185/185 KB 80/89 KB 693/1185 KB 383/383 KB
240/558 KB 185/185 KB 84/89 KB 693/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 693/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 88/89 KB 696/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 88/89 KB 700/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 701/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 704/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 708/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 709/1185 KB 383/383 KB
240/558 KB 185/185 KB 88/89 KB 712/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 88/89 KB 716/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 88/89 KB 717/1185 KB 383/383 KB
==> test: 240/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 244/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 248/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 248/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 252/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 256/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 256/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 260/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 264/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 264/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 268/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 271/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 88/89 KB 720/1185 KB 383/383 KB
272/558 KB 185/185 KB 89/89 KB 720/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 89/89 KB 724/1185 KB 383/383 KB
272/558 KB 185/185 KB 89/89 KB 728/1185 KB 383/383 KB
272/558 KB 185/185 KB 89/89 KB 732/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 89/89 KB 736/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 89/89 KB 736/1185 KB 383/383 KB
==> test: 272/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 276/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 279/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 280/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 284/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 287/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 288/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 292/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 295/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 296/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 300/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 303/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test: 304/558 KB 185/185 KB 89/89 KB 740/1185 KB 383/383 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 193.3 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 263.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
==> test: 304/558 KB 89/89 KB 744/1185 KB
304/558 KB 89/89 KB 744/1185 KB
==> test: 304/558 KB 89/89 KB 748/1185 KB
304/558 KB 89/89 KB 752/1185 KB
304/558 KB 89/89 KB 752/1185 KB
304/558 KB 89/89 KB 756/1185 KB
304/558 KB 89/89 KB 760/1185 KB
304/558 KB 89/89 KB 760/1185 KB
==> test: 304/558 KB 89/89 KB 764/1185 KB
==> test: 304/558 KB 89/89 KB 768/1185 KB
==> test: 304/558 KB 89/89 KB 768/1185 KB
==> test: 308/558 KB 89/89 KB 768/1185 KB
310/558 KB 89/89 KB 768/1185 KB
312/558 KB 89/89 KB 768/1185 KB
316/558 KB 89/89 KB 768/1185 KB
318/558 KB 89/89 KB 768/1185 KB
320/558 KB 89/89 KB 768/1185 KB
324/558 KB 89/89 KB 768/1185 KB
326/558 KB 89/89 KB 768/1185 KB
328/558 KB 89/89 KB 768/1185 KB
332/558 KB 89/89 KB 768/1185 KB
334/558 KB 89/89 KB 768/1185 KB
336/558 KB 89/89 KB 768/1185 KB
340/558 KB 89/89 KB 768/1185 KB
342/558 KB 89/89 KB 768/1185 KB
==> test: 342/558 KB 89/89 KB 771/1185 KB
==> test: 342/558 KB 89/89 KB 775/1185 KB
==> test: 342/558 KB 89/89 KB 776/1185 KB
==> test: 342/558 KB 89/89 KB 779/1185 KB
==> test: 342/558 KB 89/89 KB 783/1185 KB
==> test: 342/558 KB 89/89 KB 784/1185 KB
==> test: 342/558 KB 89/89 KB 787/1185 KB
==> test: 342/558 KB 89/89 KB 791/1185 KB
==> test: 342/558 KB 89/89 KB 792/1185 KB
==> test: 342/558 KB 89/89 KB 795/1185 KB
==> test: 344/558 KB 89/89 KB 795/1185 KB
==> test: 348/558 KB 89/89 KB 795/1185 KB
==> test: 349/558 KB 89/89 KB 795/1185 KB
==> test: 352/558 KB 89/89 KB 795/1185 KB
==> test: 356/558 KB 89/89 KB 795/1185 KB
==> test: 357/558 KB 89/89 KB 795/1185 KB
==> test: 360/558 KB 89/89 KB 795/1185 KB
==> test: 364/558 KB 89/89 KB 795/1185 KB
==> test: 365/558 KB 89/89 KB 795/1185 KB
==> test: 368/558 KB 89/89 KB 795/1185 KB
==> test: 372/558 KB 89/89 KB 795/1185 KB
==> test: 373/558 KB 89/89 KB 795/1185 KB
==> test: 373/558 KB 89/89 KB 799/1185 KB
==> test: 373/558 KB 89/89 KB 800/1185 KB
==> test: 373/558 KB 89/89 KB 803/1185 KB
==> test: 373/558 KB 89/89 KB 807/1185 KB
==> test: 373/558 KB 89/89 KB 808/1185 KB
==> test: 373/558 KB 89/89 KB 810/1185 KB
==> test: 373/558 KB 89/89 KB 814/1185 KB
==> test: 373/558 KB 89/89 KB 816/1185 KB
==> test: 373/558 KB 89/89 KB 818/1185 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 75.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/oro/oro/2.0.8/oro-2.0.8.jar
==> test: 376/558 KB 818/1185 KB
==> test: 380/558 KB 818/1185 KB
==> test: 381/558 KB 818/1185 KB
==> test: 384/558 KB 818/1185 KB
==> test: 388/558 KB 818/1185 KB
==> test: 389/558 KB 818/1185 KB
==> test: 392/558 KB 818/1185 KB
==> test: 396/558 KB 818/1185 KB
==> test: 400/558 KB 818/1185 KB
==> test: 400/558 KB 818/1185 KB
==> test: 404/558 KB 818/1185 KB
==> test: 404/558 KB 822/1185 KB
404/558 KB 824/1185 KB
404/558 KB 826/1185 KB
==> test: 404/558 KB 826/1185 KB 4/38 KB
==> test: 404/558 KB 830/1185 KB 4/38 KB
==> test: 404/558 KB 832/1185 KB 4/38 KB
==> test: 404/558 KB 834/1185 KB 4/38 KB
==> test: 404/558 KB 838/1185 KB 4/38 KB
==> test: 404/558 KB 840/1185 KB 4/38 KB
==> test: 404/558 KB 842/1185 KB 4/38 KB
==> test: 404/558 KB 846/1185 KB 4/38 KB
==> test: 404/558 KB 848/1185 KB 4/38 KB
==> test: 404/558 KB 848/1185 KB 8/38 KB
==> test: 404/558 KB 848/1185 KB 8/38 KB
==> test: 404/558 KB 848/1185 KB 12/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 16/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 16/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 20/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 24/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 24/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 28/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 32/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 32/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 32/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 32/38 KB
==> test: 404/558 KB 4/165 KB 848/1185 KB 12/38 KB
404/558 KB 8/165 KB 848/1185 KB 32/38 KB
404/558 KB 8/165 KB 848/1185 KB 32/38 KB
404/558 KB 12/165 KB 848/1185 KB 32/38 KB
404/558 KB 16/165 KB 848/1185 KB 32/38 KB
404/558 KB 16/165 KB 848/1185 KB 32/38 KB
404/558 KB 20/165 KB 848/1185 KB 32/38 KB
404/558 KB 24/165 KB 848/1185 KB 32/38 KB
404/558 KB 24/165 KB 848/1185 KB 32/38 KB
404/558 KB 28/165 KB 848/1185 KB 32/38 KB
404/558 KB 31/165 KB 848/1185 KB 32/38 KB
404/558 KB 32/165 KB 848/1185 KB 32/38 KB
==> test: 408/558 KB 32/165 KB 848/1185 KB 32/38 KB
408/558 KB 32/165 KB 848/1185 KB 32/38 KB
412/558 KB 32/165 KB 848/1185 KB 32/38 KB
416/558 KB 32/165 KB 848/1185 KB 32/38 KB
416/558 KB 32/165 KB 848/1185 KB 32/38 KB
420/558 KB 32/165 KB 848/1185 KB 32/38 KB
424/558 KB 32/165 KB 848/1185 KB 32/38 KB
424/558 KB 32/165 KB 848/1185 KB 32/38 KB
428/558 KB 32/165 KB 848/1185 KB 32/38 KB
432/558 KB 32/165 KB 848/1185 KB 32/38 KB
432/558 KB 32/165 KB 848/1185 KB 32/38 KB
435/558 KB 32/165 KB 848/1185 KB 32/38 KB
439/558 KB 32/165 KB 848/1185 KB 32/38 KB
440/558 KB 32/165 KB 848/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 849/1185 KB 32/38 KB
440/558 KB 32/165 KB 853/1185 KB 32/38 KB
440/558 KB 32/165 KB 856/1185 KB 32/38 KB
440/558 KB 32/165 KB 857/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 861/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 864/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 865/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 864/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 869/1185 KB 32/38 KB
==> test: 440/558 KB 32/165 KB 872/1185 KB 36/38 KB
==> test: 440/558 KB 32/165 KB 873/1185 KB 36/38 KB
==> test: 440/558 KB 32/165 KB 869/1185 KB 36/38 KB
440/558 KB 32/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 36/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 40/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 40/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 44/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 48/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 48/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 52/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 440/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 443/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 447/558 KB 56/165 KB 873/1185 KB 38/38 KB
448/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 451/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 455/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 456/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 459/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 463/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 464/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 467/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 471/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 472/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 474/558 KB 56/165 KB 873/1185 KB 38/38 KB
==> test: 474/558 KB 56/165 KB 877/1185 KB 38/38 KB
474/558 KB 56/165 KB 880/1185 KB 38/38 KB
474/558 KB 56/165 KB 881/1185 KB 38/38 KB
==> test: 474/558 KB 56/165 KB 885/1185 KB 38/38 KB
474/558 KB 56/165 KB 888/1185 KB 38/38 KB
474/558 KB 60/165 KB 888/1185 KB 38/38 KB
474/558 KB 64/165 KB 888/1185 KB 38/38 KB
474/558 KB 64/165 KB 888/1185 KB 38/38 KB
==> test: 474/558 KB 68/165 KB 888/1185 KB 38/38 KB
474/558 KB 72/165 KB 888/1185 KB 38/38 KB
474/558 KB 72/165 KB 888/1185 KB 38/38 KB
474/558 KB 76/165 KB 888/1185 KB 38/38 KB
474/558 KB 80/165 KB 888/1185 KB 38/38 KB
474/558 KB 80/165 KB 888/1185 KB 38/38 KB
474/558 KB 84/165 KB 888/1185 KB 38/38 KB
474/558 KB 88/165 KB 888/1185 KB 38/38 KB
474/558 KB 88/165 KB 888/1185 KB 38/38 KB
==> test: 474/558 KB 88/165 KB 889/1185 KB 38/38 KB
474/558 KB 88/165 KB 893/1185 KB 38/38 KB
474/558 KB 88/165 KB 896/1185 KB 38/38 KB
474/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 478/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 480/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 482/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 486/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 488/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 490/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 494/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 496/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 498/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 502/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 504/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 4/64 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 8/64 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 8/64 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 12/64 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 16/64 KB
==> test: 506/558 KB 88/165 KB 896/1185 KB 38/38 KB 16/64 KB
==> test: 506/558 KB 88/165 KB 900/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 904/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 904/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 908/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 912/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 912/1185 KB 38/38 KB 16/64 KB
==> test: 506/558 KB 88/165 KB 916/1185 KB 38/38 KB 16/64 KB
506/558 KB 88/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 92/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 96/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 96/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 100/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 104/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 104/165 KB 920/1185 KB 38/38 KB 16/64 KB
==> test: 506/558 KB 104/165 KB 920/1185 KB 38/38 KB 16/64 KB
506/558 KB 104/165 KB 924/1185 KB 38/38 KB 16/64 KB
506/558 KB 104/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 104/165 KB 928/1185 KB 38/38 KB 16/64 KB
==> test: 506/558 KB 108/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 112/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 112/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 116/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 120/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 120/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 124/165 KB 928/1185 KB 38/38 KB 16/64 KB
506/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
==> test: 510/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
512/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
514/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
518/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
520/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
521/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
525/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
528/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
529/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
533/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
536/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
537/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
541/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
544/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
545/558 KB 128/165 KB 928/1185 KB 38/38 KB 16/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 20/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 24/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 24/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 28/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 31/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 928/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 932/1185 KB 38/38 KB 32/64 KB
545/558 KB 128/165 KB 935/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 936/1185 KB 38/38 KB 32/64 KB
545/558 KB 128/165 KB 940/1185 KB 38/38 KB 32/64 KB
545/558 KB 128/165 KB 943/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 944/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 948/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 128/165 KB 944/1185 KB 38/38 KB 32/64 KB
545/558 KB 132/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 136/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 136/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 140/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 144/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 144/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 148/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 152/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 152/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 156/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 948/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 948/1185 KB 38/38 KB 32/64 KB
==> test: 545/558 KB 160/165 KB 951/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 952/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 956/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 959/1185 KB 38/38 KB 32/64 KB
545/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test: 549/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test: 552/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test: 553/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test: 557/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test: 558/558 KB 160/165 KB 960/1185 KB 38/38 KB 32/64 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 63.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
==> test: 558/558 KB 160/165 KB 960/1185 KB 36/64 KB
558/558 KB 160/165 KB 960/1185 KB 40/64 KB
558/558 KB 160/165 KB 960/1185 KB 40/64 KB
558/558 KB 160/165 KB 960/1185 KB 44/64 KB
558/558 KB 160/165 KB 960/1185 KB 48/64 KB
558/558 KB 160/165 KB 960/1185 KB 48/64 KB
558/558 KB 160/165 KB 960/1185 KB 52/64 KB
558/558 KB 160/165 KB 960/1185 KB 56/64 KB
558/558 KB 160/165 KB 960/1185 KB 56/64 KB
==> test: 558/558 KB 164/165 KB 960/1185 KB 56/64 KB
558/558 KB 165/165 KB 960/1185 KB 56/64 KB
558/558 KB 165/165 KB 964/1185 KB 56/64 KB
558/558 KB 165/165 KB 967/1185 KB 56/64 KB
558/558 KB 165/165 KB 968/1185 KB 56/64 KB
558/558 KB 165/165 KB 972/1185 KB 56/64 KB
558/558 KB 165/165 KB 974/1185 KB 56/64 KB
558/558 KB 165/165 KB 976/1185 KB 56/64 KB
558/558 KB 165/165 KB 980/1185 KB 56/64 KB
558/558 KB 165/165 KB 982/1185 KB 56/64 KB
==> test: 558/558 KB 165/165 KB 984/1185 KB 56/64 KB
558/558 KB 165/165 KB 988/1185 KB 56/64 KB
558/558 KB 165/165 KB 990/1185 KB 56/64 KB
==> test: 558/558 KB 165/165 KB 990/1185 KB 60/64 KB
558/558 KB 165/165 KB 990/1185 KB 64/64 KB
558/558 KB 165/165 KB 990/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 992/1185 KB 64/64 KB
558/558 KB 165/165 KB 996/1185 KB 64/64 KB
558/558 KB 165/165 KB 998/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1000/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1004/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1006/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1008/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1012/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1014/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1016/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1020/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1021/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1024/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1028/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1029/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1032/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1036/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1037/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1040/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1044/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1045/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1048/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1052/1185 KB 64/64 KB
==> test: 558/558 KB 165/165 KB 1053/1185 KB 64/64 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 195.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 298.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.jar
==> test: 1056/1185 KB 64/64 KB
1060/1185 KB 64/64 KB
==> test: 1060/1185 KB 4/107 KB 64/64 KB
==> test: 1064/1185 KB 8/107 KB 64/64 KB
==> test: 1064/1185 KB 8/107 KB 64/64 KB
==> test: 1064/1185 KB 12/107 KB 64/64 KB
==> test: 1064/1185 KB 4/107 KB 64/64 KB
1064/1185 KB 12/107 KB 64/64 KB
1068/1185 KB 12/107 KB 64/64 KB
1072/1185 KB 12/107 KB 64/64 KB
1072/1185 KB 12/107 KB 64/64 KB
1076/1185 KB 12/107 KB 64/64 KB
1080/1185 KB 12/107 KB 64/64 KB
==> test: 1080/1185 KB 16/107 KB 64/64 KB
==> test: 1080/1185 KB 16/107 KB 64/64 KB
==> test: 1080/1185 KB 20/107 KB 64/64 KB
==> test: 1080/1185 KB 24/107 KB 64/64 KB
==> test: 1080/1185 KB 24/107 KB 64/64 KB
==> test: 1080/1185 KB 28/107 KB 64/64 KB
==> test: 1080/1185 KB 31/107 KB 64/64 KB
==> test: 1080/1185 KB 32/107 KB 64/64 KB
==> test: 1080/1185 KB 32/107 KB 64/64 KB
==> test: 1080/1185 KB 24/107 KB 64/64 KB
==> test: 1084/1185 KB 32/107 KB 64/64 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 89.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
==> test: 1088/1185 KB 32/107 KB
==> test: 1088/1185 KB 32/107 KB
==> test: 1092/1185 KB 32/107 KB
==> test: 1096/1185 KB 32/107 KB
==> test: 1096/1185 KB 32/107 KB
==> test: 1099/1185 KB 32/107 KB
==> test: 1103/1185 KB 32/107 KB
==> test: 1104/1185 KB 32/107 KB
==> test: 1107/1185 KB 32/107 KB
==> test: 1111/1185 KB 32/107 KB
==> test: 1112/1185 KB 32/107 KB
==> test: 1115/1185 KB 32/107 KB
==> test: 1115/1185 KB 36/107 KB
==> test: 1115/1185 KB 40/107 KB
==> test: 1115/1185 KB 40/107 KB
==> test: 1115/1185 KB 44/107 KB
==> test: 1115/1185 KB 48/107 KB
==> test: 1115/1185 KB 48/107 KB
==> test: 1115/1185 KB 52/107 KB
==> test: 1115/1185 KB 56/107 KB
==> test: 1115/1185 KB 56/107 KB
==> test: 1115/1185 KB 60/107 KB
==> test: 1115/1185 KB 64/107 KB
==> test: 1115/1185 KB 64/107 KB
==> test: 1119/1185 KB 64/107 KB
==> test: 1120/1185 KB 64/107 KB
==> test: 1123/1185 KB 64/107 KB
==> test: 1127/1185 KB 64/107 KB
==> test: 1128/1185 KB 64/107 KB
==> test: 1131/1185 KB 64/107 KB
==> test: 1135/1185 KB 64/107 KB
==> test: 1136/1185 KB 64/107 KB
==> test: 1139/1185 KB 64/107 KB
==> test: 1143/1185 KB 64/107 KB
==> test: 1144/1185 KB 64/107 KB
==> test: 1146/1185 KB 64/107 KB
==> test: 1146/1185 KB 68/107 KB
==> test: 1146/1185 KB 72/107 KB
1146/1185 KB 72/107 KB
1146/1185 KB 76/107 KB
1146/1185 KB 80/107 KB
1146/1185 KB 80/107 KB
1146/1185 KB 84/107 KB
1146/1185 KB 88/107 KB
1146/1185 KB 88/107 KB
==> test: 1146/1185 KB 92/107 KB
==> test: 1146/1185 KB 96/107 KB
==> test: 1146/1185 KB 96/107 KB
==> test: 1146/1185 KB 100/107 KB
==> test: 1146/1185 KB 104/107 KB
==> test: 1146/1185 KB 104/107 KB
==> test: 1146/1185 KB 107/107 KB
==> test: 1150/1185 KB 107/107 KB
==> test: 1152/1185 KB 107/107 KB
1154/1185 KB 107/107 KB
1158/1185 KB 107/107 KB
1160/1185 KB 107/107 KB
1162/1185 KB 107/107 KB
1166/1185 KB 107/107 KB
1168/1185 KB 107/107 KB
1170/1185 KB 107/107 KB
1174/1185 KB 107/107 KB
1176/1185 KB 107/107 KB
==> test: 1178/1185 KB 107/107 KB
==> test: 1182/1185 KB 107/107 KB
==> test: 1184/1185 KB 107/107 KB
==> test: 1185/1185 KB 107/107 KB
==> test: 4/280 KB 1185/1185 KB 107/107 KB
==> test: 8/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 8/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 12/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 16/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 16/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 20/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 24/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 24/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 28/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 31/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 4/280 KB 1185/1185 KB 4/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 8/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 8/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 12/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 16/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 16/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 20/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 24/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 24/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 28/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 31/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 4/372 KB 107/107 KB
32/280 KB 1185/1185 KB 32/130 KB 8/372 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 8/372 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 12/372 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 16/372 KB 107/107 KB
==> test: 32/280 KB 1185/1185 KB 32/130 KB 16/372 KB 107/107 KB
==> test: 36/280 KB 1185/1185 KB 32/130 KB 16/372 KB 107/107 KB
==> test: 40/280 KB 1185/1185 KB 32/130 KB 16/372 KB 107/107 KB
==> test: 40/280 KB 1185/1185 KB 32/130 KB 16/372 KB 107/107 KB
==> test: 44/280 KB 1185/1185 KB 36/130 KB 16/372 KB 107/107 KB
==> test: 40/280 KB 1185/1185 KB 36/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 40/130 KB 16/372 KB 107/107 KB
==> test: 44/280 KB 1185/1185 KB 40/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 44/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 48/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 48/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 52/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 56/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 56/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 60/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 64/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 64/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 68/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
44/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
==> test: 48/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
48/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
52/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
56/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
56/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
60/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 16/372 KB 107/107 KB
==> test: 64/280 KB 1185/1185 KB 72/130 KB 20/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 24/372 KB 107/107 KB
==> test: 64/280 KB 1185/1185 KB 72/130 KB 24/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 28/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 31/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 32/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 32/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 36/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 40/372 KB 107/107 KB
64/280 KB 1185/1185 KB 72/130 KB 40/372 KB 107/107 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 161.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.jar
==> test: 68/280 KB 1185/1185 KB 72/130 KB 40/372 KB
==> test: 72/280 KB 1185/1185 KB 72/130 KB 40/372 KB
==> test: 72/280 KB 1185/1185 KB 72/130 KB 40/372 KB
==> test: 76/280 KB 1185/1185 KB 76/130 KB 40/372 KB
==> test: 72/280 KB 1185/1185 KB 76/130 KB 40/372 KB
76/280 KB 1185/1185 KB 80/130 KB 40/372 KB
76/280 KB 1185/1185 KB 80/130 KB 40/372 KB
76/280 KB 1185/1185 KB 84/130 KB 40/372 KB
76/280 KB 1185/1185 KB 88/130 KB 40/372 KB
76/280 KB 1185/1185 KB 88/130 KB 40/372 KB
76/280 KB 1185/1185 KB 92/130 KB 40/372 KB
76/280 KB 1185/1185 KB 96/130 KB 40/372 KB
76/280 KB 1185/1185 KB 96/130 KB 40/372 KB
76/280 KB 1185/1185 KB 100/130 KB 40/372 KB
76/280 KB 1185/1185 KB 104/130 KB 40/372 KB
76/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 80/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 80/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 84/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 88/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 88/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 92/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 96/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 96/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 100/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 104/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test: 104/280 KB 1185/1185 KB 104/130 KB 40/372 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1185 KB at 269.8 KB/sec)
==> test: 104/280 KB 104/130 KB 44/372 KB
104/280 KB 104/130 KB 48/372 KB
104/280 KB 104/130 KB 48/372 KB
104/280 KB 104/130 KB 52/372 KB
104/280 KB 104/130 KB 56/372 KB
104/280 KB 104/130 KB 56/372 KB
104/280 KB 104/130 KB 60/372 KB
104/280 KB 104/130 KB 64/372 KB
104/280 KB 104/130 KB 64/372 KB
==> test: 108/280 KB 104/130 KB 64/372 KB
==> test: 112/280 KB 104/130 KB 64/372 KB
==> test: 112/280 KB 104/130 KB 64/372 KB
==> test: 116/280 KB 104/130 KB 64/372 KB
==> test: 120/280 KB 104/130 KB 64/372 KB
==> test: 120/280 KB 104/130 KB 64/372 KB
==> test: 120/280 KB 108/130 KB 64/372 KB
120/280 KB 112/130 KB 64/372 KB
120/280 KB 112/130 KB 64/372 KB
120/280 KB 116/130 KB 64/372 KB
120/280 KB 120/130 KB 64/372 KB
120/280 KB 120/130 KB 64/372 KB
120/280 KB 124/130 KB 64/372 KB
120/280 KB 128/130 KB 64/372 KB
120/280 KB 128/130 KB 64/372 KB
120/280 KB 130/130 KB 64/372 KB
==> test: 124/280 KB 130/130 KB 64/372 KB
==> test: 128/280 KB 130/130 KB 64/372 KB
==> test: 128/280 KB 130/130 KB 64/372 KB
==> test: 132/280 KB 130/130 KB 64/372 KB
==> test: 136/280 KB 130/130 KB 64/372 KB
==> test: 136/280 KB 130/130 KB 64/372 KB
==> test: 136/280 KB 130/130 KB 68/372 KB
136/280 KB 130/130 KB 72/372 KB
136/280 KB 130/130 KB 72/372 KB
136/280 KB 130/130 KB 76/372 KB
136/280 KB 130/130 KB 80/372 KB
136/280 KB 130/130 KB 80/372 KB
==> test: 140/280 KB 130/130 KB 80/372 KB
==> test: 144/280 KB 130/130 KB 80/372 KB
==> test: 144/280 KB 130/130 KB 80/372 KB
==> test: 148/280 KB 130/130 KB 80/372 KB
==> test: 152/280 KB 130/130 KB 80/372 KB
==> test: 152/280 KB 130/130 KB 80/372 KB
==> test: 156/280 KB 130/130 KB 80/372 KB
==> test: 160/280 KB 130/130 KB 80/372 KB
==> test: 160/280 KB 130/130 KB 80/372 KB
==> test: 164/280 KB 130/130 KB 80/372 KB
==> test: 168/280 KB 130/130 KB 80/372 KB
==> test: 168/280 KB 130/130 KB 80/372 KB
==> test: 172/280 KB 130/130 KB 80/372 KB
==> test: 176/280 KB 130/130 KB 80/372 KB
==> test: 176/280 KB 130/130 KB 80/372 KB
==> test: 176/280 KB 130/130 KB 84/372 KB
176/280 KB 130/130 KB 88/372 KB
176/280 KB 130/130 KB 88/372 KB
176/280 KB 130/130 KB 92/372 KB
176/280 KB 130/130 KB 96/372 KB
176/280 KB 130/130 KB 96/372 KB
176/280 KB 130/130 KB 100/372 KB
176/280 KB 130/130 KB 104/372 KB
176/280 KB 130/130 KB 104/372 KB
==> test: 180/280 KB 130/130 KB 104/372 KB
==> test: 184/280 KB 130/130 KB 104/372 KB
==> test: 184/280 KB 130/130 KB 104/372 KB
==> test: 188/280 KB 130/130 KB 104/372 KB
==> test: 192/280 KB 130/130 KB 104/372 KB
==> test: 192/280 KB 130/130 KB 104/372 KB
==> test: 196/280 KB 130/130 KB 104/372 KB
==> test: 200/280 KB 130/130 KB 104/372 KB
==> test: 200/280 KB 130/130 KB 104/372 KB
==> test: 204/280 KB 130/130 KB 104/372 KB
==> test: 208/280 KB 130/130 KB 104/372 KB
==> test: 208/280 KB 130/130 KB 104/372 KB
==> test: 212/280 KB 130/130 KB 104/372 KB
==> test: 216/280 KB 130/130 KB 104/372 KB
==> test: 216/280 KB 130/130 KB 104/372 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 4/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 8/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 8/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 12/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 16/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 16/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 20/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 24/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 24/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 28/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 31/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 32/137 KB
==> test: 216/280 KB 130/130 KB 104/372 KB 32/137 KB
==> test: 216/280 KB 130/130 KB 108/372 KB 32/137 KB
216/280 KB 130/130 KB 112/372 KB 32/137 KB
216/280 KB 130/130 KB 112/372 KB 32/137 KB
216/280 KB 130/130 KB 116/372 KB 32/137 KB
216/280 KB 130/130 KB 120/372 KB 32/137 KB
216/280 KB 130/130 KB 120/372 KB 32/137 KB
==> test: 216/280 KB 130/130 KB 124/372 KB 32/137 KB
216/280 KB 130/130 KB 128/372 KB 32/137 KB
216/280 KB 130/130 KB 128/372 KB 32/137 KB
216/280 KB 130/130 KB 132/372 KB 32/137 KB
216/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 220/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 224/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 224/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 228/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 232/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 232/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 236/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 240/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 240/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 244/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 248/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 248/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 252/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 32/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 36/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 40/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 40/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 44/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 48/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 48/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 52/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 56/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 56/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 60/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 64/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 64/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 68/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 72/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 72/137 KB
==> test: 256/280 KB 130/130 KB 136/372 KB 72/137 KB
256/280 KB 130/130 KB 140/372 KB 72/137 KB
256/280 KB 130/130 KB 143/372 KB 72/137 KB
256/280 KB 130/130 KB 144/372 KB 72/137 KB
256/280 KB 130/130 KB 148/372 KB 72/137 KB
256/280 KB 130/130 KB 151/372 KB 72/137 KB
256/280 KB 130/130 KB 152/372 KB 72/137 KB
256/280 KB 130/130 KB 156/372 KB 72/137 KB
256/280 KB 130/130 KB 159/372 KB 72/137 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.core/0.7.1.201405082137/org.jacoco.core-0.7.1.201405082137.jar (130 KB at 172.7 KB/sec)
==> test: 256/280 KB 159/372 KB 72/137 KB
260/280 KB 159/372 KB 72/137 KB
264/280 KB 159/372 KB 72/137 KB
264/280 KB 159/372 KB 72/137 KB
268/280 KB 159/372 KB 72/137 KB
==> test: 271/280 KB 159/372 KB 72/137 KB
272/280 KB 159/372 KB 72/137 KB
276/280 KB 159/372 KB 72/137 KB
279/280 KB 159/372 KB 72/137 KB
280/280 KB 159/372 KB 72/137 KB
==> test: 280/280 KB 159/372 KB 76/137 KB
280/280 KB 159/372 KB 80/137 KB
280/280 KB 159/372 KB 80/137 KB
==> test: 280/280 KB 159/372 KB 84/137 KB
==> test: 280/280 KB 159/372 KB 88/137 KB
==> test: 280/280 KB 159/372 KB 88/137 KB
==> test: 280/280 KB 159/372 KB 92/137 KB
==> test: 280/280 KB 159/372 KB 96/137 KB
==> test: 280/280 KB 159/372 KB 96/137 KB
==> test: 280/280 KB 159/372 KB 100/137 KB
==> test: 280/280 KB 159/372 KB 104/137 KB
==> test: 280/280 KB 159/372 KB 104/137 KB
==> test: 280/280 KB 159/372 KB 108/137 KB
==> test: 280/280 KB 159/372 KB 112/137 KB
==> test: 280/280 KB 159/372 KB 112/137 KB
==> test: 280/280 KB 160/372 KB 112/137 KB
280/280 KB 164/372 KB 112/137 KB
280/280 KB 167/372 KB 112/137 KB
280/280 KB 168/372 KB 112/137 KB
280/280 KB 172/372 KB 112/137 KB
280/280 KB 175/372 KB 112/137 KB
280/280 KB 176/372 KB 112/137 KB
280/280 KB 180/372 KB 112/137 KB
280/280 KB 182/372 KB 112/137 KB
==> test: 280/280 KB 182/372 KB 116/137 KB
==> test: 280/280 KB 182/372 KB 120/137 KB
==> test: 280/280 KB 182/372 KB 120/137 KB
==> test: 280/280 KB 182/372 KB 124/137 KB
==> test: 280/280 KB 182/372 KB 128/137 KB
==> test: 280/280 KB 182/372 KB 128/137 KB
==> test: 280/280 KB 182/372 KB 132/137 KB
==> test: 280/280 KB 184/372 KB 132/137 KB
280/280 KB 188/372 KB 132/137 KB
280/280 KB 190/372 KB 132/137 KB
280/280 KB 192/372 KB 132/137 KB
==> test: 280/280 KB 192/372 KB 136/137 KB
280/280 KB 192/372 KB 136/137 KB
280/280 KB 192/372 KB 137/137 KB
==> test: 280/280 KB 196/372 KB 137/137 KB
280/280 KB 200/372 KB 137/137 KB
280/280 KB 200/372 KB 137/137 KB
==> test: 280/280 KB 204/372 KB 137/137 KB
==> test: 280/280 KB 208/372 KB 137/137 KB
==> test: 280/280 KB 208/372 KB 137/137 KB
==> test: 280/280 KB 212/372 KB 137/137 KB
==> test: 280/280 KB 216/372 KB 137/137 KB
==> test: 280/280 KB 216/372 KB 137/137 KB
280/280 KB 220/372 KB 137/137 KB
280/280 KB 224/372 KB 137/137 KB
280/280 KB 224/372 KB 137/137 KB
280/280 KB 228/372 KB 137/137 KB
280/280 KB 232/372 KB 137/137 KB
280/280 KB 232/372 KB 137/137 KB
==> test: 280/280 KB 236/372 KB 137/137 KB
==> test: 280/280 KB 240/372 KB 137/137 KB
==> test: 280/280 KB 240/372 KB 137/137 KB
==> test: 280/280 KB 244/372 KB 137/137 KB
==> test: 280/280 KB 248/372 KB 137/137 KB
==> test: 280/280 KB 248/372 KB 137/137 KB
==> test: 280/280 KB 252/372 KB 137/137 KB
==> test: 280/280 KB 256/372 KB 137/137 KB
==> test: 280/280 KB 256/372 KB 137/137 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar (280 KB at 265.2 KB/sec)
==> test: 260/372 KB 137/137 KB
==> test: 264/372 KB 137/137 KB
==> test: 264/372 KB 137/137 KB
==> test: 268/372 KB 137/137 KB
==> test: 271/372 KB 137/137 KB
==> test: 272/372 KB 137/137 KB
==> test: 276/372 KB 137/137 KB
==> test: 279/372 KB 137/137 KB
==> test: 280/372 KB 137/137 KB
==> test: 284/372 KB 137/137 KB
==> test: 287/372 KB 137/137 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jacoco/org.jacoco.report/0.7.1.201405082137/org.jacoco.report-0.7.1.201405082137.jar (137 KB at 181.7 KB/sec)
==> test: 288/372 KB
==> test: 292/372 KB
==> test: 295/372 KB
==> test: 296/372 KB
==> test: 300/372 KB
==> test: 303/372 KB
==> test: 304/372 KB
==> test: 308/372 KB
==> test: 310/372 KB
==> test: 312/372 KB
==> test: 316/372 KB
==> test: 318/372 KB
==> test: 320/372 KB
==> test: 324/372 KB
326/372 KB
328/372 KB
332/372 KB
334/372 KB
336/372 KB
340/372 KB
342/372 KB
344/372 KB
==> test: 348/372 KB
==> test: 349/372 KB
==> test: 352/372 KB
==> test: 356/372 KB
==> test: 357/372 KB
==> test: 360/372 KB
==> test: 364/372 KB
==> test: 365/372 KB
==> test: 368/372 KB
==> test: 372/372 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar (372 KB at 241.0 KB/sec)
==> test: [INFO]
==> test: argLine set to -javaagent:/home/vagrant/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/singularity/target/jacoco.exec
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-jar-plugin:2.5:test-jar (attach-tests) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 11.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 4.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 6.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
==> test: 424/424 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 0.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 7.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 3.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 3.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 3.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 3.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 5.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 5.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 3.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 7.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 3.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 5.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
==> test: 4/19 KB
==> test: 8/19 KB
==> test: 8/19 KB
==> test: 12/19 KB
==> test: 16/19 KB
==> test: 16/19 KB
==> test: 19/19 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 33.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
==> test: 1018/1018 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 6.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.pom (4 KB at 7.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 6.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
==> test: 4/20 KB
==> test: 8/20 KB
==> test: 8/20 KB
==> test: 12/20 KB
==> test: 16/20 KB
==> test: 16/20 KB
==> test: 20/20 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 39.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
==> test: 4/19 KB
==> test: 8/19 KB
==> test: 8/19 KB
==> test: 12/19 KB
==> test: 16/19 KB
==> test: 16/19 KB
==> test: 19/19 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 37.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 KB at 21.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/28/commons-parent-28.pom
==> test: 4/49 KB
==> test: 8/49 KB
==> test: 8/49 KB
==> test: 12/49 KB
==> test: 16/49 KB
==> test: 16/49 KB
==> test: 20/49 KB
==> test: 24/49 KB
==> test: 24/49 KB
==> test: 28/49 KB
==> test: 31/49 KB
==> test: 32/49 KB
==> test: 32/49 KB
==> test: 36/49 KB
==> test: 40/49 KB
==> test: 40/49 KB
==> test: 44/49 KB
==> test: 48/49 KB
==> test: 48/49 KB
==> test: 49/49 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/28/commons-parent-28.pom (49 KB at 83.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/tukaani/xz/1.2/xz-1.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/tukaani/xz/1.2/xz-1.2.pom (2 KB at 4.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 17.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar
==> test: 4/161 KB
==> test: 8/161 KB
==> test: 8/161 KB
==> test: 12/161 KB
==> test: 16/161 KB
==> test: 16/161 KB
==> test: 20/161 KB
==> test: 24/161 KB
==> test: 24/161 KB
==> test: 28/161 KB
==> test: 31/161 KB
==> test: 32/161 KB
==> test: 36/161 KB
==> test: 40/161 KB
==> test: 40/161 KB
==> test: 44/161 KB
==> test: 48/161 KB
==> test: 48/161 KB
==> test: 52/161 KB
==> test: 56/161 KB
==> test: 56/161 KB
==> test: 60/161 KB
==> test: 64/161 KB
==> test: 64/161 KB
==> test: 68/161 KB
==> test: 72/161 KB
==> test: 72/161 KB
==> test: 76/161 KB
==> test: 80/161 KB
==> test: 80/161 KB
==> test: 84/161 KB
==> test: 88/161 KB
==> test: 88/161 KB
==> test: 92/161 KB
==> test: 96/161 KB
==> test: 96/161 KB
==> test: 100/161 KB
==> test: 104/161 KB
==> test: 104/161 KB
==> test: 108/161 KB
==> test: 112/161 KB
==> test: 112/161 KB
==> test: 116/161 KB
==> test: 120/161 KB
==> test: 120/161 KB
==> test: 124/161 KB
==> test: 128/161 KB
==> test: 128/161 KB
==> test: 132/161 KB
==> test: 136/161 KB
==> test: 136/161 KB
==> test: 140/161 KB
==> test: 144/161 KB
==> test: 144/161 KB
==> test: 148/161 KB
==> test: 152/161 KB
==> test: 152/161 KB
==> test: 156/161 KB
==> test: 160/161 KB
==> test: 160/161 KB
==> test: 161/161 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-archiver/2.4.4/plexus-archiver-2.4.4.jar (161 KB at 200.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar
==> test: 4/58 KB
==> test: 8/58 KB
==> test: 8/58 KB
==> test: 12/58 KB
==> test: 16/58 KB
==> test: 16/58 KB
==> test: 20/58 KB
==> test: 24/58 KB
==> test: 24/58 KB
==> test: 28/58 KB
==> test: 31/58 KB
==> test: 32/58 KB
==> test: 36/58 KB
==> test: 40/58 KB
==> test: 40/58 KB
==> test: 44/58 KB
==> test: 48/58 KB
==> test: 48/58 KB
==> test: 52/58 KB
==> test: 56/58 KB
==> test: 56/58 KB
==> test: 58/58 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-io/2.0.10/plexus-io-2.0.10.jar (58 KB at 95.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
==> test: 4/251 KB
==> test: 8/251 KB
==> test: 8/251 KB
==> test: 12/251 KB
==> test: 16/251 KB
==> test: 16/251 KB
==> test: 20/251 KB
==> test: 24/251 KB
==> test: 24/251 KB
==> test: 28/251 KB
==> test: 31/251 KB
==> test: 32/251 KB
==> test: 36/251 KB
==> test: 40/251 KB
==> test: 40/251 KB
==> test: 44/251 KB
==> test: 48/251 KB
==> test: 48/251 KB
==> test: 52/251 KB
==> test: 56/251 KB
==> test: 56/251 KB
==> test: 60/251 KB
==> test: 64/251 KB
==> test: 64/251 KB
==> test: 68/251 KB
==> test: 72/251 KB
==> test: 72/251 KB
==> test: 76/251 KB
==> test: 80/251 KB
==> test: 80/251 KB
==> test: 84/251 KB
==> test: 88/251 KB
==> test: 88/251 KB
==> test: 92/251 KB
==> test: 96/251 KB
==> test: 96/251 KB
==> test: 100/251 KB
==> test: 104/251 KB
==> test: 104/251 KB
==> test: 108/251 KB
==> test: 112/251 KB
==> test: 112/251 KB
==> test: 116/251 KB
==> test: 120/251 KB
==> test: 120/251 KB
==> test: 124/251 KB
==> test: 128/251 KB
==> test: 128/251 KB
==> test: 132/251 KB
==> test: 136/251 KB
==> test: 136/251 KB
==> test: 140/251 KB
==> test: 144/251 KB
==> test: 144/251 KB
==> test: 148/251 KB
==> test: 152/251 KB
==> test: 152/251 KB
==> test: 156/251 KB
==> test: 160/251 KB
==> test: 160/251 KB
==> test: 164/251 KB
==> test: 168/251 KB
==> test: 168/251 KB
==> test: 172/251 KB
==> test: 176/251 KB
==> test: 176/251 KB
==> test: 180/251 KB
==> test: 184/251 KB
==> test: 184/251 KB
==> test: 188/251 KB
==> test: 192/251 KB
==> test: 192/251 KB
==> test: 196/251 KB
==> test: 200/251 KB
==> test: 200/251 KB
==> test: 204/251 KB
==> test: 208/251 KB
==> test: 208/251 KB
==> test: 212/251 KB
==> test: 216/251 KB
==> test: 216/251 KB
==> test: 220/251 KB
==> test: 224/251 KB
==> test: 224/251 KB
==> test: 228/251 KB
==> test: 232/251 KB
==> test: 232/251 KB
==> test: 236/251 KB
==> test: 240/251 KB
==> test: 240/251 KB
==> test: 244/251 KB
==> test: 248/251 KB
==> test: 248/251 KB
==> test: 251/251 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (251 KB at 279.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/tukaani/xz/1.2/xz-1.2.jar
==> test: 4/93 KB
==> test: 8/93 KB
8/93 KB
12/93 KB
16/93 KB
16/93 KB
20/93 KB
24/93 KB
24/93 KB
28/93 KB
31/93 KB
32/93 KB
==> test: 36/93 KB
==> test: 40/93 KB
==> test: 40/93 KB
==> test: 44/93 KB
==> test: 48/93 KB
==> test: 48/93 KB
==> test: 52/93 KB
==> test: 56/93 KB
==> test: 56/93 KB
==> test: 60/93 KB
==> test: 64/93 KB
==> test: 64/93 KB
==> test: 68/93 KB
==> test: 72/93 KB
==> test: 72/93 KB
==> test: 76/93 KB
==> test: 80/93 KB
==> test: 80/93 KB
==> test: 84/93 KB
==> test: 88/93 KB
==> test: 88/93 KB
==> test: 92/93 KB
==> test: 93/93 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/tukaani/xz/1.2/xz-1.2.jar (93 KB at 157.5 KB/sec)
==> test: 4/22 KB
==> test: 8/22 KB 4/60 KB
==> test: 4/234 KB 8/22 KB 4/60 KB 4/6 KB
==> test: 4/22 KB 4/60 KB
==> test: 4/234 KB 8/22 KB 8/60 KB 4/6 KB
==> test: 4/234 KB 8/22 KB 8/60 KB 4/6 KB
==> test: 4/234 KB 8/22 KB 4/60 KB 4/6 KB
==> test: 8/234 KB 8/22 KB 8/60 KB 4/6 KB
==> test: 8/234 KB 8/22 KB 8/60 KB 4/6 KB
==> test: 8/22 KB 4/60 KB 4/6 KB
8/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 12/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 16/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 16/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 20/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 24/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 24/234 KB 8/22 KB 8/60 KB 6/6 KB
==> test: 24/234 KB 12/22 KB 8/60 KB 6/6 KB
24/234 KB 16/22 KB 8/60 KB 6/6 KB
24/234 KB 16/22 KB 8/60 KB 6/6 KB
24/234 KB 20/22 KB 8/60 KB 6/6 KB
24/234 KB 22/22 KB 8/60 KB 6/6 KB
==> test: 24/234 KB 22/22 KB 12/60 KB 6/6 KB
24/234 KB 22/22 KB 16/60 KB 6/6 KB
24/234 KB 22/22 KB 16/60 KB 6/6 KB
==> test: 24/234 KB 22/22 KB 20/60 KB 6/6 KB
24/234 KB 22/22 KB 24/60 KB 6/6 KB
24/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 28/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 32/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 32/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 36/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 40/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 40/234 KB 22/22 KB 24/60 KB 6/6 KB
==> test: 40/234 KB 22/22 KB 28/60 KB 6/6 KB
40/234 KB 22/22 KB 32/60 KB 6/6 KB
40/234 KB 22/22 KB 32/60 KB 6/6 KB
40/234 KB 22/22 KB 32/60 KB 6/6 KB
40/234 KB 22/22 KB 32/60 KB 6/6 KB
40/234 KB 22/22 KB 36/60 KB 6/6 KB
40/234 KB 22/22 KB 40/60 KB 6/6 KB
40/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 44/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 47/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 48/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 52/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 55/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 56/234 KB 22/22 KB 40/60 KB 6/6 KB
==> test: 56/234 KB 22/22 KB 44/60 KB 6/6 KB
56/234 KB 22/22 KB 48/60 KB 6/6 KB
56/234 KB 22/22 KB 48/60 KB 6/6 KB
==> test: 56/234 KB 22/22 KB 52/60 KB 6/6 KB
==> test: 56/234 KB 22/22 KB 56/60 KB 6/6 KB
==> test: 56/234 KB 22/22 KB 56/60 KB 6/6 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 1.0 KB/sec)
==> test: 60/234 KB 22/22 KB 56/60 KB
63/234 KB 22/22 KB 56/60 KB
64/234 KB 22/22 KB 56/60 KB
68/234 KB 22/22 KB 56/60 KB
71/234 KB 22/22 KB 56/60 KB
72/234 KB 22/22 KB 56/60 KB
==> test: 72/234 KB 22/22 KB 60/60 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 3.6 KB/sec)
==> test: 76/234 KB 60/60 KB
79/234 KB 60/60 KB
80/234 KB 60/60 KB
84/234 KB 60/60 KB
86/234 KB 60/60 KB
88/234 KB 60/60 KB
==> test: 92/234 KB 60/60 KB
==> test: 94/234 KB 60/60 KB
==> test: 96/234 KB 60/60 KB
==> test: 100/234 KB 60/60 KB
==> test: 102/234 KB 60/60 KB
==> test: 104/234 KB 60/60 KB
==> test: 108/234 KB 60/60 KB
==> test: 110/234 KB 60/60 KB
==> test: 112/234 KB 60/60 KB
116/234 KB 60/60 KB
118/234 KB 60/60 KB
120/234 KB 60/60 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 9.7 KB/sec)
==> test: 124/234 KB
==> test: 125/234 KB
==> test: 128/234 KB
==> test: 132/234 KB
==> test: 133/234 KB
==> test: 136/234 KB
==> test: 140/234 KB
==> test: 141/234 KB
==> test: 144/234 KB
==> test: 148/234 KB
==> test: 149/234 KB
==> test: 152/234 KB
==> test: 156/234 KB
==> test: 157/234 KB
==> test: 160/234 KB
==> test: 164/234 KB
==> test: 165/234 KB
==> test: 168/234 KB
==> test: 172/234 KB
==> test: 172/234 KB
==> test: 176/234 KB
==> test: 180/234 KB
180/234 KB
184/234 KB
==> test: 188/234 KB
==> test: 192/234 KB
==> test: 192/234 KB
==> test: 196/234 KB
==> test: 200/234 KB
==> test: 200/234 KB
==> test: 204/234 KB
==> test: 208/234 KB
==> test: 208/234 KB
==> test: 211/234 KB
==> test: 215/234 KB
==> test: 216/234 KB
==> test: 219/234 KB
==> test: 223/234 KB
==> test: 224/234 KB
==> test: 227/234 KB
==> test: 231/234 KB
==> test: 232/234 KB
==> test: 234/234 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 34.6 KB/sec)
==> test: [INFO]
==> test: Skipping packaging of the test-jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ Singularity ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 4.4 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:test-jar-no-fork (attach-sources) @ Singularity ---
==> test: [INFO]
==> test:
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: [INFO]
==> test: Building SingularityBase 0.4.0-SNAPSHOT
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 16.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 18.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/22/maven-parent-22.pom
==> test: 4/30 KB
==> test: 8/30 KB
==> test: 8/30 KB
==> test: 12/30 KB
==> test: 16/30 KB
==> test: 16/30 KB
==> test: 20/30 KB
==> test: 24/30 KB
==> test: 24/30 KB
28/30 KB
30/30 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 49.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/11/apache-11.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/11/apache-11.pom (15 KB at 29.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
==> test: 4/29 KB
==> test: 8/29 KB
==> test: 8/29 KB
==> test: 12/29 KB
==> test: 16/29 KB
==> test: 16/29 KB
==> test: 20/29 KB
==> test: 24/29 KB
==> test: 24/29 KB
==> test: 28/29 KB
==> test: 29/29 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 46.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 19.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 20.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
==> test: 4/42 KB
==> test: 8/42 KB
==> test: 8/42 KB
==> test: 12/42 KB
==> test: 16/42 KB
==> test: 16/42 KB
==> test: 20/42 KB
==> test: 24/42 KB
==> test: 24/42 KB
==> test: 28/42 KB
==> test: 31/42 KB
==> test: 32/42 KB
==> test: 36/42 KB
==> test: 40/42 KB
==> test: 40/42 KB
==> test: 42/42 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 70.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.pom (5 KB at 9.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire/2.17/surefire-2.17.pom (17 KB at 34.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar
==> test: 4/34 KB
==> test: 8/34 KB
==> test: 8/34 KB
==> test: 12/34 KB
==> test: 16/34 KB
==> test: 16/34 KB
==> test: 20/34 KB
==> test: 24/34 KB
==> test: 24/34 KB
==> test: 28/34 KB
==> test: 31/34 KB
==> test: 32/34 KB
==> test: 34/34 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-surefire-plugin/2.17/maven-surefire-plugin-2.17.jar (34 KB at 53.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/BaragonCore/0.1.2/BaragonCore-0.1.2.pom
==> test: 919/919 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/BaragonCore/0.1.2/BaragonCore-0.1.2.pom (919 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/Baragon/0.1.2/Baragon-0.1.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/Baragon/0.1.2/Baragon-0.1.2.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (8 KB at 13.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.3.2/jackson-datatype-guava-2.3.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.3.2/jackson-datatype-guava-2.3.2.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/12/oss-parent-12.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 KB at 41.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.3.2/jackson-databind-2.3.2.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.3.2/jackson-databind-2.3.2.pom (6 KB at 11.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.3.2/jackson-annotations-2.3.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.3.2/jackson-annotations-2.3.2.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.3.2/jackson-core-2.3.2.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.3.2/jackson-core-2.3.2.pom (6 KB at 12.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/17.0/guava-17.0.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/17.0/guava-17.0.pom (6 KB at 9.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (8 KB at 15.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-datatype-protobuf/0.4.0/jackson-datatype-protobuf-0.4.0.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-datatype-protobuf/0.4.0/jackson-datatype-protobuf-0.4.0.pom (6 KB at 12.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom (9 KB at 16.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/mesos/mesos/0.20.1/mesos-0.20.1.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/mesos/mesos/0.20.1/mesos-0.20.1.pom (8 KB at 14.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
==> test: 4/20 KB
==> test: 8/20 KB
==> test: 8/20 KB
==> test: 12/20 KB
==> test: 16/20 KB
==> test: 16/20 KB
==> test: 20/20 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 34.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/33/commons-parent-33.pom
==> test: 4/52 KB
==> test: 8/52 KB
==> test: 8/52 KB
==> test: 12/52 KB
==> test: 16/52 KB
==> test: 16/52 KB
==> test: 20/52 KB
==> test: 24/52 KB
==> test: 24/52 KB
==> test: 28/52 KB
==> test: 31/52 KB
==> test: 32/52 KB
==> test: 36/52 KB
==> test: 40/52 KB
==> test: 40/52 KB
==> test: 44/52 KB
==> test: 48/52 KB
==> test: 48/52 KB
==> test: 52/52 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 87.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-annotations/1.3.10/swagger-annotations-1.3.10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-annotations/1.3.10/swagger-annotations-1.3.10.pom (2 KB at 2.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-project_2.10/1.3.10/swagger-project_2.10-1.3.10.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-project_2.10/1.3.10/swagger-project_2.10-1.3.10.pom (17 KB at 33.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 8.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom (4 KB at 6.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/BaragonCore/0.1.2/BaragonCore-0.1.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/17.0/guava-17.0.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.3.2/jackson-annotations-2.3.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.3.2/jackson-core-2.3.2.jar
==> test: 4/26 KB
==> test: 8/26 KB
==> test: 8/26 KB
==> test: 12/26 KB
==> test: 16/26 KB
==> test: 16/26 KB
==> test: 20/26 KB
==> test: 24/26 KB
==> test: 24/26 KB
==> test: 26/26 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/BaragonCore/0.1.2/BaragonCore-0.1.2.jar (26 KB at 49.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.3.2/jackson-databind-2.3.2.jar
==> test: 4/63 KB
==> test: 8/63 KB
==> test: 8/63 KB
==> test: 12/63 KB
==> test: 16/63 KB
==> test: 16/63 KB
==> test: 16/63 KB 4/195 KB
16/63 KB 8/195 KB
16/63 KB 8/195 KB
16/63 KB 12/195 KB
==> test: 16/63 KB 16/195 KB
==> test: 16/63 KB 16/195 KB
==> test: 16/63 KB 4/2191 KB 16/195 KB
16/63 KB 8/2191 KB 16/195 KB
16/63 KB 8/2191 KB 16/195 KB
16/63 KB 4/36 KB 12/2191 KB 16/195 KB
16/63 KB 8/36 KB 12/2191 KB 16/195 KB
16/63 KB 8/36 KB 12/2191 KB 16/195 KB
==> test: 16/63 KB 12/2191 KB 16/195 KB
==> test: 16/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 16/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 20/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 24/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 24/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 28/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 32/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 32/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 32/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 32/63 KB 8/36 KB 16/2191 KB 16/195 KB
==> test: 32/63 KB 8/36 KB 16/2191 KB 20/195 KB
32/63 KB 8/36 KB 16/2191 KB 24/195 KB
32/63 KB 8/36 KB 16/2191 KB 24/195 KB
==> test: 32/63 KB 8/36 KB 20/2191 KB 24/195 KB
32/63 KB 8/36 KB 24/2191 KB 24/195 KB
==> test: 32/63 KB 8/36 KB 24/2191 KB 24/195 KB
==> test: 32/63 KB 12/36 KB 24/2191 KB 24/195 KB
32/63 KB 16/36 KB 24/2191 KB 24/195 KB
32/63 KB 16/36 KB 24/2191 KB 24/195 KB
==> test: 32/63 KB 16/36 KB 28/2191 KB 24/195 KB
==> test: 32/63 KB 16/36 KB 32/2191 KB 24/195 KB
==> test: 32/63 KB 20/36 KB 32/2191 KB 24/195 KB
32/63 KB 24/36 KB 32/2191 KB 24/195 KB
32/63 KB 24/36 KB 32/2191 KB 24/195 KB
==> test: 36/63 KB 24/36 KB 32/2191 KB 24/195 KB
40/63 KB 24/36 KB 32/2191 KB 24/195 KB
40/63 KB 24/36 KB 32/2191 KB 24/195 KB
44/63 KB 24/36 KB 32/2191 KB 24/195 KB
48/63 KB 24/36 KB 32/2191 KB 24/195 KB
48/63 KB 24/36 KB 32/2191 KB 24/195 KB
==> test: 48/63 KB 24/36 KB 32/2191 KB 28/195 KB
48/63 KB 24/36 KB 32/2191 KB 32/195 KB
48/63 KB 24/36 KB 32/2191 KB 32/195 KB
48/63 KB 24/36 KB 32/2191 KB 32/195 KB
48/63 KB 24/36 KB 32/2191 KB 32/195 KB
48/63 KB 24/36 KB 32/2191 KB 36/195 KB
48/63 KB 24/36 KB 32/2191 KB 40/195 KB
==> test: 48/63 KB 24/36 KB 32/2191 KB 40/195 KB
==> test: 48/63 KB 28/36 KB 32/2191 KB 40/195 KB
48/63 KB 32/36 KB 32/2191 KB 40/195 KB
48/63 KB 32/36 KB 32/2191 KB 40/195 KB
48/63 KB 32/36 KB 32/2191 KB 40/195 KB
48/63 KB 32/36 KB 32/2191 KB 40/195 KB
48/63 KB 36/36 KB 32/2191 KB 40/195 KB
48/63 KB 36/36 KB 32/2191 KB 40/195 KB
48/63 KB 36/36 KB 32/2191 KB 40/195 KB
48/63 KB 36/36 KB 32/2191 KB 40/195 KB
48/63 KB 36/36 KB 36/2191 KB 40/195 KB
48/63 KB 36/36 KB 4/894 KB 36/2191 KB 40/195 KB
48/63 KB 36/36 KB 8/894 KB 36/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 8/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 8/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 8/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 12/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 16/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 16/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 20/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 24/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 24/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 28/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 31/894 KB 40/2191 KB 40/195 KB
==> test: 48/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
==> test: 52/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
56/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
56/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
60/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 40/195 KB
==> test: 63/63 KB 36/36 KB 32/894 KB 40/2191 KB 44/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 48/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 48/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 52/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 40/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 32/894 KB 44/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 48/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 48/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 52/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 56/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 56/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 60/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 32/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 36/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 40/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 40/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 44/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 48/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 48/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 52/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 56/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 56/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 60/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 64/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 64/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 68/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 56/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 56/195 KB
==> test: 63/63 KB 36/36 KB 72/894 KB 64/2191 KB 60/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 64/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 64/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 68/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 64/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 72/894 KB 68/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 72/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 72/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 76/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 80/2191 KB 72/195 KB
63/63 KB 36/36 KB 72/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 76/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 80/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 80/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 84/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 88/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 88/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 92/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 96/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 96/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 100/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 104/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 104/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 108/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 72/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 76/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 80/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 80/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 84/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 88/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 80/2191 KB 88/195 KB
63/63 KB 36/36 KB 112/894 KB 80/2191 KB 92/195 KB
63/63 KB 36/36 KB 112/894 KB 80/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 112/894 KB 84/2191 KB 96/195 KB
63/63 KB 36/36 KB 112/894 KB 88/2191 KB 96/195 KB
63/63 KB 36/36 KB 112/894 KB 88/2191 KB 96/195 KB
63/63 KB 36/36 KB 112/894 KB 92/2191 KB 96/195 KB
63/63 KB 36/36 KB 112/894 KB 96/2191 KB 96/195 KB
63/63 KB 36/36 KB 112/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 116/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 120/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 120/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 124/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 128/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 128/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 132/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 136/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 136/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 140/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 144/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 144/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 148/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 152/894 KB 96/2191 KB 96/195 KB
==> test: 63/63 KB 36/36 KB 152/894 KB 96/2191 KB 96/195 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-annotations/2.3.2/jackson-annotations-2.3.2.jar (36 KB at 34.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-datatype-protobuf/0.4.0/jackson-datatype-protobuf-0.4.0.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (63 KB at 59.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar
==> test: 152/894 KB 96/2191 KB 96/195 KB
152/894 KB 96/2191 KB 100/195 KB
152/894 KB 96/2191 KB 104/195 KB
152/894 KB 96/2191 KB 104/195 KB
152/894 KB 96/2191 KB 108/195 KB
152/894 KB 96/2191 KB 112/195 KB
152/894 KB 96/2191 KB 112/195 KB
==> test: 152/894 KB 100/2191 KB 112/195 KB
152/894 KB 104/2191 KB 112/195 KB
152/894 KB 104/2191 KB 112/195 KB
==> test: 152/894 KB 108/2191 KB 112/195 KB
==> test: 152/894 KB 112/2191 KB 112/195 KB
==> test: 152/894 KB 112/2191 KB 112/195 KB
==> test: 156/894 KB 112/2191 KB 112/195 KB
==> test: 160/894 KB 112/2191 KB 112/195 KB
==> test: 160/894 KB 112/2191 KB 112/195 KB
==> test: 164/894 KB 112/2191 KB 112/195 KB
==> test: 168/894 KB 112/2191 KB 112/195 KB
==> test: 168/894 KB 112/2191 KB 112/195 KB
==> test: 172/894 KB 112/2191 KB 112/195 KB
==> test: 176/894 KB 112/2191 KB 112/195 KB
==> test: 176/894 KB 112/2191 KB 112/195 KB
==> test: 180/894 KB 112/2191 KB 112/195 KB
==> test: 184/894 KB 112/2191 KB 112/195 KB
==> test: 184/894 KB 112/2191 KB 112/195 KB
==> test: 188/894 KB 112/2191 KB 112/195 KB
==> test: 192/894 KB 112/2191 KB 112/195 KB
==> test: 192/894 KB 112/2191 KB 112/195 KB
==> test: 196/894 KB 112/2191 KB 112/195 KB
==> test: 200/894 KB 112/2191 KB 112/195 KB
==> test: 200/894 KB 112/2191 KB 112/195 KB
==> test: 200/894 KB 112/2191 KB 116/195 KB
200/894 KB 112/2191 KB 120/195 KB
200/894 KB 112/2191 KB 120/195 KB
200/894 KB 112/2191 KB 124/195 KB
200/894 KB 112/2191 KB 128/195 KB
200/894 KB 112/2191 KB 128/195 KB
==> test: 200/894 KB 116/2191 KB 128/195 KB
200/894 KB 120/2191 KB 128/195 KB
200/894 KB 120/2191 KB 128/195 KB
200/894 KB 124/2191 KB 128/195 KB
200/894 KB 128/2191 KB 128/195 KB
200/894 KB 128/2191 KB 128/195 KB
==> test: 204/894 KB 128/2191 KB 128/195 KB
==> test: 208/894 KB 128/2191 KB 128/195 KB
==> test: 208/894 KB 128/2191 KB 128/195 KB
==> test: 212/894 KB 128/2191 KB 128/195 KB
==> test: 216/894 KB 128/2191 KB 128/195 KB
==> test: 216/894 KB 128/2191 KB 128/195 KB
==> test: 220/894 KB 128/2191 KB 128/195 KB
==> test: 224/894 KB 128/2191 KB 128/195 KB
==> test: 224/894 KB 128/2191 KB 128/195 KB
==> test: 228/894 KB 128/2191 KB 128/195 KB
==> test: 232/894 KB 128/2191 KB 128/195 KB
==> test: 232/894 KB 128/2191 KB 128/195 KB
==> test: 236/894 KB 128/2191 KB 128/195 KB
==> test: 240/894 KB 128/2191 KB 128/195 KB
==> test: 240/894 KB 128/2191 KB 128/195 KB
==> test: 240/894 KB 128/2191 KB 132/195 KB
==> test: 240/894 KB 128/2191 KB 136/195 KB
==> test: 240/894 KB 128/2191 KB 136/195 KB
==> test: 240/894 KB 128/2191 KB 140/195 KB
==> test: 240/894 KB 128/2191 KB 144/195 KB
==> test: 240/894 KB 128/2191 KB 144/195 KB
==> test: 240/894 KB 128/2191 KB 148/195 KB
==> test: 240/894 KB 128/2191 KB 152/195 KB
==> test: 240/894 KB 132/2191 KB 152/195 KB
==> test: 240/894 KB 132/2191 KB 152/195 KB
==> test: 244/894 KB 136/2191 KB 152/195 KB
==> test: 244/894 KB 132/2191 KB 152/195 KB
248/894 KB 136/2191 KB 152/195 KB
248/894 KB 136/2191 KB 152/195 KB
252/894 KB 136/2191 KB 152/195 KB
256/894 KB 136/2191 KB 152/195 KB
256/894 KB 136/2191 KB 152/195 KB
260/894 KB 136/2191 KB 152/195 KB
264/894 KB 136/2191 KB 152/195 KB
264/894 KB 136/2191 KB 152/195 KB
268/894 KB 136/2191 KB 152/195 KB
271/894 KB 136/2191 KB 152/195 KB
272/894 KB 136/2191 KB 152/195 KB
==> test: 272/894 KB 136/2191 KB 152/195 KB
==> test: 272/894 KB 140/2191 KB 152/195 KB
==> test: 272/894 KB 144/2191 KB 152/195 KB
==> test: 272/894 KB 144/2191 KB 152/195 KB
==> test: 272/894 KB 148/2191 KB 152/195 KB
==> test: 272/894 KB 152/2191 KB 152/195 KB
==> test: 272/894 KB 152/2191 KB 152/195 KB
==> test: 276/894 KB 152/2191 KB 152/195 KB
==> test: 279/894 KB 152/2191 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 4/21 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 8/21 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 8/21 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 12/21 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 16/21 KB 152/195 KB
==> test: 280/894 KB 152/2191 KB 16/21 KB 156/195 KB
280/894 KB 152/2191 KB 16/21 KB 160/195 KB
280/894 KB 152/2191 KB 16/21 KB 160/195 KB
280/894 KB 152/2191 KB 16/21 KB 164/195 KB
280/894 KB 152/2191 KB 16/21 KB 168/195 KB
280/894 KB 152/2191 KB 16/21 KB 168/195 KB
==> test: 280/894 KB 156/2191 KB 16/21 KB 168/195 KB
280/894 KB 160/2191 KB 16/21 KB 168/195 KB
==> test: 280/894 KB 160/2191 KB 16/21 KB 168/195 KB
==> test: 280/894 KB 164/2191 KB 16/21 KB 168/195 KB
280/894 KB 168/2191 KB 16/21 KB 168/195 KB
280/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 284/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 287/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 288/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 292/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 295/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 296/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 300/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 303/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 304/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 308/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 310/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 312/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 316/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 318/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 320/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 324/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 4/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 8/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 8/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 12/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 16/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 16/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
==> test: 16/521 KB 326/894 KB 168/2191 KB 16/21 KB 168/195 KB
16/521 KB 326/894 KB 168/2191 KB 20/21 KB 168/195 KB
16/521 KB 326/894 KB 168/2191 KB 21/21 KB 168/195 KB
==> test: 16/521 KB 326/894 KB 168/2191 KB 21/21 KB 172/195 KB
16/521 KB 326/894 KB 168/2191 KB 21/21 KB 176/195 KB
16/521 KB 326/894 KB 168/2191 KB 21/21 KB 176/195 KB
==> test: 16/521 KB 326/894 KB 168/2191 KB 21/21 KB 180/195 KB
16/521 KB 326/894 KB 168/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 168/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 326/894 KB 172/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 176/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 176/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 180/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 184/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 184/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 188/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 192/2191 KB 21/21 KB 184/195 KB
16/521 KB 326/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 328/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 332/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 334/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 336/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 340/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 342/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 344/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 348/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 349/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 352/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 356/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 357/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 360/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 364/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 365/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 16/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 20/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
24/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
24/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
28/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
31/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
32/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
32/521 KB 368/894 KB 192/2191 KB 21/21 KB 184/195 KB
==> test: 32/521 KB 368/894 KB 192/2191 KB 21/21 KB 188/195 KB
32/521 KB 368/894 KB 192/2191 KB 21/21 KB 192/195 KB
32/521 KB 368/894 KB 192/2191 KB 21/21 KB 192/195 KB
32/521 KB 368/894 KB 192/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 368/894 KB 196/2191 KB 21/21 KB 195/195 KB
32/521 KB 368/894 KB 200/2191 KB 21/21 KB 195/195 KB
32/521 KB 368/894 KB 200/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 368/894 KB 204/2191 KB 21/21 KB 195/195 KB
32/521 KB 368/894 KB 208/2191 KB 21/21 KB 195/195 KB
32/521 KB 368/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 372/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 373/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 376/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 380/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 381/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 384/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 388/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 389/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 392/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 396/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 400/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 400/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 404/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 408/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 408/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 412/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 32/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 36/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 40/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
40/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
44/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
48/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
48/521 KB 416/894 KB 208/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 416/894 KB 212/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 416/894 KB 216/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 420/894 KB 216/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 420/894 KB 216/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 424/894 KB 220/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 424/894 KB 224/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 424/894 KB 216/2191 KB 21/21 KB 195/195 KB
48/521 KB 424/894 KB 224/2191 KB 21/21 KB 195/195 KB
48/521 KB 428/894 KB 224/2191 KB 21/21 KB 195/195 KB
48/521 KB 432/894 KB 224/2191 KB 21/21 KB 195/195 KB
48/521 KB 432/894 KB 224/2191 KB 21/21 KB 195/195 KB
48/521 KB 435/894 KB 224/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 435/894 KB 224/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 435/894 KB 228/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 435/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 435/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 439/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 440/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 443/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 447/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 448/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 451/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 455/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 456/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 48/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test: 52/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
56/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
56/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
60/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
64/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
64/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
68/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
72/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
72/521 KB 459/894 KB 232/2191 KB 21/21 KB 195/195 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-datatype-protobuf/0.4.0/jackson-datatype-protobuf-0.4.0.jar (21 KB at 39.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.3.2/jackson-datatype-guava-2.3.2.jar
==> test: 72/521 KB 459/894 KB 236/2191 KB 195/195 KB
72/521 KB 459/894 KB 240/2191 KB 195/195 KB
72/521 KB 459/894 KB 240/2191 KB 195/195 KB
==> test: 72/521 KB 459/894 KB 244/2191 KB 195/195 KB
72/521 KB 459/894 KB 248/2191 KB 195/195 KB
72/521 KB 459/894 KB 248/2191 KB 195/195 KB
72/521 KB 459/894 KB 252/2191 KB 195/195 KB
72/521 KB 459/894 KB 256/2191 KB 195/195 KB
72/521 KB 459/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 463/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 464/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 467/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 471/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 472/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 474/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 478/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 480/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 482/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 486/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 488/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 490/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 494/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 496/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 498/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 502/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 504/894 KB 256/2191 KB 195/195 KB
==> test: 72/521 KB 506/894 KB 256/2191 KB 195/195 KB
==> test: 76/521 KB 506/894 KB 256/2191 KB 195/195 KB
80/521 KB 506/894 KB 256/2191 KB 195/195 KB
80/521 KB 506/894 KB 256/2191 KB 195/195 KB
==> test: 84/521 KB 506/894 KB 256/2191 KB 195/195 KB
88/521 KB 506/894 KB 256/2191 KB 195/195 KB
88/521 KB 506/894 KB 256/2191 KB 195/195 KB
==> test: 88/521 KB 506/894 KB 260/2191 KB 195/195 KB
88/521 KB 506/894 KB 264/2191 KB 195/195 KB
88/521 KB 506/894 KB 264/2191 KB 195/195 KB
88/521 KB 506/894 KB 268/2191 KB 195/195 KB
88/521 KB 506/894 KB 271/2191 KB 195/195 KB
88/521 KB 506/894 KB 272/2191 KB 195/195 KB
88/521 KB 506/894 KB 276/2191 KB 195/195 KB
88/521 KB 506/894 KB 279/2191 KB 195/195 KB
88/521 KB 506/894 KB 280/2191 KB 195/195 KB
==> test: 88/521 KB 510/894 KB 280/2191 KB 195/195 KB
==> test: 88/521 KB 512/894 KB 280/2191 KB 195/195 KB
==> test: 88/521 KB 514/894 KB 280/2191 KB 195/195 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-core/2.3.2/jackson-core-2.3.2.jar (195 KB at 117.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/mesos/mesos/0.20.1/mesos-0.20.1.jar
==> test: 88/521 KB 518/894 KB 280/2191 KB
==> test: 88/521 KB 520/894 KB 280/2191 KB
88/521 KB 521/894 KB 280/2191 KB
88/521 KB 525/894 KB 280/2191 KB
88/521 KB 528/894 KB 280/2191 KB
88/521 KB 529/894 KB 280/2191 KB
88/521 KB 533/894 KB 280/2191 KB
88/521 KB 536/894 KB 280/2191 KB
88/521 KB 537/894 KB 280/2191 KB
88/521 KB 541/894 KB 280/2191 KB
88/521 KB 544/894 KB 280/2191 KB
88/521 KB 545/894 KB 280/2191 KB
==> test: 92/521 KB 545/894 KB 280/2191 KB
96/521 KB 545/894 KB 280/2191 KB
96/521 KB 545/894 KB 280/2191 KB
100/521 KB 545/894 KB 280/2191 KB
104/521 KB 545/894 KB 280/2191 KB
104/521 KB 545/894 KB 280/2191 KB
108/521 KB 545/894 KB 280/2191 KB
112/521 KB 545/894 KB 280/2191 KB
==> test: 112/521 KB 545/894 KB 284/2191 KB
112/521 KB 545/894 KB 287/2191 KB
112/521 KB 545/894 KB 288/2191 KB
112/521 KB 545/894 KB 292/2191 KB
112/521 KB 545/894 KB 295/2191 KB
112/521 KB 545/894 KB 296/2191 KB
112/521 KB 545/894 KB 300/2191 KB
112/521 KB 545/894 KB 303/2191 KB
==> test: 112/521 KB 549/894 KB 303/2191 KB
==> test: 112/521 KB 552/894 KB 303/2191 KB
==> test: 112/521 KB 553/894 KB 303/2191 KB
==> test: 112/521 KB 557/894 KB 303/2191 KB
==> test: 112/521 KB 560/894 KB 303/2191 KB
==> test: 112/521 KB 560/894 KB 303/2191 KB
==> test: 112/521 KB 564/894 KB 303/2191 KB
==> test: 112/521 KB 568/894 KB 303/2191 KB
==> test: 112/521 KB 568/894 KB 303/2191 KB
==> test: 112/521 KB 572/894 KB 303/2191 KB
==> test: 112/521 KB 576/894 KB 303/2191 KB
==> test: 112/521 KB 576/894 KB 303/2191 KB
==> test: 112/521 KB 580/894 KB 303/2191 KB
==> test: 112/521 KB 584/894 KB 303/2191 KB
==> test: 112/521 KB 584/894 KB 303/2191 KB
==> test: 112/521 KB 588/894 KB 303/2191 KB
==> test: 112/521 KB 592/894 KB 303/2191 KB
==> test: 112/521 KB 592/894 KB 303/2191 KB
==> test: 112/521 KB 592/894 KB 303/2191 KB
116/521 KB 592/894 KB 303/2191 KB
120/521 KB 592/894 KB 303/2191 KB
120/521 KB 592/894 KB 303/2191 KB
124/521 KB 592/894 KB 303/2191 KB
==> test: 128/521 KB 592/894 KB 303/2191 KB
==> test: 128/521 KB 592/894 KB 303/2191 KB
==> test: 128/521 KB 592/894 KB 304/2191 KB
==> test: 128/521 KB 592/894 KB 308/2191 KB
==> test: 128/521 KB 592/894 KB 310/2191 KB
==> test: 128/521 KB 592/894 KB 312/2191 KB
==> test: 128/521 KB 592/894 KB 316/2191 KB
==> test: 128/521 KB 592/894 KB 318/2191 KB
==> test: 128/521 KB 592/894 KB 320/2191 KB
==> test: 128/521 KB 596/894 KB 324/2191 KB
==> test: 128/521 KB 596/894 KB 320/2191 KB
==> test: 128/521 KB 599/894 KB 324/2191 KB
==> test: 128/521 KB 600/894 KB 324/2191 KB
==> test: 128/521 KB 604/894 KB 326/2191 KB
128/521 KB 607/894 KB 326/2191 KB
128/521 KB 608/894 KB 326/2191 KB
128/521 KB 612/894 KB 326/2191 KB
128/521 KB 615/894 KB 326/2191 KB
128/521 KB 616/894 KB 326/2191 KB
128/521 KB 620/894 KB 326/2191 KB
128/521 KB 623/894 KB 326/2191 KB
128/521 KB 624/894 KB 326/2191 KB
128/521 KB 628/894 KB 326/2191 KB
128/521 KB 631/894 KB 326/2191 KB
==> test: 128/521 KB 600/894 KB 326/2191 KB
128/521 KB 631/894 KB 328/2191 KB
==> test: 128/521 KB 632/894 KB 328/2191 KB
==> test: 128/521 KB 636/894 KB 328/2191 KB
==> test: 128/521 KB 639/894 KB 328/2191 KB
==> test: 128/521 KB 640/894 KB 328/2191 KB
==> test: 4/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 8/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 8/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 12/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 16/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 16/59 KB 128/521 KB 640/894 KB 328/2191 KB
==> test: 16/59 KB 132/521 KB 640/894 KB 328/2191 KB
16/59 KB 136/521 KB 640/894 KB 328/2191 KB
16/59 KB 136/521 KB 640/894 KB 328/2191 KB
16/59 KB 140/521 KB 640/894 KB 328/2191 KB
16/59 KB 144/521 KB 640/894 KB 328/2191 KB
16/59 KB 144/521 KB 640/894 KB 328/2191 KB
16/59 KB 148/521 KB 640/894 KB 328/2191 KB
16/59 KB 152/521 KB 640/894 KB 328/2191 KB
16/59 KB 152/521 KB 640/894 KB 328/2191 KB
==> test: 16/59 KB 152/521 KB 640/894 KB 332/2191 KB
16/59 KB 152/521 KB 640/894 KB 334/2191 KB
16/59 KB 152/521 KB 640/894 KB 336/2191 KB
16/59 KB 152/521 KB 640/894 KB 340/2191 KB
16/59 KB 152/521 KB 640/894 KB 342/2191 KB
16/59 KB 152/521 KB 640/894 KB 344/2191 KB
16/59 KB 152/521 KB 640/894 KB 348/2191 KB
16/59 KB 152/521 KB 640/894 KB 349/2191 KB
16/59 KB 152/521 KB 640/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 644/894 KB 352/2191 KB
16/59 KB 152/521 KB 646/894 KB 352/2191 KB
16/59 KB 152/521 KB 648/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 652/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 654/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 656/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 660/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 662/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 664/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 668/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 670/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 672/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 676/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 678/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 680/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 684/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 685/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 688/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 692/894 KB 352/2191 KB
==> test: 16/59 KB 152/521 KB 693/894 KB 352/2191 KB
==> test: 20/59 KB 152/521 KB 693/894 KB 352/2191 KB
24/59 KB 152/521 KB 693/894 KB 352/2191 KB
24/59 KB 152/521 KB 693/894 KB 352/2191 KB
28/59 KB 152/521 KB 693/894 KB 352/2191 KB
32/59 KB 152/521 KB 693/894 KB 352/2191 KB
32/59 KB 152/521 KB 693/894 KB 352/2191 KB
32/59 KB 152/521 KB 693/894 KB 352/2191 KB
32/59 KB 152/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 156/521 KB 693/894 KB 352/2191 KB
32/59 KB 160/521 KB 693/894 KB 352/2191 KB
32/59 KB 160/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 164/521 KB 693/894 KB 352/2191 KB
32/59 KB 168/521 KB 693/894 KB 352/2191 KB
32/59 KB 168/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 172/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 4/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 8/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 8/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 12/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 352/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 693/894 KB 356/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 357/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 360/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 364/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 365/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 368/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 372/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 373/2191 KB 16/702 KB
32/59 KB 176/521 KB 693/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 696/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 700/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 701/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 704/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 708/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 709/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 712/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 716/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 717/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 720/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 724/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 728/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 732/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 736/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 736/894 KB 376/2191 KB 16/702 KB
==> test: 32/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
==> test: 36/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
40/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
40/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
44/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 176/521 KB 740/894 KB 376/2191 KB 16/702 KB
==> test: 48/59 KB 180/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 184/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 184/521 KB 740/894 KB 376/2191 KB 16/702 KB
==> test: 48/59 KB 188/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 16/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 16/702 KB
==> test: 48/59 KB 192/521 KB 740/894 KB 376/2191 KB 20/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 24/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 24/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 28/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 31/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 32/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 32/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 36/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 376/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 740/894 KB 380/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 381/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 384/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 388/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 389/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 392/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 396/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 400/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 400/2191 KB 40/702 KB
48/59 KB 192/521 KB 740/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 744/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 744/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 748/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 752/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 752/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 756/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 760/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 760/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 764/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 768/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 768/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 771/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 775/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 776/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 779/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 783/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 784/894 KB 404/2191 KB 40/702 KB
==> test: 48/59 KB 192/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 52/59 KB 192/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 56/59 KB 192/521 KB 787/894 KB 404/2191 KB 40/702 KB
56/59 KB 192/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 192/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 59/59 KB 196/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 200/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 200/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 204/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 208/521 KB 787/894 KB 404/2191 KB 40/702 KB
59/59 KB 208/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 59/59 KB 212/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 59/59 KB 216/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 59/59 KB 216/521 KB 787/894 KB 404/2191 KB 40/702 KB
==> test: 59/59 KB 216/521 KB 787/894 KB 404/2191 KB 44/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 48/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 48/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 52/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 56/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 56/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 60/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 404/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 787/894 KB 408/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 408/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 412/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 787/894 KB 416/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 416/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 420/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 424/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 424/2191 KB 64/702 KB
59/59 KB 216/521 KB 787/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 791/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 792/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 795/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 799/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 800/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 803/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 807/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 808/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 810/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 814/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 816/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 818/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 822/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 824/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 826/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 830/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 832/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 834/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 838/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 216/521 KB 840/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 220/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 224/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 224/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 228/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 232/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 232/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 236/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 64/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 64/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 428/2191 KB 68/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 72/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 428/2191 KB 72/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 76/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 80/702 KB
59/59 KB 240/521 KB 840/894 KB 428/2191 KB 80/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 428/2191 KB 84/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 428/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 428/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 840/894 KB 432/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 432/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 435/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 439/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 440/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 443/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 447/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 448/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 451/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 455/2191 KB 88/702 KB
59/59 KB 240/521 KB 840/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 842/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 846/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 848/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 849/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 853/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 856/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 857/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 861/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 864/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 865/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 869/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 872/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 873/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 877/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 880/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 240/521 KB 881/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 244/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 248/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 248/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 252/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 256/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 256/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 260/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 264/521 KB 881/894 KB 456/2191 KB 88/702 KB
59/59 KB 264/521 KB 881/894 KB 456/2191 KB 88/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 92/702 KB
59/59 KB 264/521 KB 881/894 KB 456/2191 KB 96/702 KB
59/59 KB 264/521 KB 881/894 KB 456/2191 KB 96/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 100/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 104/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 104/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 108/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 456/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 459/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 463/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 464/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 467/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 881/894 KB 471/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 472/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 474/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 478/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 480/2191 KB 112/702 KB
59/59 KB 264/521 KB 881/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 885/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 888/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 889/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 893/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 264/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 268/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 272/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 272/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 276/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 280/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 280/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 284/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 112/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 116/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 120/702 KB
59/59 KB 288/521 KB 894/894 KB 482/2191 KB 120/702 KB
59/59 KB 288/521 KB 894/894 KB 482/2191 KB 124/702 KB
59/59 KB 288/521 KB 894/894 KB 482/2191 KB 128/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 128/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 132/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 136/702 KB
==> test: 59/59 KB 288/521 KB 894/894 KB 482/2191 KB 136/702 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.3.2/jackson-datatype-guava-2.3.2.jar (59 KB at 76.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
==> test: 288/521 KB 894/894 KB 486/2191 KB 136/702 KB
288/521 KB 894/894 KB 488/2191 KB 136/702 KB
==> test: 288/521 KB 894/894 KB 490/2191 KB 136/702 KB
288/521 KB 894/894 KB 494/2191 KB 136/702 KB
288/521 KB 894/894 KB 496/2191 KB 136/702 KB
288/521 KB 894/894 KB 498/2191 KB 136/702 KB
288/521 KB 894/894 KB 502/2191 KB 136/702 KB
288/521 KB 894/894 KB 504/2191 KB 136/702 KB
288/521 KB 894/894 KB 506/2191 KB 136/702 KB
288/521 KB 894/894 KB 510/2191 KB 136/702 KB
288/521 KB 894/894 KB 512/2191 KB 136/702 KB
288/521 KB 894/894 KB 514/2191 KB 136/702 KB
==> test: 292/521 KB 894/894 KB 514/2191 KB 136/702 KB
296/521 KB 894/894 KB 514/2191 KB 136/702 KB
296/521 KB 894/894 KB 514/2191 KB 136/702 KB
300/521 KB 894/894 KB 514/2191 KB 136/702 KB
303/521 KB 894/894 KB 514/2191 KB 136/702 KB
==> test: 304/521 KB 894/894 KB 514/2191 KB 136/702 KB
308/521 KB 894/894 KB 514/2191 KB 136/702 KB
311/521 KB 894/894 KB 514/2191 KB 136/702 KB
312/521 KB 894/894 KB 514/2191 KB 136/702 KB
==> test: 316/521 KB 894/894 KB 514/2191 KB 136/702 KB
319/521 KB 894/894 KB 514/2191 KB 136/702 KB
==> test: 319/521 KB 894/894 KB 514/2191 KB 140/702 KB
319/521 KB 894/894 KB 514/2191 KB 144/702 KB
319/521 KB 894/894 KB 514/2191 KB 144/702 KB
==> test: 319/521 KB 894/894 KB 514/2191 KB 148/702 KB
319/521 KB 894/894 KB 514/2191 KB 152/702 KB
319/521 KB 894/894 KB 514/2191 KB 152/702 KB
==> test: 319/521 KB 894/894 KB 514/2191 KB 156/702 KB
==> test: 319/521 KB 894/894 KB 514/2191 KB 160/702 KB
==> test: 319/521 KB 894/894 KB 514/2191 KB 160/702 KB
==> test: 319/521 KB 894/894 KB 518/2191 KB 160/702 KB
319/521 KB 894/894 KB 520/2191 KB 160/702 KB
319/521 KB 894/894 KB 521/2191 KB 160/702 KB
319/521 KB 894/894 KB 525/2191 KB 160/702 KB
319/521 KB 894/894 KB 528/2191 KB 160/702 KB
319/521 KB 894/894 KB 529/2191 KB 160/702 KB
319/521 KB 894/894 KB 533/2191 KB 160/702 KB
319/521 KB 894/894 KB 536/2191 KB 160/702 KB
319/521 KB 894/894 KB 537/2191 KB 160/702 KB
==> test: 320/521 KB 894/894 KB 537/2191 KB 160/702 KB
324/521 KB 894/894 KB 537/2191 KB 160/702 KB
327/521 KB 894/894 KB 537/2191 KB 160/702 KB
328/521 KB 894/894 KB 537/2191 KB 160/702 KB
332/521 KB 894/894 KB 537/2191 KB 160/702 KB
335/521 KB 894/894 KB 537/2191 KB 160/702 KB
336/521 KB 894/894 KB 537/2191 KB 160/702 KB
340/521 KB 894/894 KB 537/2191 KB 160/702 KB
342/521 KB 894/894 KB 537/2191 KB 160/702 KB
344/521 KB 894/894 KB 537/2191 KB 160/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 164/702 KB
344/521 KB 894/894 KB 537/2191 KB 168/702 KB
344/521 KB 894/894 KB 537/2191 KB 168/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 172/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 176/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 176/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 180/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 184/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 184/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 188/702 KB
==> test: 344/521 KB 894/894 KB 537/2191 KB 192/702 KB
==> test: 344/521 KB 894/894 KB 541/2191 KB 192/702 KB
344/521 KB 894/894 KB 544/2191 KB 192/702 KB
344/521 KB 894/894 KB 545/2191 KB 192/702 KB
344/521 KB 894/894 KB 549/2191 KB 192/702 KB
344/521 KB 894/894 KB 552/2191 KB 192/702 KB
344/521 KB 894/894 KB 553/2191 KB 192/702 KB
344/521 KB 894/894 KB 557/2191 KB 192/702 KB
344/521 KB 894/894 KB 560/2191 KB 192/702 KB
344/521 KB 894/894 KB 560/2191 KB 192/702 KB
344/521 KB 894/894 KB 564/2191 KB 192/702 KB
344/521 KB 894/894 KB 568/2191 KB 192/702 KB
344/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 348/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 350/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 352/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 356/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 358/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 360/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 364/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 366/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 368/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 372/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test: 374/521 KB 894/894 KB 568/2191 KB 192/702 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/core/jackson-databind/2.3.2/jackson-databind-2.3.2.jar (894 KB at 444.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-annotations/1.3.10/swagger-annotations-1.3.10.jar
==> test: 374/521 KB 568/2191 KB 192/702 KB
374/521 KB 568/2191 KB 196/702 KB
374/521 KB 568/2191 KB 200/702 KB
374/521 KB 568/2191 KB 200/702 KB
374/521 KB 568/2191 KB 204/702 KB
374/521 KB 568/2191 KB 208/702 KB
374/521 KB 568/2191 KB 208/702 KB
374/521 KB 568/2191 KB 212/702 KB
374/521 KB 568/2191 KB 216/702 KB
374/521 KB 568/2191 KB 216/702 KB
==> test: 374/521 KB 572/2191 KB 216/702 KB
374/521 KB 576/2191 KB 216/702 KB
374/521 KB 576/2191 KB 216/702 KB
374/521 KB 580/2191 KB 216/702 KB
374/521 KB 584/2191 KB 216/702 KB
374/521 KB 584/2191 KB 216/702 KB
374/521 KB 588/2191 KB 216/702 KB
374/521 KB 592/2191 KB 216/702 KB
374/521 KB 592/2191 KB 216/702 KB
374/521 KB 596/2191 KB 216/702 KB
==> test: 374/521 KB 599/2191 KB 216/702 KB
==> test: 374/521 KB 600/2191 KB 216/702 KB
==> test: 374/521 KB 4/404 KB 600/2191 KB 216/702 KB
==> test: 374/521 KB 8/404 KB 600/2191 KB 216/702 KB
==> test: 374/521 KB 8/404 KB 600/2191 KB 216/702 KB
==> test: 376/521 KB 8/404 KB 600/2191 KB 216/702 KB
380/521 KB 8/404 KB 600/2191 KB 216/702 KB
381/521 KB 8/404 KB 600/2191 KB 216/702 KB
==> test: 381/521 KB 12/404 KB 600/2191 KB 216/702 KB
==> test: 381/521 KB 16/404 KB 600/2191 KB 216/702 KB
==> test: 381/521 KB 16/404 KB 600/2191 KB 216/702 KB
==> test: 384/521 KB 16/404 KB 600/2191 KB 216/702 KB
388/521 KB 16/404 KB 600/2191 KB 216/702 KB
389/521 KB 16/404 KB 600/2191 KB 216/702 KB
392/521 KB 16/404 KB 600/2191 KB 216/702 KB
396/521 KB 16/404 KB 600/2191 KB 216/702 KB
397/521 KB 16/404 KB 600/2191 KB 216/702 KB
400/521 KB 16/404 KB 600/2191 KB 216/702 KB
==> test: 400/521 KB 16/404 KB 600/2191 KB 220/702 KB
400/521 KB 16/404 KB 600/2191 KB 224/702 KB
400/521 KB 16/404 KB 600/2191 KB 224/702 KB
==> test: 400/521 KB 16/404 KB 600/2191 KB 228/702 KB
400/521 KB 16/404 KB 600/2191 KB 232/702 KB
400/521 KB 16/404 KB 600/2191 KB 232/702 KB
400/521 KB 16/404 KB 600/2191 KB 236/702 KB
400/521 KB 16/404 KB 600/2191 KB 240/702 KB
400/521 KB 16/404 KB 600/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 604/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 607/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 608/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 612/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 615/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 616/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 620/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 623/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 624/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 628/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 631/2191 KB 240/702 KB
==> test: 400/521 KB 16/404 KB 632/2191 KB 240/702 KB
==> test: 400/521 KB 20/404 KB 632/2191 KB 240/702 KB
400/521 KB 24/404 KB 632/2191 KB 240/702 KB
400/521 KB 24/404 KB 632/2191 KB 240/702 KB
404/521 KB 24/404 KB 632/2191 KB 240/702 KB
405/521 KB 24/404 KB 632/2191 KB 240/702 KB
408/521 KB 24/404 KB 632/2191 KB 240/702 KB
408/521 KB 28/404 KB 632/2191 KB 240/702 KB
408/521 KB 31/404 KB 632/2191 KB 240/702 KB
408/521 KB 32/404 KB 632/2191 KB 240/702 KB
408/521 KB 32/404 KB 632/2191 KB 240/702 KB
408/521 KB 36/404 KB 632/2191 KB 240/702 KB
408/521 KB 40/404 KB 632/2191 KB 240/702 KB
==> test: 412/521 KB 40/404 KB 632/2191 KB 240/702 KB
==> test: 413/521 KB 40/404 KB 632/2191 KB 240/702 KB
416/521 KB 40/404 KB 632/2191 KB 240/702 KB
420/521 KB 40/404 KB 632/2191 KB 240/702 KB
421/521 KB 40/404 KB 632/2191 KB 240/702 KB
424/521 KB 40/404 KB 632/2191 KB 240/702 KB
428/521 KB 40/404 KB 632/2191 KB 240/702 KB
==> test: 428/521 KB 40/404 KB 632/2191 KB 244/702 KB
428/521 KB 40/404 KB 632/2191 KB 248/702 KB
428/521 KB 40/404 KB 632/2191 KB 248/702 KB
==> test: 428/521 KB 40/404 KB 632/2191 KB 252/702 KB
428/521 KB 40/404 KB 632/2191 KB 256/702 KB
428/521 KB 40/404 KB 632/2191 KB 256/702 KB
==> test: 428/521 KB 40/404 KB 632/2191 KB 260/702 KB
428/521 KB 40/404 KB 632/2191 KB 264/702 KB
428/521 KB 40/404 KB 632/2191 KB 264/702 KB
428/521 KB 40/404 KB 632/2191 KB 268/702 KB
428/521 KB 40/404 KB 632/2191 KB 271/702 KB
428/521 KB 40/404 KB 632/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 636/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 639/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 640/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 644/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 646/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 648/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 652/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 654/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 656/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 660/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 662/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 664/2191 KB 272/702 KB
==> test: 428/521 KB 40/404 KB 664/2191 KB 272/702 KB
428/521 KB 44/404 KB 664/2191 KB 272/702 KB
428/521 KB 48/404 KB 664/2191 KB 272/702 KB
428/521 KB 48/404 KB 664/2191 KB 272/702 KB
428/521 KB 52/404 KB 664/2191 KB 272/702 KB
428/521 KB 56/404 KB 664/2191 KB 272/702 KB
428/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 432/521 KB 56/404 KB 664/2191 KB 272/702 KB
432/521 KB 56/404 KB 664/2191 KB 272/702 KB
436/521 KB 56/404 KB 664/2191 KB 272/702 KB
440/521 KB 56/404 KB 664/2191 KB 272/702 KB
440/521 KB 56/404 KB 664/2191 KB 272/702 KB
444/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 448/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 448/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 452/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 456/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 456/521 KB 56/404 KB 664/2191 KB 272/702 KB
==> test: 456/521 KB 56/404 KB 664/2191 KB 276/702 KB
456/521 KB 56/404 KB 664/2191 KB 279/702 KB
==> test: 456/521 KB 56/404 KB 664/2191 KB 280/702 KB
456/521 KB 56/404 KB 664/2191 KB 284/702 KB
456/521 KB 56/404 KB 664/2191 KB 287/702 KB
456/521 KB 56/404 KB 664/2191 KB 288/702 KB
456/521 KB 56/404 KB 664/2191 KB 292/702 KB
456/521 KB 56/404 KB 664/2191 KB 295/702 KB
456/521 KB 56/404 KB 664/2191 KB 296/702 KB
456/521 KB 56/404 KB 664/2191 KB 300/702 KB
456/521 KB 56/404 KB 664/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 668/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 670/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 672/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 676/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 678/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 680/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 684/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 685/2191 KB 303/702 KB
==> test: 456/521 KB 56/404 KB 688/2191 KB 303/702 KB
==> test: 4/9 KB 456/521 KB 56/404 KB 688/2191 KB 303/702 KB
8/9 KB 456/521 KB 56/404 KB 688/2191 KB 303/702 KB
8/9 KB 456/521 KB 56/404 KB 688/2191 KB 303/702 KB
9/9 KB 456/521 KB 56/404 KB 688/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 56/404 KB 692/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 56/404 KB 693/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 56/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 60/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 64/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 456/521 KB 64/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 460/521 KB 64/404 KB 696/2191 KB 303/702 KB
9/9 KB 464/521 KB 64/404 KB 696/2191 KB 303/702 KB
9/9 KB 464/521 KB 64/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 467/521 KB 64/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 467/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 471/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 472/521 KB 68/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 475/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 479/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 480/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 483/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 487/521 KB 68/404 KB 696/2191 KB 303/702 KB
9/9 KB 488/521 KB 68/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 488/521 KB 72/404 KB 696/2191 KB 303/702 KB
9/9 KB 488/521 KB 72/404 KB 696/2191 KB 303/702 KB
9/9 KB 488/521 KB 76/404 KB 696/2191 KB 303/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 303/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 303/702 KB
==> test: 9/9 KB 488/521 KB 80/404 KB 696/2191 KB 304/702 KB
==> test: 9/9 KB 488/521 KB 80/404 KB 696/2191 KB 308/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 310/702 KB
==> test: 9/9 KB 488/521 KB 80/404 KB 696/2191 KB 312/702 KB
==> test: 9/9 KB 488/521 KB 80/404 KB 696/2191 KB 316/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 318/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 320/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 324/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 326/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 328/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 332/702 KB
9/9 KB 488/521 KB 80/404 KB 696/2191 KB 334/702 KB
==> test: 9/9 KB 488/521 KB 80/404 KB 700/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 701/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 704/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 708/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 709/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 712/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 716/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 717/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 720/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 724/2191 KB 334/702 KB
9/9 KB 488/521 KB 80/404 KB 728/2191 KB 334/702 KB
==> test: 9/9 KB 488/521 KB 84/404 KB 728/2191 KB 334/702 KB
9/9 KB 488/521 KB 88/404 KB 728/2191 KB 334/702 KB
9/9 KB 488/521 KB 88/404 KB 728/2191 KB 334/702 KB
==> test: 9/9 KB 491/521 KB 88/404 KB 728/2191 KB 334/702 KB
==> test: 9/9 KB 491/521 KB 92/404 KB 728/2191 KB 334/702 KB
9/9 KB 491/521 KB 96/404 KB 728/2191 KB 334/702 KB
9/9 KB 491/521 KB 96/404 KB 728/2191 KB 334/702 KB
9/9 KB 491/521 KB 100/404 KB 728/2191 KB 334/702 KB
9/9 KB 491/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 491/521 KB 104/404 KB 728/2191 KB 334/702 KB
==> test: 9/9 KB 495/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 496/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 499/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 503/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 504/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 506/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 510/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 512/521 KB 104/404 KB 728/2191 KB 334/702 KB
9/9 KB 514/521 KB 104/404 KB 728/2191 KB 334/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 336/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 340/702 KB
9/9 KB 514/521 KB 104/404 KB 728/2191 KB 342/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 344/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 348/702 KB
9/9 KB 514/521 KB 104/404 KB 728/2191 KB 349/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 352/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 728/2191 KB 356/702 KB
9/9 KB 514/521 KB 104/404 KB 728/2191 KB 357/702 KB
9/9 KB 514/521 KB 104/404 KB 728/2191 KB 360/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 732/2191 KB 360/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 736/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 736/2191 KB 360/702 KB
==> test: 9/9 KB 514/521 KB 104/404 KB 740/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 744/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 744/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 748/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 752/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 752/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 756/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 760/2191 KB 360/702 KB
9/9 KB 514/521 KB 104/404 KB 760/2191 KB 360/702 KB
==> test: 9/9 KB 514/521 KB 108/404 KB 760/2191 KB 360/702 KB
9/9 KB 514/521 KB 112/404 KB 760/2191 KB 360/702 KB
9/9 KB 518/521 KB 112/404 KB 760/2191 KB 360/702 KB
9/9 KB 520/521 KB 112/404 KB 760/2191 KB 360/702 KB
9/9 KB 521/521 KB 112/404 KB 760/2191 KB 360/702 KB
==> test: 9/9 KB 521/521 KB 112/404 KB 760/2191 KB 360/702 KB
9/9 KB 521/521 KB 116/404 KB 760/2191 KB 360/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 360/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 360/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 760/2191 KB 364/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 365/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 368/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 372/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 373/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 760/2191 KB 376/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 380/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 381/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 384/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 388/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 389/702 KB
9/9 KB 521/521 KB 120/404 KB 760/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 764/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 768/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 768/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 771/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 775/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 776/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 779/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 783/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 784/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 787/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 791/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 792/2191 KB 392/702 KB
==> test: 9/9 KB 521/521 KB 120/404 KB 795/2191 KB 392/702 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/wordnik/swagger-annotations/1.3.10/swagger-annotations-1.3.10.jar (9 KB at 17.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
==> test: 521/521 KB 124/404 KB 795/2191 KB 392/702 KB
521/521 KB 128/404 KB 795/2191 KB 392/702 KB
521/521 KB 128/404 KB 795/2191 KB 392/702 KB
521/521 KB 132/404 KB 795/2191 KB 392/702 KB
521/521 KB 136/404 KB 795/2191 KB 392/702 KB
521/521 KB 136/404 KB 795/2191 KB 392/702 KB
521/521 KB 140/404 KB 795/2191 KB 392/702 KB
521/521 KB 144/404 KB 795/2191 KB 392/702 KB
521/521 KB 144/404 KB 795/2191 KB 392/702 KB
==> test: 521/521 KB 144/404 KB 795/2191 KB 396/702 KB
521/521 KB 144/404 KB 795/2191 KB 400/702 KB
521/521 KB 144/404 KB 795/2191 KB 400/702 KB
521/521 KB 144/404 KB 795/2191 KB 404/702 KB
==> test: 521/521 KB 144/404 KB 795/2191 KB 408/702 KB
521/521 KB 144/404 KB 795/2191 KB 408/702 KB
521/521 KB 144/404 KB 795/2191 KB 412/702 KB
==> test: 521/521 KB 144/404 KB 795/2191 KB 416/702 KB
521/521 KB 144/404 KB 795/2191 KB 416/702 KB
521/521 KB 144/404 KB 795/2191 KB 420/702 KB
521/521 KB 144/404 KB 795/2191 KB 424/702 KB
521/521 KB 144/404 KB 795/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 799/2191 KB 424/702 KB
521/521 KB 144/404 KB 800/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 803/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 807/2191 KB 424/702 KB
521/521 KB 144/404 KB 808/2191 KB 424/702 KB
521/521 KB 144/404 KB 810/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 814/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 816/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 818/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 822/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 824/2191 KB 424/702 KB
==> test: 521/521 KB 144/404 KB 826/2191 KB 424/702 KB
==> test: 521/521 KB 148/404 KB 826/2191 KB 424/702 KB
521/521 KB 152/404 KB 826/2191 KB 424/702 KB
521/521 KB 152/404 KB 826/2191 KB 424/702 KB
==> test: 521/521 KB 156/404 KB 826/2191 KB 424/702 KB
521/521 KB 160/404 KB 826/2191 KB 424/702 KB
521/521 KB 160/404 KB 826/2191 KB 424/702 KB
521/521 KB 164/404 KB 826/2191 KB 424/702 KB
521/521 KB 168/404 KB 826/2191 KB 424/702 KB
521/521 KB 168/404 KB 826/2191 KB 424/702 KB
==> test: 521/521 KB 168/404 KB 826/2191 KB 428/702 KB
521/521 KB 168/404 KB 826/2191 KB 432/702 KB
521/521 KB 168/404 KB 826/2191 KB 432/702 KB
521/521 KB 168/404 KB 826/2191 KB 435/702 KB
521/521 KB 168/404 KB 826/2191 KB 439/702 KB
521/521 KB 168/404 KB 826/2191 KB 440/702 KB
521/521 KB 168/404 KB 826/2191 KB 443/702 KB
521/521 KB 168/404 KB 826/2191 KB 447/702 KB
521/521 KB 168/404 KB 826/2191 KB 448/702 KB
521/521 KB 168/404 KB 826/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 830/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 832/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 834/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 838/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 840/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 842/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 846/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 848/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 849/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 853/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 856/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 857/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 861/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 864/2191 KB 451/702 KB
==> test: 521/521 KB 168/404 KB 865/2191 KB 451/702 KB
==> test: 521/521 KB 172/404 KB 865/2191 KB 451/702 KB
521/521 KB 176/404 KB 865/2191 KB 451/702 KB
521/521 KB 176/404 KB 865/2191 KB 451/702 KB
==> test: 521/521 KB 180/404 KB 865/2191 KB 451/702 KB
521/521 KB 184/404 KB 865/2191 KB 451/702 KB
521/521 KB 184/404 KB 865/2191 KB 451/702 KB
521/521 KB 188/404 KB 865/2191 KB 451/702 KB
521/521 KB 192/404 KB 865/2191 KB 451/702 KB
521/521 KB 192/404 KB 865/2191 KB 451/702 KB
==> test: 521/521 KB 192/404 KB 865/2191 KB 455/702 KB
521/521 KB 192/404 KB 865/2191 KB 456/702 KB
521/521 KB 192/404 KB 865/2191 KB 459/702 KB
521/521 KB 192/404 KB 865/2191 KB 463/702 KB
521/521 KB 192/404 KB 865/2191 KB 464/702 KB
521/521 KB 192/404 KB 865/2191 KB 467/702 KB
521/521 KB 192/404 KB 865/2191 KB 471/702 KB
521/521 KB 192/404 KB 865/2191 KB 472/702 KB
521/521 KB 192/404 KB 865/2191 KB 474/702 KB
521/521 KB 192/404 KB 865/2191 KB 478/702 KB
521/521 KB 192/404 KB 865/2191 KB 480/702 KB
521/521 KB 192/404 KB 865/2191 KB 482/702 KB
521/521 KB 192/404 KB 865/2191 KB 486/702 KB
521/521 KB 192/404 KB 865/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 869/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 872/2191 KB 488/702 KB
521/521 KB 192/404 KB 873/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 877/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 880/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 881/2191 KB 488/702 KB
==> test: 521/521 KB 192/404 KB 885/2191 KB 488/702 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar (521 KB at 241.0 KB/sec)
==> test: 192/404 KB 888/2191 KB 488/702 KB
==> test: 192/404 KB 889/2191 KB 488/702 KB
==> test: 192/404 KB 893/2191 KB 488/702 KB
==> test: 192/404 KB 896/2191 KB 488/702 KB
==> test: 192/404 KB 896/2191 KB 488/702 KB
==> test: 196/404 KB 896/2191 KB 488/702 KB
200/404 KB 896/2191 KB 488/702 KB
200/404 KB 896/2191 KB 488/702 KB
==> test: 204/404 KB 896/2191 KB 488/702 KB
208/404 KB 896/2191 KB 488/702 KB
208/404 KB 896/2191 KB 488/702 KB
212/404 KB 896/2191 KB 488/702 KB
216/404 KB 896/2191 KB 488/702 KB
216/404 KB 896/2191 KB 488/702 KB
==> test: 220/404 KB 896/2191 KB 488/702 KB
==> test: 224/404 KB 896/2191 KB 488/702 KB
==> test: 224/404 KB 896/2191 KB 488/702 KB
==> test: 224/404 KB 896/2191 KB 490/702 KB
224/404 KB 896/2191 KB 494/702 KB
224/404 KB 896/2191 KB 496/702 KB
224/404 KB 896/2191 KB 498/702 KB
==> test: 224/404 KB 896/2191 KB 502/702 KB
224/404 KB 896/2191 KB 504/702 KB
==> test: 224/404 KB 896/2191 KB 506/702 KB
224/404 KB 896/2191 KB 510/702 KB
224/404 KB 896/2191 KB 512/702 KB
224/404 KB 896/2191 KB 514/702 KB
224/404 KB 896/2191 KB 518/702 KB
224/404 KB 896/2191 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 4/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 8/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 8/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 12/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 16/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 16/76 KB 520/702 KB
==> test: 224/404 KB 896/2191 KB 20/76 KB 520/702 KB
==> test: 224/404 KB 900/2191 KB 20/76 KB 520/702 KB
224/404 KB 904/2191 KB 20/76 KB 520/702 KB
224/404 KB 904/2191 KB 20/76 KB 520/702 KB
==> test: 224/404 KB 908/2191 KB 20/76 KB 520/702 KB
==> test: 224/404 KB 912/2191 KB 20/76 KB 520/702 KB
224/404 KB 912/2191 KB 20/76 KB 520/702 KB
224/404 KB 916/2191 KB 20/76 KB 520/702 KB
224/404 KB 920/2191 KB 20/76 KB 520/702 KB
224/404 KB 920/2191 KB 20/76 KB 520/702 KB
224/404 KB 924/2191 KB 20/76 KB 520/702 KB
224/404 KB 928/2191 KB 20/76 KB 520/702 KB
224/404 KB 928/2191 KB 20/76 KB 520/702 KB
224/404 KB 932/2191 KB 20/76 KB 520/702 KB
224/404 KB 935/2191 KB 20/76 KB 520/702 KB
224/404 KB 936/2191 KB 20/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 24/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 24/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 28/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 31/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 32/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 32/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 36/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 40/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 40/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 44/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 48/76 KB 520/702 KB
==> test: 224/404 KB 936/2191 KB 48/76 KB 520/702 KB
==> test: 228/404 KB 936/2191 KB 48/76 KB 520/702 KB
232/404 KB 936/2191 KB 48/76 KB 520/702 KB
232/404 KB 936/2191 KB 48/76 KB 520/702 KB
==> test: 236/404 KB 936/2191 KB 48/76 KB 520/702 KB
240/404 KB 936/2191 KB 48/76 KB 520/702 KB
240/404 KB 936/2191 KB 48/76 KB 520/702 KB
244/404 KB 936/2191 KB 48/76 KB 520/702 KB
248/404 KB 936/2191 KB 48/76 KB 520/702 KB
==> test: 248/404 KB 936/2191 KB 48/76 KB 521/702 KB
248/404 KB 936/2191 KB 48/76 KB 525/702 KB
248/404 KB 936/2191 KB 48/76 KB 528/702 KB
248/404 KB 936/2191 KB 48/76 KB 529/702 KB
==> test: 248/404 KB 936/2191 KB 48/76 KB 533/702 KB
248/404 KB 936/2191 KB 48/76 KB 536/702 KB
248/404 KB 936/2191 KB 48/76 KB 537/702 KB
248/404 KB 936/2191 KB 48/76 KB 541/702 KB
248/404 KB 936/2191 KB 48/76 KB 544/702 KB
248/404 KB 936/2191 KB 48/76 KB 545/702 KB
248/404 KB 936/2191 KB 48/76 KB 549/702 KB
248/404 KB 936/2191 KB 48/76 KB 552/702 KB
248/404 KB 936/2191 KB 48/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 52/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 56/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 56/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 60/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 64/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 64/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 68/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 72/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 72/76 KB 553/702 KB
==> test: 248/404 KB 936/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 940/2191 KB 76/76 KB 553/702 KB
248/404 KB 943/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 944/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 948/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 951/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 952/2191 KB 76/76 KB 553/702 KB
248/404 KB 956/2191 KB 76/76 KB 553/702 KB
248/404 KB 959/2191 KB 76/76 KB 553/702 KB
248/404 KB 960/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 964/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 967/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 968/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 972/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 974/2191 KB 76/76 KB 553/702 KB
==> test: 248/404 KB 974/2191 KB 76/76 KB 553/702 KB
252/404 KB 974/2191 KB 76/76 KB 553/702 KB
256/404 KB 974/2191 KB 76/76 KB 553/702 KB
==> test: 256/404 KB 974/2191 KB 76/76 KB 553/702 KB
260/404 KB 974/2191 KB 76/76 KB 553/702 KB
264/404 KB 974/2191 KB 76/76 KB 553/702 KB
264/404 KB 974/2191 KB 76/76 KB 553/702 KB
==> test: 268/404 KB 974/2191 KB 76/76 KB 553/702 KB
272/404 KB 974/2191 KB 76/76 KB 553/702 KB
272/404 KB 974/2191 KB 76/76 KB 553/702 KB
==> test: 272/404 KB 974/2191 KB 76/76 KB 557/702 KB
272/404 KB 974/2191 KB 76/76 KB 560/702 KB
272/404 KB 974/2191 KB 76/76 KB 560/702 KB
==> test: 272/404 KB 974/2191 KB 76/76 KB 564/702 KB
272/404 KB 974/2191 KB 76/76 KB 568/702 KB
272/404 KB 974/2191 KB 76/76 KB 568/702 KB
272/404 KB 974/2191 KB 76/76 KB 572/702 KB
272/404 KB 974/2191 KB 76/76 KB 576/702 KB
272/404 KB 974/2191 KB 76/76 KB 576/702 KB
272/404 KB 974/2191 KB 76/76 KB 580/702 KB
272/404 KB 974/2191 KB 76/76 KB 584/702 KB
272/404 KB 974/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 976/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 980/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 982/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 984/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 988/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 990/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 992/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 996/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 998/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1000/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1004/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1006/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1008/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1012/2191 KB 76/76 KB 584/702 KB
==> test: 272/404 KB 1014/2191 KB 76/76 KB 584/702 KB
==> test: 276/404 KB 1014/2191 KB 76/76 KB 584/702 KB
280/404 KB 1014/2191 KB 76/76 KB 584/702 KB
280/404 KB 1014/2191 KB 76/76 KB 584/702 KB
==> test: 284/404 KB 1014/2191 KB 76/76 KB 584/702 KB
288/404 KB 1014/2191 KB 76/76 KB 584/702 KB
288/404 KB 1014/2191 KB 76/76 KB 584/702 KB
292/404 KB 1014/2191 KB 76/76 KB 584/702 KB
296/404 KB 1014/2191 KB 76/76 KB 584/702 KB
296/404 KB 1014/2191 KB 76/76 KB 584/702 KB
==> test: 300/404 KB 1014/2191 KB 76/76 KB 584/702 KB
==> test: 303/404 KB 1014/2191 KB 76/76 KB 584/702 KB
304/404 KB 1014/2191 KB 76/76 KB 584/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 588/702 KB
304/404 KB 1014/2191 KB 76/76 KB 592/702 KB
304/404 KB 1014/2191 KB 76/76 KB 592/702 KB
304/404 KB 1014/2191 KB 76/76 KB 596/702 KB
304/404 KB 1014/2191 KB 76/76 KB 599/702 KB
304/404 KB 1014/2191 KB 76/76 KB 600/702 KB
304/404 KB 1014/2191 KB 76/76 KB 604/702 KB
304/404 KB 1014/2191 KB 76/76 KB 607/702 KB
304/404 KB 1014/2191 KB 76/76 KB 608/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 612/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 615/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 616/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 620/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 623/702 KB
==> test: 304/404 KB 1014/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1016/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1020/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1021/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1024/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1028/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1029/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1032/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1036/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1037/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1040/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1044/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1045/2191 KB 76/76 KB 624/702 KB
==> test: 304/404 KB 1048/2191 KB 76/76 KB 624/702 KB
==> test: 308/404 KB 1048/2191 KB 76/76 KB 624/702 KB
311/404 KB 1048/2191 KB 76/76 KB 624/702 KB
312/404 KB 1048/2191 KB 76/76 KB 624/702 KB
316/404 KB 1048/2191 KB 76/76 KB 624/702 KB
319/404 KB 1048/2191 KB 76/76 KB 624/702 KB
320/404 KB 1048/2191 KB 76/76 KB 624/702 KB
324/404 KB 1048/2191 KB 76/76 KB 624/702 KB
327/404 KB 1048/2191 KB 76/76 KB 624/702 KB
328/404 KB 1048/2191 KB 76/76 KB 624/702 KB
==> test: 328/404 KB 1048/2191 KB 76/76 KB 628/702 KB
328/404 KB 1048/2191 KB 76/76 KB 631/702 KB
328/404 KB 1048/2191 KB 76/76 KB 632/702 KB
328/404 KB 1048/2191 KB 76/76 KB 636/702 KB
328/404 KB 1048/2191 KB 76/76 KB 639/702 KB
328/404 KB 1048/2191 KB 76/76 KB 640/702 KB
328/404 KB 1048/2191 KB 76/76 KB 644/702 KB
328/404 KB 1048/2191 KB 76/76 KB 646/702 KB
328/404 KB 1048/2191 KB 76/76 KB 648/702 KB
328/404 KB 1048/2191 KB 76/76 KB 652/702 KB
328/404 KB 1048/2191 KB 76/76 KB 654/702 KB
==> test: 328/404 KB 1048/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1052/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1053/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1056/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1060/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1064/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1064/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1068/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1072/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1072/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1076/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1080/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1080/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1084/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1088/2191 KB 76/76 KB 656/702 KB
==> test: 328/404 KB 1088/2191 KB 76/76 KB 656/702 KB
==> test: 332/404 KB 1088/2191 KB 76/76 KB 656/702 KB
335/404 KB 1088/2191 KB 76/76 KB 656/702 KB
336/404 KB 1088/2191 KB 76/76 KB 656/702 KB
==> test: 340/404 KB 1088/2191 KB 76/76 KB 656/702 KB
342/404 KB 1088/2191 KB 76/76 KB 656/702 KB
344/404 KB 1088/2191 KB 76/76 KB 656/702 KB
==> test: 348/404 KB 1088/2191 KB 76/76 KB 656/702 KB
350/404 KB 1088/2191 KB 76/76 KB 656/702 KB
352/404 KB 1088/2191 KB 76/76 KB 656/702 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar (76 KB at 123.6 KB/sec)
==> test: 352/404 KB 1088/2191 KB 660/702 KB
352/404 KB 1088/2191 KB 662/702 KB
352/404 KB 1088/2191 KB 664/702 KB
352/404 KB 1088/2191 KB 668/702 KB
352/404 KB 1088/2191 KB 670/702 KB
352/404 KB 1088/2191 KB 672/702 KB
==> test: 352/404 KB 1088/2191 KB 676/702 KB
352/404 KB 1088/2191 KB 678/702 KB
==> test: 352/404 KB 1088/2191 KB 680/702 KB
352/404 KB 1088/2191 KB 684/702 KB
352/404 KB 1088/2191 KB 685/702 KB
352/404 KB 1088/2191 KB 688/702 KB
352/404 KB 1088/2191 KB 692/702 KB
352/404 KB 1088/2191 KB 693/702 KB
==> test: 352/404 KB 1092/2191 KB 693/702 KB
==> test: 352/404 KB 1096/2191 KB 693/702 KB
==> test: 352/404 KB 1096/2191 KB 693/702 KB
==> test: 352/404 KB 1099/2191 KB 693/702 KB
==> test: 352/404 KB 1103/2191 KB 693/702 KB
==> test: 352/404 KB 1104/2191 KB 693/702 KB
==> test: 352/404 KB 1107/2191 KB 693/702 KB
==> test: 352/404 KB 1111/2191 KB 693/702 KB
==> test: 352/404 KB 1112/2191 KB 693/702 KB
==> test: 352/404 KB 1115/2191 KB 693/702 KB
==> test: 352/404 KB 1119/2191 KB 693/702 KB
==> test: 352/404 KB 1120/2191 KB 693/702 KB
==> test: 352/404 KB 1123/2191 KB 693/702 KB
==> test: 352/404 KB 1127/2191 KB 693/702 KB
==> test: 352/404 KB 1128/2191 KB 693/702 KB
==> test: 352/404 KB 1131/2191 KB 693/702 KB
==> test: 356/404 KB 1131/2191 KB 693/702 KB
358/404 KB 1131/2191 KB 693/702 KB
360/404 KB 1131/2191 KB 693/702 KB
364/404 KB 1131/2191 KB 693/702 KB
366/404 KB 1131/2191 KB 693/702 KB
==> test: 368/404 KB 1131/2191 KB 693/702 KB
372/404 KB 1131/2191 KB 693/702 KB
374/404 KB 1131/2191 KB 693/702 KB
376/404 KB 1131/2191 KB 693/702 KB
==> test: 380/404 KB 1131/2191 KB 693/702 KB
==> test: 381/404 KB 1131/2191 KB 693/702 KB
==> test: 384/404 KB 1131/2191 KB 693/702 KB
==> test: 384/404 KB 1131/2191 KB 696/702 KB
384/404 KB 1131/2191 KB 700/702 KB
384/404 KB 1131/2191 KB 701/702 KB
384/404 KB 1131/2191 KB 702/702 KB
==> test: 384/404 KB 1135/2191 KB 702/702 KB
==> test: 384/404 KB 1136/2191 KB 702/702 KB
==> test: 384/404 KB 1139/2191 KB 702/702 KB
==> test: 384/404 KB 1143/2191 KB 702/702 KB
==> test: 384/404 KB 1144/2191 KB 702/702 KB
==> test: 384/404 KB 1146/2191 KB 702/702 KB
==> test: 384/404 KB 1150/2191 KB 702/702 KB
==> test: 384/404 KB 1152/2191 KB 702/702 KB
==> test: 384/404 KB 1154/2191 KB 702/702 KB
==> test: 384/404 KB 1158/2191 KB 702/702 KB
==> test: 384/404 KB 1160/2191 KB 702/702 KB
==> test: 384/404 KB 1162/2191 KB 702/702 KB
==> test: 384/404 KB 1166/2191 KB 702/702 KB
==> test: 384/404 KB 1168/2191 KB 702/702 KB
==> test: 384/404 KB 1170/2191 KB 702/702 KB
==> test: 388/404 KB 1170/2191 KB 702/702 KB
389/404 KB 1170/2191 KB 702/702 KB
392/404 KB 1170/2191 KB 702/702 KB
==> test: 396/404 KB 1170/2191 KB 702/702 KB
397/404 KB 1170/2191 KB 702/702 KB
400/404 KB 1170/2191 KB 702/702 KB
404/404 KB 1170/2191 KB 702/702 KB
==> test: 404/404 KB 1174/2191 KB 702/702 KB
==> test: 404/404 KB 1176/2191 KB 702/702 KB
==> test: 404/404 KB 1178/2191 KB 702/702 KB
==> test: 404/404 KB 1182/2191 KB 702/702 KB
==> test: 404/404 KB 1184/2191 KB 702/702 KB
==> test: 404/404 KB 1185/2191 KB 702/702 KB
==> test: 404/404 KB 1189/2191 KB 702/702 KB
==> test: 404/404 KB 1192/2191 KB 702/702 KB
==> test: 404/404 KB 1193/2191 KB 702/702 KB
==> test: 404/404 KB 1197/2191 KB 702/702 KB
==> test: 404/404 KB 1200/2191 KB 702/702 KB
==> test: 404/404 KB 1201/2191 KB 702/702 KB
==> test: 404/404 KB 1205/2191 KB 702/702 KB
==> test: 404/404 KB 1208/2191 KB 702/702 KB
==> test: 404/404 KB 1209/2191 KB 702/702 KB
==> test: 404/404 KB 1213/2191 KB 702/702 KB
==> test: 404/404 KB 1216/2191 KB 702/702 KB
==> test: 404/404 KB 1217/2191 KB 702/702 KB
==> test: 404/404 KB 1221/2191 KB 702/702 KB
==> test: 404/404 KB 1224/2191 KB 702/702 KB
==> test: 404/404 KB 1228/2191 KB 702/702 KB
==> test: 404/404 KB 1232/2191 KB 702/702 KB
==> test: 404/404 KB 1232/2191 KB 702/702 KB
==> test: 404/404 KB 1236/2191 KB 702/702 KB
==> test: 404/404 KB 1240/2191 KB 702/702 KB
==> test: 404/404 KB 1240/2191 KB 702/702 KB
==> test: 404/404 KB 1244/2191 KB 702/702 KB
==> test: 404/404 KB 1248/2191 KB 702/702 KB
==> test: 404/404 KB 1248/2191 KB 702/702 KB
==> test: 404/404 KB 1252/2191 KB 702/702 KB
==> test: 404/404 KB 1256/2191 KB 702/702 KB
==> test: 404/404 KB 1256/2191 KB 702/702 KB
==> test: 404/404 KB 1260/2191 KB 702/702 KB
==> test: 404/404 KB 1264/2191 KB 702/702 KB
==> test: 404/404 KB 1264/2191 KB 702/702 KB
==> test: 404/404 KB 1268/2191 KB 702/702 KB
==> test: 404/404 KB 1271/2191 KB 702/702 KB
==> test: 404/404 KB 1272/2191 KB 702/702 KB
==> test: 404/404 KB 1276/2191 KB 702/702 KB
==> test: 404/404 KB 1279/2191 KB 702/702 KB
==> test: 404/404 KB 1280/2191 KB 702/702 KB
==> test: 404/404 KB 1284/2191 KB 702/702 KB
==> test: 404/404 KB 1287/2191 KB 702/702 KB
==> test: 404/404 KB 1288/2191 KB 702/702 KB
==> test: 404/404 KB 1292/2191 KB 702/702 KB
==> test: 404/404 KB 1295/2191 KB 702/702 KB
==> test: 404/404 KB 1296/2191 KB 702/702 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/mesos/mesos/0.20.1/mesos-0.20.1.jar (702 KB at 305.2 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (404 KB at 237.2 KB/sec)
==> test: 1300/2191 KB
==> test: 1303/2191 KB
==> test: 1304/2191 KB
==> test: 1308/2191 KB
==> test: 1310/2191 KB
==> test: 1312/2191 KB
==> test: 1316/2191 KB
==> test: 1318/2191 KB
==> test: 1320/2191 KB
==> test: 1324/2191 KB
==> test: 1326/2191 KB
==> test: 1328/2191 KB
==> test: 1332/2191 KB
==> test: 1334/2191 KB
==> test: 1336/2191 KB
==> test: 1340/2191 KB
==> test: 1342/2191 KB
==> test: 1344/2191 KB
==> test: 1348/2191 KB
==> test: 1349/2191 KB
==> test: 1352/2191 KB
==> test: 1356/2191 KB
==> test: 1357/2191 KB
==> test: 1360/2191 KB
==> test: 1364/2191 KB
==> test: 1365/2191 KB
==> test: 1368/2191 KB
==> test: 1372/2191 KB
==> test: 1373/2191 KB
==> test: 1376/2191 KB
==> test: 1380/2191 KB
==> test: 1381/2191 KB
==> test: 1384/2191 KB
==> test: 1388/2191 KB
==> test: 1389/2191 KB
==> test: 1392/2191 KB
==> test: 1396/2191 KB
==> test: 1400/2191 KB
==> test: 1400/2191 KB
==> test: 1404/2191 KB
==> test: 1408/2191 KB
==> test: 1408/2191 KB
==> test: 1412/2191 KB
==> test: 1416/2191 KB
==> test: 1416/2191 KB
==> test: 1420/2191 KB
==> test: 1424/2191 KB
==> test: 1424/2191 KB
==> test: 1428/2191 KB
==> test: 1432/2191 KB
==> test: 1432/2191 KB
==> test: 1435/2191 KB
==> test: 1439/2191 KB
==> test: 1440/2191 KB
==> test: 1443/2191 KB
==> test: 1447/2191 KB
==> test: 1448/2191 KB
==> test: 1451/2191 KB
==> test: 1455/2191 KB
==> test: 1456/2191 KB
==> test: 1459/2191 KB
==> test: 1463/2191 KB
==> test: 1464/2191 KB
==> test: 1467/2191 KB
==> test: 1471/2191 KB
==> test: 1472/2191 KB
==> test: 1474/2191 KB
==> test: 1478/2191 KB
==> test: 1480/2191 KB
==> test: 1482/2191 KB
==> test: 1486/2191 KB
==> test: 1488/2191 KB
==> test: 1490/2191 KB
==> test: 1494/2191 KB
==> test: 1496/2191 KB
==> test: 1498/2191 KB
==> test: 1502/2191 KB
==> test: 1504/2191 KB
==> test: 1506/2191 KB
==> test: 1510/2191 KB
==> test: 1512/2191 KB
==> test: 1514/2191 KB
==> test: 1518/2191 KB
==> test: 1520/2191 KB
==> test: 1521/2191 KB
==> test: 1525/2191 KB
==> test: 1528/2191 KB
==> test: 1529/2191 KB
==> test: 1533/2191 KB
==> test: 1536/2191 KB
==> test: 1537/2191 KB
==> test: 1541/2191 KB
==> test: 1544/2191 KB
==> test: 1545/2191 KB
==> test: 1549/2191 KB
==> test: 1552/2191 KB
==> test: 1553/2191 KB
==> test: 1557/2191 KB
==> test: 1560/2191 KB
==> test: 1560/2191 KB
==> test: 1564/2191 KB
==> test: 1568/2191 KB
==> test: 1568/2191 KB
==> test: 1572/2191 KB
==> test: 1576/2191 KB
==> test: 1576/2191 KB
==> test: 1580/2191 KB
==> test: 1584/2191 KB
==> test: 1584/2191 KB
==> test: 1588/2191 KB
==> test: 1592/2191 KB
==> test: 1592/2191 KB
==> test: 1596/2191 KB
==> test: 1599/2191 KB
==> test: 1600/2191 KB
==> test: 1604/2191 KB
==> test: 1607/2191 KB
==> test: 1608/2191 KB
==> test: 1612/2191 KB
==> test: 1615/2191 KB
==> test: 1616/2191 KB
==> test: 1620/2191 KB
==> test: 1623/2191 KB
==> test: 1624/2191 KB
==> test: 1628/2191 KB
==> test: 1631/2191 KB
==> test: 1632/2191 KB
==> test: 1636/2191 KB
==> test: 1639/2191 KB
==> test: 1640/2191 KB
==> test: 1644/2191 KB
==> test: 1646/2191 KB
==> test: 1648/2191 KB
==> test: 1652/2191 KB
==> test: 1654/2191 KB
==> test: 1656/2191 KB
==> test: 1660/2191 KB
==> test: 1662/2191 KB
==> test: 1664/2191 KB
==> test: 1668/2191 KB
==> test: 1670/2191 KB
==> test: 1672/2191 KB
==> test: 1676/2191 KB
==> test: 1678/2191 KB
==> test: 1680/2191 KB
==> test: 1684/2191 KB
==> test: 1685/2191 KB
==> test: 1688/2191 KB
==> test: 1692/2191 KB
==> test: 1693/2191 KB
==> test: 1696/2191 KB
==> test: 1700/2191 KB
==> test: 1701/2191 KB
==> test: 1704/2191 KB
==> test: 1708/2191 KB
==> test: 1709/2191 KB
==> test: 1712/2191 KB
==> test: 1716/2191 KB
==> test: 1717/2191 KB
==> test: 1720/2191 KB
==> test: 1724/2191 KB
==> test: 1728/2191 KB
==> test: 1732/2191 KB
==> test: 1736/2191 KB
==> test: 1736/2191 KB
==> test: 1740/2191 KB
==> test: 1744/2191 KB
==> test: 1744/2191 KB
==> test: 1748/2191 KB
==> test: 1752/2191 KB
==> test: 1752/2191 KB
==> test: 1756/2191 KB
==> test: 1760/2191 KB
==> test: 1760/2191 KB
==> test: 1764/2191 KB
==> test: 1768/2191 KB
==> test: 1768/2191 KB
==> test: 1771/2191 KB
==> test: 1775/2191 KB
==> test: 1776/2191 KB
==> test: 1779/2191 KB
==> test: 1783/2191 KB
==> test: 1784/2191 KB
==> test: 1787/2191 KB
==> test: 1791/2191 KB
==> test: 1792/2191 KB
==> test: 1795/2191 KB
==> test: 1799/2191 KB
==> test: 1800/2191 KB
==> test: 1803/2191 KB
==> test: 1807/2191 KB
==> test: 1808/2191 KB
==> test: 1810/2191 KB
==> test: 1814/2191 KB
==> test: 1816/2191 KB
==> test: 1818/2191 KB
==> test: 1822/2191 KB
==> test: 1824/2191 KB
==> test: 1826/2191 KB
==> test: 1830/2191 KB
==> test: 1832/2191 KB
==> test: 1834/2191 KB
==> test: 1838/2191 KB
==> test: 1840/2191 KB
==> test: 1842/2191 KB
==> test: 1846/2191 KB
==> test: 1848/2191 KB
==> test: 1849/2191 KB
==> test: 1853/2191 KB
==> test: 1856/2191 KB
==> test: 1857/2191 KB
==> test: 1861/2191 KB
==> test: 1864/2191 KB
==> test: 1865/2191 KB
==> test: 1869/2191 KB
==> test: 1872/2191 KB
==> test: 1873/2191 KB
==> test: 1877/2191 KB
==> test: 1880/2191 KB
==> test: 1881/2191 KB
==> test: 1885/2191 KB
==> test: 1888/2191 KB
==> test: 1889/2191 KB
==> test: 1893/2191 KB
==> test: 1896/2191 KB
==> test: 1896/2191 KB
==> test: 1900/2191 KB
==> test: 1904/2191 KB
==> test: 1904/2191 KB
==> test: 1908/2191 KB
==> test: 1912/2191 KB
==> test: 1912/2191 KB
==> test: 1916/2191 KB
==> test: 1920/2191 KB
==> test: 1920/2191 KB
==> test: 1924/2191 KB
==> test: 1928/2191 KB
==> test: 1928/2191 KB
==> test: 1932/2191 KB
==> test: 1935/2191 KB
==> test: 1936/2191 KB
==> test: 1940/2191 KB
==> test: 1943/2191 KB
==> test: 1944/2191 KB
==> test: 1948/2191 KB
==> test: 1951/2191 KB
==> test: 1952/2191 KB
==> test: 1956/2191 KB
==> test: 1959/2191 KB
==> test: 1960/2191 KB
==> test: 1964/2191 KB
==> test: 1967/2191 KB
==> test: 1968/2191 KB
==> test: 1972/2191 KB
==> test: 1974/2191 KB
==> test: 1976/2191 KB
==> test: 1980/2191 KB
==> test: 1982/2191 KB
==> test: 1984/2191 KB
==> test: 1988/2191 KB
==> test: 1990/2191 KB
==> test: 1992/2191 KB
==> test: 1996/2191 KB
==> test: 1998/2191 KB
==> test: 2000/2191 KB
==> test: 2004/2191 KB
==> test: 2006/2191 KB
==> test: 2008/2191 KB
==> test: 2012/2191 KB
==> test: 2014/2191 KB
==> test: 2016/2191 KB
==> test: 2020/2191 KB
==> test: 2021/2191 KB
==> test: 2024/2191 KB
==> test: 2028/2191 KB
==> test: 2029/2191 KB
==> test: 2032/2191 KB
==> test: 2036/2191 KB
==> test: 2037/2191 KB
==> test: 2040/2191 KB
==> test: 2044/2191 KB
==> test: 2045/2191 KB
==> test: 2048/2191 KB
==> test: 2052/2191 KB
==> test: 2053/2191 KB
==> test: 2056/2191 KB
==> test: 2060/2191 KB
==> test: 2064/2191 KB
==> test: 2064/2191 KB
==> test: 2068/2191 KB
==> test: 2072/2191 KB
==> test: 2072/2191 KB
==> test: 2076/2191 KB
==> test: 2080/2191 KB
==> test: 2080/2191 KB
==> test: 2084/2191 KB
==> test: 2088/2191 KB
==> test: 2088/2191 KB
==> test: 2092/2191 KB
==> test: 2096/2191 KB
==> test: 2096/2191 KB
==> test: 2099/2191 KB
==> test: 2103/2191 KB
==> test: 2104/2191 KB
==> test: 2107/2191 KB
==> test: 2111/2191 KB
==> test: 2112/2191 KB
2115/2191 KB
2119/2191 KB
2120/2191 KB
2123/2191 KB
2127/2191 KB
2128/2191 KB
==> test: 2131/2191 KB
==> test: 2135/2191 KB
==> test: 2136/2191 KB
==> test: 2139/2191 KB
==> test: 2143/2191 KB
==> test: 2144/2191 KB
==> test: 2146/2191 KB
==> test: 2150/2191 KB
==> test: 2152/2191 KB
==> test: 2154/2191 KB
==> test: 2158/2191 KB
==> test: 2160/2191 KB
==> test: 2162/2191 KB
==> test: 2166/2191 KB
==> test: 2168/2191 KB
==> test: 2170/2191 KB
==> test: 2174/2191 KB
==> test: 2176/2191 KB
==> test: 2178/2191 KB
==> test: 2182/2191 KB
==> test: 2184/2191 KB
==> test: 2185/2191 KB
==> test: 2189/2191 KB
==> test: 2191/2191 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 390.4 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-clean-plugin:2.5:clean (default-clean) @ SingularityBase ---
==> test: [INFO]
==> test: Deleting /singularity/SingularityBase/target
==> test: [INFO]
==> test: [INFO]
==> test: --- property-helper-maven-plugin:2.0:get (get-build-id) @ SingularityBase ---
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-enforcer-plugin:1.3.1:enforce (default) @ SingularityBase ---
==> test: [INFO]
==> test: [INFO]
==> test: --- git-commit-id-plugin:2.1.10:revision (default) @ SingularityBase ---
==> test: [info] dotGitDirectory /singularity/.git
==> test: [info] git.build.user.name "Brent Fisher"
==> test: [info] git.build.user.email "brent.fisher@fmr.com"
==> test: [info] git.branch master
==> test: [info] git.commit.id.describe Singularity-0.3.9-355-g0f9fe21-dirty
==> test: [info] git.commit.id 0f9fe21fc136a0cf5e1221755d16263b4a761889
==> test: [info] git.commit.id.abbrev 0f9fe21fc1
==> test: [info] git.commit.user.name "Brent Fisher"
==> test: [info] git.commit.user.email "brent.fisher@fmr.com"
==> test: [info] git.commit.message.full "Because the vagrant vm is running maven to start up Singularity, it needs the Fidelity settings.xml file. this fix adds in the fidelity settings.xml file. Perhaps in the future it would be better to try and copy the developers settings.xml file, rather than check this one in."
==> test: [info] git.commit.message.short "Because the vagrant vm is running maven to start up Singularity, it needs the Fidelity settings.xml file. this fix adds in the fidelity settings.xml file. Perhaps in the future it would be better to try and copy the developers settings.xml file, rather than check this one in."
==> test: [info] git.commit.time "2014-11-24 09:38:53 -0700"
==> test: [info] git.remote.origin.url https://github.com/pescadorbob/Singularity.git
==> test: [info] git.build.time 2014-12-16T21:41:31+0000
==> test: [info] git.commit.id.describe-short Singularity-0.3.9-355-dirty
==> test: [info] found property git.commit.id.describe
==> test: [info] found property git.build.user.name
==> test: [info] found property git.remote.origin.url
==> test: [info] found property git.commit.message.short
==> test: [info] found property git.commit.message.full
==> test: [info] found property git.commit.user.email
==> test: [info] found property git.commit.id.describe-short
==> test: [info] found property git.commit.id
==> test: [info] found property git.commit.user.name
==> test: [info] found property git.commit.time
==> test: [info] found property git.branch
==> test: [info] found property git.build.time
==> test: [info] found property git.commit.id.abbrev
==> test: [info] found property git.build.user.email
==> test: [info] Singularity ] project Singularity
==> test: [info] SingularityBase ] project SingularityBase
==> test: [info] SingularityMesosClient ] project SingularityMesosClient
==> test: [info] SingularityService ] project SingularityService
==> test: [info] SingularityRunnerBase ] project SingularityRunnerBase
==> test: [info] SingularityS3Base ] project SingularityS3Base
==> test: [info] SingularityClient ] project SingularityClient
==> test: [info] SingularityExecutor ] project SingularityExecutor
==> test: [info] SingularityExecutorCleanup ] project SingularityExecutorCleanup
==> test: [info] SingularityLogWatcher ] project SingularityLogWatcher
==> test: [info] SingularityS3Uploader ] project SingularityS3Uploader
==> test: [info] SingularityS3Downloader ] project SingularityS3Downloader
==> test: [info] SingularityOOMKiller ] project SingularityOOMKiller
==> test: [info] EmbedSingularityExample ] project EmbedSingularityExample
==> test: [INFO]
==> test: [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ SingularityBase ---
==> test: [INFO]
==> test: argLine set to -javaagent:/home/vagrant/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/singularity/SingularityBase/target/jacoco.exec
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-resources-plugin:2.6:resources (default-resources) @ SingularityBase ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 6.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 11.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
==> test: 889/889 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 5.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 5.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 10.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
==> test: 890/890 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 1.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
==> test: 4/218 KB
==> test: 8/218 KB
==> test: 8/218 KB
==> test: 12/218 KB
==> test: 16/218 KB
==> test: 16/218 KB
==> test: 20/218 KB
==> test: 24/218 KB
==> test: 24/218 KB
==> test: 28/218 KB
==> test: 31/218 KB
==> test: 32/218 KB
==> test: 32/218 KB
==> test: 36/218 KB
==> test: 40/218 KB
==> test: 40/218 KB
==> test: 44/218 KB
==> test: 48/218 KB
==> test: 48/218 KB
==> test: 52/218 KB
==> test: 56/218 KB
==> test: 56/218 KB
==> test: 60/218 KB
==> test: 64/218 KB
==> test: 64/218 KB
==> test: 68/218 KB
==> test: 72/218 KB
==> test: 72/218 KB
==> test: 76/218 KB
==> test: 80/218 KB
==> test: 80/218 KB
==> test: 84/218 KB
==> test: 88/218 KB
==> test: 88/218 KB
==> test: 92/218 KB
==> test: 96/218 KB
==> test: 96/218 KB
==> test: 100/218 KB
==> test: 104/218 KB
==> test: 104/218 KB
==> test: 108/218 KB
==> test: 112/218 KB
==> test: 112/218 KB
==> test: 116/218 KB
==> test: 120/218 KB
==> test: 120/218 KB
==> test: 124/218 KB
==> test: 128/218 KB
==> test: 128/218 KB
==> test: 132/218 KB
==> test: 136/218 KB
==> test: 136/218 KB
==> test: 140/218 KB
==> test: 144/218 KB
==> test: 144/218 KB
==> test: 148/218 KB
==> test: 152/218 KB
==> test: 152/218 KB
==> test: 156/218 KB
==> test: 160/218 KB
==> test: 160/218 KB
==> test: 164/218 KB
==> test: 168/218 KB
==> test: 168/218 KB
==> test: 172/218 KB
==> test: 176/218 KB
==> test: 176/218 KB
==> test: 180/218 KB
==> test: 184/218 KB
==> test: 184/218 KB
==> test: 188/218 KB
==> test: 192/218 KB
==> test: 192/218 KB
==> test: 196/218 KB
==> test: 200/218 KB
==> test: 200/218 KB
==> test: 204/218 KB
==> test: 208/218 KB
==> test: 208/218 KB
==> test: 212/218 KB
==> test: 216/218 KB
==> test: 216/218 KB
==> test: 218/218 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 281.6 KB/sec)
==> test: 4/7 KB
==> test: 7/7 KB
==> test: 4/60 KB 7/7 KB
==> test: 8/60 KB 7/7 KB
==> test: 8/60 KB 7/7 KB
==> test: 4/43 KB 8/60 KB 7/7 KB
==> test: 8/43 KB 8/60 KB 7/7 KB
==> test: 8/43 KB 8/60 KB 7/7 KB
==> test: 8/43 KB 12/60 KB 7/7 KB
==> test: 8/43 KB 16/60 KB 7/7 KB
==> test: 8/43 KB 16/60 KB 7/7 KB
==> test: 8/43 KB 20/60 KB 7/7 KB
==> test: 8/43 KB 24/60 KB 7/7 KB
==> test: 8/43 KB 24/60 KB 7/7 KB
==> test: 12/43 KB 24/60 KB 7/7 KB
16/43 KB 24/60 KB 7/7 KB
16/43 KB 24/60 KB 7/7 KB
20/43 KB 24/60 KB 7/7 KB
24/43 KB 24/60 KB 7/7 KB
24/43 KB 24/60 KB 7/7 KB
==> test: 24/43 KB 28/60 KB 7/7 KB
==> test: 24/43 KB 32/60 KB 7/7 KB
==> test: 24/43 KB 32/60 KB 7/7 KB
==> test: 24/43 KB 32/60 KB 7/7 KB
==> test: 24/43 KB 32/60 KB 7/7 KB
==> test: 28/43 KB 32/60 KB 7/7 KB
32/43 KB 32/60 KB 7/7 KB
32/43 KB 32/60 KB 7/7 KB
32/43 KB 32/60 KB 7/7 KB
32/43 KB 32/60 KB 7/7 KB
==> test: 32/43 KB 36/60 KB 7/7 KB
==> test: 32/43 KB 40/60 KB 7/7 KB
==> test: 32/43 KB 40/60 KB 7/7 KB
==> test: 32/43 KB 44/60 KB 7/7 KB
==> test: 32/43 KB 48/60 KB 7/7 KB
==> test: 32/43 KB 48/60 KB 7/7 KB
==> test: 32/43 KB 52/60 KB 7/7 KB
==> test: 32/43 KB 56/60 KB 7/7 KB
==> test: 32/43 KB 56/60 KB
==> test:
==> test: 36/43 KB 56/60 KB
40/43 KB 56/60 KB
40/43 KB 56/60 KB
43/43 KB 56/60 KB
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 1.2 KB/sec)
==> test: 43/43 KB 60/60 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 7.0 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 9.8 KB/sec)
==> test: [INFO]
==> test: Using 'UTF-8' encoding to copy filtered resources.
==> test: [INFO]
==> test: skip non existing resourceDirectory /singularity/SingularityBase/src/main/resources
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-compiler-plugin:3.1:compile (default-compile) @ SingularityBase ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 7.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 7.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (5 KB at 9.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
==> test: 965/965 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 9.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 21.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 4.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 15.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 3.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 3.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 2.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
==> test: 865/865 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 7.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
==> test: 690/690 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
==> test: 769/769 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (2 KB at 2.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.2/junit-3.8.2.pom
==> test: 747/747 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 1.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
==> test: 4/206 KB
==> test: 8/206 KB
==> test: 8/206 KB
==> test: 12/206 KB
==> test: 16/206 KB
==> test: 16/206 KB
==> test: 20/206 KB
==> test: 24/206 KB
==> test: 24/206 KB
==> test: 28/206 KB
==> test: 31/206 KB
==> test: 32/206 KB
==> test: 32/206 KB
==> test: 36/206 KB
==> test: 40/206 KB
==> test: 40/206 KB
==> test: 44/206 KB
==> test: 48/206 KB
==> test: 48/206 KB
==> test: 52/206 KB
==> test: 56/206 KB
==> test: 56/206 KB
==> test: 60/206 KB
==> test: 64/206 KB
==> test: 64/206 KB
==> test: 4/151 KB 64/206 KB
==> test: 8/151 KB 64/206 KB 4/14 KB
==> test: 8/151 KB 64/206 KB 4/14 KB
==> test: 4/151 KB 64/206 KB 4/14 KB
==> test: 8/151 KB 64/206 KB 8/14 KB
==> test: 8/151 KB 64/206 KB 8/14 KB
==> test: 8/151 KB 64/206 KB 4/32 KB 8/14 KB
8/151 KB 64/206 KB 8/32 KB 8/14 KB
8/151 KB 64/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 68/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 72/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 72/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 76/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 80/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 80/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 84/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 4/25 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 8/25 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 8/25 KB 8/14 KB
==> test: 8/151 KB 88/206 KB 8/32 KB 8/25 KB 12/14 KB
8/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
==> test: 12/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
16/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
16/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
20/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 8/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 88/206 KB 12/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 16/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 16/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 20/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 24/32 KB 8/25 KB 14/14 KB
24/151 KB 88/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 92/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 96/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 96/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 100/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 104/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 104/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 108/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 112/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 112/206 KB 24/32 KB 8/25 KB 14/14 KB
==> test: 24/151 KB 112/206 KB 24/32 KB 12/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 16/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 16/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 20/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 24/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 24/25 KB 14/14 KB
24/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
==> test: 28/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
32/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
32/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
==> test: 36/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 112/206 KB 24/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 112/206 KB 28/32 KB 25/25 KB 14/14 KB
40/151 KB 112/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 116/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 120/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 120/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 124/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 128/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 128/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 132/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 40/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
44/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
47/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
48/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
52/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
55/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
56/151 KB 136/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 140/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 144/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 144/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 148/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 152/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 152/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 156/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 160/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 160/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 164/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 56/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 60/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
63/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
64/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
68/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
71/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
72/151 KB 168/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 172/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 176/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 176/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 180/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 184/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 184/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 188/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 192/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test: 72/151 KB 192/206 KB 32/32 KB 25/25 KB 14/14 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 16.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
==> test: 76/151 KB 192/206 KB 32/32 KB 25/25 KB
79/151 KB 192/206 KB 32/32 KB 25/25 KB
80/151 KB 192/206 KB 32/32 KB 25/25 KB
84/151 KB 192/206 KB 32/32 KB 25/25 KB
86/151 KB 192/206 KB 32/32 KB 25/25 KB
88/151 KB 192/206 KB 32/32 KB 25/25 KB
==> test: 88/151 KB 196/206 KB 32/32 KB 25/25 KB
88/151 KB 200/206 KB 32/32 KB 25/25 KB
88/151 KB 200/206 KB 32/32 KB 25/25 KB
==> test: 88/151 KB 204/206 KB 32/32 KB 25/25 KB
==> test: 88/151 KB 206/206 KB 32/32 KB 25/25 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 28.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 35.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.12/log4j-1.2.12.jar
==> test: 92/151 KB 206/206 KB
94/151 KB 206/206 KB
96/151 KB 206/206 KB
100/151 KB 206/206 KB
102/151 KB 206/206 KB
==> test: 104/151 KB 206/206 KB
==> test: 108/151 KB 206/206 KB
==> test: 110/151 KB 206/206 KB
==> test: 112/151 KB 206/206 KB
==> test: 116/151 KB 206/206 KB
==> test: 118/151 KB 206/206 KB
==> test: 120/151 KB 206/206 KB
==> test: 124/151 KB 206/206 KB
==> test: 125/151 KB 206/206 KB
==> test: 128/151 KB 206/206 KB 4/5 KB
==> test: 132/151 KB 206/206 KB 4/5 KB
==> test: 133/151 KB 206/206 KB 4/5 KB
==> test: 136/151 KB 206/206 KB 4/5 KB
==> test: 140/151 KB 206/206 KB 4/5 KB
==> test: 141/151 KB 206/206 KB 4/5 KB
==> test: 144/151 KB 206/206 KB 4/5 KB
==> test: 125/151 KB 206/206 KB 4/5 KB
==> test: 144/151 KB 206/206 KB 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 183.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
==> test: 4/19 KB 144/151 KB 5/5 KB
==> test: 8/19 KB 144/151 KB 5/5 KB
==> test: 8/19 KB 144/151 KB 5/5 KB
==> test: 12/19 KB 144/151 KB 5/5 KB
==> test: 16/19 KB 144/151 KB 5/5 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 4/350 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 8/350 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 8/350 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 12/350 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 16/350 KB
==> test: 16/19 KB 144/151 KB 5/5 KB 16/350 KB
==> test: 16/19 KB 148/151 KB 5/5 KB 16/350 KB
16/19 KB 149/151 KB 5/5 KB 16/350 KB
16/19 KB 151/151 KB 5/5 KB 16/350 KB
==> test: 16/19 KB 151/151 KB 5/5 KB 16/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 16/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 20/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 24/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 24/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 28/350 KB
19/19 KB 151/151 KB 5/5 KB 31/350 KB
19/19 KB 151/151 KB 5/5 KB 32/350 KB
19/19 KB 151/151 KB 5/5 KB 32/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 36/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 40/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 40/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 44/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 48/350 KB
==> test: 19/19 KB 151/151 KB 5/5 KB 48/350 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 8.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/collections/google-collections/1.0/google-collections-1.0.jar
==> test: 19/19 KB 151/151 KB 52/350 KB
==> test: 19/19 KB 151/151 KB 56/350 KB
==> test: 19/19 KB 151/151 KB 56/350 KB
==> test: 19/19 KB 151/151 KB 60/350 KB
==> test: 19/19 KB 151/151 KB 64/350 KB
==> test: 19/19 KB 151/151 KB 64/350 KB
==> test: 19/19 KB 151/151 KB 4/44 KB 64/350 KB
19/19 KB 151/151 KB 8/44 KB 64/350 KB
19/19 KB 151/151 KB 8/44 KB 64/350 KB
19/19 KB 151/151 KB 12/44 KB 64/350 KB
19/19 KB 151/151 KB 16/44 KB 64/350 KB
19/19 KB 151/151 KB 16/44 KB 64/350 KB
19/19 KB 151/151 KB 20/44 KB 64/350 KB
19/19 KB 151/151 KB 24/44 KB 64/350 KB
19/19 KB 151/151 KB 24/44 KB 64/350 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (151 KB at 106.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.2/junit-3.8.2.jar
==> test: 19/19 KB 24/44 KB 68/350 KB
==> test: 19/19 KB 24/44 KB 72/350 KB
==> test: 19/19 KB 28/44 KB 72/350 KB
19/19 KB 31/44 KB 72/350 KB
19/19 KB 32/44 KB 72/350 KB
19/19 KB 36/44 KB 72/350 KB
19/19 KB 40/44 KB 72/350 KB
19/19 KB 40/44 KB 72/350 KB
19/19 KB 44/44 KB 72/350 KB
==> test: 19/19 KB 44/44 KB 72/350 KB
==> test: 19/19 KB 44/44 KB 76/350 KB
19/19 KB 44/44 KB 80/350 KB
19/19 KB 44/44 KB 80/350 KB
19/19 KB 44/44 KB 84/350 KB
19/19 KB 44/44 KB 88/350 KB
19/19 KB 44/44 KB 88/350 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 KB at 31.9 KB/sec)
==> test: 44/44 KB 92/350 KB
==> test: 44/44 KB 96/350 KB
==> test: 44/44 KB 96/350 KB
==> test: 44/44 KB 100/350 KB
==> test: 44/44 KB 104/350 KB
==> test: 44/44 KB 104/350 KB
==> test: 44/44 KB 4/625 KB 104/350 KB
==> test: 44/44 KB 4/625 KB 108/350 KB
==> test: 44/44 KB 4/625 KB 112/350 KB
44/44 KB 4/625 KB 112/350 KB
44/44 KB 4/625 KB 116/350 KB
44/44 KB 4/625 KB 120/350 KB
44/44 KB 4/625 KB 120/350 KB
44/44 KB 4/625 KB 124/350 KB
44/44 KB 4/625 KB 128/350 KB
44/44 KB 4/625 KB 128/350 KB
==> test: 44/44 KB 8/625 KB 128/350 KB
==> test: 44/44 KB 8/625 KB 128/350 KB
==> test: 44/44 KB 12/625 KB 128/350 KB
==> test: 44/44 KB 16/625 KB 128/350 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 81.4 KB/sec)
==> test: 16/625 KB 128/350 KB
==> test: 20/625 KB 128/350 KB
24/625 KB 128/350 KB
24/625 KB 128/350 KB
28/625 KB 128/350 KB
31/625 KB 128/350 KB
32/625 KB 128/350 KB
32/625 KB 128/350 KB
==> test: 32/625 KB 132/350 KB
32/625 KB 136/350 KB
32/625 KB 136/350 KB
32/625 KB 140/350 KB
32/625 KB 144/350 KB
32/625 KB 144/350 KB
==> test: 32/625 KB 4/118 KB 144/350 KB
32/625 KB 8/118 KB 144/350 KB
32/625 KB 8/118 KB 144/350 KB
32/625 KB 12/118 KB 144/350 KB
32/625 KB 16/118 KB 144/350 KB
32/625 KB 16/118 KB 144/350 KB
==> test: 36/625 KB 16/118 KB 144/350 KB
==> test: 40/625 KB 16/118 KB 144/350 KB
==> test: 40/625 KB 16/118 KB 148/350 KB
40/625 KB 16/118 KB 148/350 KB
40/625 KB 16/118 KB 152/350 KB
40/625 KB 16/118 KB 152/350 KB
40/625 KB 16/118 KB 156/350 KB
40/625 KB 16/118 KB 160/350 KB
40/625 KB 16/118 KB 160/350 KB
40/625 KB 16/118 KB 164/350 KB
40/625 KB 16/118 KB 168/350 KB
40/625 KB 16/118 KB 168/350 KB
==> test: 44/625 KB 16/118 KB 168/350 KB
48/625 KB 16/118 KB 168/350 KB
48/625 KB 16/118 KB 168/350 KB
==> test: 48/625 KB 20/118 KB 168/350 KB
48/625 KB 24/118 KB 168/350 KB
==> test: 48/625 KB 24/118 KB 168/350 KB
48/625 KB 28/118 KB 168/350 KB
48/625 KB 31/118 KB 168/350 KB
48/625 KB 32/118 KB 168/350 KB
48/625 KB 32/118 KB 168/350 KB
48/625 KB 36/118 KB 168/350 KB
48/625 KB 40/118 KB 168/350 KB
48/625 KB 40/118 KB 168/350 KB
==> test: 52/625 KB 40/118 KB 168/350 KB
==> test: 56/625 KB 40/118 KB 168/350 KB
==> test: 56/625 KB 40/118 KB 168/350 KB
==> test: 60/625 KB 40/118 KB 172/350 KB
64/625 KB 40/118 KB 172/350 KB
64/625 KB 40/118 KB 172/350 KB
56/625 KB 40/118 KB 172/350 KB
64/625 KB 40/118 KB 176/350 KB
64/625 KB 40/118 KB 176/350 KB
64/625 KB 40/118 KB 180/350 KB
64/625 KB 40/118 KB 184/350 KB
64/625 KB 40/118 KB 184/350 KB
64/625 KB 40/118 KB 188/350 KB
64/625 KB 40/118 KB 192/350 KB
64/625 KB 40/118 KB 192/350 KB
==> test: 64/625 KB 44/118 KB 192/350 KB
64/625 KB 48/118 KB 192/350 KB
64/625 KB 48/118 KB 192/350 KB
64/625 KB 52/118 KB 192/350 KB
64/625 KB 56/118 KB 192/350 KB
64/625 KB 56/118 KB 192/350 KB
==> test: 64/625 KB 60/118 KB 192/350 KB
==> test: 64/625 KB 64/118 KB 192/350 KB
==> test: 68/625 KB 64/118 KB 192/350 KB
72/625 KB 64/118 KB 192/350 KB
72/625 KB 64/118 KB 192/350 KB
76/625 KB 64/118 KB 192/350 KB
80/625 KB 64/118 KB 192/350 KB
80/625 KB 64/118 KB 192/350 KB
==> test: 80/625 KB 64/118 KB 196/350 KB
80/625 KB 64/118 KB 200/350 KB
80/625 KB 64/118 KB 200/350 KB
80/625 KB 64/118 KB 204/350 KB
80/625 KB 64/118 KB 208/350 KB
80/625 KB 64/118 KB 208/350 KB
==> test: 80/625 KB 64/118 KB 208/350 KB
==> test: 80/625 KB 68/118 KB 208/350 KB
==> test: 80/625 KB 72/118 KB 208/350 KB
==> test: 80/625 KB 72/118 KB 208/350 KB
==> test: 80/625 KB 76/118 KB 208/350 KB
==> test: 80/625 KB 80/118 KB 208/350 KB
==> test: 80/625 KB 80/118 KB 208/350 KB
==> test: 84/625 KB 80/118 KB 208/350 KB
88/625 KB 80/118 KB 208/350 KB
88/625 KB 80/118 KB 208/350 KB
88/625 KB 80/118 KB 212/350 KB
88/625 KB 80/118 KB 216/350 KB
88/625 KB 80/118 KB 216/350 KB
88/625 KB 80/118 KB 220/350 KB
88/625 KB 80/118 KB 224/350 KB
88/625 KB 80/118 KB 224/350 KB
88/625 KB 80/118 KB 228/350 KB
88/625 KB 80/118 KB 232/350 KB
88/625 KB 80/118 KB 232/350 KB
==> test: 92/625 KB 80/118 KB 232/350 KB
==> test: 96/625 KB 80/118 KB 232/350 KB
==> test: 96/625 KB 80/118 KB 232/350 KB
==> test: 100/625 KB 80/118 KB 232/350 KB
==> test: 104/625 KB 80/118 KB 232/350 KB
==> test: 104/625 KB 80/118 KB 232/350 KB
==> test: 104/625 KB 84/118 KB 232/350 KB
==> test: 104/625 KB 88/118 KB 232/350 KB
==> test: 104/625 KB 88/118 KB 232/350 KB
==> test: 104/625 KB 92/118 KB 232/350 KB
==> test: 104/625 KB 96/118 KB 232/350 KB
104/625 KB 96/118 KB 232/350 KB
104/625 KB 100/118 KB 232/350 KB
104/625 KB 104/118 KB 232/350 KB
104/625 KB 104/118 KB 232/350 KB
==> test: 108/625 KB 104/118 KB 232/350 KB
==> test: 112/625 KB 104/118 KB 232/350 KB
==> test: 112/625 KB 104/118 KB 236/350 KB
112/625 KB 104/118 KB 240/350 KB
112/625 KB 104/118 KB 240/350 KB
112/625 KB 104/118 KB 244/350 KB
112/625 KB 104/118 KB 248/350 KB
112/625 KB 104/118 KB 248/350 KB
112/625 KB 104/118 KB 252/350 KB
112/625 KB 104/118 KB 256/350 KB
112/625 KB 104/118 KB 256/350 KB
==> test: 112/625 KB 104/118 KB 256/350 KB
==> test: 116/625 KB 104/118 KB 256/350 KB
==> test: 120/625 KB 104/118 KB 256/350 KB
==> test: 120/625 KB 104/118 KB 256/350 KB
==> test: 120/625 KB 108/118 KB 256/350 KB
120/625 KB 112/118 KB 256/350 KB
120/625 KB 112/118 KB 256/350 KB
==> test: 120/625 KB 116/118 KB 256/350 KB
==> test: 120/625 KB 118/118 KB 256/350 KB
==> test: 124/625 KB 118/118 KB 256/350 KB
==> test: 128/625 KB 118/118 KB 256/350 KB
==> test: 128/625 KB 118/118 KB 256/350 KB
==> test: 128/625 KB 118/118 KB 260/350 KB
128/625 KB 118/118 KB 264/350 KB
128/625 KB 118/118 KB 264/350 KB
128/625 KB 118/118 KB 268/350 KB
128/625 KB 118/118 KB 271/350 KB
128/625 KB 118/118 KB 272/350 KB
128/625 KB 118/118 KB 276/350 KB
128/625 KB 118/118 KB 279/350 KB
128/625 KB 118/118 KB 280/350 KB
128/625 KB 118/118 KB 284/350 KB
128/625 KB 118/118 KB 287/350 KB
==> test: 132/625 KB 118/118 KB 287/350 KB
==> test: 136/625 KB 118/118 KB 287/350 KB
==> test: 136/625 KB 118/118 KB 287/350 KB
==> test: 140/625 KB 118/118 KB 287/350 KB
==> test: 144/625 KB 118/118 KB 287/350 KB
==> test: 144/625 KB 118/118 KB 287/350 KB
==> test: 148/625 KB 118/118 KB 287/350 KB
==> test: 148/625 KB 118/118 KB 288/350 KB
==> test: 148/625 KB 118/118 KB 292/350 KB
==> test: 152/625 KB 118/118 KB 295/350 KB
==> test: 152/625 KB 118/118 KB 296/350 KB
==> test: 152/625 KB 118/118 KB 300/350 KB
==> test: 152/625 KB 118/118 KB 303/350 KB
==> test: 152/625 KB 118/118 KB 304/350 KB
==> test: 152/625 KB 118/118 KB 308/350 KB
==> test: 152/625 KB 118/118 KB 292/350 KB
==> test: 152/625 KB 118/118 KB 308/350 KB
==> test: 156/625 KB 118/118 KB 308/350 KB
==> test: 160/625 KB 118/118 KB 308/350 KB
==> test: 160/625 KB 118/118 KB 308/350 KB
==> test: 160/625 KB 118/118 KB 310/350 KB
==> test: 164/625 KB 118/118 KB 310/350 KB
==> test: 168/625 KB 118/118 KB 310/350 KB
==> test: 168/625 KB 118/118 KB 310/350 KB
==> test: 172/625 KB 118/118 KB 310/350 KB
==> test: 176/625 KB 118/118 KB 310/350 KB
==> test: 176/625 KB 118/118 KB 310/350 KB
==> test: 180/625 KB 118/118 KB 310/350 KB
==> test: 184/625 KB 118/118 KB 310/350 KB
==> test: 184/625 KB 118/118 KB 310/350 KB
==> test: 184/625 KB 118/118 KB 312/350 KB
==> test: 184/625 KB 118/118 KB 316/350 KB
==> test: 184/625 KB 118/118 KB 318/350 KB
==> test: 184/625 KB 118/118 KB 320/350 KB
==> test: 184/625 KB 118/118 KB 324/350 KB
==> test: 184/625 KB 118/118 KB 326/350 KB
==> test: 184/625 KB 118/118 KB 328/350 KB
==> test: 184/625 KB 118/118 KB 332/350 KB
==> test: 184/625 KB 118/118 KB 334/350 KB
==> test: 184/625 KB 118/118 KB 336/350 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 138.6 KB/sec)
==> test: 188/625 KB 336/350 KB
192/625 KB 336/350 KB
192/625 KB 336/350 KB
196/625 KB 336/350 KB
200/625 KB 336/350 KB
200/625 KB 336/350 KB
==> test: 200/625 KB 340/350 KB
==> test: 200/625 KB 342/350 KB
==> test: 200/625 KB 344/350 KB
==> test: 200/625 KB 348/350 KB
==> test: 200/625 KB 349/350 KB
==> test: 200/625 KB 350/350 KB
==> test: 204/625 KB 350/350 KB
208/625 KB 350/350 KB
208/625 KB 350/350 KB
212/625 KB 350/350 KB
216/625 KB 350/350 KB
216/625 KB 350/350 KB
220/625 KB 350/350 KB
224/625 KB 350/350 KB
224/625 KB 350/350 KB
==> test: 228/625 KB 350/350 KB
==> test: 232/625 KB 350/350 KB
==> test: 232/625 KB 350/350 KB
==> test: 236/625 KB 350/350 KB
==> test: 240/625 KB 350/350 KB
==> test: 240/625 KB 350/350 KB
==> test: 244/625 KB 350/350 KB
==> test: 248/625 KB 350/350 KB
==> test: 248/625 KB 350/350 KB
==> test: 252/625 KB 350/350 KB
==> test: 256/625 KB 350/350 KB
==> test: 256/625 KB 350/350 KB
==> test: 260/625 KB 350/350 KB
==> test: 264/625 KB 350/350 KB
==> test: 264/625 KB 350/350 KB
==> test: 268/625 KB 350/350 KB
==> test: 271/625 KB 350/350 KB
==> test: 272/625 KB 350/350 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 209.5 KB/sec)
==> test: 276/625 KB
==> test: 279/625 KB
==> test: 280/625 KB
==> test: 284/625 KB
==> test: 287/625 KB
==> test: 288/625 KB
==> test: 292/625 KB
==> test: 295/625 KB
==> test: 296/625 KB
==> test: 300/625 KB
==> test: 303/625 KB
==> test: 304/625 KB
==> test: 308/625 KB
==> test: 310/625 KB
==> test: 312/625 KB
==> test: 316/625 KB
==> test: 318/625 KB
==> test: 320/625 KB
==> test: 324/625 KB
==> test: 326/625 KB
==> test: 328/625 KB
==> test: 332/625 KB
==> test: 334/625 KB
==> test: 336/625 KB
==> test: 340/625 KB
==> test: 342/625 KB
==> test: 344/625 KB
==> test: 348/625 KB
==> test: 349/625 KB
==> test: 352/625 KB
==> test: 356/625 KB
==> test: 357/625 KB
==> test: 360/625 KB
==> test: 364/625 KB
==> test: 365/625 KB
==> test: 368/625 KB
==> test: 372/625 KB
==> test: 373/625 KB
==> test: 376/625 KB
==> test: 380/625 KB
==> test: 381/625 KB
==> test: 384/625 KB
==> test: 388/625 KB
==> test: 389/625 KB
==> test: 392/625 KB
396/625 KB
400/625 KB
400/625 KB
404/625 KB
==> test: 408/625 KB
==> test: 408/625 KB
==> test: 412/625 KB
==> test: 416/625 KB
==> test: 416/625 KB
==> test: 420/625 KB
==> test: 424/625 KB
==> test: 424/625 KB
==> test: 428/625 KB
==> test: 432/625 KB
==> test: 432/625 KB
==> test: 435/625 KB
==> test: 439/625 KB
==> test: 440/625 KB
==> test: 443/625 KB
==> test: 447/625 KB
==> test: 448/625 KB
==> test: 451/625 KB
==> test: 455/625 KB
==> test: 456/625 KB
==> test: 459/625 KB
==> test: 463/625 KB
==> test: 464/625 KB
==> test: 467/625 KB
==> test: 471/625 KB
==> test: 472/625 KB
==> test: 474/625 KB
==> test: 478/625 KB
==> test: 480/625 KB
==> test: 482/625 KB
==> test: 486/625 KB
==> test: 488/625 KB
==> test: 490/625 KB
==> test: 494/625 KB
==> test: 496/625 KB
==> test: 498/625 KB
==> test: 502/625 KB
==> test: 504/625 KB
==> test: 506/625 KB
==> test: 510/625 KB
==> test: 512/625 KB
==> test: 514/625 KB
==> test: 518/625 KB
==> test: 520/625 KB
==> test: 521/625 KB
==> test: 525/625 KB
==> test: 528/625 KB
==> test: 529/625 KB
==> test: 533/625 KB
==> test: 536/625 KB
==> test: 537/625 KB
==> test: 541/625 KB
==> test: 544/625 KB
==> test: 545/625 KB
==> test: 549/625 KB
==> test: 552/625 KB
==> test: 553/625 KB
==> test: 557/625 KB
==> test: 560/625 KB
==> test: 560/625 KB
==> test: 564/625 KB
==> test: 568/625 KB
==> test: 568/625 KB
==> test: 572/625 KB
==> test: 576/625 KB
==> test: 576/625 KB
==> test: 580/625 KB
==> test: 584/625 KB
==> test: 584/625 KB
==> test: 588/625 KB
==> test: 592/625 KB
==> test: 592/625 KB
==> test: 596/625 KB
==> test: 599/625 KB
==> test: 600/625 KB
==> test: 604/625 KB
==> test: 607/625 KB
==> test: 608/625 KB
==> test: 612/625 KB
==> test: 615/625 KB
==> test: 616/625 KB
==> test: 620/625 KB
==> test: 623/625 KB
==> test: 624/625 KB
==> test: 625/625 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 254.7 KB/sec)
==> test: [INFO]
==> test: Changes detected - recompiling the module!
==> test: [INFO]
==> test: Compiling 89 source files to /singularity/SingularityBase/target/classes
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-resources-plugin:2.6:testResources (default-testResources) @ SingularityBase ---
==> test: [INFO]
==> test: Using 'UTF-8' encoding to copy filtered resources.
==> test: [INFO]
==> test: skip non existing resourceDirectory /singularity/SingularityBase/src/test/resources
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ SingularityBase ---
==> test: [INFO]
==> test: No sources to compile
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-surefire-plugin:2.17:test (default-test) @ SingularityBase ---
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.pom (6 KB at 7.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 KB at 27.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.pom (3 KB at 5.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 6.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 33.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/22/commons-parent-22.pom
==> test: 4/41 KB
==> test: 8/41 KB
==> test: 8/41 KB
==> test: 12/41 KB
==> test: 16/41 KB
==> test: 16/41 KB
==> test: 20/41 KB
==> test: 24/41 KB
==> test: 24/41 KB
==> test: 28/41 KB
==> test: 31/41 KB
==> test: 32/41 KB
==> test: 32/41 KB
==> test: 36/41 KB
==> test: 40/41 KB
==> test: 40/41 KB
==> test: 41/41 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 62.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/9/apache-9.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/apache/9/apache-9.pom (15 KB at 27.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
==> test: 4/260 KB
==> test: 8/260 KB
==> test: 8/260 KB
==> test: 12/260 KB
==> test: 16/260 KB
==> test: 16/260 KB
==> test: 20/260 KB
==> test: 24/260 KB
==> test: 24/260 KB
==> test: 28/260 KB
==> test: 31/260 KB
32/260 KB
32/260 KB
36/260 KB
40/260 KB
40/260 KB
==> test: 44/260 KB
==> test: 48/260 KB
==> test: 48/260 KB
==> test: 52/260 KB
==> test: 56/260 KB
==> test: 56/260 KB
==> test: 60/260 KB
==> test: 64/260 KB
==> test: 64/260 KB
==> test: 4/309 KB 64/260 KB
8/309 KB 64/260 KB
8/309 KB 64/260 KB
==> test: 8/309 KB 64/260 KB 4/39 KB
8/309 KB 64/260 KB 8/39 KB
8/309 KB 64/260 KB 8/39 KB
==> test: 8/309 KB 64/260 KB 4/144 KB 8/39 KB
8/309 KB 64/260 KB 8/144 KB 8/39 KB
8/309 KB 64/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 68/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 72/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 72/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 76/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 80/260 KB 8/144 KB 8/39 KB
==> test: 8/309 KB 80/260 KB 8/144 KB 8/39 KB
==> test: 4/15 KB 8/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 8/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 8/309 KB 80/260 KB 8/144 KB 8/39 KB
==> test: 8/15 KB 12/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 16/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 16/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 20/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 8/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 8/39 KB
==> test: 8/15 KB 24/309 KB 80/260 KB 8/144 KB 12/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 16/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 16/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 20/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 8/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 80/260 KB 12/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 16/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 16/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 20/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 24/144 KB 24/39 KB
8/15 KB 24/309 KB 80/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 84/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 88/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 88/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 92/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 96/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 96/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 100/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 104/260 KB 24/144 KB 24/39 KB
==> test: 8/15 KB 24/309 KB 104/260 KB 24/144 KB 24/39 KB
==> test: 12/15 KB 24/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 24/309 KB 104/260 KB 24/144 KB 24/39 KB
==> test: 15/15 KB 28/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 31/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 32/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 36/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 24/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 24/39 KB
==> test: 15/15 KB 40/309 KB 104/260 KB 24/144 KB 28/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 32/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 32/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 32/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 32/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 36/39 KB
15/15 KB 40/309 KB 104/260 KB 24/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 104/260 KB 28/144 KB 39/39 KB
15/15 KB 40/309 KB 104/260 KB 32/144 KB 39/39 KB
15/15 KB 40/309 KB 104/260 KB 32/144 KB 39/39 KB
15/15 KB 40/309 KB 104/260 KB 32/144 KB 39/39 KB
15/15 KB 40/309 KB 104/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 108/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 112/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 112/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 116/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 120/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 120/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 124/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 128/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 40/309 KB 128/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 44/309 KB 128/260 KB 32/144 KB 39/39 KB
15/15 KB 48/309 KB 128/260 KB 32/144 KB 39/39 KB
15/15 KB 48/309 KB 128/260 KB 32/144 KB 39/39 KB
15/15 KB 52/309 KB 128/260 KB 32/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 32/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 32/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 128/260 KB 36/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 40/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 40/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 44/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 48/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 48/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 52/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 56/144 KB 39/39 KB
15/15 KB 56/309 KB 128/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 132/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 136/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 136/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 140/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 144/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 144/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 148/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 152/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 56/309 KB 152/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 60/309 KB 152/260 KB 56/144 KB 39/39 KB
15/15 KB 64/309 KB 152/260 KB 56/144 KB 39/39 KB
15/15 KB 64/309 KB 152/260 KB 56/144 KB 39/39 KB
15/15 KB 68/309 KB 152/260 KB 56/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 56/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 56/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 152/260 KB 60/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 64/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 64/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 68/144 KB 39/39 KB
15/15 KB 72/309 KB 152/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 156/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 160/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 160/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 164/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 168/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 168/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 172/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 176/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 72/309 KB 176/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 76/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 79/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 80/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 84/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 87/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 72/144 KB 39/39 KB
==> test: 15/15 KB 88/309 KB 176/260 KB 72/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 76/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 80/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 80/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 84/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 88/144 KB 39/39 KB
15/15 KB 88/309 KB 176/260 KB 88/144 KB 39/39 KB
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-booter/2.17/surefire-booter-2.17.jar (39 KB at 44.6 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 KB at 17.2 KB/sec)
==> test: 88/309 KB 180/260 KB 88/144 KB
==> test: 88/309 KB 184/260 KB 88/144 KB
==> test: 88/309 KB 184/260 KB 88/144 KB
==> test: 88/309 KB 188/260 KB 88/144 KB
==> test: 88/309 KB 192/260 KB 88/144 KB
==> test: 88/309 KB 192/260 KB 88/144 KB
==> test: 88/309 KB 196/260 KB 88/144 KB
==> test: 88/309 KB 200/260 KB 88/144 KB
==> test: 88/309 KB 200/260 KB 88/144 KB
==> test: 88/309 KB 204/260 KB 88/144 KB
==> test: 88/309 KB 208/260 KB 88/144 KB
==> test: 92/309 KB 208/260 KB 88/144 KB
95/309 KB 208/260 KB 88/144 KB
96/309 KB 208/260 KB 88/144 KB
100/309 KB 208/260 KB 88/144 KB
103/309 KB 208/260 KB 88/144 KB
==> test: 104/309 KB 208/260 KB 88/144 KB
==> test: 104/309 KB 208/260 KB 92/144 KB
104/309 KB 208/260 KB 96/144 KB
104/309 KB 208/260 KB 96/144 KB
104/309 KB 208/260 KB 100/144 KB
104/309 KB 208/260 KB 104/144 KB
104/309 KB 208/260 KB 104/144 KB
==> test: 104/309 KB 208/260 KB 104/144 KB
==> test: 104/309 KB 212/260 KB 104/144 KB
==> test: 104/309 KB 216/260 KB 104/144 KB
==> test: 104/309 KB 216/260 KB 104/144 KB
==> test: 104/309 KB 220/260 KB 104/144 KB
==> test: 104/309 KB 224/260 KB 104/144 KB
==> test: 104/309 KB 224/260 KB 104/144 KB
==> test: 104/309 KB 228/260 KB 104/144 KB
==> test: 104/309 KB 232/260 KB 104/144 KB
==> test: 104/309 KB 232/260 KB 104/144 KB
==> test: 108/309 KB 232/260 KB 104/144 KB
111/309 KB 232/260 KB 104/144 KB
112/309 KB 232/260 KB 104/144 KB
116/309 KB 232/260 KB 104/144 KB
118/309 KB 232/260 KB 104/144 KB
120/309 KB 232/260 KB 104/144 KB
==> test: 124/309 KB 232/260 KB 104/144 KB
==> test: 126/309 KB 232/260 KB 104/144 KB
==> test: 126/309 KB 232/260 KB 108/144 KB
126/309 KB 232/260 KB 112/144 KB
126/309 KB 232/260 KB 112/144 KB
==> test: 126/309 KB 232/260 KB 116/144 KB
126/309 KB 232/260 KB 120/144 KB
126/309 KB 232/260 KB 120/144 KB
==> test: 126/309 KB 236/260 KB 120/144 KB
==> test: 126/309 KB 240/260 KB 120/144 KB
==> test: 126/309 KB 240/260 KB 120/144 KB
==> test: 126/309 KB 244/260 KB 120/144 KB
==> test: 126/309 KB 248/260 KB 120/144 KB
==> test: 126/309 KB 248/260 KB 120/144 KB
==> test: 126/309 KB 252/260 KB 120/144 KB
==> test: 126/309 KB 256/260 KB 120/144 KB
==> test: 126/309 KB 256/260 KB 120/144 KB
==> test: 126/309 KB 260/260 KB 120/144 KB
==> test: 128/309 KB 260/260 KB 120/144 KB
132/309 KB 260/260 KB 120/144 KB
134/309 KB 260/260 KB 120/144 KB
==> test: 136/309 KB 260/260 KB 120/144 KB
==> test: 140/309 KB 260/260 KB 120/144 KB
==> test: 142/309 KB 260/260 KB 120/144 KB
==> test: 144/309 KB 260/260 KB 120/144 KB
==> test: 144/309 KB 260/260 KB 124/144 KB
144/309 KB 260/260 KB 128/144 KB
144/309 KB 260/260 KB 128/144 KB
144/309 KB 260/260 KB 132/144 KB
144/309 KB 260/260 KB 136/144 KB
144/309 KB 260/260 KB 136/144 KB
144/309 KB 260/260 KB 140/144 KB
144/309 KB 260/260 KB 144/144 KB
144/309 KB 260/260 KB 144/144 KB
==> test: 148/309 KB 260/260 KB 144/144 KB
==> test: 150/309 KB 260/260 KB 144/144 KB
==> test: 152/309 KB 260/260 KB 144/144 KB
==> test: 156/309 KB 260/260 KB 144/144 KB
==> test: 157/309 KB 260/260 KB 144/144 KB
==> test: 160/309 KB 260/260 KB 144/144 KB
==> test: 164/309 KB 260/260 KB 144/144 KB
==> test: 165/309 KB 260/260 KB 144/144 KB
==> test: 168/309 KB 260/260 KB 144/144 KB
==> test: 172/309 KB 260/260 KB 144/144 KB
==> test: 173/309 KB 260/260 KB 144/144 KB
==> test: 176/309 KB 260/260 KB 144/144 KB
==> test: 180/309 KB 260/260 KB 144/144 KB
==> test: 181/309 KB 260/260 KB 144/144 KB
==> test: 184/309 KB 260/260 KB 144/144 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/maven-surefire-common/2.17/maven-surefire-common-2.17.jar (260 KB at 204.1 KB/sec)
==> test: 188/309 KB 144/144 KB
189/309 KB 144/144 KB
192/309 KB 144/144 KB
196/309 KB 144/144 KB
197/309 KB 144/144 KB
200/309 KB 144/144 KB
204/309 KB 144/144 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/surefire/surefire-api/2.17/surefire-api-2.17.jar (144 KB at 110.2 KB/sec)
==> test: 208/309 KB
208/309 KB
212/309 KB
216/309 KB
216/309 KB
220/309 KB
224/309 KB
224/309 KB
228/309 KB
==> test: 232/309 KB
==> test: 232/309 KB
==> test: 236/309 KB
==> test: 240/309 KB
==> test: 240/309 KB
==> test: 243/309 KB
==> test: 247/309 KB
==> test: 248/309 KB
==> test: 251/309 KB
==> test: 255/309 KB
==> test: 256/309 KB
==> test: 259/309 KB
==> test: 263/309 KB
==> test: 264/309 KB
==> test: 267/309 KB
==> test: 271/309 KB
==> test: 272/309 KB
==> test: 275/309 KB
==> test: 279/309 KB
==> test: 280/309 KB
==> test: 282/309 KB
==> test: 286/309 KB
==> test: 288/309 KB
==> test: 290/309 KB
==> test: 294/309 KB
==> test: 296/309 KB
==> test: 298/309 KB
==> test: 302/309 KB
==> test: 304/309 KB
==> test: 306/309 KB
==> test: 309/309 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 161.2 KB/sec)
==> test: [INFO]
==> test: Tests are skipped.
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-jar-plugin:2.5:jar (default-jar) @ SingularityBase ---
==> test: [INFO]
==> test: Building jar: /singularity/SingularityBase/target/SingularityBase-0.4.0-SNAPSHOT.jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-jar-plugin:2.5:test-jar (attach-tests) @ SingularityBase ---
==> test: [INFO]
==> test: Skipping packaging of the test-jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ SingularityBase ---
==> test: [INFO]
==> test: Building jar: /singularity/SingularityBase/target/SingularityBase-0.4.0-SNAPSHOT-sources.jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:test-jar-no-fork (attach-sources) @ SingularityBase ---
==> test: [INFO]
==> test: No sources in project. Archive not created.
==> test: [INFO]
==> test:
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: [INFO]
==> test: Building SingularityMesosClient 0.4.0-SNAPSHOT
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/4.0-beta4/guice-4.0-beta4.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/4.0-beta4/guice-4.0-beta4.pom (11 KB at 20.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice-parent/4.0-beta4/guice-parent-4.0-beta4.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice-parent/4.0-beta4/guice-parent-4.0-beta4.pom (13 KB at 24.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/google/5/google-5.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/google/5/google-5.pom (3 KB at 2.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/inject/javax.inject/1/javax.inject-1.pom
==> test: 612/612 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 1.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (3 KB at 5.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 KB at 23.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonCore/0.0.10/HorizonCore-0.0.10.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonCore/0.0.10/HorizonCore-0.0.10.pom (4 KB at 8.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/Horizon/0.0.10/Horizon-0.0.10.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/Horizon/0.0.10/Horizon-0.0.10.pom (4 KB at 7.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.pom (4 KB at 6.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonNing/0.0.10/HorizonNing-0.0.10.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonNing/0.0.10/HorizonNing-0.0.10.pom (2 KB at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/ning/async-http-client/1.8.12/async-http-client-1.8.12.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/ning/async-http-client/1.8.12/async-http-client-1.8.12.pom (24 KB at 49.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 13.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/netty/netty/3.9.2.Final/netty-3.9.2.Final.pom
==> test: 4/29 KB
==> test: 8/29 KB
==> test: 8/29 KB
==> test: 12/29 KB
==> test: 16/29 KB
==> test: 16/29 KB
==> test: 20/29 KB
==> test: 24/29 KB
==> test: 24/29 KB
==> test: 28/29 KB
==> test: 29/29 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/netty/netty/3.9.2.Final/netty-3.9.2.Final.pom (29 KB at 55.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/4.0-beta4/guice-4.0-beta4.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/inject/javax.inject/1/javax.inject-1.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonCore/0.0.10/HorizonCore-0.0.10.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.jar
==> test: 4/619 KB
==> test: 8/619 KB
==> test: 8/619 KB
==> test: 12/619 KB
==> test: 16/619 KB
==> test: 16/619 KB
==> test: 20/619 KB
==> test: 24/619 KB
==> test: 24/619 KB
==> test: 28/619 KB
==> test: 31/619 KB
==> test: 32/619 KB
==> test: 36/619 KB
==> test: 40/619 KB
==> test: 40/619 KB
==> test: 44/619 KB
==> test: 48/619 KB
==> test: 48/619 KB
==> test: 52/619 KB
==> test: 56/619 KB
==> test: 56/619 KB
==> test: 60/619 KB
==> test: 64/619 KB
==> test: 64/619 KB
==> test: 68/619 KB
==> test: 72/619 KB
==> test: 72/619 KB
==> test: 76/619 KB
==> test: 80/619 KB
==> test: 80/619 KB
==> test: 84/619 KB
==> test: 88/619 KB
==> test: 88/619 KB
==> test: 92/619 KB
==> test: 96/619 KB
==> test: 96/619 KB
==> test: 100/619 KB
==> test: 104/619 KB
==> test: 104/619 KB
==> test: 108/619 KB
==> test: 112/619 KB
==> test: 112/619 KB
==> test: 116/619 KB
==> test: 120/619 KB
==> test: 120/619 KB
==> test: 124/619 KB
==> test: 128/619 KB
==> test: 128/619 KB
==> test: 132/619 KB
==> test: 136/619 KB
==> test: 136/619 KB
==> test: 140/619 KB
==> test: 144/619 KB
==> test: 144/619 KB
==> test: 148/619 KB
==> test: 152/619 KB
==> test: 152/619 KB
==> test: 156/619 KB
==> test: 160/619 KB
==> test: 160/619 KB
==> test: 164/619 KB
==> test: 168/619 KB
==> test: 168/619 KB
==> test: 172/619 KB
==> test: 176/619 KB
==> test: 176/619 KB
==> test: 180/619 KB
==> test: 184/619 KB
==> test: 184/619 KB
==> test: 188/619 KB
==> test: 192/619 KB
==> test: 192/619 KB
==> test: 196/619 KB
==> test: 200/619 KB
==> test: 200/619 KB
==> test: 204/619 KB
==> test: 208/619 KB
==> test: 208/619 KB
==> test: 212/619 KB
==> test: 216/619 KB
==> test: 216/619 KB
==> test: 220/619 KB
==> test: 224/619 KB
==> test: 224/619 KB
==> test: 228/619 KB
==> test: 232/619 KB
==> test: 232/619 KB
==> test: 236/619 KB
==> test: 240/619 KB
==> test: 240/619 KB
==> test: 244/619 KB
==> test: 248/619 KB
==> test: 248/619 KB
==> test: 252/619 KB
==> test: 256/619 KB
==> test: 256/619 KB
==> test: 260/619 KB
==> test: 264/619 KB
==> test: 264/619 KB
==> test: 268/619 KB
==> test: 271/619 KB
==> test: 272/619 KB
==> test: 276/619 KB
==> test: 279/619 KB
==> test: 280/619 KB
==> test: 284/619 KB
==> test: 287/619 KB
==> test: 288/619 KB
==> test: 292/619 KB
==> test: 295/619 KB
==> test: 296/619 KB
==> test: 300/619 KB
==> test: 303/619 KB
==> test: 304/619 KB
==> test: 308/619 KB
==> test: 310/619 KB
==> test: 312/619 KB
==> test: 316/619 KB
==> test: 318/619 KB
==> test: 320/619 KB
==> test: 324/619 KB
==> test: 326/619 KB
==> test: 328/619 KB
==> test: 332/619 KB
==> test: 334/619 KB
==> test: 336/619 KB
==> test: 340/619 KB
==> test: 342/619 KB
==> test: 344/619 KB
==> test: 348/619 KB
==> test: 349/619 KB
==> test: 352/619 KB
==> test: 356/619 KB
==> test: 357/619 KB
==> test: 360/619 KB
==> test: 364/619 KB
==> test: 365/619 KB
==> test: 368/619 KB
==> test: 372/619 KB
==> test: 373/619 KB
==> test: 376/619 KB
==> test: 380/619 KB
==> test: 381/619 KB
==> test: 384/619 KB
==> test: 388/619 KB
==> test: 389/619 KB
392/619 KB
396/619 KB
400/619 KB
400/619 KB
404/619 KB
408/619 KB
408/619 KB
412/619 KB
416/619 KB
416/619 KB
420/619 KB
424/619 KB
424/619 KB
==> test: 428/619 KB
==> test: 432/619 KB
==> test: 432/619 KB
==> test: 435/619 KB
==> test: 439/619 KB
==> test: 440/619 KB
==> test: 443/619 KB
==> test: 447/619 KB
==> test: 448/619 KB
==> test: 451/619 KB
==> test: 455/619 KB
==> test: 456/619 KB
==> test: 459/619 KB
==> test: 463/619 KB
==> test: 464/619 KB
==> test: 467/619 KB
==> test: 471/619 KB
==> test: 472/619 KB
==> test: 474/619 KB
==> test: 478/619 KB
==> test: 480/619 KB
==> test: 482/619 KB
==> test: 486/619 KB
==> test: 488/619 KB
==> test: 490/619 KB
==> test: 494/619 KB
==> test: 496/619 KB
==> test: 498/619 KB
==> test: 502/619 KB
==> test: 504/619 KB
==> test: 506/619 KB
==> test: 510/619 KB
==> test: 512/619 KB
==> test: 514/619 KB
==> test: 518/619 KB
==> test: 520/619 KB
==> test: 521/619 KB
==> test: 525/619 KB
==> test: 528/619 KB
==> test: 529/619 KB
==> test: 533/619 KB
==> test: 536/619 KB
==> test: 537/619 KB
==> test: 541/619 KB
==> test: 544/619 KB
==> test: 545/619 KB
==> test: 549/619 KB
==> test: 552/619 KB
==> test: 553/619 KB
==> test: 557/619 KB
==> test: 560/619 KB
==> test: 560/619 KB
==> test: 564/619 KB
==> test: 568/619 KB
==> test: 568/619 KB
==> test: 572/619 KB
==> test: 576/619 KB
==> test: 576/619 KB
==> test: 580/619 KB
==> test: 584/619 KB
==> test: 584/619 KB
==> test: 588/619 KB
==> test: 592/619 KB
==> test: 592/619 KB
==> test: 596/619 KB
==> test: 599/619 KB
==> test: 600/619 KB
==> test: 604/619 KB
==> test: 607/619 KB
==> test: 608/619 KB
==> test: 612/619 KB
==> test: 615/619 KB
==> test: 616/619 KB
==> test: 619/619 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/guice/4.0-beta4/guice-4.0-beta4.jar (619 KB at 488.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonNing/0.0.10/HorizonNing-0.0.10.jar
==> test: 4/25 KB
==> test: 8/25 KB
==> test: 8/25 KB
==> test: 12/25 KB
==> test: 16/25 KB
==> test: 16/25 KB
==> test: 20/25 KB
==> test: 24/25 KB
==> test: 24/25 KB
==> test: 25/25 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonNing/0.0.10/HorizonNing-0.0.10.jar (25 KB at 50.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/ning/async-http-client/1.8.12/async-http-client-1.8.12.jar
==> test: 4/517 KB
==> test: 8/517 KB
==> test: 8/517 KB
==> test: 12/517 KB
==> test: 16/517 KB
==> test: 16/517 KB
==> test: 20/517 KB
==> test: 24/517 KB
==> test: 24/517 KB
==> test: 28/517 KB
==> test: 31/517 KB
==> test: 32/517 KB
==> test: 36/517 KB
==> test: 40/517 KB
==> test: 40/517 KB
==> test: 44/517 KB
==> test: 48/517 KB
==> test: 48/517 KB
52/517 KB
56/517 KB
56/517 KB
==> test: 60/517 KB
==> test: 64/517 KB
==> test: 64/517 KB
==> test: 68/517 KB
==> test: 72/517 KB
==> test: 72/517 KB
==> test: 76/517 KB
==> test: 80/517 KB
==> test: 80/517 KB
==> test: 84/517 KB
==> test: 88/517 KB
==> test: 88/517 KB
==> test: 92/517 KB
==> test: 96/517 KB
==> test: 96/517 KB
==> test: 100/517 KB
==> test: 104/517 KB
==> test: 104/517 KB
==> test: 108/517 KB
==> test: 112/517 KB
==> test: 112/517 KB
==> test: 116/517 KB
==> test: 120/517 KB
==> test: 120/517 KB
==> test: 124/517 KB
==> test: 128/517 KB
==> test: 128/517 KB
==> test: 132/517 KB
==> test: 136/517 KB
==> test: 136/517 KB
==> test: 140/517 KB
==> test: 144/517 KB
==> test: 144/517 KB
==> test: 148/517 KB
==> test: 152/517 KB
==> test: 152/517 KB
==> test: 156/517 KB
==> test: 160/517 KB
==> test: 160/517 KB
==> test: 164/517 KB
==> test: 168/517 KB
==> test: 168/517 KB
==> test: 172/517 KB
==> test: 176/517 KB
==> test: 176/517 KB
==> test: 180/517 KB
==> test: 184/517 KB
==> test: 184/517 KB
==> test: 188/517 KB
==> test: 192/517 KB
==> test: 192/517 KB
==> test: 196/517 KB
==> test: 200/517 KB
==> test: 200/517 KB
==> test: 204/517 KB
==> test: 208/517 KB
==> test: 208/517 KB
==> test: 212/517 KB
==> test: 216/517 KB
==> test: 216/517 KB
==> test: 220/517 KB
==> test: 224/517 KB
==> test: 224/517 KB
==> test: 228/517 KB
==> test: 232/517 KB
==> test: 232/517 KB
==> test: 236/517 KB
==> test: 240/517 KB
==> test: 240/517 KB
==> test: 244/517 KB
==> test: 248/517 KB
==> test: 248/517 KB
==> test: 252/517 KB
==> test: 256/517 KB
==> test: 256/517 KB
==> test: 260/517 KB
==> test: 264/517 KB
==> test: 264/517 KB
==> test: 268/517 KB
==> test: 272/517 KB
==> test: 272/517 KB
==> test: 276/517 KB
==> test: 280/517 KB
==> test: 280/517 KB
==> test: 284/517 KB
==> test: 288/517 KB
==> test: 288/517 KB
==> test: 292/517 KB
==> test: 296/517 KB
==> test: 296/517 KB
==> test: 300/517 KB
==> test: 303/517 KB
==> test: 304/517 KB
==> test: 308/517 KB
==> test: 311/517 KB
==> test: 312/517 KB
==> test: 316/517 KB
==> test: 319/517 KB
==> test: 320/517 KB
==> test: 324/517 KB
==> test: 327/517 KB
==> test: 328/517 KB
==> test: 332/517 KB
==> test: 335/517 KB
==> test: 336/517 KB
==> test: 340/517 KB
==> test: 342/517 KB
==> test: 344/517 KB
==> test: 348/517 KB
==> test: 350/517 KB
==> test: 352/517 KB
==> test: 356/517 KB
==> test: 358/517 KB
==> test: 360/517 KB
==> test: 364/517 KB
==> test: 366/517 KB
==> test: 368/517 KB
==> test: 372/517 KB
==> test: 374/517 KB
==> test: 376/517 KB
==> test: 380/517 KB
==> test: 381/517 KB
==> test: 384/517 KB
==> test: 388/517 KB
==> test: 389/517 KB
==> test: 392/517 KB
==> test: 396/517 KB
==> test: 397/517 KB
==> test: 400/517 KB
==> test: 404/517 KB
==> test: 405/517 KB
==> test: 408/517 KB
==> test: 412/517 KB
==> test: 413/517 KB
==> test: 416/517 KB
==> test: 420/517 KB
==> test: 421/517 KB
==> test: 424/517 KB
==> test: 428/517 KB
==> test: 432/517 KB
==> test: 432/517 KB
==> test: 436/517 KB
==> test: 440/517 KB
440/517 KB
444/517 KB
448/517 KB
448/517 KB
452/517 KB
456/517 KB
456/517 KB
460/517 KB
464/517 KB
464/517 KB
467/517 KB
471/517 KB
472/517 KB
475/517 KB
479/517 KB
480/517 KB
483/517 KB
487/517 KB
488/517 KB
491/517 KB
==> test: 495/517 KB
==> test: 496/517 KB
==> test: 499/517 KB
==> test: 503/517 KB
==> test: 504/517 KB
==> test: 506/517 KB
==> test: 510/517 KB
==> test: 512/517 KB
==> test: 514/517 KB
==> test: 517/517 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/ning/async-http-client/1.8.12/async-http-client-1.8.12.jar (517 KB at 468.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/netty/netty/3.9.2.Final/netty-3.9.2.Final.jar
==> test: 4/1273 KB
==> test: 8/1273 KB
==> test: 8/1273 KB
==> test: 12/1273 KB
==> test: 16/1273 KB
==> test: 16/1273 KB
==> test: 20/1273 KB
==> test: 24/1273 KB
==> test: 24/1273 KB
==> test: 28/1273 KB
==> test: 31/1273 KB
==> test: 32/1273 KB
==> test: 32/1273 KB
==> test: 36/1273 KB
==> test: 40/1273 KB
==> test: 40/1273 KB
==> test: 44/1273 KB
==> test: 48/1273 KB
==> test: 48/1273 KB
==> test: 52/1273 KB
==> test: 56/1273 KB
==> test: 56/1273 KB
==> test: 60/1273 KB
==> test: 64/1273 KB
==> test: 64/1273 KB
==> test: 68/1273 KB
==> test: 72/1273 KB
==> test: 72/1273 KB
==> test: 76/1273 KB
==> test: 80/1273 KB
==> test: 80/1273 KB
==> test: 84/1273 KB
==> test: 88/1273 KB
==> test: 88/1273 KB
==> test: 92/1273 KB
==> test: 96/1273 KB
==> test: 96/1273 KB
==> test: 100/1273 KB
==> test: 104/1273 KB
==> test: 104/1273 KB
==> test: 108/1273 KB
==> test: 112/1273 KB
==> test: 112/1273 KB
==> test: 116/1273 KB
==> test: 120/1273 KB
==> test: 120/1273 KB
==> test: 124/1273 KB
==> test: 128/1273 KB
==> test: 128/1273 KB
==> test: 132/1273 KB
==> test: 136/1273 KB
==> test: 136/1273 KB
==> test: 140/1273 KB
==> test: 144/1273 KB
==> test: 144/1273 KB
==> test: 148/1273 KB
==> test: 152/1273 KB
==> test: 152/1273 KB
==> test: 156/1273 KB
==> test: 160/1273 KB
==> test: 160/1273 KB
==> test: 164/1273 KB
==> test: 168/1273 KB
==> test: 168/1273 KB
==> test: 172/1273 KB
==> test: 176/1273 KB
==> test: 176/1273 KB
==> test: 180/1273 KB
==> test: 184/1273 KB
==> test: 184/1273 KB
==> test: 188/1273 KB
==> test: 192/1273 KB
==> test: 192/1273 KB
==> test: 196/1273 KB
==> test: 200/1273 KB
==> test: 200/1273 KB
==> test: 204/1273 KB
==> test: 208/1273 KB
==> test: 208/1273 KB
==> test: 212/1273 KB
==> test: 216/1273 KB
==> test: 216/1273 KB
==> test: 220/1273 KB
==> test: 224/1273 KB
==> test: 224/1273 KB
==> test: 228/1273 KB
==> test: 232/1273 KB
==> test: 232/1273 KB
==> test: 236/1273 KB
==> test: 240/1273 KB
==> test: 240/1273 KB
==> test: 244/1273 KB
==> test: 248/1273 KB
==> test: 248/1273 KB
252/1273 KB
256/1273 KB
256/1273 KB
260/1273 KB
264/1273 KB
264/1273 KB
268/1273 KB
272/1273 KB
272/1273 KB
276/1273 KB
280/1273 KB
280/1273 KB
==> test: 284/1273 KB
==> test: 288/1273 KB
==> test: 288/1273 KB
==> test: 292/1273 KB
==> test: 296/1273 KB
==> test: 296/1273 KB
==> test: 300/1273 KB
==> test: 304/1273 KB
==> test: 304/1273 KB
==> test: 308/1273 KB
==> test: 312/1273 KB
==> test: 312/1273 KB
==> test: 316/1273 KB
==> test: 320/1273 KB
==> test: 320/1273 KB
==> test: 324/1273 KB
==> test: 328/1273 KB
==> test: 328/1273 KB
==> test: 332/1273 KB
==> test: 335/1273 KB
==> test: 336/1273 KB
==> test: 340/1273 KB
==> test: 343/1273 KB
==> test: 344/1273 KB
==> test: 348/1273 KB
==> test: 351/1273 KB
==> test: 352/1273 KB
==> test: 356/1273 KB
==> test: 359/1273 KB
==> test: 360/1273 KB
==> test: 364/1273 KB
==> test: 367/1273 KB
==> test: 368/1273 KB
==> test: 372/1273 KB
==> test: 374/1273 KB
==> test: 376/1273 KB
==> test: 380/1273 KB
==> test: 382/1273 KB
==> test: 384/1273 KB
==> test: 388/1273 KB
==> test: 390/1273 KB
==> test: 392/1273 KB
==> test: 396/1273 KB
==> test: 398/1273 KB
==> test: 400/1273 KB
==> test: 404/1273 KB
==> test: 406/1273 KB
==> test: 408/1273 KB
==> test: 412/1273 KB
==> test: 413/1273 KB
==> test: 416/1273 KB
==> test: 420/1273 KB
==> test: 421/1273 KB
==> test: 424/1273 KB
==> test: 428/1273 KB
==> test: 429/1273 KB
==> test: 432/1273 KB
==> test: 436/1273 KB
==> test: 437/1273 KB
==> test: 440/1273 KB
==> test: 444/1273 KB
==> test: 445/1273 KB
==> test: 448/1273 KB
==> test: 452/1273 KB
==> test: 453/1273 KB
==> test: 456/1273 KB
==> test: 460/1273 KB
==> test: 464/1273 KB
==> test: 464/1273 KB
==> test: 468/1273 KB
==> test: 472/1273 KB
==> test: 472/1273 KB
==> test: 476/1273 KB
==> test: 480/1273 KB
==> test: 480/1273 KB
==> test: 484/1273 KB
==> test: 488/1273 KB
==> test: 488/1273 KB
==> test: 492/1273 KB
==> test: 496/1273 KB
==> test: 496/1273 KB
==> test: 499/1273 KB
==> test: 503/1273 KB
==> test: 504/1273 KB
==> test: 507/1273 KB
==> test: 511/1273 KB
==> test: 512/1273 KB
==> test: 515/1273 KB
==> test: 519/1273 KB
==> test: 520/1273 KB
==> test: 523/1273 KB
==> test: 527/1273 KB
==> test: 528/1273 KB
==> test: 531/1273 KB
==> test: 535/1273 KB
==> test: 536/1273 KB
==> test: 538/1273 KB
==> test: 542/1273 KB
==> test: 544/1273 KB
==> test: 546/1273 KB
==> test: 550/1273 KB
==> test: 552/1273 KB
==> test: 554/1273 KB
==> test: 558/1273 KB
==> test: 560/1273 KB
==> test: 562/1273 KB
==> test: 566/1273 KB
==> test: 568/1273 KB
==> test: 570/1273 KB
==> test: 574/1273 KB
==> test: 576/1273 KB
==> test: 578/1273 KB
==> test: 582/1273 KB
==> test: 584/1273 KB
==> test: 585/1273 KB
==> test: 589/1273 KB
==> test: 592/1273 KB
==> test: 593/1273 KB
==> test: 597/1273 KB
==> test: 600/1273 KB
==> test: 601/1273 KB
==> test: 605/1273 KB
==> test: 608/1273 KB
==> test: 609/1273 KB
==> test: 613/1273 KB
==> test: 616/1273 KB
==> test: 617/1273 KB
==> test: 621/1273 KB
==> test: 624/1273 KB
==> test: 624/1273 KB
==> test: 628/1273 KB
==> test: 632/1273 KB
==> test: 632/1273 KB
==> test: 636/1273 KB
==> test: 640/1273 KB
==> test: 640/1273 KB
==> test: 644/1273 KB
==> test: 648/1273 KB
==> test: 648/1273 KB
==> test: 652/1273 KB
==> test: 656/1273 KB
==> test: 656/1273 KB
==> test: 660/1273 KB
==> test: 663/1273 KB
==> test: 664/1273 KB
==> test: 668/1273 KB
==> test: 671/1273 KB
==> test: 672/1273 KB
==> test: 676/1273 KB
==> test: 679/1273 KB
==> test: 680/1273 KB
==> test: 684/1273 KB
==> test: 687/1273 KB
==> test: 688/1273 KB
==> test: 692/1273 KB
==> test: 695/1273 KB
==> test: 696/1273 KB
==> test: 700/1273 KB
==> test: 703/1273 KB
==> test: 704/1273 KB
==> test: 708/1273 KB
==> test: 710/1273 KB
==> test: 712/1273 KB
==> test: 716/1273 KB
==> test: 718/1273 KB
==> test: 720/1273 KB
==> test: 724/1273 KB
==> test: 726/1273 KB
==> test: 728/1273 KB
==> test: 732/1273 KB
==> test: 734/1273 KB
==> test: 736/1273 KB
==> test: 740/1273 KB
==> test: 742/1273 KB
==> test: 744/1273 KB
==> test: 748/1273 KB
==> test: 749/1273 KB
==> test: 752/1273 KB
==> test: 756/1273 KB
==> test: 757/1273 KB
==> test: 760/1273 KB
==> test: 764/1273 KB
==> test: 765/1273 KB
==> test: 768/1273 KB
==> test: 772/1273 KB
==> test: 773/1273 KB
==> test: 776/1273 KB
==> test: 780/1273 KB
==> test: 781/1273 KB
==> test: 784/1273 KB
==> test: 788/1273 KB
==> test: 792/1273 KB
==> test: 796/1273 KB
==> test: 800/1273 KB
==> test: 800/1273 KB
==> test: 804/1273 KB
==> test: 808/1273 KB
==> test: 808/1273 KB
==> test: 812/1273 KB
==> test: 816/1273 KB
==> test: 816/1273 KB
==> test: 820/1273 KB
==> test: 824/1273 KB
==> test: 824/1273 KB
==> test: 828/1273 KB
==> test: 832/1273 KB
==> test: 832/1273 KB
==> test: 835/1273 KB
==> test: 839/1273 KB
==> test: 840/1273 KB
==> test: 843/1273 KB
==> test: 847/1273 KB
==> test: 848/1273 KB
==> test: 851/1273 KB
==> test: 855/1273 KB
==> test: 856/1273 KB
==> test: 859/1273 KB
==> test: 863/1273 KB
==> test: 864/1273 KB
==> test: 867/1273 KB
==> test: 871/1273 KB
==> test: 872/1273 KB
==> test: 874/1273 KB
==> test: 878/1273 KB
==> test: 880/1273 KB
==> test: 882/1273 KB
==> test: 886/1273 KB
==> test: 888/1273 KB
==> test: 890/1273 KB
==> test: 894/1273 KB
==> test: 896/1273 KB
==> test: 898/1273 KB
==> test: 902/1273 KB
==> test: 904/1273 KB
==> test: 906/1273 KB
==> test: 910/1273 KB
==> test: 912/1273 KB
==> test: 913/1273 KB
==> test: 917/1273 KB
==> test: 920/1273 KB
==> test: 921/1273 KB
==> test: 925/1273 KB
==> test: 928/1273 KB
==> test: 929/1273 KB
==> test: 933/1273 KB
==> test: 936/1273 KB
==> test: 937/1273 KB
==> test: 941/1273 KB
==> test: 944/1273 KB
==> test: 945/1273 KB
==> test: 949/1273 KB
==> test: 952/1273 KB
==> test: 953/1273 KB
==> test: 957/1273 KB
==> test: 960/1273 KB
==> test: 960/1273 KB
==> test: 964/1273 KB
==> test: 968/1273 KB
==> test: 968/1273 KB
==> test: 972/1273 KB
==> test: 976/1273 KB
==> test: 976/1273 KB
==> test: 980/1273 KB
==> test: 984/1273 KB
==> test: 984/1273 KB
==> test: 988/1273 KB
==> test: 992/1273 KB
==> test: 992/1273 KB
==> test: 996/1273 KB
==> test: 999/1273 KB
==> test: 1000/1273 KB
==> test: 1004/1273 KB
==> test: 1007/1273 KB
==> test: 1008/1273 KB
==> test: 1012/1273 KB
==> test: 1015/1273 KB
==> test: 1016/1273 KB
==> test: 1020/1273 KB
==> test: 1023/1273 KB
==> test: 1024/1273 KB
==> test: 1028/1273 KB
==> test: 1031/1273 KB
==> test: 1032/1273 KB
==> test: 1036/1273 KB
==> test: 1038/1273 KB
==> test: 1040/1273 KB
==> test: 1044/1273 KB
==> test: 1046/1273 KB
==> test: 1048/1273 KB
==> test: 1052/1273 KB
==> test: 1054/1273 KB
==> test: 1056/1273 KB
==> test: 1060/1273 KB
==> test: 1062/1273 KB
==> test: 1064/1273 KB
==> test: 1068/1273 KB
==> test: 1070/1273 KB
==> test: 1072/1273 KB
==> test: 1076/1273 KB
==> test: 1078/1273 KB
==> test: 1080/1273 KB
==> test: 1084/1273 KB
==> test: 1085/1273 KB
==> test: 1088/1273 KB
==> test: 1092/1273 KB
==> test: 1093/1273 KB
==> test: 1096/1273 KB
==> test: 1100/1273 KB
==> test: 1101/1273 KB
==> test: 1104/1273 KB
==> test: 1108/1273 KB
==> test: 1109/1273 KB
==> test: 1112/1273 KB
==> test: 1116/1273 KB
==> test: 1117/1273 KB
==> test: 1120/1273 KB
==> test: 1124/1273 KB
==> test: 1128/1273 KB
==> test: 1128/1273 KB
==> test: 1132/1273 KB
==> test: 1136/1273 KB
==> test: 1136/1273 KB
==> test: 1140/1273 KB
==> test: 1144/1273 KB
==> test: 1144/1273 KB
==> test: 1148/1273 KB
==> test: 1152/1273 KB
==> test: 1152/1273 KB
==> test: 1156/1273 KB
==> test: 1160/1273 KB
==> test: 1160/1273 KB
==> test: 1163/1273 KB
==> test: 1167/1273 KB
==> test: 1168/1273 KB
==> test: 1171/1273 KB
==> test: 1175/1273 KB
==> test: 1176/1273 KB
==> test: 1179/1273 KB
==> test: 1183/1273 KB
==> test: 1184/1273 KB
==> test: 1187/1273 KB
==> test: 1191/1273 KB
==> test: 1192/1273 KB
==> test: 1195/1273 KB
==> test: 1199/1273 KB
==> test: 1200/1273 KB
==> test: 1203/1273 KB
==> test: 1207/1273 KB
==> test: 1208/1273 KB
==> test: 1210/1273 KB
==> test: 1214/1273 KB
==> test: 1216/1273 KB
==> test: 1218/1273 KB
==> test: 1222/1273 KB
==> test: 1224/1273 KB
==> test: 1226/1273 KB
==> test: 1230/1273 KB
==> test: 1232/1273 KB
==> test: 1234/1273 KB
==> test: 1238/1273 KB
==> test: 1240/1273 KB
==> test: 1242/1273 KB
==> test: 1246/1273 KB
==> test: 1248/1273 KB
==> test: 1249/1273 KB
==> test: 1253/1273 KB
==> test: 1256/1273 KB
==> test: 1257/1273 KB
==> test: 1261/1273 KB
==> test: 1264/1273 KB
==> test: 1265/1273 KB
==> test: 1269/1273 KB
==> test: 1272/1273 KB
==> test: 1273/1273 KB
==> test: 1273/1273 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/netty/netty/3.9.2.Final/netty-3.9.2.Final.jar (1273 KB at 636.7 KB/sec)
==> test: 3/3 KB
==> test: 4/29 KB 3/3 KB 4/576 KB
==> test: 8/29 KB 3/3 KB 4/576 KB
==> test: 8/29 KB 3/3 KB 4/576 KB
==> test: 3/3 KB 4/576 KB
==> test: 8/29 KB 4/923 KB 3/3 KB 8/576 KB
==> test: 8/29 KB 4/923 KB 3/3 KB 8/576 KB
==> test: 8/29 KB 4/923 KB 3/3 KB 4/576 KB
==> test: 8/29 KB 8/923 KB 3/3 KB 8/576 KB
==> test: 8/29 KB 8/923 KB 3/3 KB 8/576 KB
==> test: 12/29 KB 8/923 KB 3/3 KB 8/576 KB
==> test: 16/29 KB 8/923 KB 3/3 KB 8/576 KB
16/29 KB 8/923 KB 3/3 KB 8/576 KB
20/29 KB 8/923 KB 3/3 KB 8/576 KB
24/29 KB 8/923 KB 3/3 KB 8/576 KB
24/29 KB 8/923 KB 3/3 KB 8/576 KB
==> test: 24/29 KB 8/923 KB 3/3 KB 12/576 KB
==> test: 24/29 KB 12/923 KB 3/3 KB 16/576 KB
==> test: 24/29 KB 12/923 KB 3/3 KB 16/576 KB
==> test: 24/29 KB 12/923 KB 3/3 KB 12/576 KB
24/29 KB 16/923 KB 3/3 KB 16/576 KB
24/29 KB 16/923 KB 3/3 KB 16/576 KB
24/29 KB 20/923 KB 3/3 KB 16/576 KB
24/29 KB 24/923 KB 3/3 KB 16/576 KB
24/29 KB 24/923 KB 3/3 KB 16/576 KB
==> test: 24/29 KB 24/923 KB 3/3 KB 20/576 KB
==> test: 24/29 KB 24/923 KB 3/3 KB 24/576 KB
==> test: 24/29 KB 24/923 KB 3/3 KB 24/576 KB
==> test: 28/29 KB 24/923 KB 3/3 KB 24/576 KB
29/29 KB 24/923 KB 3/3 KB 24/576 KB
==> test: 29/29 KB 28/923 KB 3/3 KB 24/576 KB
29/29 KB 31/923 KB 3/3 KB 24/576 KB
29/29 KB 32/923 KB 3/3 KB 24/576 KB
29/29 KB 36/923 KB 3/3 KB 24/576 KB
29/29 KB 40/923 KB 3/3 KB 24/576 KB
29/29 KB 40/923 KB 3/3 KB 24/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 28/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 32/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 32/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 32/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 32/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 36/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 40/576 KB
==> test: 29/29 KB 40/923 KB 3/3 KB 40/576 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 0.4 KB/sec)
==> test: 29/29 KB 44/923 KB 40/576 KB
29/29 KB 48/923 KB 40/576 KB
29/29 KB 48/923 KB 40/576 KB
29/29 KB 52/923 KB 40/576 KB
29/29 KB 56/923 KB 40/576 KB
29/29 KB 56/923 KB 40/576 KB
==> test: 29/29 KB 56/923 KB 44/576 KB
==> test: 29/29 KB 56/923 KB 48/576 KB
==> test: 29/29 KB 56/923 KB 48/576 KB
==> test: 29/29 KB 56/923 KB 52/576 KB
==> test: 29/29 KB 56/923 KB 56/576 KB
==> test: 29/29 KB 56/923 KB 56/576 KB
==> test: 29/29 KB 56/923 KB 60/576 KB
29/29 KB 56/923 KB 64/576 KB
29/29 KB 56/923 KB 64/576 KB
==> test: 29/29 KB 60/923 KB 64/576 KB
29/29 KB 64/923 KB 64/576 KB
29/29 KB 64/923 KB 64/576 KB
==> test: 29/29 KB 64/923 KB 68/576 KB
==> test: 29/29 KB 64/923 KB 72/576 KB
==> test: 29/29 KB 64/923 KB 72/576 KB
==> test: 29/29 KB 68/923 KB 72/576 KB
==> test: 29/29 KB 72/923 KB 72/576 KB
==> test: 29/29 KB 72/923 KB 72/576 KB
29/29 KB 76/923 KB 72/576 KB
29/29 KB 80/923 KB 72/576 KB
29/29 KB 80/923 KB 72/576 KB
29/29 KB 84/923 KB 72/576 KB
29/29 KB 88/923 KB 72/576 KB
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 KB at 4.8 KB/sec)
==> test: 88/923 KB 76/576 KB
==> test: 88/923 KB 80/576 KB
==> test: 88/923 KB 80/576 KB
==> test: 88/923 KB 84/576 KB
==> test: 88/923 KB 88/576 KB
==> test: 88/923 KB 88/576 KB
==> test: 88/923 KB 88/576 KB
==> test: 88/923 KB 92/576 KB
==> test: 88/923 KB 96/576 KB
==> test: 88/923 KB 96/576 KB
==> test: 88/923 KB 100/576 KB
==> test: 92/923 KB 100/576 KB
96/923 KB 100/576 KB
96/923 KB 100/576 KB
==> test: 96/923 KB 104/576 KB
==> test: 96/923 KB 104/576 KB
==> test: 100/923 KB 104/576 KB
==> test: 104/923 KB 104/576 KB
==> test: 104/923 KB 104/576 KB
==> test: 108/923 KB 104/576 KB
==> test: 112/923 KB 108/576 KB
==> test: 112/923 KB 108/576 KB
==> test: 116/923 KB 108/576 KB
120/923 KB 108/576 KB
120/923 KB 108/576 KB
108/923 KB 108/576 KB
120/923 KB 112/576 KB
120/923 KB 112/576 KB
120/923 KB 116/576 KB
120/923 KB 120/576 KB
120/923 KB 120/576 KB
==> test: 120/923 KB 124/576 KB
==> test: 120/923 KB 128/576 KB
==> test: 120/923 KB 128/576 KB
==> test: 124/923 KB 128/576 KB
128/923 KB 128/576 KB
128/923 KB 128/576 KB
132/923 KB 128/576 KB
136/923 KB 128/576 KB
136/923 KB 128/576 KB
140/923 KB 128/576 KB
144/923 KB 128/576 KB
144/923 KB 128/576 KB
==> test: 144/923 KB 132/576 KB
==> test: 144/923 KB 136/576 KB
==> test: 144/923 KB 136/576 KB
==> test: 144/923 KB 140/576 KB
==> test: 144/923 KB 144/576 KB
==> test: 144/923 KB 144/576 KB
==> test: 148/923 KB 144/576 KB
==> test: 152/923 KB 148/576 KB
==> test: 152/923 KB 148/576 KB
156/923 KB 148/576 KB
160/923 KB 148/576 KB
160/923 KB 148/576 KB
148/923 KB 148/576 KB
160/923 KB 152/576 KB
160/923 KB 152/576 KB
160/923 KB 156/576 KB
160/923 KB 160/576 KB
160/923 KB 160/576 KB
==> test: 160/923 KB 164/576 KB
160/923 KB 168/576 KB
160/923 KB 168/576 KB
160/923 KB 172/576 KB
160/923 KB 176/576 KB
160/923 KB 176/576 KB
==> test: 164/923 KB 176/576 KB
168/923 KB 176/576 KB
==> test: 168/923 KB 176/576 KB
==> test: 172/923 KB 176/576 KB
==> test: 176/923 KB 176/576 KB
==> test: 176/923 KB 176/576 KB
==> test: 176/923 KB 180/576 KB
176/923 KB 184/576 KB
176/923 KB 184/576 KB
176/923 KB 188/576 KB
176/923 KB 192/576 KB
176/923 KB 192/576 KB
176/923 KB 196/576 KB
176/923 KB 200/576 KB
==> test: 176/923 KB 200/576 KB
==> test: 180/923 KB 200/576 KB
==> test: 184/923 KB 200/576 KB
==> test: 184/923 KB 200/576 KB
==> test: 188/923 KB 200/576 KB
==> test: 192/923 KB 200/576 KB
==> test: 192/923 KB 200/576 KB
==> test: 196/923 KB 200/576 KB
==> test: 200/923 KB 200/576 KB
==> test: 200/923 KB 200/576 KB
==> test: 200/923 KB 204/576 KB
200/923 KB 208/576 KB
200/923 KB 208/576 KB
==> test: 200/923 KB 212/576 KB
200/923 KB 216/576 KB
200/923 KB 216/576 KB
200/923 KB 220/576 KB
200/923 KB 224/576 KB
200/923 KB 224/576 KB
==> test: 204/923 KB 224/576 KB
==> test: 208/923 KB 224/576 KB
==> test: 208/923 KB 224/576 KB
==> test: 212/923 KB 224/576 KB
==> test: 216/923 KB 224/576 KB
==> test: 216/923 KB 224/576 KB
==> test: 220/923 KB 224/576 KB
==> test: 224/923 KB 224/576 KB
==> test: 224/923 KB 224/576 KB
==> test: 224/923 KB 228/576 KB
224/923 KB 232/576 KB
224/923 KB 232/576 KB
224/923 KB 236/576 KB
224/923 KB 240/576 KB
224/923 KB 240/576 KB
224/923 KB 244/576 KB
224/923 KB 248/576 KB
==> test: 228/923 KB 248/576 KB
==> test: 232/923 KB 248/576 KB
==> test: 232/923 KB 248/576 KB
==> test: 236/923 KB 248/576 KB
==> test: 239/923 KB 248/576 KB
==> test: 240/923 KB 248/576 KB
==> test: 244/923 KB 248/576 KB
==> test: 247/923 KB 248/576 KB
==> test: 248/923 KB 248/576 KB
==> test: 248/923 KB 248/576 KB
==> test: 252/923 KB 248/576 KB
==> test: 255/923 KB 248/576 KB
==> test: 256/923 KB 248/576 KB
==> test: 260/923 KB 248/576 KB
==> test: 263/923 KB 252/576 KB
==> test: 264/923 KB 252/576 KB
==> test: 268/923 KB 252/576 KB
==> test: 260/923 KB 252/576 KB
268/923 KB 256/576 KB
268/923 KB 256/576 KB
268/923 KB 260/576 KB
268/923 KB 264/576 KB
268/923 KB 264/576 KB
==> test: 271/923 KB 264/576 KB
==> test: 272/923 KB 264/576 KB
==> test: 276/923 KB 264/576 KB
==> test: 278/923 KB 264/576 KB
==> test: 280/923 KB 268/576 KB
==> test: 284/923 KB 268/576 KB
==> test: 286/923 KB 268/576 KB
==> test: 278/923 KB 268/576 KB
==> test: 286/923 KB 271/576 KB
==> test: 286/923 KB 272/576 KB
==> test: 286/923 KB 276/576 KB
==> test: 286/923 KB 279/576 KB
==> test: 288/923 KB 280/576 KB
==> test: 288/923 KB 284/576 KB
==> test: 288/923 KB 287/576 KB
288/923 KB 288/576 KB
288/923 KB 292/576 KB
288/923 KB 295/576 KB
==> test: 288/923 KB 279/576 KB
==> test: 292/923 KB 295/576 KB
294/923 KB 295/576 KB
296/923 KB 295/576 KB
300/923 KB 295/576 KB
302/923 KB 295/576 KB
304/923 KB 295/576 KB
308/923 KB 295/576 KB
310/923 KB 295/576 KB
312/923 KB 295/576 KB
316/923 KB 295/576 KB
317/923 KB 295/576 KB
320/923 KB 295/576 KB
==> test: 320/923 KB 296/576 KB
==> test: 320/923 KB 300/576 KB
==> test: 320/923 KB 303/576 KB
==> test: 320/923 KB 304/576 KB
==> test: 320/923 KB 308/576 KB
==> test: 320/923 KB 310/576 KB
==> test: 320/923 KB 312/576 KB
==> test: 320/923 KB 316/576 KB
==> test: 320/923 KB 318/576 KB
==> test: 320/923 KB 320/576 KB
==> test: 324/923 KB 320/576 KB
==> test: 325/923 KB 324/576 KB
==> test: 328/923 KB 324/576 KB
==> test: 332/923 KB 324/576 KB
==> test: 333/923 KB 324/576 KB
==> test: 336/923 KB 324/576 KB
==> test: 340/923 KB 324/576 KB
==> test: 341/923 KB 324/576 KB
==> test: 344/923 KB 324/576 KB
==> test: 324/923 KB 324/576 KB
==> test: 344/923 KB 326/576 KB
344/923 KB 328/576 KB
344/923 KB 332/576 KB
344/923 KB 334/576 KB
344/923 KB 336/576 KB
344/923 KB 340/576 KB
344/923 KB 342/576 KB
==> test: 344/923 KB 344/576 KB
==> test: 348/923 KB 344/576 KB
349/923 KB 344/576 KB
352/923 KB 344/576 KB
356/923 KB 344/576 KB
357/923 KB 344/576 KB
360/923 KB 344/576 KB
==> test: 360/923 KB 348/576 KB
==> test: 360/923 KB 349/576 KB
==> test: 360/923 KB 352/576 KB
==> test: 360/923 KB 356/576 KB
==> test: 360/923 KB 357/576 KB
==> test: 360/923 KB 360/576 KB
==> test: 364/923 KB 360/576 KB
368/923 KB 360/576 KB
368/923 KB 360/576 KB
==> test: 368/923 KB 364/576 KB
==> test: 368/923 KB 365/576 KB
==> test: 368/923 KB 368/576 KB
==> test: 368/923 KB 372/576 KB
==> test: 368/923 KB 373/576 KB
==> test: 372/923 KB 373/576 KB
376/923 KB 373/576 KB
376/923 KB 373/576 KB
380/923 KB 373/576 KB
==> test: 384/923 KB 373/576 KB
==> test: 384/923 KB 373/576 KB
==> test: 388/923 KB 373/576 KB
==> test: 392/923 KB 376/576 KB
==> test: 392/923 KB 376/576 KB
==> test: 388/923 KB 376/576 KB
==> test: 392/923 KB 380/576 KB
==> test: 392/923 KB 381/576 KB
==> test: 392/923 KB 384/576 KB
==> test: 392/923 KB 388/576 KB
==> test: 392/923 KB 389/576 KB
==> test: 392/923 KB 392/576 KB
==> test: 392/923 KB 396/576 KB
==> test: 396/923 KB 400/576 KB
==> test: 396/923 KB 396/576 KB
400/923 KB 400/576 KB
400/923 KB 400/576 KB
403/923 KB 400/576 KB
407/923 KB 400/576 KB
408/923 KB 400/576 KB
411/923 KB 400/576 KB
415/923 KB 400/576 KB
416/923 KB 400/576 KB
419/923 KB 400/576 KB
==> test: 419/923 KB 400/576 KB
==> test: 419/923 KB 404/576 KB
==> test: 419/923 KB 408/576 KB
==> test: 419/923 KB 408/576 KB
==> test: 419/923 KB 412/576 KB
==> test: 419/923 KB 416/576 KB
==> test: 419/923 KB 416/576 KB
==> test: 419/923 KB 420/576 KB
==> test: 419/923 KB 424/576 KB
==> test: 419/923 KB 424/576 KB
==> test: 419/923 KB 428/576 KB
==> test: 419/923 KB 432/576 KB
==> test: 419/923 KB 432/576 KB
==> test: 423/923 KB 432/576 KB
424/923 KB 432/576 KB
427/923 KB 432/576 KB
==> test: 427/923 KB 435/576 KB
==> test: 427/923 KB 439/576 KB
==> test: 427/923 KB 440/576 KB
==> test: 427/923 KB 443/576 KB
==> test: 427/923 KB 447/576 KB
==> test: 427/923 KB 448/576 KB
==> test: 431/923 KB 448/576 KB
432/923 KB 448/576 KB
435/923 KB 448/576 KB
439/923 KB 448/576 KB
440/923 KB 448/576 KB
442/923 KB 448/576 KB
==> test: 442/923 KB 451/576 KB
==> test: 446/923 KB 455/576 KB
==> test: 446/923 KB 451/576 KB
448/923 KB 455/576 KB
450/923 KB 455/576 KB
454/923 KB 455/576 KB
456/923 KB 455/576 KB
458/923 KB 455/576 KB
462/923 KB 455/576 KB
464/923 KB 455/576 KB
466/923 KB 455/576 KB
470/923 KB 455/576 KB
472/923 KB 455/576 KB
474/923 KB 455/576 KB
==> test: 474/923 KB 456/576 KB
==> test: 474/923 KB 459/576 KB
==> test: 474/923 KB 463/576 KB
==> test: 474/923 KB 464/576 KB
==> test: 474/923 KB 467/576 KB
==> test: 474/923 KB 471/576 KB
==> test: 474/923 KB 472/576 KB
==> test: 474/923 KB 474/576 KB
==> test: 478/923 KB 474/576 KB
==> test: 480/923 KB 478/576 KB
==> test: 482/923 KB 478/576 KB
==> test: 486/923 KB 478/576 KB
==> test: 478/923 KB 478/576 KB
==> test: 486/923 KB 480/576 KB
==> test: 486/923 KB 482/576 KB
==> test: 486/923 KB 486/576 KB
==> test: 486/923 KB 488/576 KB
==> test: 488/923 KB 490/576 KB
==> test: 488/923 KB 494/576 KB
==> test: 488/923 KB 488/576 KB
489/923 KB 494/576 KB
493/923 KB 494/576 KB
496/923 KB 494/576 KB
497/923 KB 494/576 KB
==> test: 497/923 KB 496/576 KB
==> test: 497/923 KB 498/576 KB
==> test: 497/923 KB 502/576 KB
==> test: 497/923 KB 504/576 KB
==> test: 501/923 KB 504/576 KB
==> test: 504/923 KB 504/576 KB
==> test: 505/923 KB 504/576 KB
==> test: 509/923 KB 504/576 KB
512/923 KB 504/576 KB
513/923 KB 504/576 KB
517/923 KB 504/576 KB
520/923 KB 504/576 KB
521/923 KB 504/576 KB
525/923 KB 504/576 KB
528/923 KB 504/576 KB
528/923 KB 504/576 KB
==> test: 528/923 KB 506/576 KB
528/923 KB 510/576 KB
528/923 KB 512/576 KB
528/923 KB 514/576 KB
528/923 KB 518/576 KB
528/923 KB 520/576 KB
528/923 KB 521/576 KB
528/923 KB 525/576 KB
528/923 KB 528/576 KB
528/923 KB 529/576 KB
==> test: 528/923 KB 533/576 KB
==> test: 532/923 KB 533/576 KB
==> test: 536/923 KB 533/576 KB
==> test: 536/923 KB 533/576 KB
==> test: 540/923 KB 533/576 KB
==> test: 544/923 KB 536/576 KB
==> test: 544/923 KB 536/576 KB
==> test: 548/923 KB 536/576 KB
==> test: 552/923 KB 536/576 KB
==> test: 552/923 KB 536/576 KB
==> test: 540/923 KB 536/576 KB
552/923 KB 537/576 KB
552/923 KB 541/576 KB
552/923 KB 544/576 KB
552/923 KB 545/576 KB
552/923 KB 549/576 KB
552/923 KB 552/576 KB
552/923 KB 553/576 KB
552/923 KB 557/576 KB
552/923 KB 560/576 KB
552/923 KB 560/576 KB
==> test: 556/923 KB 560/576 KB
==> test: 560/923 KB 560/576 KB
560/923 KB 560/576 KB
==> test: 560/923 KB 564/576 KB
==> test: 560/923 KB 568/576 KB
==> test: 560/923 KB 568/576 KB
==> test: 560/923 KB 572/576 KB
==> test: 560/923 KB 576/576 KB
==> test: 564/923 KB 576/576 KB
567/923 KB 576/576 KB
568/923 KB 576/576 KB
572/923 KB 576/576 KB
575/923 KB 576/576 KB
576/923 KB 576/576 KB
==> test: 580/923 KB 576/576 KB
==> test: 583/923 KB 576/576 KB
==> test: 584/923 KB 576/576 KB
==> test: 588/923 KB 576/576 KB
==> test: 591/923 KB 576/576 KB
==> test: 592/923 KB 576/576 KB
==> test: 596/923 KB 576/576 KB
==> test: 599/923 KB 576/576 KB
==> test: 600/923 KB 576/576 KB
==> test: 604/923 KB 576/576 KB
==> test: 607/923 KB 576/576 KB
==> test: 608/923 KB 576/576 KB
==> test: 612/923 KB 576/576 KB
==> test: 614/923 KB 576/576 KB
==> test: 616/923 KB 576/576 KB
==> test: 620/923 KB 576/576 KB
==> test: 622/923 KB 576/576 KB
==> test: 624/923 KB 576/576 KB
==> test: 628/923 KB 576/576 KB
==> test: 630/923 KB 576/576 KB
==> test: 632/923 KB 576/576 KB
==> test: 636/923 KB 576/576 KB
==> test: 638/923 KB 576/576 KB
==> test: 640/923 KB 576/576 KB
==> test: 644/923 KB 576/576 KB
==> test: 646/923 KB 576/576 KB
==> test: 648/923 KB 576/576 KB
==> test: 652/923 KB 576/576 KB
==> test: 653/923 KB 576/576 KB
==> test: 656/923 KB 576/576 KB
==> test: 660/923 KB 576/576 KB
==> test: 661/923 KB 576/576 KB
==> test: 664/923 KB 576/576 KB
==> test: 668/923 KB 576/576 KB
==> test: 669/923 KB 576/576 KB
==> test: 672/923 KB 576/576 KB
==> test: 676/923 KB 576/576 KB
==> test: 677/923 KB 576/576 KB
==> test: 680/923 KB 576/576 KB
==> test: 684/923 KB 576/576 KB
==> test: 685/923 KB 576/576 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.jar (576 KB at 74.3 KB/sec)
==> test: 688/923 KB
==> test: 692/923 KB
==> test: 696/923 KB
==> test: 700/923 KB
==> test: 704/923 KB
==> test: 704/923 KB
==> test: 708/923 KB
==> test: 712/923 KB
==> test: 712/923 KB
==> test: 716/923 KB
==> test: 720/923 KB
==> test: 720/923 KB
==> test: 724/923 KB
==> test: 728/923 KB
==> test: 728/923 KB
==> test: 732/923 KB
==> test: 736/923 KB
==> test: 736/923 KB
==> test: 739/923 KB
==> test: 743/923 KB
==> test: 744/923 KB
==> test: 747/923 KB
==> test: 751/923 KB
==> test: 752/923 KB
==> test: 755/923 KB
==> test: 759/923 KB
==> test: 760/923 KB
==> test: 763/923 KB
==> test: 767/923 KB
==> test: 768/923 KB
==> test: 771/923 KB
==> test: 775/923 KB
==> test: 776/923 KB
==> test: 778/923 KB
==> test: 782/923 KB
==> test: 784/923 KB
==> test: 786/923 KB
==> test: 790/923 KB
==> test: 792/923 KB
==> test: 794/923 KB
==> test: 798/923 KB
==> test: 800/923 KB
==> test: 802/923 KB
==> test: 806/923 KB
==> test: 808/923 KB
==> test: 810/923 KB
==> test: 814/923 KB
==> test: 816/923 KB
==> test: 817/923 KB
==> test: 821/923 KB
==> test: 824/923 KB
==> test: 825/923 KB
==> test: 829/923 KB
==> test: 832/923 KB
==> test: 833/923 KB
==> test: 837/923 KB
==> test: 840/923 KB
==> test: 841/923 KB
==> test: 845/923 KB
==> test: 848/923 KB
==> test: 849/923 KB
==> test: 853/923 KB
==> test: 856/923 KB
==> test: 857/923 KB
==> test: 861/923 KB
==> test: 864/923 KB
==> test: 864/923 KB
==> test: 868/923 KB
==> test: 872/923 KB
==> test: 872/923 KB
876/923 KB
880/923 KB
880/923 KB
884/923 KB
888/923 KB
888/923 KB
==> test: 892/923 KB
==> test: 896/923 KB
==> test: 896/923 KB
==> test: 900/923 KB
==> test: 903/923 KB
==> test: 904/923 KB
==> test: 908/923 KB
==> test: 911/923 KB
==> test: 912/923 KB
==> test: 916/923 KB
==> test: 919/923 KB
==> test: 920/923 KB
==> test: 923/923 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/HorizonCore/0.0.10/HorizonCore-0.0.10.jar (923 KB at 109.3 KB/sec)
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-clean-plugin:2.5:clean (default-clean) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Deleting /singularity/SingularityMesosClient/target
==> test: [INFO]
==> test: [INFO]
==> test: --- property-helper-maven-plugin:2.0:get (get-build-id) @ SingularityMesosClient ---
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-enforcer-plugin:1.3.1:enforce (default) @ SingularityMesosClient ---
==> test: [INFO]
==> test: [INFO]
==> test: --- git-commit-id-plugin:2.1.10:revision (default) @ SingularityMesosClient ---
==> test: [info] dotGitDirectory /singularity/.git
==> test: [info] git.build.user.name "Brent Fisher"
==> test: [info] git.build.user.email "brent.fisher@fmr.com"
==> test: [info] git.branch master
==> test: [info] git.commit.id.describe Singularity-0.3.9-355-g0f9fe21-dirty
==> test: [info] git.commit.id 0f9fe21fc136a0cf5e1221755d16263b4a761889
==> test: [info] git.commit.id.abbrev 0f9fe21fc1
==> test: [info] git.commit.user.name "Brent Fisher"
==> test: [info] git.commit.user.email "brent.fisher@fmr.com"
==> test: [info] git.commit.message.full "Because the vagrant vm is running maven to start up Singularity, it needs the Fidelity settings.xml file. this fix adds in the fidelity settings.xml file. Perhaps in the future it would be better to try and copy the developers settings.xml file, rather than check this one in."
==> test: [info] git.commit.message.short "Because the vagrant vm is running maven to start up Singularity, it needs the Fidelity settings.xml file. this fix adds in the fidelity settings.xml file. Perhaps in the future it would be better to try and copy the developers settings.xml file, rather than check this one in."
==> test: [info] git.commit.time "2014-11-24 09:38:53 -0700"
==> test: [info] git.remote.origin.url https://github.com/pescadorbob/Singularity.git
==> test: [info] git.build.time 2014-12-16T21:42:31+0000
==> test: [info] git.commit.id.describe-short Singularity-0.3.9-355-dirty
==> test: [info] found property git.commit.id.describe
==> test: [info] found property git.build.user.name
==> test: [info] found property git.remote.origin.url
==> test: [info] found property git.commit.message.full
==> test: [info] found property git.commit.message.short
==> test: [info] found property git.commit.user.email
==> test: [info] found property git.commit.id.describe-short
==> test: [info] found property git.commit.id
==> test: [info] found property git.commit.user.name
==> test: [info] found property git.branch
==> test: [info] found property git.commit.time
==> test: [info] found property git.build.time
==> test: [info] found property git.build.user.email
==> test: [info] found property git.commit.id.abbrev
==> test: [info] Singularity ] project Singularity
==> test: [info] SingularityBase ] project SingularityBase
==> test: [info] SingularityMesosClient ] project SingularityMesosClient
==> test: [info] SingularityService ] project SingularityService
==> test: [info] SingularityRunnerBase ] project SingularityRunnerBase
==> test: [info] SingularityS3Base ] project SingularityS3Base
==> test: [info] SingularityClient ] project SingularityClient
==> test: [info] SingularityExecutor ] project SingularityExecutor
==> test: [info] SingularityExecutorCleanup ] project SingularityExecutorCleanup
==> test: [info] SingularityLogWatcher ] project SingularityLogWatcher
==> test: [info] SingularityS3Uploader ] project SingularityS3Uploader
==> test: [info] SingularityS3Downloader ] project SingularityS3Downloader
==> test: [info] SingularityOOMKiller ] project SingularityOOMKiller
==> test: [info] EmbedSingularityExample ] project EmbedSingularityExample
==> test: [INFO]
==> test: [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ SingularityMesosClient ---
==> test: [INFO] argLine set to -javaagent:/home/vagrant/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/singularity/SingularityMesosClient/target/jacoco.exec
==> test: [INFO]
==> test: [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Using 'UTF-8' encoding to copy filtered resources.
==> test: [INFO]
==> test: skip non existing resourceDirectory /singularity/SingularityMesosClient/src/main/resources
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-compiler-plugin:3.1:compile (default-compile) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Changes detected - recompiling the module!
==> test: [INFO]
==> test: Compiling 2 source files to /singularity/SingularityMesosClient/target/classes
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-resources-plugin:2.6:testResources (default-testResources) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Using 'UTF-8' encoding to copy filtered resources.
==> test: [INFO]
==> test: skip non existing resourceDirectory /singularity/SingularityMesosClient/src/test/resources
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ SingularityMesosClient ---
==> test: [INFO]
==> test: No sources to compile
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-surefire-plugin:2.17:test (default-test) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Tests are skipped.
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-jar-plugin:2.5:jar (default-jar) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Building jar: /singularity/SingularityMesosClient/target/SingularityMesosClient-0.4.0-SNAPSHOT.jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-jar-plugin:2.5:test-jar (attach-tests) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Skipping packaging of the test-jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ SingularityMesosClient ---
==> test: [INFO]
==> test: Building jar: /singularity/SingularityMesosClient/target/SingularityMesosClient-0.4.0-SNAPSHOT-sources.jar
==> test: [INFO]
==> test: [INFO]
==> test: --- maven-source-plugin:2.3:test-jar-no-fork (attach-sources) @ SingularityMesosClient ---
==> test: [INFO]
==> test: No sources in project. Archive not created.
==> test: [INFO]
==> test:
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: [INFO]
==> test: Building SingularityService 0.4.0-SNAPSHOT
==> test: [INFO]
==> test: ------------------------------------------------------------------------
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-maven-plugin/0.0.16/frontend-maven-plugin-0.0.16.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-maven-plugin/0.0.16/frontend-maven-plugin-0.0.16.pom (5 KB at 8.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-plugins/0.0.16/frontend-plugins-0.0.16.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-plugins/0.0.16/frontend-plugins-0.0.16.pom (3 KB at 4.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-maven-plugin/0.0.16/frontend-maven-plugin-0.0.16.jar
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/github/eirslett/frontend-maven-plugin/0.0.16/frontend-maven-plugin-0.0.16.jar (15 KB at 29.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.pom (7 KB at 7.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom
==> test: 4/26 KB
==> test: 8/26 KB
==> test: 8/26 KB
==> test: 12/26 KB
==> test: 16/26 KB
==> test: 16/26 KB
==> test: 20/26 KB
==> test: 24/26 KB
==> test: 24/26 KB
==> test: 26/26 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/mojo-parent/33/mojo-parent-33.pom (26 KB at 40.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (5 KB at 9.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.jar
==> test: 4/46 KB
==> test: 8/46 KB
==> test: 8/46 KB
==> test: 12/46 KB
==> test: 16/46 KB
==> test: 16/46 KB
==> test: 20/46 KB
==> test: 24/46 KB
==> test: 24/46 KB
==> test: 28/46 KB
==> test: 31/46 KB
==> test: 32/46 KB
==> test: 32/46 KB
==> test: 36/46 KB
==> test: 40/46 KB
==> test: 40/46 KB
==> test: 44/46 KB
==> test: 46/46 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/codehaus/mojo/build-helper-maven-plugin/1.9/build-helper-maven-plugin-1.9.jar (46 KB at 78.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/swagger-maven-plugin/2.3.4-HUBSPOT/swagger-maven-plugin-2.3.4-HUBSPOT.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/swagger-maven-plugin/2.3.4-HUBSPOT/swagger-maven-plugin-2.3.4-HUBSPOT.pom (8 KB at 16.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/swagger-maven-plugin/2.3.4-HUBSPOT/swagger-maven-plugin-2.3.4-HUBSPOT.jar
==> test: 4/98 KB
==> test: 8/98 KB
==> test: 8/98 KB
==> test: 12/98 KB
==> test: 16/98 KB
==> test: 16/98 KB
==> test: 20/98 KB
==> test: 24/98 KB
==> test: 24/98 KB
==> test: 28/98 KB
==> test: 31/98 KB
==> test: 32/98 KB
==> test: 32/98 KB
==> test: 36/98 KB
==> test: 40/98 KB
==> test: 40/98 KB
==> test: 44/98 KB
==> test: 48/98 KB
==> test: 48/98 KB
==> test: 52/98 KB
==> test: 56/98 KB
==> test: 56/98 KB
==> test: 60/98 KB
==> test: 64/98 KB
==> test: 64/98 KB
==> test: 68/98 KB
==> test: 72/98 KB
==> test: 72/98 KB
==> test: 76/98 KB
==> test: 80/98 KB
==> test: 80/98 KB
==> test: 84/98 KB
==> test: 88/98 KB
==> test: 88/98 KB
==> test: 92/98 KB
==> test: 96/98 KB
==> test: 96/98 KB
==> test: 98/98 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/swagger-maven-plugin/2.3.4-HUBSPOT/swagger-maven-plugin-2.3.4-HUBSPOT.jar (98 KB at 164.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.pom (8 KB at 12.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar
==> test: 4/99 KB
==> test: 8/99 KB
==> test: 8/99 KB
12/99 KB
16/99 KB
16/99 KB
20/99 KB
24/99 KB
24/99 KB
28/99 KB
31/99 KB
32/99 KB
36/99 KB
40/99 KB
40/99 KB
44/99 KB
48/99 KB
48/99 KB
52/99 KB
56/99 KB
==> test: 56/99 KB
==> test: 60/99 KB
==> test: 64/99 KB
==> test: 64/99 KB
==> test: 68/99 KB
==> test: 72/99 KB
==> test: 72/99 KB
==> test: 76/99 KB
==> test: 80/99 KB
==> test: 80/99 KB
==> test: 84/99 KB
==> test: 88/99 KB
==> test: 88/99 KB
==> test: 92/99 KB
==> test: 96/99 KB
==> test: 96/99 KB
==> test: 99/99 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/maven/plugins/maven-shade-plugin/2.3/maven-shade-plugin-2.3.jar (99 KB at 169.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/skife/maven/really-executable-jar-maven-plugin/1.3.0/really-executable-jar-maven-plugin-1.3.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/skife/maven/really-executable-jar-maven-plugin/1.3.0/really-executable-jar-maven-plugin-1.3.0.pom (7 KB at 12.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/4/basepom-standard-oss-4.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/4/basepom-standard-oss-4.pom (7 KB at 14.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/4/basepom-standard-4.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/4/basepom-standard-4.pom (23 KB at 46.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/4/basepom-foundation-4.pom
==> test: 4/27 KB
==> test: 8/27 KB
==> test: 8/27 KB
==> test: 12/27 KB
==> test: 16/27 KB
==> test: 16/27 KB
==> test: 20/27 KB
==> test: 24/27 KB
==> test: 24/27 KB
==> test: 27/27 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/4/basepom-foundation-4.pom (27 KB at 55.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/skife/maven/really-executable-jar-maven-plugin/1.3.0/really-executable-jar-maven-plugin-1.3.0.jar
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/skife/maven/really-executable-jar-maven-plugin/1.3.0/really-executable-jar-maven-plugin-1.3.0.jar (12 KB at 24.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-jaxrs-propertyfiltering/0.5.0/jackson-jaxrs-propertyfiltering-0.5.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-jaxrs-propertyfiltering/0.5.0/jackson-jaxrs-propertyfiltering-0.5.0.pom (7 KB at 12.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/jackson-jaxrs-json-provider-2.3.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/jackson-jaxrs-json-provider-2.3.2.pom (4 KB at 6.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.2/jackson-jaxrs-providers-2.3.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.2/jackson-jaxrs-providers-2.3.2.pom (4 KB at 7.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/jackson-jaxrs-base-2.3.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/jackson-jaxrs-base-2.3.2.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/jackson-module-jaxb-annotations-2.3.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/jackson-module-jaxb-annotations-2.3.2.pom (5 KB at 6.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 KB at 21.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/3/jvnet-parent-3.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/3/jvnet-parent-3.pom (5 KB at 8.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.pom
==> test: 845/845 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-core/3.0.2/metrics-core-3.0.2.pom (845 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-parent/3.0.2/metrics-parent-3.0.2.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-parent/3.0.2/metrics-parent-3.0.2.pom (11 KB at 20.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-servlets/3.0.2/metrics-servlets-3.0.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-servlets/3.0.2/metrics-servlets-3.0.2.pom (3 KB at 4.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-healthchecks/3.0.2/metrics-healthchecks-3.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-healthchecks/3.0.2/metrics-healthchecks-3.0.2.pom (2 KB at 2.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-json/3.0.2/metrics-json-3.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-json/3.0.2/metrics-json-3.0.2.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jvm/3.0.2/metrics-jvm-3.0.2.pom
==> test: 965/965 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jvm/3.0.2/metrics-jvm-3.0.2.pom (965 B at 1.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-servlet/4.0-beta4/guice-servlet-4.0-beta4.pom
==> test: 921/921 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-servlet/4.0-beta4/guice-servlet-4.0-beta4.pom (921 B at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/extensions-parent/4.0-beta4/extensions-parent-4.0-beta4.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/extensions-parent/4.0-beta4/extensions-parent-4.0-beta4.pom (4 KB at 6.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-multibindings/4.0-beta4/guice-multibindings-4.0-beta4.pom
==> test: 553/553 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-multibindings/4.0-beta4/guice-multibindings-4.0-beta4.pom (553 B at 1.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.pom (5 KB at 7.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/all/1.5.2/all-1.5.2.pom
==> test: 4/20 KB
==> test: 8/20 KB
==> test: 8/20 KB
==> test: 12/20 KB
==> test: 16/20 KB
==> test: 16/20 KB
==> test: 20/20 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/all/1.5.2/all-1.5.2.pom (20 KB at 39.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/1/jvnet-parent-1.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/1/jvnet-parent-1.pom (5 KB at 9.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/activation/activation/1.1/activation-1.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 KB at 23.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 KB at 29.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5 KB at 10.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-client/2.4.2/curator-client-2.4.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-client/2.4.2/curator-client-2.4.2.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/apache-curator/2.4.2/apache-curator-2.4.2.pom
==> test: 4/21 KB
==> test: 8/21 KB
==> test: 8/21 KB
==> test: 12/21 KB
==> test: 16/21 KB
==> test: 16/21 KB
==> test: 20/21 KB
==> test: 21/21 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/apache-curator/2.4.2/apache-curator-2.4.2.pom (21 KB at 41.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5.pom (3 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-framework/2.4.2/curator-framework-2.4.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-framework/2.4.2/curator-framework-2.4.2.pom (3 KB at 4.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-server/9.0.7.v20131107/jetty-server-9.0.7.v20131107.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-server/9.0.7.v20131107/jetty-server-9.0.7.v20131107.pom (4 KB at 7.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-project/9.0.7.v20131107/jetty-project-9.0.7.v20131107.pom
==> test: 4/31 KB
==> test: 8/31 KB
==> test: 8/31 KB
==> test: 12/31 KB
==> test: 16/31 KB
==> test: 16/31 KB
==> test: 20/31 KB
==> test: 24/31 KB
==> test: 24/31 KB
==> test: 28/31 KB
==> test: 31/31 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-project/9.0.7.v20131107/jetty-project-9.0.7.v20131107.pom (31 KB at 61.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom
==> test: 4/21 KB
==> test: 8/21 KB
==> test: 8/21 KB
==> test: 12/21 KB
==> test: 16/21 KB
==> test: 16/21 KB
==> test: 20/21 KB
==> test: 21/21 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-parent/20/jetty-parent-20.pom (21 KB at 42.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-http/9.0.7.v20131107/jetty-http-9.0.7.v20131107.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-http/9.0.7.v20131107/jetty-http-9.0.7.v20131107.pom (3 KB at 5.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-util/9.0.7.v20131107/jetty-util-9.0.7.v20131107.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-util/9.0.7.v20131107/jetty-util-9.0.7.v20131107.pom (4 KB at 7.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-io/9.0.7.v20131107/jetty-io-9.0.7.v20131107.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-io/9.0.7.v20131107/jetty-io-9.0.7.v20131107.pom (3 KB at 0.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlets/9.0.7.v20131107/jetty-servlets-9.0.7.v20131107.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlets/9.0.7.v20131107/jetty-servlets-9.0.7.v20131107.pom (4 KB at 6.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-continuation/9.0.7.v20131107/jetty-continuation-9.0.7.v20131107.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-continuation/9.0.7.v20131107/jetty-continuation-9.0.7.v20131107.pom (2 KB at 4.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/de/neuland-bfi/jade4j/0.4.0/jade4j-0.4.0.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/de/neuland-bfi/jade4j/0.4.0/jade4j-0.4.0.pom (8 KB at 15.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-jexl/2.1.1/commons-jexl-2.1.1.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-jexl/2.1.1/commons-jexl-2.1.1.pom (12 KB at 21.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-io/commons-io/2.4/commons-io-2.4.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 18.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/25/commons-parent-25.pom
==> test: 4/48 KB
==> test: 8/48 KB
==> test: 8/48 KB
==> test: 12/48 KB
==> test: 16/48 KB
==> test: 16/48 KB
==> test: 20/48 KB
==> test: 24/48 KB
==> test: 24/48 KB
==> test: 28/48 KB
==> test: 31/48 KB
==> test: 32/48 KB
==> test: 36/48 KB
==> test: 40/48 KB
==> test: 40/48 KB
==> test: 44/48 KB
==> test: 48/48 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 73.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3.1/concurrentlinkedhashmap-lru-1.3.1.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.3.1/concurrentlinkedhashmap-lru-1.3.1.pom (13 KB at 24.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/pegdown/pegdown/1.1.0/pegdown-1.1.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/pegdown/pegdown/1.1.0/pegdown-1.1.0.pom (2 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/parboiled/parboiled-core/1.0.2/parboiled-core-1.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/parboiled/parboiled-core/1.0.2/parboiled-core-1.0.2.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/parboiled/parboiled-java/1.0.2/parboiled-java-1.0.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/parboiled/parboiled-java/1.0.2/parboiled-java-1.0.2.pom (3 KB at 4.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm/3.3.1/asm-3.3.1.pom
==> test: 266/266 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 0.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (5 KB at 8.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-util/3.3.1/asm-util-3.3.1.pom
==> test: 411/411 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-util/3.3.1/asm-util-3.3.1.pom (411 B at 0.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
==> test: 406/406 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 0.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom
==> test: 419/419 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom (419 B at 0.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-servlets/0.7.0/dropwizard-servlets-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-servlets/0.7.0/dropwizard-servlets-0.7.0.pom (2 KB at 3.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-parent/0.7.0/dropwizard-parent-0.7.0.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-parent/0.7.0/dropwizard-parent-0.7.0.pom (14 KB at 26.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-util/0.7.0/dropwizard-util-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-util/0.7.0/dropwizard-util-0.7.0.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jdbi/0.7.0/dropwizard-jdbi-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jdbi/0.7.0/dropwizard-jdbi-0.7.0.pom (2 KB at 3.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-db/0.7.0/dropwizard-db-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-db/0.7.0/dropwizard-db-0.7.0.pom (2 KB at 2.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-core/0.7.0/dropwizard-core-0.7.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-core/0.7.0/dropwizard-core-0.7.0.pom (7 KB at 12.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jackson/0.7.0/dropwizard-jackson-0.7.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jackson/0.7.0/dropwizard-jackson-0.7.0.pom (4 KB at 7.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-afterburner/2.3.2/jackson-module-afterburner-2.3.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-afterburner/2.3.2/jackson-module-afterburner-2.3.2.pom (5 KB at 7.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.3.2/jackson-datatype-joda-2.3.2.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.3.2/jackson-datatype-joda-2.3.2.pom (4 KB at 5.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-validation/0.7.0/dropwizard-validation-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-validation/0.7.0/dropwizard-validation-0.7.0.pom (2 KB at 2.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/hibernate/hibernate-validator/5.0.2.Final/hibernate-validator-5.0.2.Final.pom (13 KB at 10.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/hibernate/hibernate-validator-parent/5.0.2.Final/hibernate-validator-parent-5.0.2.Final.pom
==> test: 4/26 KB
==> test: 8/26 KB
==> test: 8/26 KB
==> test: 12/26 KB
==> test: 16/26 KB
==> test: 16/26 KB
==> test: 20/26 KB
==> test: 24/26 KB
==> test: 24/26 KB
==> test: 26/26 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/hibernate/hibernate-validator-parent/5.0.2.Final/hibernate-validator-parent-5.0.2.Final.pom (26 KB at 39.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/arquillian/arquillian-bom/1.0.2.Final/arquillian-bom-1.0.2.Final.pom (11 KB at 17.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/shrinkwrap-bom/1.0.1/shrinkwrap-bom-1.0.1.pom (4 KB at 6.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/1.0.0-beta-7/shrinkwrap-resolver-bom-1.0.0-beta-7.pom (4 KB at 6.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-3/shrinkwrap-descriptors-bom-2.0.0-alpha-3.pom (5 KB at 7.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/logging/jboss-logging/3.1.1.GA/jboss-logging-3.1.1.GA.pom (6 KB at 11.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/jboss-parent/7/jboss-parent-7.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jboss/jboss-parent/7/jboss-parent-7.pom (22 KB at 39.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/classmate/1.0.0/classmate-1.0.0.pom (7 KB at 10.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/glassfish/web/javax.el/2.2.6/javax.el-2.2.6.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/glassfish/web/javax.el/2.2.6/javax.el-2.2.6.pom (11 KB at 18.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/el/javax.el-api/2.2.5/javax.el-api-2.2.5.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/el/javax.el-api/2.2.5/javax.el-api-2.2.5.pom (11 KB at 10.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-configuration/0.7.0/dropwizard-configuration-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-configuration/0.7.0/dropwizard-configuration-0.7.0.pom (2 KB at 2.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.3.2/jackson-dataformat-yaml-2.3.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.3.2/jackson-dataformat-yaml-2.3.2.pom (5 KB at 7.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
==> test: 4/18 KB
==> test: 8/18 KB
==> test: 8/18 KB
==> test: 12/18 KB
==> test: 16/18 KB
==> test: 16/18 KB
==> test: 18/18 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 32.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/17/commons-parent-17.pom
==> test: 4/31 KB
==> test: 8/31 KB
==> test: 8/31 KB
==> test: 12/31 KB
==> test: 16/31 KB
==> test: 16/31 KB
==> test: 20/31 KB
==> test: 24/31 KB
==> test: 24/31 KB
==> test: 28/31 KB
==> test: 31/31 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 46.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-logging/0.7.0/dropwizard-logging-0.7.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-logging/0.7.0/dropwizard-logging-0.7.0.pom (3 KB at 5.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-logback/3.0.1/metrics-logback-3.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-logback/3.0.1/metrics-logback-3.0.1.pom (2 KB at 1.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-parent/3.0.1/metrics-parent-3.0.1.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-parent/3.0.1/metrics-parent-3.0.1.pom (11 KB at 20.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jul-to-slf4j/1.7.7/jul-to-slf4j-1.7.7.pom (2 KB at 3.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/log4j-over-slf4j/1.7.7/log4j-over-slf4j-1.7.7.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-metrics/0.7.0/dropwizard-metrics-0.7.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-metrics/0.7.0/dropwizard-metrics-0.7.0.pom (3 KB at 4.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-lifecycle/0.7.0/dropwizard-lifecycle-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-lifecycle/0.7.0/dropwizard-lifecycle-0.7.0.pom (2 KB at 3.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jersey/0.7.0/dropwizard-jersey-0.7.0.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jersey/0.7.0/dropwizard-jersey-0.7.0.pom (4 KB at 7.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-core/1.18.1/jersey-core-1.18.1.pom (11 KB at 18.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-project/1.18.1/jersey-project-1.18.1.pom
==> test: 4/24 KB
==> test: 8/24 KB
==> test: 8/24 KB
==> test: 12/24 KB
==> test: 16/24 KB
==> test: 16/24 KB
==> test: 20/24 KB
==> test: 24/24 KB
==> test: 24/24 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-project/1.18.1/jersey-project-1.18.1.pom (24 KB at 44.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/4/jvnet-parent-4.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/java/jvnet-parent/4/jvnet-parent-4.pom (8 KB at 8.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-server/1.18.1/jersey-server-1.18.1.pom (11 KB at 20.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/jersey-servlet/1.18.1/jersey-servlet-1.18.1.pom (10 KB at 18.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jersey/3.0.1/metrics-jersey-3.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jersey/3.0.1/metrics-jersey-3.0.1.pom (2 KB at 3.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-annotation/3.0.1/metrics-annotation-3.0.1.pom
==> test: 701/701 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-annotation/3.0.1/metrics-annotation-3.0.1.pom (701 B at 1.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jetty/0.7.0/dropwizard-jetty-0.7.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-jetty/0.7.0/dropwizard-jetty-0.7.0.pom (3 KB at 4.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jetty9/3.0.1/metrics-jetty9-3.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jetty9/3.0.1/metrics-jetty9-3.0.1.pom (2 KB at 3.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlet/9.0.7.v20131107/jetty-servlet-9.0.7.v20131107.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlet/9.0.7.v20131107/jetty-servlet-9.0.7.v20131107.pom (3 KB at 5.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-security/9.0.7.v20131107/jetty-security-9.0.7.v20131107.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-security/9.0.7.v20131107/jetty-security-9.0.7.v20131107.pom (3 KB at 5.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/sourceforge/argparse4j/argparse4j/0.4.3/argparse4j-0.4.3.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/sourceforge/argparse4j/argparse4j/0.4.3/argparse4j-0.4.3.pom (5 KB at 8.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/setuid/jetty-setuid-java/1.0.2/jetty-setuid-java-1.0.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/setuid/jetty-setuid-java/1.0.2/jetty-setuid-java-1.0.2.pom (2 KB at 3.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/setuid/jetty-setuid-parent/1.0.2/jetty-setuid-parent-1.0.2.pom
==> test: 4/5 KB
==> test: 5/5 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/setuid/jetty-setuid-parent/1.0.2/jetty-setuid-parent-1.0.2.pom (5 KB at 7.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/jetty-toolchain/1.4/jetty-toolchain-1.4.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/toolchain/jetty-toolchain/1.4/jetty-toolchain-1.4.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom (17 KB at 32.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/tomcat/tomcat-jdbc/7.0.50/tomcat-jdbc-7.0.50.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/tomcat/tomcat-jdbc/7.0.50/tomcat-jdbc-7.0.50.pom (2 KB at 2.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/tomcat/tomcat-juli/7.0.50/tomcat-juli-7.0.50.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/tomcat/tomcat-juli/7.0.50/tomcat-juli-7.0.50.pom (2 KB at 2.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/jdbi/jdbi/2.53/jdbi-2.53.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/jdbi/jdbi/2.53/jdbi-2.53.pom (10 KB at 20.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/3/basepom-standard-oss-3.pom
==> test: 4/7 KB
==> test: 7/7 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard-oss/3/basepom-standard-oss-3.pom (7 KB at 13.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/3/basepom-standard-3.pom
==> test: 4/23 KB
==> test: 8/23 KB
==> test: 8/23 KB
==> test: 12/23 KB
==> test: 16/23 KB
==> test: 16/23 KB
==> test: 20/23 KB
==> test: 23/23 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-standard/3/basepom-standard-3.pom (23 KB at 41.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/3/basepom-foundation-3.pom
==> test: 4/28 KB
==> test: 8/28 KB
==> test: 8/28 KB
==> test: 12/28 KB
==> test: 16/28 KB
==> test: 16/28 KB
==> test: 20/28 KB
==> test: 24/28 KB
==> test: 24/28 KB
==> test: 28/28 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/basepom/basepom-foundation/3/basepom-foundation-3.pom (28 KB at 46.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jdbi/3.0.1/metrics-jdbi-3.0.1.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-jdbi/3.0.1/metrics-jdbi-3.0.1.pom (2 KB at 2.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-migrations/0.7.0/dropwizard-migrations-0.7.0.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-migrations/0.7.0/dropwizard-migrations-0.7.0.pom (2 KB at 2.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/liquibase/liquibase-core/3.1.1/liquibase-core-3.1.1.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/liquibase/liquibase-core/3.1.1/liquibase-core-3.1.1.pom (9 KB at 14.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/liquibase/liquibase-parent/3.1.1/liquibase-parent-3.1.1.pom
==> test: 4/13 KB
==> test: 8/13 KB
==> test: 8/13 KB
==> test: 12/13 KB
==> test: 13/13 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/liquibase/liquibase-parent/3.1.1/liquibase-parent-3.1.1.pom (13 KB at 23.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/yaml/snakeyaml/1.13/snakeyaml-1.13.pom (22 KB at 34.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/mattbertolini/liquibase-slf4j/1.2.1/liquibase-slf4j-1.2.1.pom (3 KB at 5.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-assets/0.7.0/dropwizard-assets-0.7.0.pom
==> test: 966/966 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-assets/0.7.0/dropwizard-assets-0.7.0.pom (966 B at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (2 KB at 2.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-views/0.7.0/dropwizard-views-0.7.0.pom
==> test: 763/763 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-views/0.7.0/dropwizard-views-0.7.0.pom (763 B at 1.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-views-mustache/0.7.0/dropwizard-views-mustache-0.7.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/io/dropwizard/dropwizard-views-mustache/0.7.0/dropwizard-views-mustache-0.7.0.pom (3 KB at 4.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/github/spullara/mustache/java/compiler/0.8.14/compiler-0.8.14.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/github/spullara/mustache/java/compiler/0.8.14/compiler-0.8.14.pom (6 KB at 9.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/github/spullara/mustache/java/mustache.java/0.8.14/mustache.java-0.8.14.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/github/spullara/mustache/java/mustache.java/0.8.14/mustache.java-0.8.14.pom (4 KB at 6.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/contribs/jersey-guice/1.18.1/jersey-guice-1.18.1.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/contribs/jersey-guice/1.18.1/jersey-guice-1.18.1.pom (8 KB at 12.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/jersey/contribs/jersey-contribs/1.18.1/jersey-contribs-1.18.1.pom (4 KB at 7.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom (8 KB at 12.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/antlr/antlr/2.7.7/antlr-2.7.7.pom
==> test: 632/632 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 1.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/mysql/mysql-connector-java/5.1.29/mysql-connector-java-5.1.29.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/mysql/mysql-connector-java/5.1.29/mysql-connector-java-5.1.29.pom (2 KB at 2.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-recipes/2.4.2/curator-recipes-2.4.2.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-recipes/2.4.2/curator-recipes-2.4.2.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/quartz-scheduler/quartz/2.2.1/quartz-2.2.1.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/quartz-scheduler/quartz/2.2.1/quartz-2.2.1.pom (10 KB at 17.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/quartz-scheduler/quartz-parent/2.2.1/quartz-parent-2.2.1.pom
==> test: 4/14 KB
==> test: 8/14 KB
==> test: 8/14 KB
==> test: 12/14 KB
==> test: 14/14 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/quartz-scheduler/quartz-parent/2.2.1/quartz-parent-2.2.1.pom (14 KB at 22.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom
==> test: 856/856 B
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom (856 B at 1.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/kencochrane/raven/raven/5.0/raven-5.0.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/kencochrane/raven/raven/5.0/raven-5.0.pom (6 KB at 12.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/kencochrane/raven/raven-all/5.0/raven-all-5.0.pom
==> test: 4/22 KB
==> test: 8/22 KB
==> test: 8/22 KB
==> test: 12/22 KB
==> test: 16/22 KB
==> test: 16/22 KB
==> test: 20/22 KB
==> test: 22/22 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/kencochrane/raven/raven-all/5.0/raven-all-5.0.pom (22 KB at 43.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/iq80/snappy/snappy/0.3/snappy-0.3.pom
==> test: 4/15 KB
==> test: 8/15 KB
==> test: 8/15 KB
==> test: 12/15 KB
==> test: 15/15 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/iq80/snappy/snappy/0.3/snappy-0.3.pom (15 KB at 25.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/net/java/dev/jets3t/jets3t/0.9.0/jets3t-0.9.0.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/net/java/dev/jets3t/jets3t/0.9.0/jets3t-0.9.0.pom (3 KB at 4.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 KB at 21.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/32/commons-parent-32.pom
==> test: 4/52 KB
==> test: 8/52 KB
==> test: 8/52 KB
==> test: 12/52 KB
==> test: 16/52 KB
==> test: 16/52 KB
==> test: 20/52 KB
==> test: 24/52 KB
==> test: 24/52 KB
==> test: 28/52 KB
==> test: 31/52 KB
==> test: 32/52 KB
==> test: 36/52 KB
==> test: 40/52 KB
==> test: 40/52 KB
==> test: 44/52 KB
==> test: 48/52 KB
==> test: 48/52 KB
==> test: 52/52 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 84.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.pom
==> test: 4/6 KB
==> test: 6/6 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.pom (6 KB at 11.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcomponents-client/4.1.2/httpcomponents-client-4.1.2.pom
==> test: 4/12 KB
==> test: 8/12 KB
==> test: 8/12 KB
==> test: 12/12 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcomponents-client/4.1.2/httpcomponents-client-4.1.2.pom (12 KB at 20.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom (17 KB at 33.4 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.pom
==> test: 4/8 KB
==> test: 8/8 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcore/4.1.2/httpcore-4.1.2.pom (8 KB at 1.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcomponents-core/4.1.2/httpcomponents-core-4.1.2.pom
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/httpcomponents/httpcomponents-core/4.1.2/httpcomponents-core-4.1.2.pom (10 KB at 19.3 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/jamesmurty/utils/java-xmlbuilder/0.4/java-xmlbuilder-0.4.pom (3 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
==> test: 4/4 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (4 KB at 6.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.pom (2 KB at 2.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/objenesis/objenesis/2.1/objenesis-2.1.pom
==> test: 3/3 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/objenesis/objenesis/2.1/objenesis-2.1.pom (3 KB at 4.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom
==> test: 4/17 KB
==> test: 8/17 KB
==> test: 8/17 KB
==> test: 12/17 KB
==> test: 16/17 KB
==> test: 16/17 KB
==> test: 17/17 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom (17 KB at 33.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-test/2.4.2/curator-test-2.4.2.pom
==> test: 2/2 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-test/2.4.2/curator-test-2.4.2.pom (2 KB at 3.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom
==> test: 4/9 KB
==> test: 8/9 KB
==> test: 8/9 KB
==> test: 9/9 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom (9 KB at 14.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-math/2.2/commons-math-2.2.pom
==> test: 4/11 KB
==> test: 8/11 KB
==> test: 8/11 KB
==> test: 11/11 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-math/2.2/commons-math-2.2.pom (11 KB at 21.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/18/commons-parent-18.pom
==> test: 4/33 KB
==> test: 8/33 KB
==> test: 8/33 KB
==> test: 12/33 KB
==> test: 16/33 KB
==> test: 16/33 KB
==> test: 20/33 KB
==> test: 24/33 KB
==> test: 24/33 KB
==> test: 28/33 KB
==> test: 31/33 KB
==> test: 32/33 KB
==> test: 32/33 KB
==> test: 33/33 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-parent/18/commons-parent-18.pom (33 KB at 55.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-jaxrs-propertyfiltering/0.5.0/jackson-jaxrs-propertyfiltering-0.5.0.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/jackson-jaxrs-json-provider-2.3.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/jackson-jaxrs-base-2.3.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/jackson-module-jaxb-annotations-2.3.2.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-servlets/3.0.2/metrics-servlets-3.0.2.jar
==> test: 4/10 KB
==> test: 8/10 KB
==> test: 8/10 KB
==> test: 10/10 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/hubspot/jackson/jackson-jaxrs-propertyfiltering/0.5.0/jackson-jaxrs-propertyfiltering-0.5.0.jar (10 KB at 19.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-json/3.0.2/metrics-json-3.0.2.jar
==> test: 4/27 KB
==> test: 8/27 KB
==> test: 8/27 KB
==> test: 8/27 KB 4/16 KB
==> test: 8/27 KB 8/16 KB
==> test: 8/27 KB 8/16 KB
==> test: 8/27 KB 4/17 KB 8/16 KB
==> test: 8/27 KB 8/17 KB 8/16 KB
==> test: 8/27 KB 8/17 KB 8/16 KB
==> test: 8/27 KB 8/17 KB 8/16 KB 4/31 KB
==> test: 8/27 KB 8/17 KB 8/16 KB 8/31 KB
==> test: 8/27 KB 8/17 KB 8/16 KB 8/31 KB
==> test: 12/27 KB 8/17 KB 8/16 KB 8/31 KB
16/27 KB 8/17 KB 8/16 KB 8/31 KB
16/27 KB 8/17 KB 8/16 KB 8/31 KB
20/27 KB 8/17 KB 8/16 KB 8/31 KB
24/27 KB 8/17 KB 8/16 KB 8/31 KB
24/27 KB 8/17 KB 8/16 KB 8/31 KB
==> test: 24/27 KB 8/17 KB 12/16 KB 8/31 KB
24/27 KB 8/17 KB 16/16 KB 8/31 KB
24/27 KB 8/17 KB 16/16 KB 8/31 KB
==> test: 24/27 KB 12/17 KB 16/16 KB 8/31 KB
24/27 KB 16/17 KB 16/16 KB 8/31 KB
24/27 KB 16/17 KB 16/16 KB 8/31 KB
24/27 KB 17/17 KB 16/16 KB 8/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 12/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 16/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 16/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 20/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 24/31 KB
==> test: 24/27 KB 17/17 KB 16/16 KB 24/31 KB
==> test: 27/27 KB 17/17 KB 16/16 KB 24/31 KB
==> test: 27/27 KB 17/17 KB 16/16 KB 28/31 KB
==> test: 27/27 KB 17/17 KB 16/16 KB 31/31 KB
==> test: 27/27 KB 4/16 KB 17/17 KB 16/16 KB 31/31 KB
27/27 KB 8/16 KB 17/17 KB 16/16 KB 31/31 KB
27/27 KB 8/16 KB 17/17 KB 16/16 KB 31/31 KB
27/27 KB 12/16 KB 17/17 KB 16/16 KB 31/31 KB
27/27 KB 16/16 KB 17/17 KB 16/16 KB 31/31 KB
27/27 KB 16/16 KB 17/17 KB 16/16 KB 31/31 KB
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-servlets/3.0.2/metrics-servlets-3.0.2.jar (16 KB at 17.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-servlet/4.0-beta4/guice-servlet-4.0-beta4.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.2/jackson-jaxrs-json-provider-2.3.2.jar (17 KB at 18.1 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-multibindings/4.0-beta4/guice-multibindings-4.0-beta4.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.2/jackson-jaxrs-base-2.3.2.jar (27 KB at 28.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/codahale/metrics/metrics-json/3.0.2/metrics-json-3.0.2.jar (16 KB at 31.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/activation/activation/1.1/activation-1.1.jar
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.2/jackson-module-jaxb-annotations-2.3.2.jar (31 KB at 31.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
==> test: 4/558 KB
==> test: 8/558 KB
==> test: 8/558 KB
==> test: 12/558 KB
==> test: 16/558 KB
==> test: 4/62 KB 16/558 KB
==> test: 8/62 KB 16/558 KB
==> test: 8/62 KB 16/558 KB
==> test: 12/62 KB 16/558 KB
==> test: 16/62 KB 16/558 KB
==> test: 16/62 KB 16/558 KB
==> test: 16/62 KB 16/558 KB
16/62 KB 20/558 KB
16/62 KB 24/558 KB
16/62 KB 24/558 KB
16/62 KB 28/558 KB
16/62 KB 31/558 KB
16/62 KB 32/558 KB
16/62 KB 32/558 KB
==> test: 16/62 KB 32/558 KB 4/74 KB
==> test: 16/62 KB 32/558 KB 8/74 KB
==> test: 16/62 KB 32/558 KB 8/74 KB
==> test: 16/62 KB 32/558 KB 12/74 KB
==> test: 16/62 KB 32/558 KB 16/74 KB
==> test: 16/62 KB 32/558 KB 4/42 KB 16/74 KB
16/62 KB 32/558 KB 8/42 KB 16/74 KB
==> test: 16/62 KB 32/558 KB 8/42 KB 16/74 KB
16/62 KB 32/558 KB 12/42 KB 16/74 KB
16/62 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 16/62 KB 4/94 KB 32/558 KB 16/42 KB 16/74 KB
16/62 KB 8/94 KB 32/558 KB 16/42 KB 16/74 KB
16/62 KB 8/94 KB 32/558 KB 16/42 KB 16/74 KB
16/62 KB 12/94 KB 32/558 KB 16/42 KB 16/74 KB
16/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 20/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 24/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 24/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 28/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 31/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 32/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 36/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 40/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 40/62 KB 16/94 KB 32/558 KB 16/42 KB 16/74 KB
==> test: 40/62 KB 16/94 KB 36/558 KB 16/42 KB 16/74 KB
40/62 KB 16/94 KB 40/558 KB 16/42 KB 16/74 KB
40/62 KB 16/94 KB 40/558 KB 16/42 KB 16/74 KB
==> test: 40/62 KB 16/94 KB 44/558 KB 16/42 KB 16/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 16/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 16/74 KB
==> test: 40/62 KB 16/94 KB 48/558 KB 16/42 KB 16/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 20/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 24/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 24/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 28/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 31/74 KB
40/62 KB 16/94 KB 48/558 KB 16/42 KB 32/74 KB
==> test: 40/62 KB 16/94 KB 48/558 KB 16/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 20/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 24/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 24/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 28/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 31/42 KB 32/74 KB
40/62 KB 16/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 40/62 KB 16/94 KB 48/558 KB 32/42 KB 32/74 KB
40/62 KB 20/94 KB 48/558 KB 32/42 KB 32/74 KB
40/62 KB 24/94 KB 48/558 KB 32/42 KB 32/74 KB
40/62 KB 24/94 KB 48/558 KB 32/42 KB 32/74 KB
40/62 KB 28/94 KB 48/558 KB 32/42 KB 32/74 KB
40/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 44/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 48/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 48/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 52/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 56/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 56/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 60/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 62/62 KB 31/94 KB 48/558 KB 32/42 KB 32/74 KB
==> test: 62/62 KB 31/94 KB 52/558 KB 32/42 KB 32/74 KB
==> test: 62/62 KB 31/94 KB 56/558 KB 32/42 KB 32/74 KB
62/62 KB 31/94 KB 56/558 KB 32/42 KB 32/74 KB
62/62 KB 31/94 KB 60/558 KB 32/42 KB 32/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 32/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 32/74 KB
==> test: 62/62 KB 31/94 KB 64/558 KB 32/42 KB 36/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 40/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 40/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 44/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 48/74 KB
62/62 KB 31/94 KB 64/558 KB 32/42 KB 48/74 KB
==> test: 62/62 KB 31/94 KB 64/558 KB 36/42 KB 48/74 KB
62/62 KB 31/94 KB 64/558 KB 39/42 KB 48/74 KB
==> test: 62/62 KB 31/94 KB 64/558 KB 40/42 KB 48/74 KB
62/62 KB 31/94 KB 64/558 KB 42/42 KB 48/74 KB
==> test: 62/62 KB 32/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 32/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 36/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 40/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 40/94 KB 64/558 KB 42/42 KB 48/74 KB
==> test: 62/62 KB 44/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 64/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 64/558 KB 42/42 KB 48/74 KB
==> test: 62/62 KB 48/94 KB 68/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 72/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 72/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 76/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 80/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 80/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 84/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 48/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 48/74 KB
==> test: 62/62 KB 48/94 KB 88/558 KB 42/42 KB 52/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 56/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 56/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 60/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 64/74 KB
62/62 KB 48/94 KB 88/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 52/94 KB 88/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 56/94 KB 88/558 KB 42/42 KB 64/74 KB
62/62 KB 56/94 KB 88/558 KB 42/42 KB 64/74 KB
62/62 KB 60/94 KB 88/558 KB 42/42 KB 64/74 KB
62/62 KB 64/94 KB 88/558 KB 42/42 KB 64/74 KB
62/62 KB 64/94 KB 88/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 92/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 96/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 96/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 100/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 104/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 104/558 KB 42/42 KB 64/74 KB
==> test: 62/62 KB 64/94 KB 104/558 KB 42/42 KB 68/74 KB
62/62 KB 64/94 KB 104/558 KB 42/42 KB 72/74 KB
62/62 KB 64/94 KB 104/558 KB 42/42 KB 72/74 KB
62/62 KB 64/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 68/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 72/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 72/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 76/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 80/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test: 62/62 KB 80/94 KB 104/558 KB 42/42 KB 74/74 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 92.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
==> test: 80/94 KB 108/558 KB 42/42 KB 74/74 KB
80/94 KB 112/558 KB 42/42 KB 74/74 KB
80/94 KB 112/558 KB 42/42 KB 74/74 KB
==> test: 80/94 KB 116/558 KB 42/42 KB 74/74 KB
80/94 KB 120/558 KB 42/42 KB 74/74 KB
80/94 KB 120/558 KB 42/42 KB 74/74 KB
80/94 KB 124/558 KB 42/42 KB 74/74 KB
80/94 KB 128/558 KB 42/42 KB 74/74 KB
==> test: 84/94 KB 128/558 KB 42/42 KB 74/74 KB
88/94 KB 128/558 KB 42/42 KB 74/74 KB
88/94 KB 128/558 KB 42/42 KB 74/74 KB
==> test: 92/94 KB 128/558 KB 42/42 KB 74/74 KB
94/94 KB 128/558 KB 42/42 KB 74/74 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-multibindings/4.0-beta4/guice-multibindings-4.0-beta4.jar (42 KB at 51.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
==> test: 94/94 KB 128/558 KB 74/74 KB
94/94 KB 132/558 KB 74/74 KB
94/94 KB 136/558 KB 74/74 KB
94/94 KB 136/558 KB 74/74 KB
94/94 KB 140/558 KB 74/74 KB
94/94 KB 144/558 KB 74/74 KB
94/94 KB 144/558 KB 74/74 KB
==> test: 94/94 KB 148/558 KB 74/74 KB
==> test: 94/94 KB 152/558 KB 74/74 KB
==> test: 94/94 KB 152/558 KB 74/74 KB
==> test: 94/94 KB 156/558 KB 74/74 KB
==> test: 94/94 KB 160/558 KB 74/74 KB
==> test: 94/94 KB 160/558 KB 74/74 KB
94/94 KB 164/558 KB 74/74 KB
94/94 KB 168/558 KB 74/74 KB
94/94 KB 168/558 KB 74/74 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/google/inject/extensions/guice-servlet/4.0-beta4/guice-servlet-4.0-beta4.jar (74 KB at 74.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
==> test: 94/94 KB 172/558 KB
==> test: 94/94 KB 176/558 KB
==> test: 94/94 KB 176/558 KB
==> test: 94/94 KB 180/558 KB
==> test: 94/94 KB 184/558 KB
==> test: 94/94 KB 184/558 KB
==> test: 94/94 KB 188/558 KB
94/94 KB 192/558 KB
94/94 KB 192/558 KB
==> test: 94/94 KB 192/558 KB 4/17 KB
==> test: 94/94 KB 192/558 KB 8/17 KB
==> test: 94/94 KB 192/558 KB 8/17 KB
==> test: 94/94 KB 192/558 KB 12/17 KB
==> test: 94/94 KB 192/558 KB 16/17 KB
==> test: 94/94 KB 192/558 KB 16/17 KB
==> test: 94/94 KB 192/558 KB 17/17 KB
==> test: 94/94 KB 196/558 KB 17/17 KB
94/94 KB 200/558 KB 17/17 KB
94/94 KB 200/558 KB 17/17 KB
94/94 KB 204/558 KB 17/17 KB
94/94 KB 208/558 KB 17/17 KB
94/94 KB 208/558 KB 17/17 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (94 KB at 97.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-client/2.4.2/curator-client-2.4.2.jar
==> test: 4/265 KB 208/558 KB 17/17 KB
==> test: 8/265 KB 208/558 KB 17/17 KB
==> test: 8/265 KB 208/558 KB 17/17 KB
==> test: 12/265 KB 208/558 KB 17/17 KB
==> test: 16/265 KB 208/558 KB 17/17 KB
==> test: 16/265 KB 208/558 KB 17/17 KB
==> test: 16/265 KB 212/558 KB 17/17 KB
==> test: 16/265 KB 216/558 KB 17/17 KB
==> test: 16/265 KB 216/558 KB 17/17 KB
==> test: 16/265 KB 220/558 KB 17/17 KB
==> test: 16/265 KB 224/558 KB 17/17 KB
==> test: 16/265 KB 224/558 KB 17/17 KB
16/265 KB 228/558 KB 17/17 KB
16/265 KB 232/558 KB 17/17 KB
16/265 KB 232/558 KB 17/17 KB
==> test: 20/265 KB 232/558 KB 17/17 KB
24/265 KB 232/558 KB 17/17 KB
24/265 KB 232/558 KB 17/17 KB
==> test: 28/265 KB 232/558 KB 17/17 KB
32/265 KB 232/558 KB 17/17 KB
32/265 KB 232/558 KB 17/17 KB
32/265 KB 232/558 KB 17/17 KB
32/265 KB 232/558 KB 17/17 KB
==> test: 32/265 KB 236/558 KB 17/17 KB
==> test: 32/265 KB 240/558 KB 17/17 KB
==> test: 32/265 KB 240/558 KB 17/17 KB
==> test: 32/265 KB 244/558 KB 17/17 KB
==> test: 32/265 KB 248/558 KB 17/17 KB
==> test: 32/265 KB 248/558 KB 17/17 KB
==> test: 32/265 KB 252/558 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 4/418 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 8/418 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 8/418 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 12/418 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 16/418 KB 17/17 KB
==> test: 32/265 KB 256/558 KB 16/418 KB 17/17 KB
==> test: 36/265 KB 256/558 KB 16/418 KB 17/17 KB
40/265 KB 256/558 KB 16/418 KB 17/17 KB
40/265 KB 256/558 KB 16/418 KB 17/17 KB
44/265 KB 256/558 KB 16/418 KB 17/17 KB
48/265 KB 256/558 KB 16/418 KB 17/17 KB
48/265 KB 256/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 260/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 264/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 264/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 268/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 271/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 272/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 276/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 279/558 KB 16/418 KB 17/17 KB
==> test: 48/265 KB 280/558 KB 16/418 KB 17/17 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 KB at 29.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-framework/2.4.2/curator-framework-2.4.2.jar
==> test: 48/265 KB 280/558 KB 20/418 KB
48/265 KB 280/558 KB 24/418 KB
48/265 KB 280/558 KB 24/418 KB
48/265 KB 280/558 KB 28/418 KB
48/265 KB 280/558 KB 31/418 KB
48/265 KB 280/558 KB 32/418 KB
48/265 KB 280/558 KB 32/418 KB
==> test: 48/265 KB 4/67 KB 280/558 KB 32/418 KB
48/265 KB 8/67 KB 280/558 KB 32/418 KB
48/265 KB 8/67 KB 280/558 KB 32/418 KB
48/265 KB 12/67 KB 280/558 KB 32/418 KB
48/265 KB 16/67 KB 280/558 KB 32/418 KB
48/265 KB 16/67 KB 280/558 KB 32/418 KB
==> test: 52/265 KB 16/67 KB 280/558 KB 32/418 KB
56/265 KB 16/67 KB 280/558 KB 32/418 KB
56/265 KB 16/67 KB 280/558 KB 32/418 KB
60/265 KB 16/67 KB 280/558 KB 32/418 KB
64/265 KB 16/67 KB 280/558 KB 32/418 KB
64/265 KB 16/67 KB 280/558 KB 32/418 KB
68/265 KB 16/67 KB 280/558 KB 32/418 KB
72/265 KB 16/67 KB 280/558 KB 32/418 KB
72/265 KB 16/67 KB 280/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 284/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 287/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 288/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 292/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 295/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 296/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 300/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 303/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 304/558 KB 32/418 KB
==> test: 72/265 KB 16/67 KB 304/558 KB 36/418 KB
72/265 KB 16/67 KB 304/558 KB 40/418 KB
72/265 KB 16/67 KB 304/558 KB 40/418 KB
72/265 KB 16/67 KB 304/558 KB 44/418 KB
72/265 KB 16/67 KB 304/558 KB 48/418 KB
72/265 KB 16/67 KB 304/558 KB 48/418 KB
==> test: 72/265 KB 16/67 KB 304/558 KB 52/418 KB
72/265 KB 16/67 KB 304/558 KB 56/418 KB
72/265 KB 16/67 KB 304/558 KB 56/418 KB
==> test: 72/265 KB 20/67 KB 304/558 KB 56/418 KB
72/265 KB 24/67 KB 304/558 KB 56/418 KB
72/265 KB 24/67 KB 304/558 KB 56/418 KB
72/265 KB 28/67 KB 304/558 KB 56/418 KB
72/265 KB 31/67 KB 304/558 KB 56/418 KB
72/265 KB 32/67 KB 304/558 KB 56/418 KB
72/265 KB 32/67 KB 304/558 KB 56/418 KB
72/265 KB 36/67 KB 304/558 KB 56/418 KB
72/265 KB 40/67 KB 304/558 KB 56/418 KB
72/265 KB 40/67 KB 304/558 KB 56/418 KB
==> test: 76/265 KB 40/67 KB 304/558 KB 56/418 KB
80/265 KB 40/67 KB 304/558 KB 56/418 KB
80/265 KB 40/67 KB 304/558 KB 56/418 KB
84/265 KB 40/67 KB 304/558 KB 56/418 KB
88/265 KB 40/67 KB 304/558 KB 56/418 KB
88/265 KB 40/67 KB 304/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 308/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 310/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 312/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 316/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 318/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 320/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 324/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 326/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 328/558 KB 56/418 KB
==> test: 88/265 KB 40/67 KB 328/558 KB 60/418 KB
88/265 KB 40/67 KB 328/558 KB 64/418 KB
88/265 KB 40/67 KB 328/558 KB 64/418 KB
88/265 KB 40/67 KB 328/558 KB 68/418 KB
88/265 KB 40/67 KB 328/558 KB 72/418 KB
88/265 KB 40/67 KB 328/558 KB 72/418 KB
==> test: 88/265 KB 44/67 KB 328/558 KB 72/418 KB
88/265 KB 48/67 KB 328/558 KB 72/418 KB
88/265 KB 48/67 KB 328/558 KB 72/418 KB
88/265 KB 52/67 KB 328/558 KB 72/418 KB
88/265 KB 56/67 KB 328/558 KB 72/418 KB
88/265 KB 56/67 KB 328/558 KB 72/418 KB
88/265 KB 60/67 KB 328/558 KB 72/418 KB
88/265 KB 64/67 KB 328/558 KB 72/418 KB
==> test: 92/265 KB 64/67 KB 328/558 KB 72/418 KB
96/265 KB 64/67 KB 328/558 KB 72/418 KB
96/265 KB 64/67 KB 328/558 KB 72/418 KB
100/265 KB 64/67 KB 328/558 KB 72/418 KB
104/265 KB 64/67 KB 328/558 KB 72/418 KB
104/265 KB 64/67 KB 328/558 KB 72/418 KB
108/265 KB 64/67 KB 328/558 KB 72/418 KB
112/265 KB 64/67 KB 328/558 KB 72/418 KB
112/265 KB 64/67 KB 328/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 332/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 334/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 336/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 340/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 342/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 344/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 348/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 349/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 352/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 356/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 357/558 KB 72/418 KB
==> test: 112/265 KB 64/67 KB 357/558 KB 76/418 KB
112/265 KB 64/67 KB 357/558 KB 80/418 KB
112/265 KB 64/67 KB 357/558 KB 80/418 KB
112/265 KB 64/67 KB 357/558 KB 84/418 KB
112/265 KB 64/67 KB 357/558 KB 88/418 KB
112/265 KB 64/67 KB 357/558 KB 88/418 KB
112/265 KB 64/67 KB 357/558 KB 92/418 KB
112/265 KB 64/67 KB 357/558 KB 96/418 KB
112/265 KB 64/67 KB 357/558 KB 96/418 KB
==> test: 112/265 KB 64/67 KB 357/558 KB 96/418 KB
112/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 116/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 120/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 120/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 124/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 128/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 128/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 132/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 357/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 360/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 364/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 365/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 368/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 372/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 373/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 376/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 380/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 381/558 KB 96/418 KB
==> test: 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 4/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 8/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 8/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 12/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 16/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 16/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 20/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 24/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 24/175 KB 136/265 KB 67/67 KB 384/558 KB 96/418 KB
==> test: 24/175 KB 136/265 KB 67/67 KB 384/558 KB 100/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 104/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 104/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 108/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 112/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 112/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 116/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 136/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 24/175 KB 140/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 144/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 144/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 148/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
24/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 28/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 31/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 32/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 36/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 40/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 40/175 KB 152/265 KB 67/67 KB 384/558 KB 120/418 KB
==> test: 40/175 KB 152/265 KB 67/67 KB 388/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 389/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 392/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 396/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 400/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 400/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 404/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 408/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 408/558 KB 120/418 KB
40/175 KB 152/265 KB 67/67 KB 412/558 KB 120/418 KB
==> test: 44/175 KB 152/265 KB 67/67 KB 412/558 KB 120/418 KB
==> test: 48/175 KB 152/265 KB 67/67 KB 412/558 KB 120/418 KB
==> test: 48/175 KB 152/265 KB 67/67 KB 412/558 KB 120/418 KB
==> test: 48/175 KB 152/265 KB 67/67 KB 412/558 KB 124/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 128/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 128/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 132/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 136/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 136/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 140/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 152/265 KB 67/67 KB 412/558 KB 144/418 KB
==> test: 48/175 KB 156/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 160/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 160/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 164/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 168/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 168/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 172/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 176/265 KB 67/67 KB 412/558 KB 144/418 KB
48/175 KB 176/265 KB 67/67 KB 412/558 KB 144/418 KB
==> test: 52/175 KB 176/265 KB 67/67 KB 412/558 KB 144/418 KB
==> test: 56/175 KB 176/265 KB 67/67 KB 412/558 KB 144/418 KB
==> test: 56/175 KB 176/265 KB 67/67 KB 412/558 KB 144/418 KB
==> test: 56/175 KB 176/265 KB 67/67 KB 416/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 416/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 420/558 KB 144/418 KB
==> test: 56/175 KB 176/265 KB 67/67 KB 424/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 424/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 428/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 432/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 432/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 435/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 439/558 KB 144/418 KB
56/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
==> test: 60/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
==> test: 64/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
==> test: 64/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
68/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 144/418 KB
==> test: 72/175 KB 176/265 KB 67/67 KB 440/558 KB 148/418 KB
==> test: 72/175 KB 176/265 KB 67/67 KB 440/558 KB 152/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 152/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 156/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 160/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 160/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 164/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 176/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 72/175 KB 180/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 184/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 184/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 188/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 192/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 72/175 KB 192/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 196/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
72/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 76/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
80/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
80/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
84/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
88/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
88/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 92/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 440/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 443/558 KB 168/418 KB
96/175 KB 200/265 KB 67/67 KB 447/558 KB 168/418 KB
96/175 KB 200/265 KB 67/67 KB 448/558 KB 168/418 KB
96/175 KB 200/265 KB 67/67 KB 451/558 KB 168/418 KB
96/175 KB 200/265 KB 67/67 KB 455/558 KB 168/418 KB
96/175 KB 200/265 KB 67/67 KB 456/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 456/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 459/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 463/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 464/558 KB 168/418 KB
==> test: 96/175 KB 200/265 KB 67/67 KB 467/558 KB 168/418 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-client/2.4.2/curator-client-2.4.2.jar (67 KB at 90.8 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5.jar
==> test: 96/175 KB 200/265 KB 467/558 KB 172/418 KB
96/175 KB 200/265 KB 467/558 KB 176/418 KB
96/175 KB 200/265 KB 467/558 KB 176/418 KB
96/175 KB 200/265 KB 467/558 KB 180/418 KB
96/175 KB 200/265 KB 467/558 KB 184/418 KB
96/175 KB 200/265 KB 467/558 KB 184/418 KB
96/175 KB 200/265 KB 467/558 KB 188/418 KB
96/175 KB 200/265 KB 467/558 KB 192/418 KB
96/175 KB 200/265 KB 467/558 KB 192/418 KB
==> test: 96/175 KB 204/265 KB 467/558 KB 192/418 KB
96/175 KB 208/265 KB 467/558 KB 192/418 KB
96/175 KB 208/265 KB 467/558 KB 192/418 KB
96/175 KB 212/265 KB 467/558 KB 192/418 KB
96/175 KB 216/265 KB 467/558 KB 192/418 KB
96/175 KB 216/265 KB 467/558 KB 192/418 KB
96/175 KB 220/265 KB 467/558 KB 192/418 KB
96/175 KB 224/265 KB 467/558 KB 192/418 KB
96/175 KB 224/265 KB 467/558 KB 192/418 KB
==> test: 100/175 KB 224/265 KB 467/558 KB 192/418 KB
104/175 KB 224/265 KB 467/558 KB 192/418 KB
104/175 KB 224/265 KB 467/558 KB 192/418 KB
==> test: 108/175 KB 224/265 KB 467/558 KB 192/418 KB
112/175 KB 224/265 KB 467/558 KB 192/418 KB
112/175 KB 224/265 KB 467/558 KB 192/418 KB
==> test: 116/175 KB 224/265 KB 467/558 KB 192/418 KB
120/175 KB 224/265 KB 467/558 KB 192/418 KB
120/175 KB 224/265 KB 467/558 KB 192/418 KB
==> test: 120/175 KB 224/265 KB 471/558 KB 192/418 KB
==> test: 120/175 KB 224/265 KB 472/558 KB 192/418 KB
120/175 KB 224/265 KB 474/558 KB 192/418 KB
120/175 KB 224/265 KB 478/558 KB 192/418 KB
120/175 KB 224/265 KB 480/558 KB 192/418 KB
120/175 KB 224/265 KB 482/558 KB 192/418 KB
120/175 KB 224/265 KB 486/558 KB 192/418 KB
120/175 KB 224/265 KB 488/558 KB 192/418 KB
120/175 KB 224/265 KB 490/558 KB 192/418 KB
120/175 KB 224/265 KB 494/558 KB 192/418 KB
120/175 KB 224/265 KB 496/558 KB 192/418 KB
120/175 KB 224/265 KB 498/558 KB 192/418 KB
==> test: 124/175 KB 224/265 KB 498/558 KB 192/418 KB
==> test: 128/175 KB 224/265 KB 498/558 KB 192/418 KB
128/175 KB 224/265 KB 498/558 KB 192/418 KB
==> test: 128/175 KB 224/265 KB 498/558 KB 196/418 KB
128/175 KB 224/265 KB 498/558 KB 200/418 KB
128/175 KB 224/265 KB 498/558 KB 200/418 KB
128/175 KB 224/265 KB 498/558 KB 204/418 KB
128/175 KB 224/265 KB 498/558 KB 208/418 KB
128/175 KB 224/265 KB 498/558 KB 208/418 KB
128/175 KB 224/265 KB 498/558 KB 212/418 KB
128/175 KB 224/265 KB 498/558 KB 216/418 KB
128/175 KB 224/265 KB 498/558 KB 216/418 KB
==> test: 128/175 KB 228/265 KB 498/558 KB 216/418 KB
128/175 KB 232/265 KB 498/558 KB 216/418 KB
128/175 KB 232/265 KB 498/558 KB 216/418 KB
128/175 KB 236/265 KB 498/558 KB 216/418 KB
128/175 KB 240/265 KB 498/558 KB 216/418 KB
128/175 KB 240/265 KB 498/558 KB 216/418 KB
128/175 KB 244/265 KB 498/558 KB 216/418 KB
128/175 KB 248/265 KB 498/558 KB 216/418 KB
128/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 132/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 136/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 136/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 140/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 144/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 144/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 148/175 KB 248/265 KB 498/558 KB 216/418 KB
==> test: 152/175 KB 248/265 KB 502/558 KB 216/418 KB
==> test: 152/175 KB 248/265 KB 502/558 KB 216/418 KB
==> test: 148/175 KB 248/265 KB 502/558 KB 216/418 KB
152/175 KB 248/265 KB 504/558 KB 216/418 KB
152/175 KB 248/265 KB 506/558 KB 216/418 KB
152/175 KB 248/265 KB 510/558 KB 216/418 KB
152/175 KB 248/265 KB 512/558 KB 216/418 KB
152/175 KB 248/265 KB 514/558 KB 216/418 KB
152/175 KB 248/265 KB 518/558 KB 216/418 KB
152/175 KB 248/265 KB 520/558 KB 216/418 KB
152/175 KB 248/265 KB 521/558 KB 216/418 KB
152/175 KB 248/265 KB 525/558 KB 216/418 KB
152/175 KB 248/265 KB 528/558 KB 216/418 KB
152/175 KB 248/265 KB 529/558 KB 216/418 KB
==> test: 152/175 KB 248/265 KB 529/558 KB 220/418 KB
152/175 KB 248/265 KB 529/558 KB 224/418 KB
152/175 KB 248/265 KB 529/558 KB 224/418 KB
==> test: 152/175 KB 248/265 KB 529/558 KB 228/418 KB
152/175 KB 248/265 KB 529/558 KB 232/418 KB
152/175 KB 248/265 KB 529/558 KB 232/418 KB
152/175 KB 248/265 KB 529/558 KB 236/418 KB
152/175 KB 248/265 KB 529/558 KB 240/418 KB
152/175 KB 248/265 KB 529/558 KB 240/418 KB
==> test: 152/175 KB 252/265 KB 529/558 KB 240/418 KB
152/175 KB 256/265 KB 529/558 KB 240/418 KB
152/175 KB 256/265 KB 529/558 KB 240/418 KB
152/175 KB 260/265 KB 529/558 KB 240/418 KB
152/175 KB 264/265 KB 529/558 KB 240/418 KB
152/175 KB 264/265 KB 529/558 KB 240/418 KB
152/175 KB 265/265 KB 529/558 KB 240/418 KB
==> test: 156/175 KB 265/265 KB 529/558 KB 240/418 KB
==> test: 160/175 KB 265/265 KB 529/558 KB 240/418 KB
160/175 KB 265/265 KB 529/558 KB 240/418 KB
164/175 KB 265/265 KB 529/558 KB 240/418 KB
168/175 KB 265/265 KB 529/558 KB 240/418 KB
168/175 KB 265/265 KB 529/558 KB 240/418 KB
172/175 KB 265/265 KB 529/558 KB 240/418 KB
175/175 KB 265/265 KB 529/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 533/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 536/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 537/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 541/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 544/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 545/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 549/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 552/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 553/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 557/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 240/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 244/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 248/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 248/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 252/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 256/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 256/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 260/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 264/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 264/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 268/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 271/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 272/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 276/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 279/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 280/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 284/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 287/418 KB
175/175 KB 265/265 KB 558/558 KB 288/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 292/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 295/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 296/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 300/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 303/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 304/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 308/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 310/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 312/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 316/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 318/418 KB
==> test: 175/175 KB 265/265 KB 558/558 KB 320/418 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (265 KB at 183.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-server/9.0.7.v20131107/jetty-server-9.0.7.v20131107.jar
==> test:
==> test: Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/curator/curator-framework/2.4.2/curator-framework-2.4.2.jar (175 KB at 181.9 KB/sec)
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/com/sun/mail/javax.mail/1.5.2/javax.mail-1.5.2.jar (558 KB at 252.6 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-http/9.0.7.v20131107/jetty-http-9.0.7.v20131107.jar
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-io/9.0.7.v20131107/jetty-io-9.0.7.v20131107.jar
==> test: 324/418 KB
326/418 KB
328/418 KB
332/418 KB
334/418 KB
336/418 KB
==> test: 340/418 KB
342/418 KB
344/418 KB
==> test: 348/418 KB
==> test: 349/418 KB
==> test: 352/418 KB
==> test: 356/418 KB
==> test: 357/418 KB
==> test: 360/418 KB
==> test: 364/418 KB
==> test: 365/418 KB
==> test: 368/418 KB
==> test: 372/418 KB
==> test: 373/418 KB
==> test: 376/418 KB
==> test: 380/418 KB
==> test: 381/418 KB
==> test: 384/418 KB
==> test: 388/418 KB
==> test: 389/418 KB
==> test: 392/418 KB
==> test: 396/418 KB
==> test: 400/418 KB
==> test: 400/418 KB
==> test: 404/418 KB
==> test: 408/418 KB
==> test: 408/418 KB
==> test: 412/418 KB
==> test: 416/418 KB
==> test: 416/418 KB
==> test: 418/418 KB
==> test: 418/418 KB 4/103 KB
418/418 KB 8/103 KB
418/418 KB 8/103 KB
418/418 KB 12/103 KB
418/418 KB 16/103 KB
418/418 KB 16/103 KB
418/418 KB 20/103 KB
4/85 KB 418/418 KB 20/103 KB
8/85 KB 418/418 KB 20/103 KB
8/85 KB 418/418 KB 20/103 KB
12/85 KB 418/418 KB 20/103 KB
16/85 KB 418/418 KB 20/103 KB
16/85 KB 418/418 KB 20/103 KB
20/85 KB 418/418 KB 20/103 KB
24/85 KB 418/418 KB 20/103 KB
24/85 KB 418/418 KB 20/103 KB
==> test: 24/85 KB 418/418 KB 20/103 KB 4/358 KB
24/85 KB 418/418 KB 20/103 KB 8/358 KB
24/85 KB 418/418 KB 20/103 KB 8/358 KB
24/85 KB 418/418 KB 20/103 KB 12/358 KB
24/85 KB 418/418 KB 20/103 KB 16/358 KB
24/85 KB 418/418 KB 20/103 KB 16/358 KB
24/85 KB 418/418 KB 20/103 KB 20/358 KB
24/85 KB 418/418 KB 20/103 KB 24/358 KB
24/85 KB 418/418 KB 20/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 24/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 24/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 28/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 31/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 32/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 32/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 36/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 40/103 KB 24/358 KB
==> test: 24/85 KB 418/418 KB 40/103 KB 24/358 KB
==> test: 28/85 KB 418/418 KB 40/103 KB 24/358 KB
31/85 KB 418/418 KB 40/103 KB 24/358 KB
32/85 KB 418/418 KB 40/103 KB 24/358 KB
36/85 KB 418/418 KB 40/103 KB 24/358 KB
40/85 KB 418/418 KB 40/103 KB 24/358 KB
40/85 KB 418/418 KB 40/103 KB 24/358 KB
44/85 KB 418/418 KB 40/103 KB 24/358 KB
48/85 KB 418/418 KB 40/103 KB 24/358 KB
48/85 KB 418/418 KB 40/103 KB 24/358 KB
52/85 KB 418/418 KB 40/103 KB 24/358 KB
56/85 KB 418/418 KB 40/103 KB 24/358 KB
56/85 KB 418/418 KB 40/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 44/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 48/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 48/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 52/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 56/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 56/103 KB 24/358 KB
==> test: 56/85 KB 418/418 KB 56/103 KB 28/358 KB
56/85 KB 418/418 KB 56/103 KB 31/358 KB
56/85 KB 418/418 KB 56/103 KB 32/358 KB
56/85 KB 418/418 KB 56/103 KB 32/358 KB
56/85 KB 418/418 KB 56/103 KB 36/358 KB
56/85 KB 418/418 KB 56/103 KB 40/358 KB
56/85 KB 418/418 KB 56/103 KB 40/358 KB
56/85 KB 418/418 KB 56/103 KB 44/358 KB
56/85 KB 418/418 KB 56/103 KB 48/358 KB
56/85 KB 418/418 KB 56/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 60/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 64/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 64/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 68/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 72/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 72/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 76/103 KB 48/358 KB
==> test: 56/85 KB 418/418 KB 80/103 KB 48/358 KB
==> test: 60/85 KB 4/762 KB 418/418 KB 80/103 KB 48/358 KB
60/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
60/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
60/85 KB 418/418 KB 80/103 KB 48/358 KB
64/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
64/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
68/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
72/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
72/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
76/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
80/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
80/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
84/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
85/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
==> test: 85/85 KB 8/762 KB 418/418 KB 80/103 KB 48/358 KB
==> test: 85/85 KB 8/762 KB 418/418 KB 84/103 KB 48/358 KB
==> test: 85/85 KB 8/762 KB 418/418 KB 88/103 KB 48/358 KB
==> test: 85/85 KB 8/762 KB 418/418 KB 88/103 KB 48/358 KB
==> test: 85/85 KB 8/762 KB 418/418 KB 88/103 KB 52/358 KB
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (418 KB at 235.5 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlets/9.0.7.v20131107/jetty-servlets-9.0.7.v20131107.jar
==> test: 85/85 KB 8/762 KB 88/103 KB 56/358 KB
85/85 KB 8/762 KB 88/103 KB 56/358 KB
85/85 KB 8/762 KB 88/103 KB 60/358 KB
85/85 KB 8/762 KB 88/103 KB 64/358 KB
85/85 KB 8/762 KB 88/103 KB 64/358 KB
85/85 KB 8/762 KB 88/103 KB 68/358 KB
85/85 KB 8/762 KB 88/103 KB 72/358 KB
85/85 KB 8/762 KB 88/103 KB 72/358 KB
==> test: 85/85 KB 8/762 KB 88/103 KB 76/358 KB
==> test: 85/85 KB 8/762 KB 88/103 KB 80/358 KB
==> test: 85/85 KB 8/762 KB 88/103 KB 80/358 KB
==> test: 85/85 KB 8/762 KB 92/103 KB 80/358 KB
85/85 KB 8/762 KB 96/103 KB 80/358 KB
85/85 KB 8/762 KB 96/103 KB 80/358 KB
==> test: 85/85 KB 8/762 KB 100/103 KB 80/358 KB
==> test: 85/85 KB 8/762 KB 103/103 KB 80/358 KB
==> test: 85/85 KB 12/762 KB 103/103 KB 80/358 KB
85/85 KB 16/762 KB 103/103 KB 80/358 KB
85/85 KB 16/762 KB 103/103 KB 80/358 KB
85/85 KB 20/762 KB 103/103 KB 80/358 KB
85/85 KB 24/762 KB 103/103 KB 80/358 KB
85/85 KB 24/762 KB 103/103 KB 80/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 84/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 88/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 88/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 92/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 96/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 96/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 100/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 104/358 KB
==> test: 85/85 KB 24/762 KB 103/103 KB 104/358 KB
==> test: 85/85 KB 28/762 KB 103/103 KB 104/358 KB
85/85 KB 31/762 KB 103/103 KB 104/358 KB
85/85 KB 32/762 KB 103/103 KB 104/358 KB
85/85 KB 36/762 KB 103/103 KB 104/358 KB
85/85 KB 40/762 KB 103/103 KB 104/358 KB
85/85 KB 40/762 KB 103/103 KB 104/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 108/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 112/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 112/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 116/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 120/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 120/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 124/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 128/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 128/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 132/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 136/358 KB
==> test: 85/85 KB 40/762 KB 103/103 KB 136/358 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-io/9.0.7.v20131107/jetty-io-9.0.7.v20131107.jar (85 KB at 122.9 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-continuation/9.0.7.v20131107/jetty-continuation-9.0.7.v20131107.jar
==> test: 44/762 KB 103/103 KB 136/358 KB
==> test: 48/762 KB 103/103 KB 136/358 KB
==> test: 48/762 KB 103/103 KB 136/358 KB
==> test: 52/762 KB 103/103 KB 136/358 KB
==> test: 56/762 KB 103/103 KB 136/358 KB
==> test: 56/762 KB 103/103 KB 136/358 KB
60/762 KB 103/103 KB 136/358 KB
64/762 KB 103/103 KB 136/358 KB
64/762 KB 103/103 KB 136/358 KB
==> test: 64/762 KB 103/103 KB 140/358 KB
==> test: 64/762 KB 103/103 KB 143/358 KB
==> test: 64/762 KB 103/103 KB 144/358 KB
==> test: 64/762 KB 103/103 KB 148/358 KB
==> test: 64/762 KB 103/103 KB 151/358 KB
==> test: 64/762 KB 103/103 KB 152/358 KB
==> test: 64/762 KB 103/103 KB 156/358 KB
==> test: 64/762 KB 103/103 KB 159/358 KB
==> test: 64/762 KB 103/103 KB 160/358 KB
==> test: 64/762 KB 103/103 KB 164/358 KB
==> test: 64/762 KB 103/103 KB 167/358 KB
==> test: 4/92 KB 64/762 KB 103/103 KB 167/358 KB
==> test: 8/92 KB 64/762 KB 103/103 KB 167/358 KB
8/92 KB 64/762 KB 103/103 KB 167/358 KB
12/92 KB 64/762 KB 103/103 KB 167/358 KB
16/92 KB 64/762 KB 103/103 KB 167/358 KB
16/92 KB 64/762 KB 103/103 KB 167/358 KB
20/92 KB 64/762 KB 103/103 KB 167/358 KB
24/92 KB 64/762 KB 103/103 KB 167/358 KB
24/92 KB 64/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 68/762 KB 103/103 KB 167/358 KB
24/92 KB 72/762 KB 103/103 KB 167/358 KB
24/92 KB 72/762 KB 103/103 KB 167/358 KB
24/92 KB 76/762 KB 103/103 KB 167/358 KB
24/92 KB 79/762 KB 103/103 KB 167/358 KB
24/92 KB 80/762 KB 103/103 KB 167/358 KB
24/92 KB 84/762 KB 103/103 KB 167/358 KB
24/92 KB 87/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 88/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 92/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 95/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 96/762 KB 103/103 KB 167/358 KB
==> test: 24/92 KB 96/762 KB 103/103 KB 168/358 KB
24/92 KB 96/762 KB 103/103 KB 172/358 KB
24/92 KB 96/762 KB 103/103 KB 175/358 KB
24/92 KB 96/762 KB 103/103 KB 176/358 KB
==> test: 24/92 KB 96/762 KB 103/103 KB 180/358 KB
==> test: 24/92 KB 96/762 KB 103/103 KB 182/358 KB
==> test: 24/92 KB 96/762 KB 103/103 KB 184/358 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-http/9.0.7.v20131107/jetty-http-9.0.7.v20131107.jar (103 KB at 131.2 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-util/9.0.7.v20131107/jetty-util-9.0.7.v20131107.jar
==> test: 24/92 KB 96/762 KB 188/358 KB
==> test: 24/92 KB 96/762 KB 190/358 KB
==> test: 24/92 KB 96/762 KB 192/358 KB
==> test: 28/92 KB 96/762 KB 192/358 KB
31/92 KB 96/762 KB 192/358 KB
32/92 KB 96/762 KB 192/358 KB
32/92 KB 96/762 KB 192/358 KB
36/92 KB 96/762 KB 192/358 KB
40/92 KB 96/762 KB 192/358 KB
40/92 KB 96/762 KB 192/358 KB
44/92 KB 96/762 KB 192/358 KB
48/92 KB 96/762 KB 192/358 KB
48/92 KB 96/762 KB 192/358 KB
52/92 KB 96/762 KB 192/358 KB
56/92 KB 96/762 KB 192/358 KB
56/92 KB 96/762 KB 192/358 KB
==> test: 56/92 KB 100/762 KB 192/358 KB
56/92 KB 103/762 KB 192/358 KB
56/92 KB 104/762 KB 192/358 KB
56/92 KB 108/762 KB 192/358 KB
56/92 KB 111/762 KB 192/358 KB
56/92 KB 112/762 KB 192/358 KB
==> test: 56/92 KB 116/762 KB 192/358 KB
==> test: 56/92 KB 118/762 KB 192/358 KB
==> test: 56/92 KB 120/762 KB 192/358 KB
==> test: 56/92 KB 124/762 KB 192/358 KB
==> test: 56/92 KB 126/762 KB 192/358 KB
==> test: 56/92 KB 128/762 KB 192/358 KB
==> test: 56/92 KB 132/762 KB 192/358 KB
==> test: 56/92 KB 134/762 KB 192/358 KB
==> test: 56/92 KB 136/762 KB 192/358 KB
==> test: 56/92 KB 140/762 KB 192/358 KB
==> test: 56/92 KB 142/762 KB 192/358 KB
==> test: 56/92 KB 144/762 KB 192/358 KB
==> test: 56/92 KB 148/762 KB 192/358 KB
==> test: 56/92 KB 150/762 KB 192/358 KB
==> test: 56/92 KB 152/762 KB 192/358 KB
==> test: 56/92 KB 152/762 KB 196/358 KB
56/92 KB 152/762 KB 198/358 KB
56/92 KB 152/762 KB 200/358 KB
56/92 KB 152/762 KB 204/358 KB
56/92 KB 152/762 KB 206/358 KB
56/92 KB 152/762 KB 208/358 KB
56/92 KB 152/762 KB 212/358 KB
56/92 KB 152/762 KB 214/358 KB
56/92 KB 152/762 KB 216/358 KB
56/92 KB 152/762 KB 220/358 KB
56/92 KB 152/762 KB 221/358 KB
56/92 KB 152/762 KB 224/358 KB
==> test: 60/92 KB 152/762 KB 224/358 KB
64/92 KB 152/762 KB 224/358 KB
64/92 KB 152/762 KB 224/358 KB
68/92 KB 152/762 KB 224/358 KB
72/92 KB 152/762 KB 224/358 KB
72/92 KB 152/762 KB 224/358 KB
76/92 KB 152/762 KB 224/358 KB
80/92 KB 152/762 KB 224/358 KB
80/92 KB 152/762 KB 224/358 KB
84/92 KB 152/762 KB 224/358 KB
88/92 KB 152/762 KB 224/358 KB
88/92 KB 152/762 KB 224/358 KB
92/92 KB 152/762 KB 224/358 KB
==> test: 92/92 KB 156/762 KB 224/358 KB
==> test: 92/92 KB 157/762 KB 224/358 KB
==> test: 92/92 KB 160/762 KB 224/358 KB
==> test: 92/92 KB 164/762 KB 224/358 KB
==> test: 92/92 KB 165/762 KB 224/358 KB
==> test: 92/92 KB 168/762 KB 224/358 KB
==> test: 92/92 KB 172/762 KB 224/358 KB
==> test: 92/92 KB 173/762 KB 224/358 KB
==> test: 92/92 KB 176/762 KB 224/358 KB
==> test: 92/92 KB 180/762 KB 224/358 KB
==> test: 92/92 KB 181/762 KB 224/358 KB
==> test: 92/92 KB 184/762 KB 224/358 KB
==> test: 92/92 KB 188/762 KB 224/358 KB
==> test: 92/92 KB 189/762 KB 224/358 KB
==> test: 92/92 KB 192/762 KB 224/358 KB
==> test: 92/92 KB 196/762 KB 224/358 KB
==> test: 92/92 KB 197/762 KB 224/358 KB
==> test: 92/92 KB 200/762 KB 224/358 KB
==> test: 92/92 KB 204/762 KB 224/358 KB
==> test: 92/92 KB 208/762 KB 224/358 KB
==> test: 92/92 KB 208/762 KB 224/358 KB
==> test: 92/92 KB 212/762 KB 224/358 KB
==> test: 92/92 KB 216/762 KB 224/358 KB
==> test: 92/92 KB 216/762 KB 224/358 KB
==> test: 92/92 KB 216/762 KB 228/358 KB
92/92 KB 216/762 KB 232/358 KB
==> test: 92/92 KB 216/762 KB 232/358 KB
92/92 KB 216/762 KB 236/358 KB
92/92 KB 216/762 KB 240/358 KB
92/92 KB 216/762 KB 240/358 KB
92/92 KB 216/762 KB 244/358 KB
92/92 KB 216/762 KB 248/358 KB
92/92 KB 216/762 KB 248/358 KB
92/92 KB 216/762 KB 252/358 KB
92/92 KB 216/762 KB 256/358 KB
92/92 KB 216/762 KB 256/358 KB
==> test: 92/92 KB 216/762 KB 4/16 KB 256/358 KB
92/92 KB 216/762 KB 8/16 KB 256/358 KB
92/92 KB 216/762 KB 8/16 KB 256/358 KB
==> test: 92/92 KB 216/762 KB 12/16 KB 256/358 KB
92/92 KB 216/762 KB 16/16 KB 256/358 KB
92/92 KB 216/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 220/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 224/762 KB 16/16 KB 256/358 KB
92/92 KB 224/762 KB 16/16 KB 256/358 KB
92/92 KB 228/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 232/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 232/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 236/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 240/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 240/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 243/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 247/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 248/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 251/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 255/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 256/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 259/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 263/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 264/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 267/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 271/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 272/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 275/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 279/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 280/762 KB 16/16 KB 256/358 KB
==> test: 92/92 KB 280/762 KB 16/16 KB 260/358 KB
92/92 KB 280/762 KB 16/16 KB 264/358 KB
92/92 KB 280/762 KB 16/16 KB 264/358 KB
92/92 KB 280/762 KB 16/16 KB 268/358 KB
92/92 KB 280/762 KB 16/16 KB 271/358 KB
92/92 KB 280/762 KB 16/16 KB 272/358 KB
92/92 KB 280/762 KB 16/16 KB 276/358 KB
92/92 KB 280/762 KB 16/16 KB 279/358 KB
92/92 KB 280/762 KB 16/16 KB 280/358 KB
92/92 KB 280/762 KB 16/16 KB 284/358 KB
92/92 KB 280/762 KB 16/16 KB 287/358 KB
92/92 KB 280/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 282/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 286/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 288/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 290/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 294/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 296/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 298/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 302/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 304/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 306/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 310/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 312/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 314/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 318/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 320/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 322/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 326/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 328/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 329/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 333/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 336/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 337/762 KB 16/16 KB 288/358 KB
==> test: 92/92 KB 337/762 KB 16/16 KB 292/358 KB
92/92 KB 337/762 KB 16/16 KB 295/358 KB
92/92 KB 337/762 KB 16/16 KB 296/358 KB
92/92 KB 337/762 KB 16/16 KB 300/358 KB
92/92 KB 337/762 KB 16/16 KB 303/358 KB
92/92 KB 337/762 KB 16/16 KB 304/358 KB
92/92 KB 337/762 KB 16/16 KB 308/358 KB
92/92 KB 337/762 KB 16/16 KB 310/358 KB
92/92 KB 337/762 KB 16/16 KB 312/358 KB
92/92 KB 337/762 KB 16/16 KB 316/358 KB
92/92 KB 337/762 KB 16/16 KB 318/358 KB
==> test: 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 4/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 8/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 8/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 12/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 16/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 16/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 20/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 24/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 24/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 28/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 31/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 337/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 341/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 344/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 345/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 349/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 352/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 353/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 357/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 360/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 361/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 365/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 368/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 368/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 372/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 376/762 KB 16/16 KB 320/358 KB
32/333 KB 92/92 KB 376/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 380/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 92/92 KB 384/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 384/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 388/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 392/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 392/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 396/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 400/762 KB 16/16 KB 320/358 KB
==> test: 32/333 KB 400/762 KB 16/16 KB 320/358 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-servlets/9.0.7.v20131107/jetty-servlets-9.0.7.v20131107.jar (92 KB at 138.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/de/neuland-bfi/jade4j/0.4.0/jade4j-0.4.0.jar
==> test: 32/333 KB 400/762 KB 16/16 KB 324/358 KB
32/333 KB 400/762 KB 16/16 KB 326/358 KB
32/333 KB 400/762 KB 16/16 KB 328/358 KB
32/333 KB 400/762 KB 16/16 KB 332/358 KB
32/333 KB 400/762 KB 16/16 KB 334/358 KB
==> test: 32/333 KB 400/762 KB 16/16 KB 336/358 KB
32/333 KB 400/762 KB 16/16 KB 340/358 KB
32/333 KB 400/762 KB 16/16 KB 342/358 KB
32/333 KB 400/762 KB 16/16 KB 344/358 KB
32/333 KB 400/762 KB 16/16 KB 348/358 KB
32/333 KB 400/762 KB 16/16 KB 349/358 KB
32/333 KB 400/762 KB 16/16 KB 352/358 KB
==> test: 36/333 KB 400/762 KB 16/16 KB 352/358 KB
40/333 KB 400/762 KB 16/16 KB 352/358 KB
40/333 KB 400/762 KB 16/16 KB 352/358 KB
44/333 KB 400/762 KB 16/16 KB 352/358 KB
48/333 KB 400/762 KB 16/16 KB 352/358 KB
48/333 KB 400/762 KB 16/16 KB 352/358 KB
52/333 KB 400/762 KB 16/16 KB 352/358 KB
56/333 KB 400/762 KB 16/16 KB 352/358 KB
56/333 KB 400/762 KB 16/16 KB 352/358 KB
60/333 KB 400/762 KB 16/16 KB 352/358 KB
64/333 KB 400/762 KB 16/16 KB 352/358 KB
64/333 KB 400/762 KB 16/16 KB 352/358 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-continuation/9.0.7.v20131107/jetty-continuation-9.0.7.v20131107.jar (16 KB at 31.0 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/org/apache/commons/commons-jexl/2.1.1/commons-jexl-2.1.1.jar
==> test: 64/333 KB 404/762 KB 352/358 KB
64/333 KB 407/762 KB 352/358 KB
64/333 KB 408/762 KB 352/358 KB
64/333 KB 412/762 KB 352/358 KB
64/333 KB 415/762 KB 352/358 KB
64/333 KB 416/762 KB 352/358 KB
64/333 KB 420/762 KB 352/358 KB
64/333 KB 423/762 KB 352/358 KB
==> test: 64/333 KB 424/762 KB 352/358 KB
==> test: 64/333 KB 428/762 KB 352/358 KB
==> test: 64/333 KB 431/762 KB 352/358 KB
==> test: 64/333 KB 432/762 KB 352/358 KB
==> test: 64/333 KB 436/762 KB 352/358 KB
==> test: 64/333 KB 439/762 KB 352/358 KB
==> test: 64/333 KB 440/762 KB 352/358 KB
==> test: 64/333 KB 444/762 KB 352/358 KB
==> test: 64/333 KB 447/762 KB 352/358 KB
==> test: 64/333 KB 448/762 KB 352/358 KB
==> test: 64/333 KB 452/762 KB 352/358 KB
==> test: 64/333 KB 454/762 KB 352/358 KB
==> test: 64/333 KB 456/762 KB 352/358 KB
==> test: 64/333 KB 460/762 KB 352/358 KB
==> test: 64/333 KB 462/762 KB 352/358 KB
==> test: 64/333 KB 464/762 KB 352/358 KB
==> test: 64/333 KB 464/762 KB 356/358 KB
64/333 KB 464/762 KB 357/358 KB
64/333 KB 464/762 KB 358/358 KB
==> test: 68/333 KB 464/762 KB 358/358 KB
==> test: 72/333 KB 464/762 KB 358/358 KB
==> test: 72/333 KB 464/762 KB 358/358 KB
==> test: 76/333 KB 464/762 KB 358/358 KB
==> test: 80/333 KB 464/762 KB 358/358 KB
==> test: 80/333 KB 464/762 KB 358/358 KB
==> test: 84/333 KB 464/762 KB 358/358 KB
==> test: 88/333 KB 464/762 KB 358/358 KB
==> test: 88/333 KB 464/762 KB 358/358 KB
==> test: 92/333 KB 464/762 KB 358/358 KB
==> test: 96/333 KB 464/762 KB 358/358 KB
==> test: 96/333 KB 464/762 KB 358/358 KB
==> test: 96/333 KB 468/762 KB 358/358 KB
==> test: 96/333 KB 470/762 KB 358/358 KB
==> test: 96/333 KB 472/762 KB 358/358 KB
==> test: 96/333 KB 476/762 KB 358/358 KB
==> test: 96/333 KB 478/762 KB 358/358 KB
==> test: 96/333 KB 480/762 KB 358/358 KB
==> test: 96/333 KB 484/762 KB 358/358 KB
==> test: 96/333 KB 486/762 KB 358/358 KB
==> test: 96/333 KB 488/762 KB 358/358 KB
==> test: 96/333 KB 492/762 KB 358/358 KB
==> test: 96/333 KB 493/762 KB 358/358 KB
==> test: 96/333 KB 496/762 KB 358/358 KB
==> test: 96/333 KB 500/762 KB 358/358 KB
==> test: 96/333 KB 501/762 KB 358/358 KB
==> test: 96/333 KB 504/762 KB 358/358 KB
==> test: 96/333 KB 508/762 KB 358/358 KB
==> test: 96/333 KB 509/762 KB 358/358 KB
==> test: 96/333 KB 512/762 KB 358/358 KB
==> test: 96/333 KB 516/762 KB 358/358 KB
==> test: 96/333 KB 517/762 KB 358/358 KB
==> test: 96/333 KB 520/762 KB 358/358 KB
==> test: 96/333 KB 524/762 KB 358/358 KB
==> test: 96/333 KB 525/762 KB 358/358 KB
==> test: 100/333 KB 525/762 KB 358/358 KB
104/333 KB 525/762 KB 358/358 KB
104/333 KB 525/762 KB 358/358 KB
108/333 KB 525/762 KB 358/358 KB
112/333 KB 525/762 KB 358/358 KB
112/333 KB 525/762 KB 358/358 KB
116/333 KB 525/762 KB 358/358 KB
120/333 KB 525/762 KB 358/358 KB
120/333 KB 525/762 KB 358/358 KB
124/333 KB 525/762 KB 358/358 KB
128/333 KB 525/762 KB 358/358 KB
==> test: 128/333 KB 525/762 KB 358/358 KB
==> test: 132/333 KB 525/762 KB 358/358 KB
==> test: 136/333 KB 525/762 KB 358/358 KB
==> test: 136/333 KB 525/762 KB 358/358 KB
==> test: 136/333 KB 528/762 KB 358/358 KB
==> test: 136/333 KB 532/762 KB 358/358 KB
==> test: 136/333 KB 536/762 KB 358/358 KB
==> test: 136/333 KB 540/762 KB 358/358 KB
==> test: 136/333 KB 544/762 KB 358/358 KB
==> test: 136/333 KB 544/762 KB 358/358 KB
==> test: 136/333 KB 548/762 KB 358/358 KB
==> test: 136/333 KB 552/762 KB 358/358 KB
==> test: 136/333 KB 552/762 KB 358/358 KB
==> test: 136/333 KB 556/762 KB 358/358 KB
==> test: 136/333 KB 560/762 KB 358/358 KB
==> test: 136/333 KB 560/762 KB 358/358 KB
==> test: 136/333 KB 564/762 KB 358/358 KB
==> test: 136/333 KB 568/762 KB 358/358 KB
==> test: 136/333 KB 568/762 KB 358/358 KB
==> test: 136/333 KB 572/762 KB 358/358 KB
==> test: 136/333 KB 576/762 KB 358/358 KB
==> test: 136/333 KB 576/762 KB 358/358 KB
==> test: 136/333 KB 579/762 KB 358/358 KB
==> test: 136/333 KB 583/762 KB 358/358 KB
==> test: 136/333 KB 584/762 KB 358/358 KB
==> test: 136/333 KB 587/762 KB 358/358 KB
==> test: 140/333 KB 587/762 KB 358/358 KB
144/333 KB 587/762 KB 358/358 KB
144/333 KB 587/762 KB 358/358 KB
148/333 KB 587/762 KB 358/358 KB
152/333 KB 587/762 KB 358/358 KB
152/333 KB 587/762 KB 358/358 KB
==> test: 156/333 KB 587/762 KB 358/358 KB
==> test: 160/333 KB 587/762 KB 358/358 KB
==> test: 160/333 KB 587/762 KB 358/358 KB
==> test: 164/333 KB 587/762 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 4/109 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 8/109 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 8/109 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 12/109 KB 358/358 KB
==> test: 168/333 KB 587/762 KB 16/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 16/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 20/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 24/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 24/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 28/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 31/109 KB 358/358 KB
==> test: 168/333 KB 591/762 KB 16/109 KB 358/358 KB
168/333 KB 592/762 KB 31/109 KB
168/333 KB 595/762 KB 31/109 KB
168/333 KB 599/762 KB 31/109 KB
168/333 KB 600/762 KB 31/109 KB
168/333 KB 603/762 KB 31/109 KB
168/333 KB 607/762 KB 31/109 KB
168/333 KB 608/762 KB 31/109 KB
168/333 KB 611/762 KB 31/109 KB
168/333 KB 615/762 KB 31/109 KB
168/333 KB 616/762 KB 31/109 KB
168/333 KB 618/762 KB 31/109 KB
==> test:
Downloaded: https://repo.fmr.com/content/groups/level0.xtrac/org/eclipse/jetty/jetty-server/9.0.7.v20131107/jetty-server-9.0.7.v20131107.jar (358 KB at 247.7 KB/sec)
==> test: Downloading: https://repo.fmr.com/content/groups/level0.xtrac/commons-io/commons-io/2.4/commons-io-2.4.jar
==> test: 168/333 KB 622/762 KB 31/109 KB
==> test: 168/333 KB 624/762 KB 31/109 KB
==> test: 168/333 KB 626/762 KB 31/109 KB
==> test: 168/333 KB 630/762 KB 31/109 KB
==> test: 168/333 KB 632/762 KB 31/109 KB
168/333 KB 634/762 KB 31/109 KB
168/333 KB 638/762 KB 31/109 KB
168/333 KB 640/762 KB 31/109 KB
168/333 KB 642/762 KB 31/109 KB
168/333 KB 646/762 KB 31/109 KB
168/333 KB 648/762 KB 31/109 KB
==> test: 168/333 KB 650/762 KB 31/109 KB
==> test: 168/333 KB 650/762 KB 32/109 KB
==> test: 168/333 KB 650/762 KB 32/109 KB
==> test: 168/333 KB 650/762 KB 32/109 KB 4/262 KB
168/333 KB 650/762 KB 32/109 KB 8/262 KB
168/333 KB 650/762 KB 32/109 KB 8/262 KB
==> test: 168/333 KB 650/762 KB 32/109 KB 12/262 KB
172/333 KB 650/762 KB 32/109 KB 16/262 KB
172/333 KB 650/762 KB 32/109 KB 16/262 KB
172/333 KB 650/762 KB 32/109 KB 20/262 KB
172/333 KB 650/762 KB 32/109 KB 24/262 KB
172/333 KB 650/762 KB 32/109 KB 24/262 KB
172/333 KB 650/762 KB 32/109 KB 28/262 KB
172/333 KB 650/762 KB 32/109 KB 31/262 KB
172/333 KB 650/762 KB 32/109 KB 32/262 KB
==> test: 172/333 KB 650/762 KB 32/109 KB 12/262 KB
176/333 KB 650/762 KB 32/109 KB 32/262 KB
176/333 KB 650/762 KB 32/109 KB 32/262 KB
180/333 KB 650/762 KB 32/109 KB 32/262 KB
184/333 KB 650/762 KB 32/109 KB 32/262 KB
184/333 KB 650/762 KB 32/109 KB 32/262 KB
188/333 KB 650/762 KB 32/109 KB 32/262 KB
192/333 KB 650/762 KB 32/109 KB 32/262 KB
192/333 KB 650/762 KB 32/109 KB 32/262 KB
196/333 KB 650/762 KB 32/109 KB 32/262 KB
200/333 KB 650/762 KB 32/109 KB 32/262 KB
200/333 KB 650/762 KB 32/109 KB 32/262 KB
204/333 KB 650/762 KB 32/109 KB 32/262 KB
208/333 KB 650/762 KB 32/109 KB 32/262 KB
208/333 KB 650/762 KB 32/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 36/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 40/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 40/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 44/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 48/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 48/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 52/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 56/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 56/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 60/109 KB 32/262 KB
==> test: 208/333 KB 650/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 654/762 KB 64/109 KB 32/262 KB
208/333 KB 656/762 KB 64/109 KB 32/262 KB
208/333 KB 657/762 KB 64/109 KB 32/262 KB
208/333 KB 661/762 KB 64/109 KB 32/262 KB
208/333 KB 664/762 KB 64/109 KB 32/262 KB
208/333 KB 665/762 KB 64/109 KB 32/262 KB
208/333 KB 669/762 KB 64/109 KB 32/262 KB
208/333 KB 672/762 KB 64/109 KB 32/262 KB
208/333 KB 673/762 KB 64/109 KB 32/262 KB
208/333 KB 677/762 KB 64/109 KB 32/262 KB
208/333 KB 680/762 KB 64/109 KB 32/262 KB
208/333 KB 681/762 KB 64/109 KB 32/262 KB
208/333 KB 685/762 KB 64/109 KB 32/262 KB
208/333 KB 688/762 KB 64/109 KB 32/262 KB
208/333 KB 689/762 KB 64/109 KB 32/262 KB
208/333 KB 693/762 KB 64/109 KB 32/262 KB
208/333 KB 696/762 KB 64/109 KB 32/262 KB
208/333 KB 697/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 701/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 704/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 704/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 708/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 712/762 KB 64/109 KB 32/262 KB
==> test: 208/333 KB 712/762 KB 64/109 KB 36/262 KB
208/333 KB 712/762 KB 64/109 KB 40/262 KB
==> test: 208/333 KB 712/762 KB 64/109 KB 40/262 KB
208/333 KB 712/762 KB 64/109 KB 44/262 KB
208/333 KB 712/762 KB 64/109 KB 48/262 KB
212/333 KB 712/762 KB 64/109 KB 48/262 KB
216/333 KB 712/762 KB 64/109 KB 48/262 KB
216/333 KB 712/762 KB 64/109 KB 48/262 KB
220/333 KB 712/762 KB 64/109 KB 48/262 KB
224/333 KB 712/762 KB 64/109 KB 48/262 KB
224/333 KB 712/762 KB 64/109 KB 48/262 KB
228/333 KB 712/762 KB 64/109 KB 48/262 KB
232/333 KB 712/762 KB 64/109 KB 48/262 KB
232/333 KB 712/762 KB 64/109 KB 48/262 KB
236/333 KB 712/762 KB 64/109 KB 48/262 KB
240/333 KB 712/762 KB 64/109 KB 48/262 KB
240/333 KB 712/762 KB 64/109 KB 48/262 KB
244/333 KB 712/762 KB 64/109 KB 48/262 KB
248/333 KB 712/762 KB 64/109 KB 48/262 KB
248/333 KB 712/762 KB 64/109 KB 48/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 48/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 52/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 56/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 56/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 60/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 64/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 64/262 KB
==> test: 248/333 KB 712/762 KB 64/109 KB 64/262 KB
==> test: 248/333 KB 712/762 KB 68/109 KB 64/262 KB
248/333 KB 712/762 KB 72/109 KB 64/262 KB
248/333 KB 712/762 KB 72/109 KB 64/262 KB
248/333 KB 712/762 KB 76/109 KB 64/262 KB
248/333 KB 712/762 KB 80/109 KB 64/262 KB
248/333 KB 712/762 KB 80/109 KB 64/262 KB
248/333 KB 712/762 KB 84/109 KB 64/262 KB
248/333 KB 712/762 KB 88/109 KB 64/262 KB
248/333 KB 712/762 KB 88/109 KB 64/262 KB
==> test: 248/333 KB 712/762 KB 92/109 KB 64/262 KB
248/333 KB 712/762 KB 96/109 KB 64/262 KB
248/333 KB 712/762 KB 96/109 KB 64/262 KB
==> test: 248/333 KB 712/762 KB 96/109 KB 64/262 KB
248/333 KB 716/762 KB 96/109 KB 64/262 KB
248/333 KB 720/762 KB 96/109 KB 64/262 KB
==> test: 248/333 KB 720/762 KB 96/109 KB 64/262 KB
==> test: 248/333 KB 724/762 KB 96/109 KB 64/262 KB
==> test: 248/333 KB 728/762 KB 96/109 KB 64/262 KB
248/333 KB 728/762 KB 96/109 KB 64/262 KB
248/333 KB 732/762 KB 96/109 KB 64/262 KB
248/333 KB 736/762 KB 96/109 KB 64/262 KB
248/333 KB 736/762 KB 96/109 KB 64/262 KB
248/333 KB 740/762 KB 96/109 KB 64/262 KB
248/333 KB 743/762 KB 96/109 KB 64/262 KB
248/333 KB 744/762 KB 96/109 KB 64/262 KB
248/333 KB 748/762 KB 96/109 KB 64/262 KB
248/333 KB 751/762 KB 96/109 KB 64/262 KB
248/333 KB 752/762 KB 96/109 KB 64/262 KB
248/333 KB 756/762 KB 96/109 KB 64/262 KB
248/333 KB 759/762 KB 96/109 KB 64/262 KB
248/333 KB 760/762 KB 96/109 KB 64/262 KB
248/333 KB 762/762 KB 96/109 KB 64/262 KB
==> test: 248/333 KB 762/762 KB 96/109 KB 68/262 KB
248/333 KB 762/762 KB 96/109 KB 72/262 KB
248/333 KB 762/762 KB 96/109 KB 72/262 KB
==> test: 252/333 KB 762/762 KB 96/109 KB 72/262 KB
256/333 KB 762/762 KB 96/109 KB 72/262 KB
256/333 KB 762/762 KB 96/109 KB 72/262 KB
260/333 KB 762/762 KB 96/109 KB 72/262 KB
264/333 KB 762/762 KB 96/109 KB 72/262 KB
264/333 KB 762/762 KB 96/109 KB 72/262 KB
==> test: 264/333 KB 762/762 KB 96/109 KB 76/262 KB
264/333 KB 762/762 KB 96/109 KB 80/262 KB
264/333 KB 762/762 KB 96/109 KB 80/262 KB
264/333 KB 762/762 KB 96/109 KB 84/262 KB
264/333 KB 762/762 KB 96/109 KB 88/262 KB
264/333 KB 762/762 KB 96/109 KB 88/262 KB
264/333 KB 762/762 KB 96/109 KB 92/262 KB
264/333 KB 762/762 KB 96/109 KB 96/262 KB
264/333 KB 762/762 KB 96/109 KB 96/262 KB
==> test: 268/333 KB 762/762 KB 96/109 KB 96/262 KB
271/333 KB 762/762 KB 96/109 KB 96/262 KB
272/333 KB 762/762 KB 96/109 KB 96/262 KB
276/333 KB 762/762 KB 96/109 KB 96/262 KB
279/333 KB 762/762 KB 96/109 KB 96/262 KB
280/333 KB 762/762 KB 96/109 KB 96/262 KB
284/333 KB 762/762 KB 96/109 KB 96/262 KB
287/333 KB 762/762 KB 96/109 KB 96/262 KB
288/333 KB 762/762 KB 96/109 KB 96/262 KB
==> test: 288/333 KB 762/762 KB 100/109 KB 96/262 KB
288/333 KB 762/762 KB 104/109 KB 96/262 KB
288/333 KB 762/762 KB 104/109 KB 96/262 KB
288/333 KB 762/762 KB 108/109 KB 96/262 KB
288/333 KB 762/762 KB 109/109 KB 96/262 KB
==> test: 292/333 KB 762/762 KB 109/109 KB 96/262 KB
295/333 KB 762/762 KB 109/109 KB 96/262 KB
296/333 KB 762/762 KB 109/109 KB 96/262 KB
300/333 KB 762/762 KB 109/109 KB 96/262 KB
303/333 KB 762/762 KB 109/109 KB 96/262 KB
==> test: 304/333 KB 762/762 KB 109/109 KB 96/262 KB
==> test: 308/333 KB 762/762 KB 109/109 KB 96/262 KB
==> test: 310/333 KB 762/762 KB 109/109 KB 100/262 KB
==> test: 312/333 KB 762/762 KB 109/109 KB 100/262 KB
==> test: 316/333 KB 762/762 KB 109/109 KB 100/262 KB
==> test: 308/333 KB 762/762 KB 109/109 KB 100/262 KB
==> test: 316/333 KB 762/762 KB 109/109 KB 104/262 KB
==> test: 316/333 KB 762/762 KB 109/109 KB 104/262 KB
==> test: 316/333 KB 762/762 KB 109/109 KB 108/262 KB
==> test: 316/333 KB 762/762 KB 109/109 KB 112/262 KB
==> test: 318/333 KB 762/762 KB 109/109 KB 112/262 KB
==> test: 318/333 KB 762/762 KB 109/109 KB 116/262 KB
==> test: 318/333 KB 762/762 KB 109/109 KB 120/262 KB
==> test: 318/333 KB 762/762 KB 109/109 KB 112/262 KB
320/333 KB 762/762 KB 109/109 KB 120/262 KB
324/333 KB 762/762 KB 109/109 KB 120/262 KB
326/333 KB 762/762 KB 109/109 KB 120/262 KB
328/333 KB 762/762 KB 109/109 KB 120/262 KB
==> test: 328/333 KB 762/762 KB 109/109 KB 120/262 KB
328/333 KB 762/762 KB 109/109 KB 124/262 KB
328/333 KB 762/762 KB 109/109 KB 128/262 KB
328/333 KB 762/762 KB 109/109 KB 128/262 KB
328/333 KB 762/762 KB 109/109 KB 132/262 KB
328/333 KB 762/762 KB 109/109 KB 136/262 KB
==> test: 328/333 KB 4/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 8/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 8/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 12/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 16/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 16/181 KB 762/762 KB 109/109 KB 136/262 KB
==> test: 328/333 KB 20/181 KB 762/762 KB 109/109 KB 136/262 KB
==> test: 328/333 KB 24/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 24/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 28/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 31/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 32/181 KB 762/762 KB 109/109 KB 136/262 KB
328/333 KB 32/181 KB 762/762 KB 109/109 KB 136/262 KB
==> test: 328/333 KB 32/181 KB 762/762 KB 109/109 KB 136/262 KB
==> test: 332/333 KB 32/181 KB 762/762 KB 109/109 KB 140/262 KB
333/333 KB 32/181 KB 762/762 KB 109/109 KB 140/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 140/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 144/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 144/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 148/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 152/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 152/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 156/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 160/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 160/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 164/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 168/262 KB
==> test: 333/333 KB 32/181 KB 762/762 KB 109/109 KB 168/262 KB
==> test: 333/333 KB 36/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 40/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 40/181 KB 762/762 KB 109/109 KB 168/262 KB
==> test: 333/333 KB 44/181 KB 762/762 KB 109/109 KB 168/262 KB
==> test: 333/333 KB 48/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 48/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 52/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 56/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 56/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 60/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 64/181 KB 762/762 KB 109/109 KB 168/262 KB
333/333 KB 64/181 KB 762/762 KB 109/109 KB 168/262 KB
==> test: 333/333 KB 64/181 KB 762/762 KB 109/109 KB 172/262 KB
==> test: 333/333 KB 64/181 KB 762/762 KB 109/109 KB 176/262 KB
==> test: 333/333 KB 64/181 KB 762/762 KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment