Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-rwdtv is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-rwdtv"
  namespace: "spatial4j"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.spatial4j.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-rwdtv"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-rwdtv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.spatial4j.svc.cluster.local/spatial4j/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-spatial4j"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-rwdtv (basic) in workspace /home/jenkins/agent/workspace/Spatial4j
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/locationtech/spatial4j.git
 > git init /home/jenkins/agent/workspace/Spatial4j # timeout=10
Fetching upstream changes from https://github.com/locationtech/spatial4j.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/locationtech/spatial4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/locationtech/spatial4j.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e68d9141c5fba691bceac4d7ce9907a41eb7ab8a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e68d9141c5fba691bceac4d7ce9907a41eb7ab8a # timeout=10
Commit message: "Bump jackson-databind from 2.13.4.1 to 2.13.4.2 (#228)"
 > git rev-list --no-walk e68d9141c5fba691bceac4d7ce9907a41eb7ab8a # timeout=10
[Spatial4j] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f pom.xml -Drandomized.multiplier=10 -Dmaven.repo.local=/home/jenkins/agent/workspace/Spatial4j/.repository clean verify site jacoco:report -P !eclipse-sign -Peclipse-sign -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.locationtech.spatial4j:spatial4j >----------------
[INFO] Building Spatial4J 0.9-SNAPSHOT
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ spatial4j ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent) @ spatial4j ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Spatial4j/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Spatial4j/target/jacoco.exec
[INFO] 
[INFO] --- replacer:1.5.3:replace (process-packageVersion) @ spatial4j ---
[INFO] Replacement run on 1 file.
[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/jenkins/agent/workspace/Spatial4j/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spatial4j ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/Spatial4j/target/classes
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java: Recompile with -Xlint:deprecation for details.
[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.8.0:testCompile (default-testCompile) @ spatial4j ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Spatial4j/target/test-classes
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/test/java/org/locationtech/spatial4j/io/benchmark/ShapeBenchmarks.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/test/java/org/locationtech/spatial4j/io/benchmark/ShapeBenchmarks.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spatial4j ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.locationtech.spatial4j.shape.TestShapes2D
Laps: 32398 CWIDbD: 200,463,8628,263,22844
Laps: 32398 CWIDbD: 200,463,8628,263,22844
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.464 s - in org.locationtech.spatial4j.shape.TestShapes2D
[INFO] Running org.locationtech.spatial4j.shape.BufferedLineStringTest
Laps: 16132 CWIDbD: 200,525,3144,294,11969
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in org.locationtech.spatial4j.shape.BufferedLineStringTest
[INFO] Running org.locationtech.spatial4j.shape.JtsGeometryTest
Fiji Area: 1.46484038547395
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.locationtech.spatial4j.shape.JtsGeometryTest
[INFO] Running org.locationtech.spatial4j.shape.jts.JtsShapeFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.locationtech.spatial4j.shape.jts.JtsShapeFactoryTest
[INFO] Running org.locationtech.spatial4j.shape.ShapeCollectionTest
Laps: 34987 CWIDbD: 837,200,10868,10536,12546
Laps: 13132 CWIDbD: 384,102,3886,4354,4406
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 s - in org.locationtech.spatial4j.shape.ShapeCollectionTest
[INFO] Running org.locationtech.spatial4j.shape.impl.BBoxCalculatorTest
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.locationtech.spatial4j.shape.impl.BBoxCalculatorTest
[INFO] Running org.locationtech.spatial4j.shape.TestShapesGeo
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=-158.0,y=84.0), d=6.0° 667.17km) Rect(minX=-38.0,maxX=56.0,minY=90.0,maxY=90.0)
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=66.0,y=88.0), d=2.0° 222.39km) Rect(minX=-104.0,maxX=-48.0,minY=90.0,maxY=90.0)
Laps: 62468 CWIDbD: 32362,200,15450,4637,9819
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=-158.0,y=84.0), d=6.0° 667.17km) Rect(minX=-38.0,maxX=56.0,minY=90.0,maxY=90.0)
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=66.0,y=88.0), d=2.0° 222.39km) Rect(minX=-104.0,maxX=-48.0,minY=90.0,maxY=90.0)
Laps: 62468 CWIDbD: 32362,200,15450,4637,9819
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=-158.0,y=84.0), d=6.0° 667.17km) Rect(minX=-38.0,maxX=56.0,minY=90.0,maxY=90.0)
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=66.0,y=88.0), d=2.0° 222.39km) Rect(minX=-104.0,maxX=-48.0,minY=90.0,maxY=90.0)
Laps: 62468 CWIDbD: 32362,200,15450,4637,9819
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=-158.0,y=84.0), d=6.0° 667.17km) Rect(minX=-38.0,maxX=56.0,minY=90.0,maxY=90.0)
Seed 59666046DA79B078: Hid assertion due to ambiguous edge touch: Circle(Pt(x=66.0,y=88.0), d=2.0° 222.39km) Rect(minX=-104.0,maxX=-48.0,minY=90.0,maxY=90.0)
Laps: 62468 CWIDbD: 32362,200,15450,4637,9819
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.553 s - in org.locationtech.spatial4j.shape.TestShapesGeo
[INFO] Running org.locationtech.spatial4j.shape.BufferedLineTest
Laps: 9217 CWIDbD: 265,200,2384,526,5842
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.locationtech.spatial4j.shape.BufferedLineTest
[INFO] Running org.locationtech.spatial4j.context.jts.JtsSpatialContextTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.locationtech.spatial4j.context.jts.JtsSpatialContextTest
[INFO] Running org.locationtech.spatial4j.context.SpatialContextFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.locationtech.spatial4j.context.SpatialContextFactoryTest
[INFO] Running org.locationtech.spatial4j.io.WKTWriterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.locationtech.spatial4j.io.WKTWriterTest
[INFO] Running org.locationtech.spatial4j.io.GeneralWktTest
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.021 s - in org.locationtech.spatial4j.io.GeneralWktTest
[INFO] Running org.locationtech.spatial4j.io.jackson.JacksonGeoJSONReaderTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.locationtech.spatial4j.io.jackson.JacksonGeoJSONReaderTest
[INFO] Running org.locationtech.spatial4j.io.jackson.JacksonGeoJSONWriterTest
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.locationtech.spatial4j.io.jackson.JacksonGeoJSONWriterTest
[INFO] Running org.locationtech.spatial4j.io.jackson.SimpleJacksonTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.locationtech.spatial4j.io.jackson.SimpleJacksonTest
[INFO] Running org.locationtech.spatial4j.io.LegacyShapeReadWriterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.locationtech.spatial4j.io.LegacyShapeReadWriterTest
[INFO] Running org.locationtech.spatial4j.io.BinaryCodecTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.locationtech.spatial4j.io.BinaryCodecTest
[INFO] Running org.locationtech.spatial4j.io.GeneralPolyshapeTest
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.058 s - in org.locationtech.spatial4j.io.GeneralPolyshapeTest
[INFO] Running org.locationtech.spatial4j.io.GeneralGeoJSONTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.locationtech.spatial4j.io.GeneralGeoJSONTest
[INFO] Running org.locationtech.spatial4j.io.JtsPolyshapeParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.locationtech.spatial4j.io.JtsPolyshapeParserTest
[INFO] Running org.locationtech.spatial4j.io.WktShapeParserTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.locationtech.spatial4j.io.WktShapeParserTest
[INFO] Running org.locationtech.spatial4j.io.JtsBinaryCodecTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.locationtech.spatial4j.io.JtsBinaryCodecTest
[INFO] Running org.locationtech.spatial4j.io.TestGeohashUtils
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.locationtech.spatial4j.io.TestGeohashUtils
[INFO] Running org.locationtech.spatial4j.io.JtsWKTReaderShapeParserTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.locationtech.spatial4j.io.JtsWKTReaderShapeParserTest
[INFO] Running org.locationtech.spatial4j.io.JtsWktShapeParserTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.locationtech.spatial4j.io.JtsWktShapeParserTest
[INFO] Running org.locationtech.spatial4j.io.ShapeFormatTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.locationtech.spatial4j.io.ShapeFormatTest
[INFO] Running org.locationtech.spatial4j.io.WktCustomShapeParserTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.locationtech.spatial4j.io.WktCustomShapeParserTest
[INFO] Running org.locationtech.spatial4j.distance.TestDistances
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.059 s - in org.locationtech.spatial4j.distance.TestDistances
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 466, Failures: 0, Errors: 0, Skipped: 4
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:4.2.1:bundle (default-bundle) @ spatial4j ---
[INFO] 
[INFO] --- forbiddenapis:3.0.1:check (default) @ spatial4j ---
[INFO] Scanning for classes to check...
[INFO] Reading bundled API signatures: jdk-system-out
[INFO] Reading bundled API signatures: jdk-unsafe-1.8
[INFO] Reading bundled API signatures: jdk-deprecated-1.8
[INFO] Loading classes to check...
[INFO] Scanning classes for violations...
[INFO] Scanned 109 class file(s) for forbidden API invocations (in 0.15s), 0 error(s).
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:site (default-site) @ spatial4j ---
[INFO] configuring report plugin org.apache.maven.plugins:maven-pmd-plugin:3.5
[INFO] 2 reports detected for maven-pmd-plugin:3.5: cpd, pmd
[INFO] configuring report plugin org.codehaus.mojo:findbugs-maven-plugin:3.0.3
[INFO] 1 report detected for findbugs-maven-plugin:3.0.3: findbugs
[INFO] configuring report plugin org.apache.maven.plugins:maven-jxr-plugin:2.5
[INFO] 1 report configured for maven-jxr-plugin:2.5: jxr
[INFO] configuring report plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.18.1
[INFO] preparing maven-surefire-report-plugin:report report requires '[surefire]test' forked phase execution
[INFO] 
[INFO] >>> maven-surefire-report-plugin:2.18.1:report > [surefire]test @ spatial4j >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent) @ spatial4j ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Spatial4j/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Spatial4j/target/jacoco.exec
[INFO] 
[INFO] --- replacer:1.5.3:replace (process-packageVersion) @ spatial4j ---
[INFO] Replacement run on 1 file.
[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/jenkins/agent/workspace/Spatial4j/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ spatial4j ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/Spatial4j/target/classes
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/Spatial4j/src/main/java/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.java: Recompile with -Xlint:deprecation for details.
[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.8.0:testCompile (default-testCompile) @ spatial4j ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spatial4j ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] <<< maven-surefire-report-plugin:2.18.1:report < [surefire]test @ spatial4j <<<
[INFO] 
[INFO] '[surefire]test' forked phase execution for maven-surefire-report-plugin:report report preparation done
[INFO] 3 reports detected for maven-surefire-report-plugin:2.18.1: failsafe-report-only, report, report-only
[INFO] configuring report plugin org.apache.maven.plugins:maven-javadoc-plugin:3.2.0
[INFO] preparing maven-javadoc-plugin:javadoc report requires 'generate-sources' forked phase execution
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.2.0:javadoc > generate-sources @ spatial4j >>>
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:prepare-agent (prepare-agent) @ spatial4j ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Spatial4j/.repository/org/jacoco/org.jacoco.agent/0.8.2/org.jacoco.agent-0.8.2-runtime.jar=destfile=/home/jenkins/agent/workspace/Spatial4j/target/jacoco.exec
[INFO] 
[INFO] --- replacer:1.5.3:replace (process-packageVersion) @ spatial4j ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.2.0:javadoc < generate-sources @ spatial4j <<<
[INFO] 
[INFO] 'generate-sources' forked phase execution for maven-javadoc-plugin:javadoc report preparation done
[INFO] 1 report configured for maven-javadoc-plugin:3.2.0: javadoc
[INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0
[INFO] 15 reports detected for maven-project-info-reports-plugin:3.0.0: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Fork Value is true
     [java] Apr 24, 2024 9:10:31 PM java.util.prefs.FileSystemPreferences$1 run
     [java] INFO: Created user preferences directory.
     [java] Warnings generated: 5
[INFO] Done FindBugs Analysis....
[INFO] Rendering site with default locale English (en)
[INFO] Relativizing decoration links with respect to localized project URL: https://projects.eclipse.org/projects/locationtech.spatial4j
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.2 skin.
[INFO] Skipped "Surefire Report" report (maven-surefire-report-plugin:2.18.1:report-only), file "surefire-report.html" already exists.
[INFO] Generating "PMD" report                  --- maven-pmd-plugin:3.5:pmd
[INFO] Generating "FindBugs" report             --- findbugs-maven-plugin:3.0.3:findbugs
[warn] [XHTML Sink] Modified invalid anchor name: 'org.locationtech.spatial4j.io.WKTReader$State' to 'org.locationtech.spatial4j.io.WKTReaderState'
[INFO] Generating "Source Xref" report          --- maven-jxr-plugin:2.5:jxr
[INFO] Generating "Surefire Report" report      --- maven-surefire-report-plugin:2.18.1:report
[INFO] Generating "Javadoc" report              --- maven-javadoc-plugin:3.2.0:javadoc
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.locationtech.spatial4j...
Loading source files for package org.locationtech.spatial4j.context...
Loading source files for package org.locationtech.spatial4j.context.jts...
Loading source files for package org.locationtech.spatial4j.distance...
Loading source files for package org.locationtech.spatial4j.exception...
Loading source files for package org.locationtech.spatial4j.io...
Loading source files for package org.locationtech.spatial4j.io.jackson...
Loading source files for package org.locationtech.spatial4j.io.jts...
Loading source files for package org.locationtech.spatial4j.shape...
Loading source files for package org.locationtech.spatial4j.shape.impl...
Loading source files for package org.locationtech.spatial4j.shape.jts...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/SpatialPredicate.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/SpatialContext.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/SpatialContextFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/DatelineRule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/JtsSpatialContext.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/JtsSpatialContextFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/ValidationRule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/AbstractDistanceCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/CartesianDistCalc.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/DistanceCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/DistanceUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/GeodesicSphereDistCalc.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/GeodesicSphereDistCalc.Haversine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/GeodesicSphereDistCalc.LawOfCosines.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/GeodesicSphereDistCalc.Vincenty.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/InvalidShapeException.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/UnsupportedSpatialPredicate.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/BinaryCodec.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/GeohashUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/GeoJSONReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/GeoJSONWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/LegacyShapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/LegacyShapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/OnePointsBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/ParseUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/PolyshapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/PolyshapeReader.XReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/PolyshapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/PolyshapeWriter.Encoder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/ShapeIO.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/ShapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/ShapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/SupportedFormats.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/WKTReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/WKTReader.State.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/WktShapeParser.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/WKTWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/GeometryAsGeoJSONSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/GeometryAsWKTSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/GeometryDeserializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/PackageVersion.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/ShapeAsGeoJSONSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/ShapeAsWKTSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/ShapeDeserializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/ShapesAsGeoJSONModule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/ShapesAsWKTModule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/JtsBinaryCodec.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/JtsGeoJSONWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/JtsPolyshapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/JtsWKTReaderShapeParser.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/JtsWKTWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/BaseShape.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/Circle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/Point.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/Rectangle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/Shape.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeCollection.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.LineStringBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.MultiLineStringBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.MultiPointBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.MultiPolygonBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.MultiShapeBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.PointsBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.PolygonBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/ShapeFactory.PolygonBuilder.HoleBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/SpatialRelation.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/BBoxCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/BufferedLine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/BufferedLineString.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/CircleImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/GeoCircle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/InfBufLine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/PointImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/Range.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/Range.LongitudeRange.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/RectangleImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/JtsGeometry.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/JtsPoint.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/JtsShapeFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/package-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/package-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/package-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/class-use/SpatialPredicate.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/class-use/SpatialContextFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/class-use/SpatialContext.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/class-use/ValidationRule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/class-use/JtsSpatialContextFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/class-use/JtsSpatialContext.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/class-use/DatelineRule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/GeodesicSphereDistCalc.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/GeodesicSphereDistCalc.Haversine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/GeodesicSphereDistCalc.LawOfCosines.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/GeodesicSphereDistCalc.Vincenty.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/DistanceUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/DistanceCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/CartesianDistCalc.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/class-use/AbstractDistanceCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/class-use/UnsupportedSpatialPredicate.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/class-use/InvalidShapeException.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/WktShapeParser.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/WKTWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/WKTReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/WKTReader.State.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/SupportedFormats.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/ShapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/ShapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/ShapeIO.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/PolyshapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/PolyshapeWriter.Encoder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/PolyshapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/PolyshapeReader.XReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/ParseUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/OnePointsBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/LegacyShapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/LegacyShapeReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/GeohashUtils.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/GeoJSONWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/GeoJSONReader.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/class-use/BinaryCodec.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/ShapesAsWKTModule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/ShapesAsGeoJSONModule.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/ShapeDeserializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/ShapeAsWKTSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/ShapeAsGeoJSONSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/PackageVersion.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/GeometryDeserializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/GeometryAsWKTSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/class-use/GeometryAsGeoJSONSerializer.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/class-use/JtsWKTWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/class-use/JtsWKTReaderShapeParser.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/class-use/JtsPolyshapeWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/class-use/JtsGeoJSONWriter.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/class-use/JtsBinaryCodec.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/SpatialRelation.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.PointsBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.LineStringBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.PolygonBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.PolygonBuilder.HoleBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.MultiShapeBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.MultiPointBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.MultiLineStringBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeFactory.MultiPolygonBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/ShapeCollection.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/Shape.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/Rectangle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/Point.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/Circle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/class-use/BaseShape.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/ShapeFactoryImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/ShapeFactoryImpl.GeneralShapeMultiShapeBuilder.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/RectangleImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/Range.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/Range.LongitudeRange.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/PointImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/InfBufLine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/GeoCircle.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/CircleImpl.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/BufferedLineString.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/BufferedLine.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/class-use/BBoxCalculator.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/class-use/JtsShapeFactory.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/class-use/JtsPoint.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/class-use/JtsGeometry.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/context/jts/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/distance/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/exception/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jackson/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/io/jts/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/impl/package-use.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/org/locationtech/spatial4j/shape/jts/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/index.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/Spatial4j/target/site/apidocs/help-doc.html...
[INFO] Generating "CI Management" report        --- maven-project-info-reports-plugin:3.0.0:ci-management
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.0.0:dependencies
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.0.0:dependency-info
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.0.0:distribution-management
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.0.0:index
[INFO] Generating "Issue Management" report     --- maven-project-info-reports-plugin:3.0.0:issue-management
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.0.0:licenses
[INFO] Generating "Mailing Lists" report        --- maven-project-info-reports-plugin:3.0.0:mailing-lists
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.0.0:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.0.0:plugins
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.0.0:scm
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.0.0:summary
[INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.0.0:team
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.2:report (default-cli) @ spatial4j ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/Spatial4j/target/jacoco.exec
[INFO] Analyzed bundle 'Spatial4J' with 92 classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:34 min
[INFO] Finished at: 2024-04-24T21:10:54Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "eclipse-sign" could not be activated because it does not exist.
Recording test results
[Checks API] No suitable checks publisher found.
Publishing Javadoc
Finished: SUCCESS