[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] Build failed in Jenkins: geogig-master-nightly #344
|
See <https://build.geoserver.org/job/geogig-master-nightly/344/display/redirect?page=changes>
Changes:
[Gabriel Roldan] Add PullOp test cases for pulling from non configured remotes
[Gabriel Roldan] Make fetch and pull respect the refspecs specified by the remote configs
------------------------------------------
Started by timer
Building remotely on apollo-slave-01 in workspace <https://build.geoserver.org/job/geogig-master-nightly/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/locationtech/geogig.git # timeout=10
Fetching upstream changes from git://github.com/locationtech/geogig.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/locationtech/geogig.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d55c741d63eda358b73de5de2cb67956c7b3e230 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d55c741d63eda358b73de5de2cb67956c7b3e230
> git rev-list fd5fcb147ad58ca3f8f20724f8156f435882ece2 # timeout=10
> git tag -a -f -m Jenkins Build #344 jenkins-geogig-master-nightly-344 # timeout=10
[geogig-master-nightly] $ mvn -f src/parent/pom.xml -Dhudson.buildId=344 -Dmaven.repo.local=<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository> -U clean install -Pjacoco -Djava.awt.headless=true -Dtest.maxHeapSize=512M "-Dcucumber.options=--monochrome --plugin json:target/cucumber.json" -Djava.io.tmpdir=/mnt/memtmp/geogig-geoserver
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] GeoGig
[INFO] GeoGig Core API
[INFO] GeoGig Core
[INFO] Replication and synchronization
[INFO] GeoGig DataStore Implementation
[INFO] Storage backends
[INFO] RocksDB storage backend
[INFO] GeoGig Command Line Interface
[INFO] PostgreSQL Storage Backend
[INFO] GeoTools Extension
[INFO] Web modules
[INFO] GeoGig Web API
[INFO] GeoGig WebApp
[INFO] GeoGig Web API Automated Functional Tests
[INFO] GeoGig CLI App
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoGig 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geogig ---
[INFO] Deleting <https://build.geoserver.org/job/geogig-master-nightly/ws/src/parent/target>
[INFO]
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ geogig ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ geogig ---
[INFO] argLine set to -javaagent:<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/jenkins/workspace/geogig-master-nightly/src/parent/target/jacoco.exec,excludes=**/*Exception.class> -Xms256m -Xmx512m
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:report (post-unit-test) @ geogig ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ geogig ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <https://build.geoserver.org/job/geogig-master-nightly/ws/src/parent/target/geogig-1.3-SNAPSHOT-tests.jar>
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ geogig >>>
[INFO]
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ geogig ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ geogig ---
[INFO] argLine set to -javaagent:<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/jenkins/workspace/geogig-master-nightly/src/parent/target/jacoco.exec,excludes=**/*Exception.class> -Xms256m -Xmx512m
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ geogig <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ geogig ---
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:test-jar (attach-sources) > generate-sources @ geogig >>>
[INFO]
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ geogig ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ geogig ---
[INFO] argLine set to -javaagent:<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/jenkins/workspace/geogig-master-nightly/src/parent/target/jacoco.exec,excludes=**/*Exception.class> -Xms256m -Xmx512m
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:test-jar (attach-sources) < generate-sources @ geogig <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:test-jar (attach-sources) @ geogig ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ geogig ---
[INFO] Installing <https://build.geoserver.org/job/geogig-master-nightly/ws/src/parent/pom.xml> to <https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/locationtech/geogig/geogig/1.3-SNAPSHOT/geogig-1.3-SNAPSHOT.pom>
[INFO] Installing <https://build.geoserver.org/job/geogig-master-nightly/ws/src/parent/target/geogig-1.3-SNAPSHOT-tests.jar> to <https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/locationtech/geogig/geogig/1.3-SNAPSHOT/geogig-1.3-SNAPSHOT-tests.jar>
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoGig Core API 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/gt-opengis/20-SNAPSHOT/maven-metadata.xml
961/961 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/maven-metadata.xml (961 B at 2.5 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/gt-opengis-20-20180629.195611-112.pom
4/6 KB 6/6 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/gt-opengis-20-20180629.195611-112.pom (6 KB at 56.7 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/library/20-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/library/20-SNAPSHOT/maven-metadata.xml
573/573 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/library/20-SNAPSHOT/maven-metadata.xml (573 B at 6.1 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/library/20-SNAPSHOT/library-20-20180629.195605-112.pom
3/3 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/library/20-SNAPSHOT/library-20-20180629.195605-112.pom (3 KB at 24.5 KB/sec)
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/modules/20-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.boundlessgeo.com/main/org/geotools/modules/20-SNAPSHOT/maven-metadata.xml
573/573 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/modules/20-SNAPSHOT/maven-metadata.xml (573 B at 3.2 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/modules/20-SNAPSHOT/modules-20-20180629.195605-112.pom
4/4 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/modules/20-SNAPSHOT/modules-20-20180629.195605-112.pom (4 KB at 35.3 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/geotools/20-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/geotools/20-SNAPSHOT/maven-metadata.xml
574/574 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/geotools/20-SNAPSHOT/maven-metadata.xml (574 B at 6.1 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/geotools/20-SNAPSHOT/geotools-20-20180629.195602-112.pom
4/75 KB 8/75 KB 12/75 KB 16/75 KB 20/75 KB 24/75 KB 28/75 KB 32/75 KB 36/75 KB 40/75 KB 44/75 KB 48/75 KB 52/75 KB 56/75 KB 60/75 KB 64/75 KB 68/75 KB 72/75 KB 75/75 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/geotools/20-SNAPSHOT/geotools-20-20180629.195602-112.pom (75 KB at 717.5 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/gt-main/20-SNAPSHOT/maven-metadata.xml
2/2 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/maven-metadata.xml (2 KB at 6.7 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/gt-main-20-20180629.195637-112.pom
4/8 KB 8/8 KB 8/8 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/gt-main-20-20180629.195637-112.pom (8 KB at 88.3 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/maven-metadata.xml
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/gt-api/20-SNAPSHOT/maven-metadata.xml
957/957 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/maven-metadata.xml (957 B at 10.4 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/gt-api-20-20180629.195623-112.pom
4/4 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/gt-api-20-20180629.195623-112.pom (4 KB at 44.8 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.pom
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.pom
3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.pom (3 KB at 76.4 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/jts/jts-modules/1.15.1/jts-modules-1.15.1.pom
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/jts/jts-modules/1.15.1/jts-modules-1.15.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-modules/1.15.1/jts-modules-1.15.1.pom
2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-modules/1.15.1/jts-modules-1.15.1.pom (2 KB at 176.9 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/jts/jts/1.15.1/jts-1.15.1.pom
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/jts/jts/1.15.1/jts-1.15.1.pom
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts/1.15.1/jts-1.15.1.pom
3/11 KB 5/11 KB 8/11 KB 11/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts/1.15.1/jts-1.15.1.pom (11 KB at 1332.9 KB/sec)
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/gt-referencing/20-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/maven-metadata.xml
2/2 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/maven-metadata.xml (2 KB at 12.3 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/gt-referencing-20-20180629.195622-112.pom
4/8 KB 8/8 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/gt-referencing-20-20180629.195622-112.pom (8 KB at 77.6 KB/sec)
Downloading: http://download.osgeo.org/webdav/geotools/org/geotools/gt-metadata/20-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/maven-metadata.xml
962/962 B Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/maven-metadata.xml (962 B at 10.6 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/gt-metadata-20-20180629.195618-112.pom
4/5 KB 5/5 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/gt-metadata-20-20180629.195618-112.pom (5 KB at 27.3 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/gt-opengis-20-20180629.195611-112.jar
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/gt-main-20-20180629.195637-112.jar
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/gt-api-20-20180629.195623-112.jar
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/gt-referencing-20-20180629.195622-112.jar
Downloading: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/gt-metadata-20-20180629.195618-112.jar
4/344 KB 8/344 KB 12/344 KB 16/344 KB 20/344 KB 24/344 KB 28/344 KB 32/344 KB 36/344 KB 40/344 KB 44/344 KB 48/344 KB 52/344 KB 56/344 KB 60/344 KB 64/344 KB 68/344 KB 72/344 KB 76/344 KB 80/344 KB 84/344 KB 88/344 KB 92/344 KB 96/344 KB 100/344 KB 104/344 KB 108/344 KB 112/344 KB 116/344 KB 120/344 KB 124/344 KB 128/344 KB 132/344 KB 136/344 KB 140/344 KB 144/344 KB 148/344 KB 152/344 KB 156/344 KB 160/344 KB 164/344 KB 168/344 KB 172/344 KB 176/344 KB 4/523 KB 176/344 KB 8/523 KB 176/344 KB 12/523 KB 176/344 KB 16/523 KB 176/344 KB 16/523 KB 180/344 KB 16/523 KB 184/344 KB 16/523 KB 188/344 KB 20/523 KB 188/344 KB 20/523 KB 192/344 KB 24/523 KB 192/344 KB 28/523 KB 192/344 KB 32/523 KB 192/344 KB 32/523 KB 196/344 KB 32/523 KB 200/344 KB 36/523 KB 204/344 KB 36/523 KB 204/344 KB 36/523 KB 208/344 KB 40/523 KB 208/344 KB 44/523 KB 208/344 KB 48/523 KB 208/344 KB 48/523 KB 212/344 KB 48/523 KB 216/344 KB 48/523 KB 220/344 KB 52/523 KB 224/344 KB 52/523 KB 228/344 KB 52/523 KB 232/344 KB 52/523 KB 236/344 KB 52/523 KB 240/344 KB 52/523 KB 244/344 KB 52/523 KB 248/344 KB 52/523 KB 252/344 KB 52/523 KB 220/344 KB 52/523 KB 256/344 KB 56/523 KB 256/344 KB 60/523 KB 256/344 KB 64/523 KB 256/344 KB 64/523 KB 260/344 KB 64/523 KB 264/344 KB 64/523 KB 268/344 KB 68/523 KB 272/344 KB 68/523 KB 268/344 KB 72/523 KB 272/344 KB 76/523 KB 272/344 KB 76/523 KB 276/344 KB 80/523 KB 280/344 KB 80/523 KB 276/344 KB 80/523 KB 284/344 KB 80/523 KB 288/344 KB 80/523 KB 292/344 KB 84/523 KB 292/344 KB 84/523 KB 296/344 KB 88/523 KB 300/344 KB 88/523 KB 304/344 KB 88/523 KB 296/344 KB 92/523 KB 304/344 KB 96/523 KB 304/344 KB 96/523 KB 308/344 KB 96/523 KB 312/344 KB 96/523 KB 316/344 KB 96/523 KB 320/344 KB 100/523 KB 320/344 KB 104/523 KB 320/344 KB 108/523 KB 320/344 KB 112/523 KB 320/344 KB 112/523 KB 324/344 KB 112/523 KB 328/344 KB 116/523 KB 328/344 KB 116/523 KB 332/344 KB 116/523 KB 336/344 KB 120/523 KB 336/344 KB 124/523 KB 336/344 KB 124/523 KB 340/344 KB 128/523 KB 344/344 KB 128/523 KB 344/344 KB 128/523 KB 344/344 KB 132/523 KB 344/344 KB 136/523 KB 344/344 KB 140/523 KB 344/344 KB 144/523 KB 344/344 KB 148/523 KB 344/344 KB 152/523 KB 344/344 KB 156/523 KB 344/344 KB 160/523 KB 344/344 KB 164/523 KB 344/344 KB 168/523 KB 344/344 KB 172/523 KB 344/344 KB 176/523 KB 344/344 KB 180/523 KB 344/344 KB 184/523 KB 344/344 KB 188/523 KB 344/344 KB 192/523 KB 344/344 KB 196/523 KB 344/344 KB 200/523 KB 344/344 KB 204/523 KB 344/344 KB 208/523 KB 344/344 KB 212/523 KB 344/344 KB 216/523 KB 344/344 KB 220/523 KB 344/344 KB 224/523 KB 344/344 KB 228/523 KB 344/344 KB 232/523 KB 344/344 KB 236/523 KB 344/344 KB 240/523 KB 344/344 KB 244/523 KB 344/344 KB 248/523 KB 344/344 KB 252/523 KB 344/344 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-opengis/20-SNAPSHOT/gt-opengis-20-20180629.195611-112.jar (344 KB at 2564.7 KB/sec)
Downloading: https://repo.boundlessgeo.com/main/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.jar
256/523 KB 260/523 KB 264/523 KB 268/523 KB 272/523 KB 276/523 KB 280/523 KB 284/523 KB 288/523 KB 292/523 KB 296/523 KB 300/523 KB 304/523 KB 308/523 KB 312/523 KB 316/523 KB 320/523 KB 324/523 KB 328/523 KB 332/523 KB 336/523 KB 340/523 KB 344/523 KB 348/523 KB 352/523 KB 356/523 KB 360/523 KB 364/523 KB 368/523 KB 372/523 KB 376/523 KB 380/523 KB 384/523 KB 388/523 KB 392/523 KB 396/523 KB 400/523 KB 404/523 KB 408/523 KB 412/523 KB 416/523 KB 420/523 KB 424/523 KB 428/523 KB 432/523 KB 436/523 KB 440/523 KB 444/523 KB 448/523 KB 452/523 KB 456/523 KB 460/523 KB 464/523 KB 468/523 KB 472/523 KB 476/523 KB 480/523 KB 484/523 KB 488/523 KB 492/523 KB 496/523 KB 500/523 KB 504/523 KB 508/523 KB 512/523 KB 516/523 KB 520/523 KB 523/523 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-metadata/20-SNAPSHOT/gt-metadata-20-20180629.195618-112.jar (523 KB at 3307.3 KB/sec)
4/209 KB 8/209 KB 12/209 KB 16/209 KB 20/209 KB 24/209 KB 28/209 KB 32/209 KB 36/209 KB 40/209 KB 44/209 KB 48/209 KB 4/1189 KB 48/209 KB 8/1189 KB 48/209 KB 12/1189 KB 48/209 KB 16/1189 KB 48/209 KB 20/1189 KB 48/209 KB 24/1189 KB 48/209 KB 28/1189 KB 48/209 KB 32/1189 KB 48/209 KB 36/1189 KB 48/209 KB 40/1189 KB 48/209 KB 44/1189 KB 48/209 KB 48/1189 KB 48/209 KB 52/1189 KB 48/209 KB 52/1189 KB 52/209 KB 56/1189 KB 52/209 KB 56/1189 KB 56/209 KB 60/1189 KB 56/209 KB 60/1189 KB 60/209 KB 64/1189 KB 60/209 KB 64/1189 KB 64/209 KB 68/1189 KB 64/209 KB 68/1189 KB 68/209 KB 72/1189 KB 68/209 KB 72/1189 KB 72/209 KB 76/1189 KB 72/209 KB 76/1189 KB 76/209 KB 80/1189 KB 76/209 KB 80/1189 KB 80/209 KB 84/1189 KB 80/209 KB 88/1189 KB 80/209 KB 88/1189 KB 84/209 KB 92/1189 KB 84/209 KB 92/1189 KB 88/209 KB 96/1189 KB 88/209 KB 96/1189 KB 92/209 KB 96/1189 KB 96/209 KB 100/1189 KB 100/209 KB 100/1189 KB 104/209 KB 100/1189 KB 108/209 KB 100/1189 KB 112/209 KB 100/1189 KB 116/209 KB 100/1189 KB 120/209 KB 100/1189 KB 124/209 KB 100/1189 KB 128/209 KB 100/1189 KB 132/209 KB 100/1189 KB 136/209 KB 100/1189 KB 140/209 KB 100/1189 KB 144/209 KB 100/1189 KB 148/209 KB 100/1189 KB 152/209 KB 100/1189 KB 156/209 KB 100/1189 KB 160/209 KB 100/1189 KB 164/209 KB 100/1189 KB 168/209 KB 100/1189 KB 172/209 KB 100/1189 KB 176/209 KB 100/1189 KB 180/209 KB 100/1189 KB 184/209 KB 100/1189 KB 188/209 KB 100/1189 KB 192/209 KB 100/1189 KB 96/209 KB 104/1189 KB 192/209 KB 104/1189 KB 192/209 KB 4/1757 KB 104/1189 KB 192/209 KB 8/1757 KB 104/1189 KB 192/209 KB 12/1757 KB 104/1189 KB 192/209 KB 16/1757 KB 104/1189 KB 192/209 KB 20/1757 KB 104/1189 KB 192/209 KB 24/1757 KB 104/1189 KB 192/209 KB 28/1757 KB 104/1189 KB 192/209 KB 32/1757 KB 104/1189 KB 192/209 KB 36/1757 KB 104/1189 KB 192/209 KB 40/1757 KB 104/1189 KB 192/209 KB 44/1757 KB 104/1189 KB 192/209 KB 48/1757 KB 104/1189 KB 192/209 KB 52/1757 KB 104/1189 KB 192/209 KB 56/1757 KB 104/1189 KB 192/209 KB 60/1757 KB 104/1189 KB 192/209 KB 64/1757 KB 104/1189 KB 192/209 KB 68/1757 KB 104/1189 KB 192/209 KB 72/1757 KB 104/1189 KB 192/209 KB 76/1757 KB 104/1189 KB 192/209 KB 80/1757 KB 104/1189 KB 192/209 KB 84/1757 KB 104/1189 KB 192/209 KB 88/1757 KB 104/1189 KB 192/209 KB 92/1757 KB 104/1189 KB 192/209 KB 96/1757 KB 104/1189 KB 192/209 KB 100/1757 KB 104/1189 KB 192/209 KB 104/1757 KB 104/1189 KB 192/209 KB 108/1757 KB 104/1189 KB 192/209 KB 112/1757 KB 108/1189 KB 192/209 KB 112/1757 KB 112/1189 KB 192/209 KB 112/1757 KB 112/1189 KB 192/209 KB 116/1757 KB 112/1189 KB 192/209 KB 120/1757 KB 116/1189 KB 192/209 KB 120/1757 KB 116/1189 KB 192/209 KB 124/1757 KB 120/1189 KB 192/209 KB 124/1757 KB 120/1189 KB 192/209 KB 128/1757 KB 124/1189 KB 192/209 KB 128/1757 KB 128/1189 KB 192/209 KB 128/1757 KB 128/1189 KB 196/209 KB 128/1757 KB 128/1189 KB 200/209 KB 128/1757 KB 128/1189 KB 204/209 KB 128/1757 KB 132/1189 KB 204/209 KB 128/1757 KB 132/1189 KB 208/209 KB 128/1757 KB 136/1189 KB 208/209 KB 128/1757 KB 140/1189 KB 208/209 KB 128/1757 KB 144/1189 KB 208/209 KB 128/1757 KB 144/1189 KB 208/209 KB 132/1757 KB 144/1189 KB 208/209 KB 136/1757 KB 144/1189 KB 208/209 KB 140/1757 KB 144/1189 KB 208/209 KB 144/1757 KB 148/1189 KB 208/209 KB 144/1757 KB 152/1189 KB 208/209 KB 144/1757 KB 156/1189 KB 208/209 KB 144/1757 KB 160/1189 KB 208/209 KB 144/1757 KB 164/1189 KB 208/209 KB 144/1757 KB 168/1189 KB 208/209 KB 144/1757 KB 172/1189 KB 208/209 KB 144/1757 KB 176/1189 KB 208/209 KB 144/1757 KB 176/1189 KB 208/209 KB 148/1757 KB 180/1189 KB 208/209 KB 148/1757 KB 184/1189 KB 208/209 KB 152/1757 KB 184/1189 KB 208/209 KB 152/1757 KB 188/1189 KB 208/209 KB 152/1757 KB 192/1189 KB 208/209 KB 152/1757 KB 192/1189 KB 208/209 KB 156/1757 KB 192/1189 KB 208/209 KB 160/1757 KB 196/1189 KB 208/209 KB 160/1757 KB 200/1189 KB 208/209 KB 160/1757 KB 204/1189 KB 208/209 KB 160/1757 KB 208/1189 KB 208/209 KB 160/1757 KB 208/1189 KB 209/209 KB 160/1757 KB 212/1189 KB 209/209 KB 160/1757 KB 216/1189 KB 209/209 KB 160/1757 KB 220/1189 KB 209/209 KB 160/1757 KB 224/1189 KB 209/209 KB 160/1757 KB 224/1189 KB 209/209 KB 164/1757 KB 224/1189 KB 209/209 KB 168/1757 KB 228/1189 KB 209/209 KB 168/1757 KB 228/1189 KB 209/209 KB 172/1757 KB 232/1189 KB 209/209 KB 172/1757 KB 232/1189 KB 209/209 KB 176/1757 KB 236/1189 KB 209/209 KB 176/1757 KB 240/1189 KB 209/209 KB 176/1757 KB 244/1189 KB 209/209 KB 176/1757 KB 248/1189 KB 209/209 KB 176/1757 KB 252/1189 KB 209/209 KB 176/1757 KB 256/1189 KB 209/209 KB 176/1757 KB 256/1189 KB 209/209 KB 180/1757 KB 260/1189 KB 209/209 KB 180/1757 KB 260/1189 KB 209/209 KB 184/1757 KB 264/1189 KB 209/209 KB 184/1757 KB 268/1189 KB 209/209 KB 184/1757 KB 268/1189 KB 209/209 KB 188/1757 KB 272/1189 KB 209/209 KB 188/1757 KB 272/1189 KB 209/209 KB 192/1757 KB 276/1189 KB 209/209 KB 192/1757 KB 280/1189 KB 209/209 KB 192/1757 KB 284/1189 KB 209/209 KB 192/1757 KB 288/1189 KB 209/209 KB 192/1757 KB 292/1189 KB 209/209 KB 192/1757 KB 296/1189 KB 209/209 KB 192/1757 KB 300/1189 KB 209/209 KB 192/1757 KB 304/1189 KB 209/209 KB 192/1757 KB 304/1189 KB 209/209 KB 196/1757 KB 304/1189 KB 209/209 KB 200/1757 KB 304/1189 KB 209/209 KB 204/1757 KB 304/1189 KB 209/209 KB 208/1757 KB 308/1189 KB 209/209 KB 208/1757 KB 312/1189 KB 209/209 KB 208/1757 KB 316/1189 KB 209/209 KB 208/1757 KB 320/1189 KB 209/209 KB 208/1757 KB 324/1189 KB 209/209 KB 208/1757 KB 328/1189 KB 209/209 KB 208/1757 KB 332/1189 KB 209/209 KB 208/1757 KB 336/1189 KB 209/209 KB 208/1757 KB 336/1189 KB 209/209 KB 212/1757 KB 336/1189 KB 209/209 KB 216/1757 KB 340/1189 KB 209/209 KB 216/1757 KB 340/1189 KB 209/209 KB 220/1757 KB 344/1189 KB 209/209 KB 220/1757 KB 348/1189 KB 209/209 KB 220/1757 KB 348/1189 KB 209/209 KB 224/1757 KB 352/1189 KB 209/209 KB 224/1757 KB 356/1189 KB 209/209 KB 224/1757 KB 360/1189 KB 209/209 KB 224/1757 KB 364/1189 KB 209/209 KB 224/1757 KB 368/1189 KB 209/209 KB 224/1757 KB 368/1189 KB 209/209 KB 228/1757 KB 372/1189 KB 209/209 KB 228/1757 KB 372/1189 KB 209/209 KB 232/1757 KB 376/1189 KB 209/209 KB 232/1757 KB 380/1189 KB 209/209 KB 232/1757 KB 380/1189 KB 209/209 KB 236/1757 KB 384/1189 KB 209/209 KB 236/1757 KB 384/1189 KB 209/209 KB 240/1757 KB 388/1189 KB 209/209 KB 240/1757 KB 392/1189 KB 209/209 KB 240/1757 KB 396/1189 KB 209/209 KB 240/1757 KB 400/1189 KB 209/209 KB 240/1757 KB 404/1189 KB 209/209 KB 240/1757 KB 408/1189 KB 209/209 KB 240/1757 KB 412/1189 KB 209/209 KB 240/1757 KB 412/1189 KB 209/209 KB 244/1757 KB 416/1189 KB 209/209 KB 244/1757 KB 416/1189 KB 209/209 KB 248/1757 KB 416/1189 KB 209/209 KB 252/1757 KB 416/1189 KB 209/209 KB 256/1757 KB 420/1189 KB 209/209 KB 256/1757 KB 424/1189 KB 209/209 KB 256/1757 KB 428/1189 KB 209/209 KB 256/1757 KB 432/1189 KB 209/209 KB 256/1757 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-api/20-SNAPSHOT/gt-api-20-20180629.195623-112.jar (209 KB at 975.6 KB/sec)
436/1189 KB 256/1757 KB 436/1189 KB 260/1757 KB 440/1189 KB 260/1757 KB 444/1189 KB 260/1757 KB 444/1189 KB 264/1757 KB 448/1189 KB 264/1757 KB 448/1189 KB 268/1757 KB 448/1189 KB 272/1757 KB 452/1189 KB 272/1757 KB 456/1189 KB 272/1757 KB 460/1189 KB 272/1757 KB 464/1189 KB 272/1757 KB 468/1189 KB 272/1757 KB 472/1189 KB 272/1757 KB 476/1189 KB 272/1757 KB 476/1189 KB 276/1757 KB 480/1189 KB 276/1757 KB 480/1189 KB 280/1757 KB 480/1189 KB 284/1757 KB 480/1189 KB 288/1757 KB 484/1189 KB 288/1757 KB 488/1189 KB 288/1757 KB 492/1189 KB 288/1757 KB 496/1189 KB 288/1757 KB 500/1189 KB 288/1757 KB 500/1189 KB 292/1757 KB 504/1189 KB 292/1757 KB 508/1189 KB 292/1757 KB 512/1189 KB 292/1757 KB 512/1189 KB 296/1757 KB 512/1189 KB 300/1757 KB 512/1189 KB 304/1757 KB 516/1189 KB 304/1757 KB 520/1189 KB 304/1757 KB 524/1189 KB 304/1757 KB 528/1189 KB 304/1757 KB 532/1189 KB 304/1757 KB 532/1189 KB 308/1757 KB 536/1189 KB 308/1757 KB 540/1189 KB 308/1757 KB 544/1189 KB 312/1757 KB 540/1189 KB 312/1757 KB 544/1189 KB 316/1757 KB 544/1189 KB 320/1757 KB 548/1189 KB 320/1757 KB 552/1189 KB 320/1757 KB 556/1189 KB 320/1757 KB 560/1189 KB 320/1757 KB 560/1189 KB 324/1757 KB 560/1189 KB 328/1757 KB 560/1189 KB 332/1757 KB 560/1189 KB 336/1757 KB 564/1189 KB 336/1757 KB 568/1189 KB 336/1757 KB 572/1189 KB 336/1757 KB 576/1189 KB 336/1757 KB 576/1189 KB 340/1757 KB 576/1189 KB 344/1757 KB 576/1189 KB 348/1757 KB 576/1189 KB 352/1757 KB 580/1189 KB 352/1757 KB 584/1189 KB 352/1757 KB 588/1189 KB 352/1757 KB 592/1189 KB 352/1757 KB 592/1189 KB 356/1757 KB 592/1189 KB 360/1757 KB 592/1189 KB 364/1757 KB 592/1189 KB 368/1757 KB 596/1189 KB 368/1757 KB 600/1189 KB 368/1757 KB 604/1189 KB 368/1757 KB 608/1189 KB 368/1757 KB 608/1189 KB 372/1757 KB 608/1189 KB 376/1757 KB 612/1189 KB 376/1757 KB 612/1189 KB 380/1757 KB 616/1189 KB 380/1757 KB 616/1189 KB 384/1757 KB 620/1189 KB 384/1757 KB 624/1189 KB 384/1757 KB 624/1189 KB 388/1757 KB 624/1189 KB 392/1757 KB 628/1189 KB 392/1757 KB 628/1189 KB 396/1757 KB 632/1189 KB 396/1757 KB 632/1189 KB 400/1757 KB 636/1189 KB 400/1757 KB 640/1189 KB 400/1757 KB 644/1189 KB 400/1757 KB 648/1189 KB 400/1757 KB 652/1189 KB 400/1757 KB 656/1189 KB 400/1757 KB 656/1189 KB 404/1757 KB 656/1189 KB 408/1757 KB 656/1189 KB 412/1757 KB 656/1189 KB 416/1757 KB 660/1189 KB 416/1757 KB 664/1189 KB 416/1757 KB 668/1189 KB 416/1757 KB 672/1189 KB 416/1757 KB 676/1189 KB 416/1757 KB 680/1189 KB 416/1757 KB 684/1189 KB 416/1757 KB 688/1189 KB 420/1757 KB 684/1189 KB 420/1757 KB 688/1189 KB 424/1757 KB 688/1189 KB 428/1757 KB 688/1189 KB 432/1757 KB 692/1189 KB 432/1757 KB 696/1189 KB 432/1757 KB 700/1189 KB 432/1757 KB 704/1189 KB 432/1757 KB 708/1189 KB 432/1757 KB 712/1189 KB 432/1757 KB 712/1189 KB 436/1757 KB 716/1189 KB 436/1757 KB 720/1189 KB 436/1757 KB 720/1189 KB 440/1757 KB 720/1189 KB 444/1757 KB 720/1189 KB 448/1757 KB 724/1189 KB 448/1757 KB 728/1189 KB 448/1757 KB 732/1189 KB 448/1757 KB 736/1189 KB 448/1757 KB 740/1189 KB 448/1757 KB 744/1189 KB 448/1757 KB 748/1189 KB 448/1757 KB 752/1189 KB 448/1757 KB 752/1189 KB 452/1757 KB 752/1189 KB 456/1757 KB 752/1189 KB 460/1757 KB 752/1189 KB 464/1757 KB 756/1189 KB 464/1757 KB 760/1189 KB 464/1757 KB 764/1189 KB 464/1757 KB 768/1189 KB 464/1757 KB 772/1189 KB 464/1757 KB 776/1189 KB 464/1757 KB 780/1189 KB 464/1757 KB 784/1189 KB 464/1757 KB 784/1189 KB 468/1757 KB 784/1189 KB 472/1757 KB 784/1189 KB 476/1757 KB 784/1189 KB 480/1757 KB 788/1189 KB 480/1757 KB 792/1189 KB 480/1757 KB 796/1189 KB 480/1757 KB 800/1189 KB 480/1757 KB 804/1189 KB 480/1757 KB 808/1189 KB 480/1757 KB 812/1189 KB 480/1757 KB 816/1189 KB 480/1757 KB 816/1189 KB 484/1757 KB 816/1189 KB 488/1757 KB 816/1189 KB 492/1757 KB 820/1189 KB 492/1757 KB 824/1189 KB 492/1757 KB 824/1189 KB 496/1757 KB 828/1189 KB 496/1757 KB 832/1189 KB 496/1757 KB 836/1189 KB 496/1757 KB 840/1189 KB 496/1757 KB 844/1189 KB 496/1757 KB 848/1189 KB 496/1757 KB 848/1189 KB 500/1757 KB 848/1189 KB 504/1757 KB 852/1189 KB 504/1757 KB 856/1189 KB 508/1757 KB 852/1189 KB 508/1757 KB 860/1189 KB 508/1757 KB 864/1189 KB 508/1757 KB 864/1189 KB 512/1757 KB 868/1189 KB 512/1757 KB 872/1189 KB 512/1757 KB 876/1189 KB 512/1757 KB 880/1189 KB 512/1757 KB 880/1189 KB 516/1757 KB 880/1189 KB 520/1757 KB 884/1189 KB 520/1757 KB 888/1189 KB 524/1757 KB 888/1189 KB 524/1757 KB 892/1189 KB 524/1757 KB 892/1189 KB 528/1757 KB 896/1189 KB 528/1757 KB 900/1189 KB 528/1757 KB 904/1189 KB 528/1757 KB 908/1189 KB 528/1757 KB 912/1189 KB 528/1757 KB 912/1189 KB 532/1757 KB 912/1189 KB 536/1757 KB 912/1189 KB 540/1757 KB 912/1189 KB 544/1757 KB 916/1189 KB 544/1757 KB 920/1189 KB 544/1757 KB 924/1189 KB 544/1757 KB 928/1189 KB 544/1757 KB 932/1189 KB 544/1757 KB 932/1189 KB 548/1757 KB 936/1189 KB 548/1757 KB 940/1189 KB 548/1757 KB 940/1189 KB 552/1757 KB 944/1189 KB 552/1757 KB 944/1189 KB 556/1757 KB 944/1189 KB 560/1757 KB 948/1189 KB 560/1757 KB 952/1189 KB 560/1757 KB 956/1189 KB 560/1757 KB 960/1189 KB 560/1757 KB 960/1189 KB 564/1757 KB 960/1189 KB 568/1757 KB 964/1189 KB 568/1757 KB 968/1189 KB 568/1757 KB 968/1189 KB 572/1757 KB 972/1189 KB 572/1757 KB 976/1189 KB 572/1757 KB 976/1189 KB 576/1757 KB 980/1189 KB 576/1757 KB 984/1189 KB 576/1757 KB 988/1189 KB 576/1757 KB 992/1189 KB 576/1757 KB 992/1189 KB 580/1757 KB 992/1189 KB 584/1757 KB 992/1189 KB 588/1757 KB 992/1189 KB 592/1757 KB 996/1189 KB 592/1757 KB 1000/1189 KB 592/1757 KB 1004/1189 KB 592/1757 KB 1008/1189 KB 592/1757 KB 1008/1189 KB 596/1757 KB 1008/1189 KB 600/1757 KB 1008/1189 KB 604/1757 KB 1008/1189 KB 608/1757 KB 1012/1189 KB 608/1757 KB 1016/1189 KB 608/1757 KB 1020/1189 KB 608/1757 KB 1024/1189 KB 608/1757 KB 1024/1189 KB 612/1757 KB 1024/1189 KB 616/1757 KB 1024/1189 KB 620/1757 KB 1024/1189 KB 624/1757 KB 1028/1189 KB 624/1757 KB 1032/1189 KB 624/1757 KB 1036/1189 KB 624/1757 KB 1036/1189 KB 628/1757 KB 1040/1189 KB 628/1757 KB 1040/1189 KB 632/1757 KB 1040/1189 KB 636/1757 KB 1040/1189 KB 640/1757 KB 1040/1189 KB 644/1757 KB 1040/1189 KB 648/1757 KB 1040/1189 KB 652/1757 KB 1044/1189 KB 652/1757 KB 1044/1189 KB 656/1757 KB 1048/1189 KB 656/1757 KB 1052/1189 KB 656/1757 KB 1056/1189 KB 656/1757 KB 1056/1189 KB 660/1757 KB 1056/1189 KB 664/1757 KB 1056/1189 KB 668/1757 KB 1056/1189 KB 672/1757 KB 1060/1189 KB 672/1757 KB 1064/1189 KB 672/1757 KB 1068/1189 KB 672/1757 KB 1072/1189 KB 672/1757 KB 1072/1189 KB 676/1757 KB 1072/1189 KB 680/1757 KB 1072/1189 KB 684/1757 KB 1072/1189 KB 688/1757 KB 1076/1189 KB 688/1757 KB 1076/1189 KB 692/1757 KB 1080/1189 KB 692/1757 KB 1080/1189 KB 696/1757 KB 1084/1189 KB 696/1757 KB 1084/1189 KB 700/1757 KB 1088/1189 KB 704/1757 KB 1088/1189 KB 704/1757 KB 1088/1189 KB 708/1757 KB 1088/1189 KB 712/1757 KB 1088/1189 KB 716/1757 KB 1088/1189 KB 720/1757 KB 1092/1189 KB 720/1757 KB 1096/1189 KB 720/1757 KB 1100/1189 KB 720/1757 KB 1104/1189 KB 720/1757 KB 1104/1189 KB 724/1757 KB 1104/1189 KB 728/1757 KB 1104/1189 KB 732/1757 KB 1104/1189 KB 736/1757 KB 1108/1189 KB 736/1757 KB 1112/1189 KB 736/1757 KB 1112/1189 KB 740/1757 KB 1116/1189 KB 740/1757 KB 1116/1189 KB 744/1757 KB 1120/1189 KB 744/1757 KB 1120/1189 KB 748/1757 KB 1120/1189 KB 752/1757 KB 1120/1189 KB 756/1757 KB 1120/1189 KB 760/1757 KB 1120/1189 KB 764/1757 KB 1124/1189 KB 764/1757 KB 1124/1189 KB 768/1757 KB 1128/1189 KB 768/1757 KB 1132/1189 KB 768/1757 KB 1136/1189 KB 768/1757 KB 1136/1189 KB 772/1757 KB 1136/1189 KB 776/1757 KB 1136/1189 KB 780/1757 KB 1136/1189 KB 784/1757 KB 1140/1189 KB 784/1757 KB 1144/1189 KB 784/1757 KB 1148/1189 KB 784/1757 KB 1152/1189 KB 784/1757 KB 1152/1189 KB 788/1757 KB 1152/1189 KB 792/1757 KB 1152/1189 KB 796/1757 KB 1152/1189 KB 800/1757 KB 1156/1189 KB 800/1757 KB 1156/1189 KB 804/1757 KB 1160/1189 KB 804/1757 KB 1160/1189 KB 808/1757 KB 1164/1189 KB 808/1757 KB 1164/1189 KB 812/1757 KB 1168/1189 KB 812/1757 KB 1168/1189 KB 816/1757 KB 1168/1189 KB 820/1757 KB 1168/1189 KB 824/1757 KB 1168/1189 KB 828/1757 KB 1168/1189 KB 832/1757 KB 1172/1189 KB 832/1757 KB 1176/1189 KB 832/1757 KB 1180/1189 KB 832/1757 KB 1184/1189 KB 832/1757 KB 1184/1189 KB 836/1757 KB 1188/1189 KB 836/1757 KB 1188/1189 KB 840/1757 KB 1189/1189 KB 840/1757 KB 1189/1189 KB 844/1757 KB 1189/1189 KB 848/1757 KB 1189/1189 KB 852/1757 KB 1189/1189 KB 856/1757 KB 1189/1189 KB 860/1757 KB 1189/1189 KB 864/1757 KB 1189/1189 KB 868/1757 KB 1189/1189 KB 872/1757 KB 1189/1189 KB 876/1757 KB 1189/1189 KB 880/1757 KB 1189/1189 KB 884/1757 KB 1189/1189 KB 888/1757 KB 1189/1189 KB 892/1757 KB 1189/1189 KB 896/1757 KB 1189/1189 KB 900/1757 KB 1189/1189 KB 904/1757 KB 1189/1189 KB 908/1757 KB 1189/1189 KB 912/1757 KB 1189/1189 KB 916/1757 KB 1189/1189 KB 920/1757 KB 1189/1189 KB 924/1757 KB 1189/1189 KB 928/1757 KB 1189/1189 KB 932/1757 KB 1189/1189 KB 936/1757 KB 1189/1189 KB 940/1757 KB 1189/1189 KB 944/1757 KB 1189/1189 KB 948/1757 KB 1189/1189 KB 952/1757 KB 1189/1189 KB 956/1757 KB 1189/1189 KB 960/1757 KB 964/1757 KB 968/1757 KB 972/1757 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-referencing/20-SNAPSHOT/gt-referencing-20-20180629.195622-112.jar (1189 KB at 4642.3 KB/sec)
976/1757 KB 980/1757 KB 984/1757 KB 988/1757 KB 992/1757 KB 996/1757 KB 1000/1757 KB 1004/1757 KB 1008/1757 KB 1012/1757 KB 1016/1757 KB 1020/1757 KB 1024/1757 KB 1028/1757 KB 1032/1757 KB 1036/1757 KB 1040/1757 KB 1044/1757 KB 1048/1757 KB 1052/1757 KB 1056/1757 KB 1060/1757 KB 1064/1757 KB 1068/1757 KB 1072/1757 KB 1076/1757 KB 1080/1757 KB 1084/1757 KB 1088/1757 KB 1092/1757 KB 1096/1757 KB 1100/1757 KB 1104/1757 KB 1108/1757 KB 1112/1757 KB 1116/1757 KB 1120/1757 KB 1124/1757 KB 1128/1757 KB 1132/1757 KB 1136/1757 KB 1140/1757 KB 1144/1757 KB 1148/1757 KB 1152/1757 KB 1156/1757 KB 1160/1757 KB 1164/1757 KB 1168/1757 KB 1172/1757 KB 1176/1757 KB 1180/1757 KB 1184/1757 KB 1188/1757 KB 1192/1757 KB 1196/1757 KB 1200/1757 KB 1204/1757 KB 1208/1757 KB 1212/1757 KB 1216/1757 KB 1220/1757 KB 1224/1757 KB 1228/1757 KB 1232/1757 KB 1236/1757 KB 1240/1757 KB 1244/1757 KB 1248/1757 KB 1252/1757 KB 1256/1757 KB 1260/1757 KB 1264/1757 KB 1268/1757 KB 1272/1757 KB 1276/1757 KB 1280/1757 KB 1284/1757 KB 1288/1757 KB 1292/1757 KB 1296/1757 KB 1300/1757 KB 1304/1757 KB 1308/1757 KB 1312/1757 KB 1316/1757 KB 1320/1757 KB 1324/1757 KB 1328/1757 KB 1332/1757 KB 1336/1757 KB 1340/1757 KB 1344/1757 KB 1348/1757 KB 1352/1757 KB 1356/1757 KB 1360/1757 KB 1364/1757 KB 1368/1757 KB 1372/1757 KB 1376/1757 KB 1380/1757 KB 1384/1757 KB 1388/1757 KB 1392/1757 KB 1396/1757 KB 1400/1757 KB 1404/1757 KB 1408/1757 KB 1412/1757 KB 1416/1757 KB 1420/1757 KB 1424/1757 KB 1428/1757 KB 1432/1757 KB 1436/1757 KB 1440/1757 KB 1444/1757 KB 1448/1757 KB 1452/1757 KB 1456/1757 KB 1460/1757 KB 1464/1757 KB 1468/1757 KB 1472/1757 KB 1476/1757 KB 1480/1757 KB 1484/1757 KB 1488/1757 KB 1492/1757 KB 1496/1757 KB 1500/1757 KB 1504/1757 KB 1508/1757 KB 1512/1757 KB 1516/1757 KB 1520/1757 KB 1524/1757 KB 1528/1757 KB 1532/1757 KB 1536/1757 KB 1540/1757 KB 1544/1757 KB 1548/1757 KB 1552/1757 KB 1556/1757 KB 1560/1757 KB 1564/1757 KB 1568/1757 KB 1572/1757 KB 1576/1757 KB 1580/1757 KB 1584/1757 KB 1588/1757 KB 1592/1757 KB 1596/1757 KB 1600/1757 KB 1604/1757 KB 1608/1757 KB 1612/1757 KB 1616/1757 KB 1620/1757 KB 1624/1757 KB 1628/1757 KB 1632/1757 KB 1636/1757 KB 1640/1757 KB 1644/1757 KB 1648/1757 KB 1652/1757 KB 1656/1757 KB 1660/1757 KB 1664/1757 KB 1668/1757 KB 1672/1757 KB 1676/1757 KB 1680/1757 KB 1684/1757 KB 1688/1757 KB 1692/1757 KB 1696/1757 KB 1700/1757 KB 1704/1757 KB 1708/1757 KB 1712/1757 KB 1716/1757 KB 1720/1757 KB 1724/1757 KB 1728/1757 KB 1732/1757 KB 1736/1757 KB 1740/1757 KB 1744/1757 KB 1748/1757 KB 1752/1757 KB 1756/1757 KB 1757/1757 KB Downloaded: https://repo.boundlessgeo.com/main/org/geotools/gt-main/20-SNAPSHOT/gt-main-20-20180629.195637-112.jar (1757 KB at 5875.4 KB/sec)
Downloading: http://download.osgeo.org/webdav/geotools/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.jar
3/811 KB 5/811 KB 8/811 KB 11/811 KB 13/811 KB 16/811 KB 19/811 KB 21/811 KB 24/811 KB 27/811 KB 29/811 KB 32/811 KB 36/811 KB 40/811 KB 44/811 KB 48/811 KB 52/811 KB 56/811 KB 60/811 KB 64/811 KB 68/811 KB 72/811 KB 76/811 KB 80/811 KB 84/811 KB 88/811 KB 92/811 KB 96/811 KB 100/811 KB 104/811 KB 108/811 KB 112/811 KB 116/811 KB 120/811 KB 124/811 KB 128/811 KB 132/811 KB 136/811 KB 140/811 KB 144/811 KB 148/811 KB 152/811 KB 156/811 KB 160/811 KB 164/811 KB 168/811 KB 172/811 KB 176/811 KB 180/811 KB 184/811 KB 188/811 KB 192/811 KB 196/811 KB 200/811 KB 204/811 KB 208/811 KB 212/811 KB 216/811 KB 220/811 KB 224/811 KB 228/811 KB 232/811 KB 236/811 KB 240/811 KB 244/811 KB 248/811 KB 252/811 KB 256/811 KB 260/811 KB 264/811 KB 268/811 KB 272/811 KB 276/811 KB 280/811 KB 284/811 KB 288/811 KB 292/811 KB 296/811 KB 300/811 KB 304/811 KB 308/811 KB 312/811 KB 316/811 KB 320/811 KB 324/811 KB 328/811 KB 332/811 KB 336/811 KB 340/811 KB 344/811 KB 348/811 KB 352/811 KB 356/811 KB 360/811 KB 364/811 KB 368/811 KB 372/811 KB 376/811 KB 380/811 KB 384/811 KB 388/811 KB 392/811 KB 396/811 KB 400/811 KB 404/811 KB 408/811 KB 412/811 KB 416/811 KB 420/811 KB 424/811 KB 428/811 KB 432/811 KB 436/811 KB 440/811 KB 444/811 KB 448/811 KB 452/811 KB 456/811 KB 460/811 KB 464/811 KB 468/811 KB 472/811 KB 476/811 KB 480/811 KB 484/811 KB 488/811 KB 492/811 KB 496/811 KB 500/811 KB 504/811 KB 508/811 KB 512/811 KB 516/811 KB 520/811 KB 524/811 KB 528/811 KB 532/811 KB 536/811 KB 540/811 KB 544/811 KB 548/811 KB 552/811 KB 556/811 KB 560/811 KB 564/811 KB 568/811 KB 572/811 KB 576/811 KB 580/811 KB 584/811 KB 588/811 KB 592/811 KB 596/811 KB 600/811 KB 604/811 KB 608/811 KB 612/811 KB 616/811 KB 620/811 KB 624/811 KB 628/811 KB 632/811 KB 636/811 KB 640/811 KB 644/811 KB 648/811 KB 652/811 KB 656/811 KB 660/811 KB 664/811 KB 668/811 KB 672/811 KB 676/811 KB 680/811 KB 684/811 KB 688/811 KB 692/811 KB 696/811 KB 700/811 KB 704/811 KB 708/811 KB 712/811 KB 716/811 KB 720/811 KB 724/811 KB 728/811 KB 732/811 KB 736/811 KB 740/811 KB 744/811 KB 748/811 KB 752/811 KB 756/811 KB 760/811 KB 764/811 KB 768/811 KB 772/811 KB 776/811 KB 780/811 KB 784/811 KB 788/811 KB 792/811 KB 796/811 KB 800/811 KB 804/811 KB 808/811 KB 811/811 KB Downloaded: https://repo.maven.apache.org/maven2/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.jar (811 KB at 10811.5 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geogig-api ---
[INFO] Deleting <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/target>
[INFO]
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ geogig-api ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.7.201606060606:prepare-agent (pre-unit-test) @ geogig-api ---
[INFO] argLine set to -javaagent:<https://build.geoserver.org/job/geogig-master-nightly/ws/.repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/org.jacoco.agent-0.7.7.201606060606-runtime.jar=destfile=/var/jenkins/workspace/geogig-master-nightly/src/api/target/jacoco.exec,excludes=**/*Exception.class> -Xms256m -Xmx512m
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ geogig-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ geogig-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 60 source files to <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ geogig-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/src/test/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ geogig-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 28 source files to <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/target/test-classes>
[INFO] <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/src/test/java/org/locationtech/geogig/repository/RemoteTest.java>: Some input files use or override a deprecated API.
[INFO] <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/src/test/java/org/locationtech/geogig/repository/RemoteTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/src/test/java/org/locationtech/geogig/model/NodeTest.java>:[302,47] incompatible types: org.locationtech.jts.geom.Geometry cannot be converted to com.vividsolutions.jts.geom.Geometry
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoGig ............................................. SUCCESS [ 4.975 s]
[INFO] GeoGig Core API .................................... FAILURE [ 7.841 s]
[INFO] GeoGig Core ........................................ SKIPPED
[INFO] Replication and synchronization .................... SKIPPED
[INFO] GeoGig DataStore Implementation .................... SKIPPED
[INFO] Storage backends ................................... SKIPPED
[INFO] RocksDB storage backend ............................ SKIPPED
[INFO] GeoGig Command Line Interface ...................... SKIPPED
[INFO] PostgreSQL Storage Backend ......................... SKIPPED
[INFO] GeoTools Extension ................................. SKIPPED
[INFO] Web modules ........................................ SKIPPED
[INFO] GeoGig Web API ..................................... SKIPPED
[INFO] GeoGig WebApp ...................................... SKIPPED
[INFO] GeoGig Web API Automated Functional Tests .......... SKIPPED
[INFO] GeoGig CLI App ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.444 s
[INFO] Finished at: 2018-06-30T11:45:15+00:00
[INFO] Final Memory: 61M/659M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:testCompile (default-testCompile) on project geogig-api: Compilation failure
[ERROR] <https://build.geoserver.org/job/geogig-master-nightly/ws/src/api/src/test/java/org/locationtech/geogig/model/NodeTest.java>:[302,47] incompatible types: org.locationtech.jts.geom.Geometry cannot be converted to com.vividsolutions.jts.geom.Geometry
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :geogig-api
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Step ‘Publish Cucumber test result report’ failed: Test reports were found but none of them are new. Did tests run?
For example, <https://build.geoserver.org/job/geogig-master-nightly/ws/src/cli/target/cucumber.json> is 23 hr old