Skip to content

Console Output

Started by upstream project "Jeo" build number 1544
originally caused by:
 Started by upstream project "JTS_deploy_snapshots" build number 2175
 originally caused by:
  Started by an SCM change
Started by upstream project "Jeo" build number 1544
originally caused by:
 Started by upstream project "JTS_deploy_snapshots" build number 2175
 originally caused by:
  Started by an SCM change
Running as SYSTEM
Building in workspace /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace
The recommended git tool is: NONE
No credentials specified
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url https://github.com/jnh5y/spatial4j.git # timeout=10
Fetching upstream changes from https://github.com/jnh5y/spatial4j.git
 > /usr/local/bin/git --version # timeout=10
 > git --version # 'git version 2.18.0'
 > /usr/local/bin/git fetch --tags --progress -- https://github.com/jnh5y/spatial4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/jts1.15^{commit} # timeout=10
Checking out Revision bb61565401eb0ce8775eb91389ed308a9adc7aff (refs/remotes/origin/jts1.15)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f bb61565401eb0ce8775eb91389ed308a9adc7aff # timeout=10
Commit message: "Upgraded to JTS 1.15.0-SNAPSHOT to test the JTS 1.15.0 release."
 > /usr/local/bin/git rev-list --no-walk bb61565401eb0ce8775eb91389ed308a9adc7aff # timeout=10
Parsing POMs
Established TCP socket on 44164
[workspace] $ /shared/common/jdk1.8.0_x64-latest/bin/java -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -DforkCount=1 -cp /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/shared/common/apache-maven-latest/boot/plexus-classworlds-2.6.0.jar:/shared/common/apache-maven-latest/conf/logging jenkins.maven3.agent.Maven35Main /shared/common/apache-maven-latest /home/hudson/genie.jts/.jenkins/war/WEB-INF/lib/remoting-4.5.jar /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /home/hudson/genie.jts/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 44164
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -DforkCount=1
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/pom.xml install
[INFO] Scanning for projects...
[WARNING] The project org.locationtech.spatial4j:spatial4j:bundle:0.7-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ----------------< org.locationtech.spatial4j:spatial4j >----------------
[INFO] Building Spatial4J 0.7-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (prepare-agent) @ spatial4j ---
[INFO] argLine set to -javaagent:/opt/public/hipp/homes/genie.jts/.m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/org.jacoco.agent-0.7.5.201505241946-runtime.jar=destfile=/home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/target/jacoco.exec
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ spatial4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ spatial4j ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 62 source files to /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[23,38] org.locationtech.jts.algorithm.CGAlgorithms in org.locationtech.jts.algorithm has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[39,23] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[46,28] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/WKTWriter.java:[115,12] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[252,19] org.locationtech.spatial4j.io.LegacyShapeReader in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[258,19] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java:[282,34] readShape(java.lang.String) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/jts/JtsSpatialContextFactory.java:[83,19] org.locationtech.spatial4j.io.LegacyShapeReader in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/jts/JtsSpatialContextFactory.java:[89,19] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.java:[184,47] <S>multiShape(java.util.List<S>) in org.locationtech.spatial4j.shape.ShapeFactory has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.java:[148,16] lineString(java.util.List<org.locationtech.spatial4j.shape.Point>,double) in org.locationtech.spatial4j.shape.ShapeFactory has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[351,39] createMultiPoint(org.locationtech.jts.geom.Coordinate[]) in org.locationtech.jts.geom.GeometryFactory has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java:[560,28] org.locationtech.jts.algorithm.CGAlgorithms in org.locationtech.jts.algorithm has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[180,20] makeShape(org.locationtech.jts.geom.Geometry,boolean,boolean) in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[210,30] getGeometryFactory() in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[236,19] getGeometryFactory() in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[245,22] getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[265,35] getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsGeometry.java:[313,23] getGeometryFactory() in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[117,15] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[126,15] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[137,15] makeCircle(org.locationtech.spatial4j.shape.Point,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/BinaryCodec.java:[159,15] <S>makeCollection(java.util.List<S>) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/ShapeCollection.java:[59,17] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/ShapeCollection.java:[107,15] <S>makeCollection(java.util.List<S>) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsPoint.java:[62,15] makeRectangle(org.locationtech.spatial4j.shape.Point,org.locationtech.spatial4j.shape.Point) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/jts/JtsPoint.java:[67,15] makeCircle(org.locationtech.spatial4j.shape.Point,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[83,41] getGeometryFactory() in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[103,17] makeShape(org.locationtech.jts.geom.Geometry,boolean,boolean) in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.java:[111,24] getGeometryFrom(org.locationtech.spatial4j.shape.Shape) in org.locationtech.spatial4j.context.jts.JtsSpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/CircleImpl.java:[38,46] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/CircleImpl.java:[76,15] makeCircle(org.locationtech.spatial4j.shape.Point,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/GeoCircle.java:[55,44] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[69,19] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[71,19] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[80,21] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[81,19] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[92,17] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/RectangleImpl.java:[291,17] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/PolyshapeWriter.java:[132,37] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/GeoJSONReader.java:[269,23] <S>makeCollection(java.util.List<S>) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/distance/CartesianDistCalc.java:[105,17] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/distance/CartesianDistCalc.java:[119,17] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[61,26] <S>makeCollection(java.util.List<S>) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[80,26] <S>makeCollection(java.util.List<S>) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLineString.java:[91,15] makeBufferedLineString(java.util.List<org.locationtech.spatial4j.shape.Point>,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/BufferedLine.java:[132,15] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/distance/DistanceUtils.java:[210,17] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/distance/DistanceUtils.java:[280,17] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/GeohashUtils.java:[124,15] makePoint(double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/GeohashUtils.java:[156,15] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/PointImpl.java:[55,15] makeRectangle(org.locationtech.spatial4j.shape.Point,org.locationtech.spatial4j.shape.Point) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/PointImpl.java:[65,15] makeCircle(org.locationtech.spatial4j.shape.Point,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/GeoJSONWriter.java:[55,23] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/GeoJSONWriter.java:[141,19] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/io/jts/JtsGeoJSONWriter.java:[98,23] org.locationtech.spatial4j.io.LegacyShapeWriter in org.locationtech.spatial4j.io has been deprecated
[WARNING] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/shape/impl/BBoxCalculator.java:[193,15] makeRectangle(double,double,double,double) in org.locationtech.spatial4j.context.SpatialContext has been deprecated
[INFO] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java: Some input files use unchecked or unsafe operations.
[INFO] /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/src/main/java/org/locationtech/spatial4j/context/SpatialContextFactory.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- forbiddenapis:1.8:check (default) @ spatial4j ---
[INFO] Scanning for classes to check...
[INFO] Reading bundled API signatures: jdk-system-out
[INFO] Reading bundled API signatures: jdk-unsafe
[INFO] Reading bundled API signatures: jdk-deprecated
[INFO] Loading classes to check...
[INFO] Scanning for API signatures and dependencies...
[INFO] Scanned 100 (and 291 related) class file(s) for forbidden API invocations (in 0.10s), 0 error(s).
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ spatial4j ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ spatial4j ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ spatial4j ---
[INFO] Surefire report directory: /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.jts -DforkCount=1
Running org.locationtech.spatial4j.io.JtsBinaryCodecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in org.locationtech.spatial4j.io.JtsBinaryCodecTest
Running org.locationtech.spatial4j.io.BinaryCodecTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.spatial4j.io.BinaryCodecTest
Running org.locationtech.spatial4j.io.JtsWKTReaderShapeParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.spatial4j.io.JtsWKTReaderShapeParserTest
Running org.locationtech.spatial4j.io.GeneralPolyshapeTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.locationtech.spatial4j.io.GeneralPolyshapeTest
Running org.locationtech.spatial4j.io.GeneralWktTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.029 sec - in org.locationtech.spatial4j.io.GeneralWktTest
Running org.locationtech.spatial4j.io.JtsPolyshapeParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.spatial4j.io.JtsPolyshapeParserTest
Running org.locationtech.spatial4j.io.LegacyShapeReadWriterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.spatial4j.io.LegacyShapeReadWriterTest
Running org.locationtech.spatial4j.io.TestGeohashUtils
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.spatial4j.io.TestGeohashUtils
Running org.locationtech.spatial4j.io.WktCustomShapeParserTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.locationtech.spatial4j.io.WktCustomShapeParserTest
Running org.locationtech.spatial4j.io.WktShapeParserTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.spatial4j.io.WktShapeParserTest
Running org.locationtech.spatial4j.io.GeneralGeoJSONTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.locationtech.spatial4j.io.GeneralGeoJSONTest
Running org.locationtech.spatial4j.io.JtsWktShapeParserTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.locationtech.spatial4j.io.JtsWktShapeParserTest
Running org.locationtech.spatial4j.io.ShapeFormatTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.spatial4j.io.ShapeFormatTest
Running org.locationtech.spatial4j.shape.JtsGeometryTest
Fiji Area: 1.4648403854739502
Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 sec - in org.locationtech.spatial4j.shape.JtsGeometryTest
Running org.locationtech.spatial4j.shape.TestShapesGeo
Laps: 16863 CWIDbD: 8845,67,4105,1279,2567
Laps: 16863 CWIDbD: 8845,67,4105,1279,2567
Laps: 16863 CWIDbD: 8845,67,4105,1279,2567
Laps: 16863 CWIDbD: 8845,67,4105,1279,2567
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.614 sec - in org.locationtech.spatial4j.shape.TestShapesGeo
Running org.locationtech.spatial4j.shape.BufferedLineTest
Laps: 2986 CWIDbD: 85,82,761,187,1871
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.locationtech.spatial4j.shape.BufferedLineTest
Running org.locationtech.spatial4j.shape.ShapeCollectionTest
Laps: 3918 CWIDbD: 99,35,1166,1320,1298
Laps: 7437 CWIDbD: 145,45,2422,2209,2616
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 sec - in org.locationtech.spatial4j.shape.ShapeCollectionTest
Running org.locationtech.spatial4j.shape.TestShapes2D
Laps: 6087 CWIDbD: 34,104,1630,41,4278
Laps: 6087 CWIDbD: 34,104,1630,41,4278
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.locationtech.spatial4j.shape.TestShapes2D
Running org.locationtech.spatial4j.shape.BufferedLineStringTest
Laps: 8228 CWIDbD: 96,240,1645,137,6110
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 sec - in org.locationtech.spatial4j.shape.BufferedLineStringTest
Running org.locationtech.spatial4j.shape.impl.BBoxCalculatorTest
Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.locationtech.spatial4j.shape.impl.BBoxCalculatorTest
Running org.locationtech.spatial4j.shape.jts.JtsShapeFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.spatial4j.shape.jts.JtsShapeFactoryTest
Running org.locationtech.spatial4j.context.jts.JtsSpatialContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.spatial4j.context.jts.JtsSpatialContextTest
Running org.locationtech.spatial4j.context.SpatialContextFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.spatial4j.context.SpatialContextFactoryTest
Running org.locationtech.spatial4j.distance.TestDistances
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 sec - in org.locationtech.spatial4j.distance.TestDistances

Results :

Tests run: 392, Failures: 0, Errors: 0, Skipped: 3

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.3:bundle (default-bundle) @ spatial4j ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ spatial4j ---
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/target/spatial4j-0.7-SNAPSHOT.jar to /opt/public/hipp/homes/genie.jts/.m2/repository/org/locationtech/spatial4j/spatial4j/0.7-SNAPSHOT/spatial4j-0.7-SNAPSHOT.jar
[INFO] Installing /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/pom.xml to /opt/public/hipp/homes/genie.jts/.m2/repository/org/locationtech/spatial4j/spatial4j/0.7-SNAPSHOT/spatial4j-0.7-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.3:install (default-install) @ spatial4j ---
[INFO] Installing org/locationtech/spatial4j/spatial4j/0.7-SNAPSHOT/spatial4j-0.7-SNAPSHOT.jar
[INFO] Writing OBR metadata
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.231 s
[INFO] Finished at: 2021-02-26T19:59:34-05:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/pom.xml to org.locationtech.spatial4j/spatial4j/0.7-SNAPSHOT/spatial4j-0.7-SNAPSHOT.pom
[JENKINS] Archiving /home/hudson/genie.jts/.jenkins/jobs/Spatial4J/workspace/target/spatial4j-0.7-SNAPSHOT.jar to org.locationtech.spatial4j/spatial4j/0.7-SNAPSHOT/spatial4j-0.7-SNAPSHOT.jar
channel stopped
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Triggering a new build of Jai-ext
Finished: SUCCESS